This disclosure generally relates to data compression, and, more specifically, to an architecture of a pixel encoding system.
As digital media consumption increases so does the costs relating to memory or storage space and data transmission bandwidth. Thus, data compression is typically deployed as a conventional method for reducing data redundancy, and, by extension, reducing the consumption of memory or storage space and data transmission bandwidth. One particular type of data compression includes image data compression, in which image data is compressed by encoding an original image utilizing fewer bits than those utilized in the generation of the original image. In image data compression, the objective is to preserve most of the color information and other pertinent image information associated with the original image while mitigating the data redundancies. Desirably, any differences between the original image and the compressed image may be imperceptible to a user, for example, viewing the compressed image on a display. In this manner, the compressed image can then be stored and/or transmitted without an undesirable increase in costs such as memory or storage space and data transmission bandwidth. However, for certain types of images, utilizing conventional image data compression methods may lead to a decrease in the quality and perceptibility of the compressed image.
Embodiments of the invention may include or be implemented in conjunction with an artificial reality system. Artificial reality is a form of reality that has been adjusted in some manner before presentation to a user, which may include, e.g., a virtual reality (VR), an augmented reality (AR), a mixed reality (MR), a hybrid reality, or some combination and/or derivatives thereof. Artificial reality content may include completely generated content or generated content combined with captured content (e.g., real-world photographs). The artificial reality content may include video, audio, haptic feedback, or some combination thereof, and any of which may be presented in a single channel or in multiple channels (such as stereo video that produces a three-dimensional effect to the viewer). Additionally, in some embodiments, artificial reality may be associated with applications, products, accessories, services, or some combination thereof, that are, e.g., used to create content in an artificial reality and/or used in (e.g., perform activities in) an artificial reality. The artificial reality system that provides the artificial reality content may be implemented on various platforms, including a head-mounted display (HMD) connected to a host computer system, a standalone HMD, a mobile device or computing system, or any other hardware platform capable of providing artificial reality content to one or more viewers.
The present embodiments are directed to a modular architecture of a pixel block encoder that leverages a ring buffer to process multiple pixel blocks in parallel and reduce computational costs by minimizing the data movement of the pixel blocks. The block encoder comprises a ring buffer and multiple processing units. The ring buffer includes multiple slots, each slot being used to temporarily store data corresponding to a single pixel block while the block is processed and encoded. The data stored in each slot is piped into each of the processing units in any desired order, but particular embodiments envisions piping in a sequential manner. At any given time, the multiple processing units could be working on different slots, allowing parallel processing of multiple pixel blocks. The pixel data stored in the slots are stored in the same slot until the data is fully encoded, at which time new pixel data corresponding to a different pixel block may be stored in the slot.
The various processing units of the encoder include: a “block-stats” unit that determines the statistical measurements of a pixel block (e.g., variance, channel priority) and the bit allocation of each channel of the pixel values; “endpoint” units that determine the optimal endpoints of the pixel encoding quantization levels (e.g., minimum and maximum values); and an “encode” unit that encodes each pixel in the pixel block based in part on the determined optimal endpoints. While the determinations of these processing units are communicated between each other (e.g., statistical measurements, optimal endpoints), there is no movement of pixel data between those processing units. Instead, the processing units access the pixel data that are stored in the slots to perform their respective analyses. This provides considerable reduction in computational costs by minimizing the overall data movement during the encoding process. In contrast, after the pixel block is encoded, the pixel data is transmitted to a “packetize” unit then to a “interleave” unit. The packetize unit assembles the encoded pixel data and corresponding header into packets. The interleave unit arranges the packets into a bitstream. In an embodiment, the “block-stats” unit may maintain a credit-based system to adjust the bit allocations assigned to each channel of pixel values of the pixel block.
The embodiments disclosed herein are only examples, and the scope of this disclosure is not limited to them. Particular embodiments may include all, some, or none of the components, elements, features, functions, operations, or steps of the embodiments disclosed above. Embodiments according to the invention are in particular disclosed in the attached claims directed to a method, a storage medium, a system and a computer program product, wherein any feature mentioned in one claim category, e.g. method, can be claimed in another claim category, e.g. system, as well. The dependencies or references back in the attached claims are chosen for formal reasons only. However, any subject matter resulting from a deliberate reference back to any previous claims (in particular multiple dependencies) can be claimed as well, so that any combination of claims and the features thereof are disclosed and can be claimed regardless of the dependencies chosen in the attached claims. The subject-matter which can be claimed comprises not only the combinations of features as set out in the attached claims but also any other combination of features in the claims, wherein each feature mentioned in the claims can be combined with any other feature or combination of other features in the claims. Furthermore, any of the embodiments and features described or depicted herein can be claimed in a separate claim and/or in any combination with any embodiment or feature described or depicted herein or with any of the features of the attached claims.
In an embodiment, the encoder system 100 includes a 4-stage pipeline made up of various processing units. The processing units of the 4-stage pipeline include: a “block stats” unit 130 that determines statistical measurements of a pixel block (e.g., variance, channel priority) and the bit allocation of each channel of the pixel values; “first endpoint” and “second endpoint” units 140 and 150 that determine the optimal endpoints of the pixel encoding quantization levels (e.g., minimum and maximum values); and an “encode” unit 160 that encodes pixels in the pixel block based in part on the determined optimal endpoints. The architecture of the encoder system 100 allows pixel data to be stored and accessed from each of the slots of the ring buffer 110 during the encoding process, meaning that there is no movement of pixel data between the processing units 130, 140, 150, and 160. This provides considerable reduction in computational costs by minimizing the overall data movement during the encoding process. Instead, data corresponding to each pixel block is temporarily stored in one of the slots of the ring buffer 110 and made available to the processing units 130, 140, 150, and 160 until the pixel block is encoded, after which time the pixel data in the slot is removed or replaced by data corresponding to another pixel block. For example, pixel data stored in slot 120 could be accessed and processed, sequentially, by the block stats unit 130, the first endpoint unit 120, the second endpoint unit 130, then the encode unit 160. In some embodiments, the pixel data stored in slots may be accessed and processed selectively in a non-sequential manner. Once the encode unit 160 completes encoding the pixel data, the pixel data may then be deleted or removed from the slot 120, allowing data corresponding to anther pixel block to be stored in the slot 120.
At any given time, each of the processing units 130, 140, 150, and 160 could be processing data in different slots, allowing parallel processing of four different pixel blocks at once. While pixel data stored in the slots are not transmitted between the processing units 130, 140, 150, and 160, computations, calculations, and/or determinations made by the processing units may be shared amongst the processing units. For example, once the block stats unit 130 processes a pixel block and determines statistical measurements and bit allocations of the pixel block, these determinations may be provided to the first endpoint unit 140 and the second endpoint 150. The first and second endpoint units 140 and 150 may then determine the optimal endpoints of the pixel encoding quantization levels based in part on the information received from the block stats unit 130. Similarly, the encode unit 160 may process the pixel data based in part on the determinations made by the previous processing units. After the pixel block is encoded by the encode unit 160, the encoded pixel data is transmitted to a “packetize” unit 170 then to an “interleave” unit 180. The packetize unit 170 assembles the encoded pixel data and corresponding headers into packets, and the interleave unit 180 arranges the packets into a bitstream. The operations of the packetize unit 170 and the interleave unit 180 contrasts those involving the previous processing units (e.g., the processing units 130, 140, 150, and 160) in that pixel data may actually be transmitted between the encode unit 160, packetize unit 170 and interleave unit 180. The disclosure of this Application, when referencing the 4-stage pipeline, may include the operations of the packetize unit 170 and the interleave unit 180 within the 4-stage pipeline, as part of the final operations of the encoder system 100, for example, in combination with the operations of the encode unit 160.
The modular architecture of the encoder system 100 allows it to be flexible and easily configurable. In some embodiments, the 4-stage pipeline may be reduced to 3, 2, or less stages by removing or combining some of the processing units from the pipeline, for example, by combining the first and second endpoint units 140 and 150. Alternatively, the 4-stage pipeline may be increased to 5, 6, or more stages by including additional stages to the pipeline. In an embodiment, the number of total slots in the ring buffer may be configured to have one additional slot than the number of stages in the pipeline. For example, if the pipeline is modified to include 6 stages, the number of slot may be increased to 7 slot, allowing data stored in 6 of the slots to be accessed simultaneously and in parallel, while the last slot receives/stores, or prepares to receive/store, data corresponding to another pixel block.
The encoder system 100 is capable of processing various types of pixel data such as those corresponding to image colors, depth, and motion or optical flow. Depending on the type of data associated with the image, each pixel may have multiple components, or otherwise referred herein as channels. For example, if the type of pixel data corresponds to color values, each pixel may be associated the red, blue, and green components of RGB colors, Cb and Cr components for chrominance, or Y component for luminance. If the type of data corresponds to motion, each pixel may be associated with components corresponding to motion vector/field or optical flow vector/field. If the type of data corresponds to depth, each pixel may be associated with a depth component (e.g., z value). In the embodiment illustrated in
In an embodiment, the ring buffer 110 includes a slot pointer that specifies which slot is available to receive incoming pixel data of a pixel block. The incoming pixel data may be routed by a multiplexer to the appropriate slot. In an embodiment, each of the slots of the ring buffer 110 includes a processor pointer that specifies which processor unit data stored on the slot is being made available to. The pixel data stored in each of the slots may be routed to the appropriate processing unit by a multiplexer.
Referring to
In an embodiment, the block stats unit 130 may begin analyzing a pixel block by calculating the color variances for each of the color components of the pixel block. For example,
In an embodiment, after the initial bit allocation has been configured, the block stats unit 130 may use a credit based technique to allocate additional bits to each color component. The credit based technique involves maintaining a credit pool that stores information on the total number of bits underutilized by pixel blocks (“bit credit”) so the underutilized bits can be provided to pixel blocks that require bit allocation in excess to the budget. For example, if pixel blocks of an image are each provided a budget of 8 bits, but the first pixel block only required 6 bits, then the underutilized 2 bits could be saved in the credit pool for any subsequent pixel blocks requiring more than the budget. On the other hand, if the desired bit allocation of a pixel block requires number of bits more than the budget, as illustrated in the embodiment of
In an embodiment, the method of allocating available bit credits to a pixel block is based on the channel-order previously determined by the block stats unit 130. For example, in the embodiment of
The final bit allocation for each channel of the pixel block represents the bin count that the pixel values will be encoded based upon, or otherwise referred herein as the number of quantization levels. The encode unit 160 unit encodes pixel block based on the quantization levels, which process is explained more below. In an embodiment, if the final bit allocation matches the desired bit allocation, the number of quantization levels may match, or be greater than, the number of discrete pixel values, of a particular channel. This means that the pixel block may be encoded/compressed in a lossless fashion since there are enough quantization levels to represent each of the discrete pixel values. If the final bit allocation does not match the desired bit allocation, there may not be sufficient number of quantization levels to represent each of the discrete pixel values. This means that the pixel block may be encoded/compressed in a lossy fashion. In such cases, the encode unit 160 incorporates a scale to the encoding process so each quantization level could represent a group of discrete pixel values (e.g., a scale of 3 indicates that each quantization level represents 3 discrete pixel values).
The method 400 may begin at block 402 with one or more processors (e.g., block stats unit 130) accessing color components of a pixel region in an image (e.g., a pixel block) from a slot of the ring buffer 110. For example, in one embodiment, the image may include an N-bit color image (e.g., 8-bit color image), which may include red (R) color components, green (G) color components, and blue (B) color components to be compressed and stored and/or transmitted, for example. The method 400 may continue at block 404 with the one or more processors (e.g., block stats unit 130) determining a color variance for each of the color components of the pixel region. For example, in certain embodiments, the block stats unit 130 may perform a pre-analysis of the of the N-bit color image (e.g., on a pixel region by pixel region basis) and determine a mean (e.g., an average of the total pixel value) and a variance (e.g., a measure of the average degree to which each RGB color component is different from the mean value) with respect to each of the RGB color components of each pixel per pixel region. The block stats unit 130 may also determine the channel-order (e.g., prioritization of the color components), in accordance to the above embodiments.
The method 400 may then continue at block 406 with the one or more processors (e.g., block stats unit 130) determining a desired bit allocation for each of the color components of the pixel region based on the color variance associated with that color component. For example, in some embodiments, the block stats unit 130 may determine a desired bit allocation [x, y, z] (e.g., x—corresponding to the all of the red color components of the pixel region; y—corresponding to the all of the green color components of the pixel region; and z—corresponding to the all of the blue color components of the pixel region) for encoding each of the RGB color components of the pixel region based on the color variance associated with each of the RGB color components. The method 400 may then continue at block 408 with the one or more processors (e.g., block stats unit 130) determining an initial bit allocation for each of the color components of the pixel region based on a budget and the color variance associated with that color component. For example, in some embodiments, if a budget of 8 bits is assigned to each pixel block of an image and if red color component has the largest variance and blue and green color components have similar variances, then the block stats unit 130 may determine the initial bit allocation as [4, 2, 2].
The method 400 may then continue at block 410 with the one or more processors (e.g., block stats unit 130) determining a final bit allocation for each of the color components by modifying the initial bit allocation to include additional bits based on bit credits available in a credit pool and the desired bit allocation. Continuing the example above where the initial bit allocation was determined as [4, 2, 2], if the desired bit allocation is [5, 3, 3] and there are 3 or more bit credits available in a credit pool, then additional bits may be allocated to the color components so the final bit allocation matches the desired bit allocation.
In an embodiment, the first endpoint unit 140 selectively accesses pixel data stored in one of the slots of the ring buffer 110 to determine one of the endpoint values for the quantization levels. For each channel of the pixel block, the first endpoint unit 140 determines the first endpoint value by (1) fixing the second endpoint value to either the maximum or minimum pixel value, (2) selecting four candidate values for the first endpoint on the other end of the second endpoint, then (3) selecting the candidate value that results in the minimum quantization error. In some embodiments, more than, or less than, four candidate values may be selected. In some embodiments, determining whether to fix the second endpoint to the maximum or minimum pixel value depends on the distribution of the pixel values of the pixel block (of a particular pixel channel). If the distribution of the pixel values is skewed towards the higher end of the pixel values, the second endpoint may be fixed to the maximum pixel value and the candidate values for the first endpoint may be selected to include the minimum pixel value and several pixel values around the minimum value. If the distribution is skewed towards the lower end, the second endpoint may be fixed to the minimum pixel value and the candidate locations for the first endpoint may be selected to include the maximum pixel value and several pixel values around the maximum value.
In an embodiment, after selecting the candidate values for the endpoints, histograms may be computed for each pair of fixed endpoint and of the candidate endpoints and distortion produced by each pair could be compared to each other. Then, the candidate endpoint that produces the lowest distortion is selected as optimal. For example,
In an embodiment, the second endpoint unit 150 selectively accesses pixel data stored in one of the slots of the ring buffer 110 to determine one of the endpoint values for the quantization levels. For each channel of the pixel block, the second endpoint unit 150 determines the second optimal endpoint value by (1) fixing the first endpoint value, which has been determined by the first endpoint unit 140 (2) selecting four candidate locations for the second endpoint value on the other end of the first endpoint (e.g., if the first endpoint corresponds to the maximum quantization level, then the second endpoint corresponds to the minimum quantization level, and vise versa), then (3) selecting the candidate location, in substantially the same manner as the operations of the first endpoint unit 140, that results in the minimum quantization error. In some embodiments, more, or less, than four candidate locations may be selected.
In an embodiment, once the first and second endpoints are selected for the quantization levels, the remaining quantization levels may be uniformly distributed between the endpoints, such as those illustrated in
In an embodiment, once the block stats unit 130, the first endpoint unit 140, and the second endpoint unit 150 completes processing a pixel block, the encode unit 160 selectively accesses the pixel block from the slot of the ring buffer 110. Then, the encode unit 160 encodes the pixel block by leveraging the similarities between the pixel values within a pixel block to represent the pixel values with reduced number of binary bits. If the final bit allocation matches the desired bit allocation, the pixel values may be encoded in a lossless fashion such that each discrete pixel value within the pixel range is mapped to a specific quantization level. For example,
In an embodiment, if the final bit allocation does not match the desired bit allocation, the pixel values may be encoded in a lossy fashion such that each quantization level is mapped to a group of discrete pixel values. For example,
In an embodiment, after the encode unit 160 encodes a pixel block, the encoded pixel block is transmitted to the packetize unit 170 and the interleave unit 180, along with metadata computed by the block stats unit 130. Then, the packetize unit 170 assembles the encoded pixels and corresponding headers into packets and the interleave unit 180 arranges the packets into a bitstream, based in part on the metadata.
This disclosure contemplates any suitable number of computer systems 1000. This disclosure contemplates computer system 1000 taking any suitable physical form. As example and not by way of limitation, computer system 1000 may be an embedded computer system, a system-on-chip (SOC), a single-board computer system (SBC) (such as, for example, a computer-on-module (COM) or system-on-module (SOM)), a desktop computer system, a laptop or notebook computer system, an interactive kiosk, a mainframe, a mesh of computer systems, a mobile telephone, a personal digital assistant (PDA), a server, a tablet computer system, an augmented/virtual reality device, or a combination of two or more of these. Where appropriate, computer system 1000 may include one or more computer systems 1000; be unitary or distributed; span multiple locations; span multiple machines; span multiple data centers; or reside in a cloud, which may include one or more cloud components in one or more networks. Where appropriate, one or more computer systems 1000 may perform without substantial spatial or temporal limitation one or more steps of one or more methods described or illustrated herein.
As an example, and not by way of limitation, one or more computer systems 1000 may perform in real time or in batch mode one or more steps of one or more methods described or illustrated herein. One or more computer systems 1000 may perform at different times or at different locations one or more steps of one or more methods described or illustrated herein, where appropriate. In certain embodiments, computer system 1000 includes a processor 1002, memory 1004, storage 1006, an input/output (I/O) interface 1008, a communication interface 1010, and a bus 1012. Although this disclosure describes and illustrates a particular computer system having a particular number of particular components in a particular arrangement, this disclosure contemplates any suitable computer system having any suitable number of any suitable components in any suitable arrangement.
In certain embodiments, processor 1002 includes hardware for executing instructions, such as those making up a computer program. As an example, and not by way of limitation, to execute instructions, processor 1002 may retrieve (or fetch) the instructions from an internal register, an internal cache, memory 1004, or storage 1006; decode and execute them; and then write one or more results to an internal register, an internal cache, memory 1004, or storage 1006. In particular embodiments, processor 1002 may include one or more internal caches for data, instructions, or addresses. This disclosure contemplates processor 1002 including any suitable number of any suitable internal caches, where appropriate. As an example, and not by way of limitation, processor 1002 may include one or more instruction caches, one or more data caches, and one or more translation lookaside buffers (TLBs). Instructions in the instruction caches may be copies of instructions in memory 1004 or storage 1006, and the instruction caches may speed up retrieval of those instructions by processor 1002.
Data in the data caches may be copies of data in memory 1004 or storage 1006 for instructions executing at processor 1002 to operate on; the results of previous instructions executed at processor 1002 for access by subsequent instructions executing at processor 1002 or for writing to memory 1004 or storage 1006; or other suitable data. The data caches may speed up read or write operations by processor 1002. The TLBs may speed up virtual-address translation for processor 1002. In particular embodiments, processor 1002 may include one or more internal registers for data, instructions, or addresses. This disclosure contemplates processor 1002 including any suitable number of any suitable internal registers, where appropriate. Where appropriate, processor 1002 may include one or more arithmetic logic units (ALUs); be a multi-core processor; or include one or more processors 602. Although this disclosure describes and illustrates a particular processor, this disclosure contemplates any suitable processor.
In certain embodiments, memory 1004 includes main memory for storing instructions for processor 1002 to execute or data for processor 1002 to operate on. As an example, and not by way of limitation, computer system 1000 may load instructions from storage 1006 or another source (such as, for example, another computer system 1000) to memory 1004. Processor 1002 may then load the instructions from memory 1004 to an internal register or internal cache. To execute the instructions, processor 1002 may retrieve the instructions from the internal register or internal cache and decode them. During or after execution of the instructions, processor 1002 may write one or more results (which may be intermediate or final results) to the internal register or internal cache. Processor 1002 may then write one or more of those results to memory 1004. In particular embodiments, processor 1002 executes only instructions in one or more internal registers or internal caches or in memory 1004 (as opposed to storage 1006 or elsewhere) and operates only on data in one or more internal registers or internal caches or in memory 1004 (as opposed to storage 1006 or elsewhere).
One or more memory buses (which may each include an address bus and a data bus) may couple processor 1002 to memory 1004. Bus 1012 may include one or more memory buses, as described below. In particular embodiments, one or more memory management units (MMUs) reside between processor 1002 and memory 1004 and facilitate accesses to memory 1004 requested by processor 1002. In particular embodiments, memory 1004 includes random access memory (RAM). This RAM may be volatile memory, where appropriate. Where appropriate, this RAM may be dynamic RAM (DRAM) or static RAM (SRAM). Moreover, where appropriate, this RAM may be single-ported or multi-ported RAM. This disclosure contemplates any suitable RAM. Memory 1004 may include one or more memories 1004, where appropriate. Although this disclosure describes and illustrates particular memory, this disclosure contemplates any suitable memory.
In particular embodiments, storage 1006 includes mass storage for data or instructions. As an example, and not by way of limitation, storage 1006 may include a hard disk drive (HDD), a floppy disk drive, flash memory, an optical disc, a magneto-optical disc, magnetic tape, or a Universal Serial Bus (USB) drive or a combination of two or more of these. Storage 1006 may include removable or non-removable (or fixed) media, where appropriate. Storage 1006 may be internal or external to computer system 1000, where appropriate. In particular embodiments, storage 1006 is non-volatile, solid-state memory. In certain embodiments, storage 1006 includes read-only memory (ROM). Where appropriate, this ROM may be mask-programmed ROM, programmable ROM (PROM), erasable PROM (EPROM), electrically erasable PROM (EEPROM), electrically alterable ROM (EAROM), or flash memory or a combination of two or more of these. This disclosure contemplates mass storage 1006 taking any suitable physical form. Storage 1006 may include one or more storage control units facilitating communication between processor 1002 and storage 1006, where appropriate. Where appropriate, storage 1006 may include one or more storages 1006. Although this disclosure describes and illustrates particular storage, this disclosure contemplates any suitable storage.
In certain embodiments, I/O interface 1008 includes hardware, software, or both, providing one or more interfaces for communication between computer system 1000 and one or more I/O devices. Computer system 1000 may include one or more of these I/O devices, where appropriate. One or more of these I/O devices may enable communication between a person and computer system 1000. As an example, and not by way of limitation, an I/O device may include a keyboard, keypad, microphone, monitor, mouse, printer, scanner, speaker, still camera, stylus, tablet, touch screen, trackball, video camera, another suitable I/O device or a combination of two or more of these. An I/O device may include one or more sensors. This disclosure contemplates any suitable I/O devices and any suitable I/O interfaces 1008 for them. Where appropriate, I/O interface 1008 may include one or more device or software drivers enabling processor 1002 to drive one or more of these I/O devices. I/O interface 1008 may include one or more I/O interfaces 1008, where appropriate. Although this disclosure describes and illustrates a particular I/O interface, this disclosure contemplates any suitable I/O interface.
In certain embodiments, communication interface 1010 includes hardware, software, or both providing one or more interfaces for communication (such as, for example, packet-based communication) between computer system 1000 and one or more other computer systems 1000 or one or more networks. As an example, and not by way of limitation, communication interface 1010 may include a network interface controller (NIC) or network adapter for communicating with an Ethernet or other wire-based network or a wireless NIC (WNIC) or wireless adapter for communicating with a wireless network, such as a WI-FI network. This disclosure contemplates any suitable network and any suitable communication interface 1010 for it.
As an example, and not by way of limitation, computer system 1000 may communicate with an ad hoc network, a personal area network (PAN), a local area network (LAN), a wide area network (WAN), a metropolitan area network (MAN), or one or more portions of the Internet or a combination of two or more of these. One or more portions of one or more of these networks may be wired or wireless. As an example, computer system 1000 may communicate with a wireless PAN (WPAN) (such as, for example, a BLUETOOTH WPAN), a WI-FI network, a WI-MAX network, a cellular telephone network (such as, for example, a Global System for Mobile Communications (GSM) network), or other suitable wireless network or a combination of two or more of these. Computer system 1000 may include any suitable communication interface 1010 for any of these networks, where appropriate. Communication interface 1010 may include one or more communication interfaces 1010, where appropriate. Although this disclosure describes and illustrates a particular communication interface, this disclosure contemplates any suitable communication interface.
In certain embodiments, bus 1012 includes hardware, software, or both coupling components of computer system 1000 to each other. As an example and not by way of limitation, bus 1012 may include an Accelerated Graphics Port (AGP) or other graphics bus, an Enhanced Industry Standard Architecture (EISA) bus, a front-side bus (FSB), a HYPERTRANSPORT (HT) interconnect, an Industry Standard Architecture (ISA) bus, an INFINIBAND interconnect, a low-pin-count (LPC) bus, a memory bus, a Micro Channel Architecture (MCA) bus, a Peripheral Component Interconnect (PCI) bus, a PCI-Express (PCIe) bus, a serial advanced technology attachment (SATA) bus, a Video Electronics Standards Association local (VLB) bus, or another suitable bus or a combination of two or more of these. Bus 1012 may include one or more buses 1012, where appropriate. Although this disclosure describes and illustrates a particular bus, this disclosure contemplates any suitable bus or interconnect.
Herein, a computer-readable non-transitory storage medium or media may include one or more semiconductor-based or other integrated circuits (ICs) (such, as for example, field-programmable gate arrays (FPGAs) or application-specific ICs (ASICs)), hard disk drives (HDDs), hybrid hard drives (HHDs), optical discs, optical disc drives (ODDs), magneto-optical discs, magneto-optical drives, floppy diskettes, floppy disk drives (FDDs), magnetic tapes, solid-state drives (SSDs), RAM-drives, SECURE DIGITAL cards or drives, any other suitable computer-readable non-transitory storage media, or any suitable combination of two or more of these, where appropriate. A computer-readable non-transitory storage medium may be volatile, non-volatile, or a combination of volatile and non-volatile, where appropriate.
Herein, “or” is inclusive and not exclusive, unless expressly indicated otherwise or indicated otherwise by context. Therefore, herein, “A or B” means “A, B, or both,” unless expressly indicated otherwise or indicated otherwise by context. Moreover, “and” is both joint and several, unless expressly indicated otherwise or indicated otherwise by context. Therefore, herein, “A and B” means “A and B, jointly or severally,” unless expressly indicated otherwise or indicated otherwise by context.
The scope of this disclosure encompasses all changes, substitutions, variations, alterations, and modifications to the example embodiments described or illustrated herein that a person having ordinary skill in the art would comprehend. The scope of this disclosure is not limited to the example embodiments described or illustrated herein. Moreover, although this disclosure describes and illustrates respective embodiments herein as including particular components, elements, feature, functions, operations, or steps, any of these embodiments may include any combination or permutation of any of the components, elements, features, functions, operations, or steps described or illustrated anywhere herein that a person having ordinary skill in the art would comprehend. Furthermore, reference in the appended claims to an apparatus or system or a component of an apparatus or system being adapted to, arranged to, capable of, configured to, enabled to, operable to, or operative to perform a particular function encompasses that apparatus, system, component, whether or not it or that particular function is activated, turned on, or unlocked, as long as that apparatus, system, or component is so adapted, arranged, capable, configured, enabled, operable, or operative. Additionally, although this disclosure describes or illustrates particular embodiments as providing particular advantages, particular embodiments may provide none, some, or all of these advantages.