Methods and systems for motion estimation used in video coding

Information

  • Patent Grant
  • 8724702
  • Patent Number
    8,724,702
  • Date Filed
    Wednesday, March 29, 2006
    18 years ago
  • Date Issued
    Tuesday, May 13, 2014
    10 years ago
Abstract
A framework for efficient sum of absolute difference (SAD) computations for variable block size, sub-pixel motion estimation is presented. Simultaneous, or parallelized, SAD computations can be performed by storing and re-using previous SAD computational information, which can speed up the performance of a motion estimation module by reducing the number of cycles necessary to perform a particular motion estimation algorithm.
Description
BACKGROUND

1. Field of the Application


Generally, this application relates to the coding of video signals. More specifically, it relates to systems and methods for efficient, variable block size motion estimation used in video coding.


2. Description of the Related Art


The typical video display, such as a cathode ray tube (CRT) display or a liquid crystal display (LCD), provides a visible picture that is made up of a sequence of individual images, or frames, indexed by time. The sequence of frames is displayed, for example, at a rate of 30 frames per second. Because each frame includes a large amount of raw information, the sequenced video data is associated with a very high bandwidth requirement. This high bandwidth requirement typically necessitates efficient video compression coding to facilitate more efficient handling of the sequenced video data.



FIG. 1 illustrates the typical video sequence breakdown as is known in the art today. As shown in FIG. 1, a typical video sequence 100 includes a time indexed stream of individual frames 120, 170-190. A particular frame 120 is made up of many slices of data, for example, slice 121. Slice 121 can typically be partitioned into a set of macro-blocks 124-128, where each macro-block is typically 16 picture elements (or pixels) by 16 pixels. Thus, frame 120 can be thought of as a grid of macro-blocks. Representative macro-block 127 can be further sub-divided, for example, into two 16×8 sub-blocks, such as 127b, or into four 8×8 sub-blocks, such as 127a2. Frames can be broken down into many different sizes, shapes and configurations of macro-blocks and sub-blocks.


The typical video sequence is characterized by a high degree of correlation between successive frames. Given the highly correlated nature of consecutive frames, a very simple block-motion model can offer a reasonably good description of the video process. FIG. 2 illustrates a very simple block-motion model as is typically used in the art today. In this simple block-motion model, a current frame 211 includes two current macro-blocks 221, 231. Each current macro-block 221, 231 can be thought of as being shifted from a previous macro-block 220, 230 of a previous frame 210. The shift of each current macro-block 221, 231 can be indicated by a motion vector 250 associated with their respective previous macro-block 220, 230. Thus, each macro-block in a current frame can be viewed as arising from a shifted location of that same macro-block in the previous frame, where the amount of shift is designated by its motion vector.


Commercial grade video compression systems known in the art today, including well-known industry standards, such as, International Telecommunications Union (ITU) H.261, H.263 and H.264, as well as International Standardization Organization (ISO)/International Electro-technical Commission (IEC) MPEG-1, MPEG-2 and MPEG-4, utilize the above properties associated with the video process to efficiently represent and compress video data. In recent years, advances have been made in how motion vector data is represented in the video bit-stream syntax, starting from H.261, when a single motion vector at full pixel resolution was allowed per macro-block, to H.264, where multiple motion vectors (as high as one per 4×4 sub-block or 16 per macro-block) at quarter-pixel resolutions and pointing to multiple reference frames are used.


In general, these video coding systems deploy a motion estimation module that searches for, and measures, the most likely motion vector for the current block (e.g., macro-block, sub-block, full frame, etc.) of data being analyzed. Typically, the motion estimation module is the most computation-intensive, and thus power-hungry, module of a particular video coding system. Once the motion vector is estimated by the motion estimation module, the motion vector, along with any residue information, between the current block of data and the predictor or reference block (i.e., the preceding block from the preceding frame), pointed to by the motion vector, is encoded to form the compressed bit-stream. Typically, the lower the amount of residue information the better the motion estimation.


Accordingly, sophisticated motion estimation algorithms attempt to offer a video quality similar to that of performing an exhaustive pixel-by-pixel motion search, but with a much lower complexity than the exhaustive search. One conventionally popular, high-performance motion estimation algorithm is called the unrestricted center biased diamond search (UCBDS) algorithm. The UCBDS algorithm generally compares a 16×16 macro-block in the current frame to a selection of 16×16 macro-blocks in the reference (or preceding) frame until the ‘best’ motion vector is determined. The most common metric used to compare various motion vector positions is the sum of absolute differences (SAD) metric. However other metrics are known in the art and at least some of them can also benefit from certain embodiments disclosed herein. As the name suggests, SAD is obtained by adding the absolute value of the differences between the current and reference pixel values over all of the pixels of the blocks under analysis. That is, for a 16×16 block SAD comparison between a current frame block and a reference frame block, each of the values of the 256 pixels in the current block is subtracted from each of the values of the associated 256 pixels in the reference block. The absolute values of all of these 256 pixel value differences are then added together to result in the SAD value for that block comparison. As one might expect, the lower the SAD value the better the motion vector position.


Typically, the UCBDS algorithm selects a starting position in the current block, e.g., the upper, left-hand integer pixel, and then selects a corresponding seed position in the reference block with which to begin the SAD comparisons. The seed position in the reference block will be the starting location (i.e., the upper, left-hand pixel) for defining the reference block in the reference frame. The UCBDS will compare the SAD value at the seed position to the SAD values at positions in a diamond pattern that is centered around the seed position, where the points of the diamond pattern are at locations that are plus or minus two (+/−2) pixels away from the seed position (i.e., for a total of nine SAD calculations). If the SAD value at the seed position is the best, then the UCBDS algorithm is complete for that block and the motion vector for determined. However, if one of the pixel locations on the diamond pattern results in the best SAD value, then that location is set as a new seed position and its SAD value is now compared to the SAD values at locations defined by a new diamond pattern centered around that new seed position. This method is continued until the new seed position has the best SAD value as compared to the SAD values at locations on the diamond pattern around it. On average, the UCBDS algorithm is known to finish searching and comparing after calculating the SAD values at about 18-20 integer pixel locations, resulting in a good motion vector for a particular block.


Where the motion vectors are desired to be represented with half-pixel accuracy, a conventional strategy for determining a half-pixel motion vector consists of first determining a good integer pixel resolution motion vector (as above, with the UCBDS algorithm) and then searching and comparing the SAD values at the eight half-pixel locations around the good integer pixel motion vector location to find a good half-pixel motion vector location. Likewise, when motion vectors are desired to be represented with quarter-pixel accuracy, first the good integer pixel motion vector location is determined, which is followed by determining the good half-pixel motion vector location, which in turn is followed by searching and comparing the SAD values at the eight quarter-pixel locations around the good half-pixel motion vector location to find a good quarter-pixel motion vector location.


As used herein, integer pixel and pixel (i.e., without qualification) refer to the actual, picture element location within a particular block (i.e., macro-block, sub-block, etc.) or frame, while sub-pixel (i.e., partial-pixel, half-pixel, quarter-pixel, and the like) refers to a fictitious picture element located a fraction of the way (i.e., one, two or three quarters of the way, and the like) between two integer pixel locations (i.e., horizontally, vertically and/or diagonally). A sub-pixel location is typically associated with a value given by a weighted averaging of the values of the nearby integer locations. For example, in the MPEG-4 video compression standard, the vertical half-pixel location between two vertically adjacent integer pixels with values A and B, respectively, is given by equation (1):

round((A+B)/2),  (1)

where “round” denotes a rounding operation. Of course, equation (1) is for illustrative purposes only and is in no way intended to limit the scope of this application.


A naïve algorithm to determine quarter-pixel accuracy would exhaustively search all eight half-pixel locations followed by exhaustively searching all eight quarter-pixel locations before providing a good quarter-pixel motion vector location. This can result in as many as sixteen extra searches and SAD comparisons, on top of the original 18-20 integer pixel searches. Additionally, more computations are required to determine the values corresponding to all of the half- and quarter-pixel locations. Furthermore, when variable block size motion vectors and multiple reference frames are allowed, such a search must potentially be carried out for each variety of block size and reference frame used. In summary, the possibility of sub-pixel, variable block sized, motion vectors can significantly increase the complexity of the motion estimation module.


Therefore, what are needed are systems and methods for performing the computations associated with motion estimation for variable block size, sub-pixel motion vectors in a more efficient manner, for example, by using a common core of SAD computations that are capable of quickly calculating different block size motion vector resolutions, at least partially in parallel.





BRIEF DESCRIPTION OF THE DRAWINGS

Aspects and features will become apparent to those ordinarily skilled in the art from the following detailed description of certain embodiments in conjunction with the accompanying drawings, wherein:



FIG. 1 illustrates the typical video sequence breakdown as is known in the art today;



FIG. 2 illustrates a very simple block-motion model as is conventionally used in the art today;



FIG. 3 illustrates a portion of an exemplary reference frame, showing full pixel positions and half-pixel locations as used in conjunction with certain embodiments;



FIG. 4 illustrates an additional algorithmic method that can enhance the motion estimation of the typical UCBDS algorithm and be used according to certain embodiments;



FIG. 5 illustrates an exemplary schematic for pipelining at least some of the operations for simultaneous SAD calculations according to certain embodiments;



FIG. 6 illustrates an exemplary parallelization of SAD calculations for a 16×16 macro-block according to certain embodiments; and



FIG. 7 illustrates an instance of a hardware design that facilitates the processing of cycle four as shown in FIG. 5 according to certain embodiments.





DETAILED DESCRIPTION

Certain embodiments will now be described in detail with reference to the drawings, which are provided as illustrative examples so as to enable those skilled in the art to practice the embodiments and are not meant to limit the scope of the present application. Where certain elements of embodiments can be partially or fully implemented using known components or steps, only those portions of such known components or steps that are necessary for an understanding of the embodiments will be described, and detailed description of other portions of such known components or steps will be omitted so as to not obscure the embodiments. Further, certain embodiments are intended to encompass presently known and future equivalents to the components referred to herein by way of illustration.


Certain embodiments will be illustrated with an MPEG-4 simple profile example wherein half-pixel motion resolution and two different block sizes (e.g., 16×16 and 8×8) are used in conjunction with the UCBDS motion search algorithm discussed above. However, those skilled in the art will recognize that certain embodiments are broadly applicable to any block size as well as any sub-pixel resolution. Further, various video compression standards and motion search algorithms can also benefit from certain embodiments. All combinations of block sizes, sub-pixel resolutions, compression standards and search algorithms are intended to be within the scope of the present application.


Consider FIG. 3, which illustrates a portion of an exemplary reference frame 310 (i.e., the previous frame to which a current frame is compared), showing full pixel positions with plus signs, +s, and half-pixel locations with the letters X and O (e.g., Xs and Os), as used in conjunction with certain embodiments. Assume in FIG. 3 that full pixel E represents a UCBDS location for a good motion vector for the current 16×16 macro-block and corresponds to the center pixel of a UCBDS diamond 320 defined by pixels S, A, O, C, K, J, W and G. At this point, the typical diamond evolution of the UCBDS search algorithm, as discussed above, has been completed.



FIG. 4 illustrates an additional algorithmic method that can enhance the motion estimation of the typical UCBDS algorithm and be used according to certain embodiments. As shown in FIG. 4, this additional algorithm begins at step 410 where the typical UCBDS algorithm ends, i.e., with a good integer pixel motion vector location for a current 16×16 macro-block. At steps 420a-b, pixel data for the current and reference blocks are retrieved and the SAD for four more integer pixel locations can be compared to the SAD at the UCBDS good motion vector location (e.g., each SAD being calculated using the current 16×16 macro-block). As shown in FIG. 3, these four additional integer pixel locations of reference frame 310 correspond to a set of full pixel locations in an internal diamond 330 defined by pixels D, B, F and H, and adjacent to the good motion vector location, E. The better SAD of these five full pixel locations is then chosen as the best integer pixel motion vector location for the current 16×16 macro-block. For this example, and without limitation, let the corresponding motion vector for the current 16×16 macro-block associated with the best integer pixel motion vector location be denoted as mv16×16 and the associated SAD for this location be denoted as SAD16×16.


At steps 430a-b, pixel data for the current sub-blocks and reference sub-blocks are retrieved so that searches and SAD comparisons can be performed to determine the best integer pixel motion vector location for each of the four current 8×8 sub-blocks defined in the current 16×16 macro-block. The current 16×16 macro-block can be divided into four 8×8 sub-blocks. Each of these four current 8×8 sub-blocks has, initially, a corresponding reference 8×8 sub-block within the reference 16×16 macro-block that is defined by the mv16×16 location. For each of the four current 8×8 sub-blocks, a best full pixel motion vector can be determined by comparing the SAD at the initial location for a particular 8×8 reference sub-block to the SADs at the locations corresponding to the eight adjacent integer pixels to the initial location (i.e., for a total of nine SAD calculations at integer pixel locations arranged in a square, with the initial location at the center of the square). The best integer pixel motion vector location for each of the 8×8 sub-blocks is chosen from these nine locations. For this example, and without limitation, let the corresponding motion vectors for each of the current 8×8 sub-blocks be denoted as mv8×8(i) and the associated SAD at each of the four locations be denoted as SAD8×8(i), for i=0, 1, 2, 3.


At step 440, the integer pixel motion vector for the 16×16 macro-block, mv16×16, is compared to the four integer pixel motion vectors for the four 8×8 sub-blocks, mv8×8(i), to determine which representation is better for estimating the motion of the current 256 pixels (i.e., the pixels within the current 16×16 macro-block and within the four current 8×8 sub-blocks). Specifically, the condition of equation (2), below, is evaluated.

SAD16×16−offset SAD8×8(0)+SAD8×8(1)+SAD8×8(2)+SAD8×8(3),  (2)

where ‘offset’ is a positive quantity to compensate for an estimated amount of additional overhead required to encode four 8×8 motion vectors as compared to only one 16×16 motion vector for the same current 256 pixels. If the condition of equation (2) is true, then the four 8×8 integer pixel motion vectors, mv8×8(i), are considered better. If the condition of equation (2) is false, then the one 16×16 motion vector, mv16×16, is considered better for estimating the motion of the current 16×16 macro-block. As will now be evident to those skilled, ‘offset’ can be selected such that the comparison made in equation (2) could favor either half of the expression.


In steps 450a-b, pixel data for the current and reference (sub-)blocks are retrieved and, for the chosen condition of equation (2) from step 440 (i.e., either the four 8×8 motion vectors or the one 16×16 motion vector), the best half-pixel motion vector(s) is (are) determined. Assuming for this example that pixel E of FIG. 3 is still the best location and that the one 16×16 motion vector is the better motion estimation representation, then the best motion vector location between E and the four Xs and four Os immediately adjacent to E (i.e., the 8 half-pixels either on or within inner diamond 330) will be selected. This selection can be accomplished by comparing the SAD for each of the eight half-pixel locations to the SAD at full pixel center of the half-pixel locations. The better of these nine locations would then be selected as the motion vector location and the process for that current macro-block would end, while the same process for a new current 16×16 macro-block would begin. However, in some implementations, determining the best half-pixel location can be abbreviated based on statistically analyses, to only those half-pixel locations that have the greatest likelihood of producing a lower SAD value than the SAD of the associated full pixel location. For example, the half-pixel determination step can be limited to searching and comparing only the three half-pixel locations to the right, below and diagonally right-below the previously chosen better integer pixel location.


A step-by-step, serial implementation of the additional algorithm illustrated in FIG. 4 can result in fetching the same reference data from the reference frame and the same current data from the current frame into a processor's computation unit over and over again. It can also result in repeating the same or similar calculations over and over again. For example, the individual pixel value differences between the macro-block defined by the reference pixel location E and the corresponding pixel location in the current macro-block, i.e., XE, used to calculate the 16×16 integer pixel SAD can also be used in the computation of the corresponding 8×8 integer pixel SAD, as well as the half-pixel SAD calculations for the half-pixel locations in the neighborhood of E. Certain embodiments can store at least some of these repetitive and often-used calculation results to improve computational performance of the motion estimation process and modules by performing at least some (or some portions of) the various SAD calculations in parallel.


For example, in the case of a motion estimation module operating within a 32-bit architecture environment and using an 8-bit pixel resolution, the cycle count for the serial implementation of FIG. 4 can be computed as follows. Note that cycles are being counted from the point where the UCBDS stops (i.e., after step 410). First, at steps 420a-b, a 16×16 macro-block will include 64 words of 4 bytes each. If it takes one cycle to load a word, then one row of data from the macro-block will load in 4 cycles. For the case when memory is not aligned properly, an extra cycle will be needed. This results in a total of 5 cycles per row, which results in 80 cycles for one 16×16 integer pixel SAD. Since this SAD is calculated at 4 pixel locations of internal diamond 330, a total of at least 320 cycles will be needed to complete steps 420a-b.


Second, at steps 430a-b, for each of the 8×8 sub-blocks, assuming an unaligned memory access, 3 cycles will be needed to load a row. This results in a total of 24 cycles per 8×8 sub-block, which results in 96 cycles for all four of the 8×8 sub-blocks. If searching nine locations for each of the 8×8 sub-blocks, this corresponds to almost 900 cycles. The overhead for evaluating the step 440 condition is nominal by comparison and will be ignored for this example.


Finally, at steps 450a-b, half-pixel computations are made. Before going into the half-pixel details, note that for both vertical and diagonal half-pixel computations, two rows must be fetched for generating one row of half-pixels. For horizontal-only half-pixel computations, however, only one row of integer pixels must be fetched to generate the half-pixel values. In the implementations of certain embodiments presented herein, the examples assume only computing half-pixel values for at three half-pixel locations: one horizontal half-pixel to the right, one vertical half-pixel down and one diagonal half-pixel down and to the right for either a 16×16 block or the four 8×8 blocks, depending on whether the 16×16 representation is better or the four 8×8 representations are better.


First, when the one 16×16 representation is better, vertical and diagonal half-pixel computations consume about 160 cycles per SAD. The horizontal half-pixel computation would consume about 80 cycles. Thus, the three half-pixel computations would consume about 400 cycles. Second, when the four 8×8 representations are better, the vertical and diagonal half-pixel computations would consume about 48 cycles and the horizontal half-pixel computation would consume around 24 cycles, for each 8×8 sub-block. Thus, the three half-pixel computations would consume about 120 cycles per 8×8 sub-block. Given that there are four such 8×8 sub-blocks in a 16×16 macro-block, half-pixel computations for all four 8×8 sub-blocks would consume about 500 cycles.


To summarize the example of a serial implementation of the process shown in FIG. 4: when the 16×16 representation is better, it would take a total of about 1600 cycles to perform the algorithm; and when the four 8×8 representations are better, it would take a total of about 1720 cycles to perform the algorithm. Therefore, certain embodiments can take advantage of the strong commonality in the data needed for, and computations of, the various SAD calculations to reduce the processing cycles needed to perform the exemplary algorithm of FIG. 4. As in the above exemplary cycle calculations, the description below of certain embodiments assumes a 32-bit architecture and a per-pixel resolution of 8 bits.


Referring back to FIG. 3, certain embodiments consist of maintaining (e.g., storing accumulating or collecting, for example in random access memory, registers, accumulators, disks, memory cards, etc., and the like) the integer pixel value differences used for nine SAD calculations for each of the four 8×8 sub-blocks at each of the nine full pixel locations including and adjacent to the best location (i.e., A, B, C, D, E, F, G, H and I in FIG. 3, where E is the best location) resulting in maintaining a total of 36 SAD calculations for all four 8×8 sub-blocks. Further, certain embodiments can include maintaining the half-pixel values and half-pixel value differences used for 16 half-pixel SAD calculations for each of the four 8×8 sub-blocks corresponding to each of the 16 half-pixel locations between the nine full pixel locations including and adjacent to the best location (i.e., the half-pixel Xs and Os between each pair of the integer pixel locations of A, B, C, D, E, F, G, H and I in FIG. 3) resulting in a total of 64 SAD calculations for all four 8×8 sub-blocks. The corresponding 16×16 SAD calculations, both integer pixel and half-pixel, can be directly inferred from all of the maintained 8×8 SAD calculations.



FIG. 5 illustrates an exemplary flow for pipelining, or parallelizing, at least some of the operations for simultaneous SAD calculations according to certain embodiments, so as to better utilize the system resources while decreasing the cycle count required for accomplishing the SAD calculations. In FIG. 5, each operand shown corresponds to a set of 4 adjacent integer pixels in a row identified, for discussion purposes only, by the left-most pixel in the row. This example uses a naming convention such that the letters A through I denote data locations from the reference frame (as illustrated in FIG. 3) that are used in SAD calculations for current data (i.e., macro-block, sub-block, etc.) in the current frame, which is denoted by the letter X. In this example, assume that SAD calculations are desired as between each of the reference frame locations (i.e., A through I) and the current data location for a 16×16 macro-block.


As shown in FIG. 5, certain embodiments can achieve a complete set of calculations for one 4-byte word in 9 cycles (i.e., as used in this example, a “complete set” refers to the calculations discussed above with reference to steps 420-450 of FIG. 4). Since each macro-block has a size equal to 64 words (i.e., 256 pixels at 8 bits per pixel using 4-byte words), this results in a total of only about 576 cycles the entire macro-block (i.e., 9 cycles per word for 64 words). This represents about a 64-66% decrease in the number of required cycles over the serial approach shown in FIG. 4, which was shown to take between about 1600 and 1700 cycles to accomplish the same task.



FIG. 6 illustrates an exemplary parallelization of SAD calculations for a 16×16 macro-block according to certain embodiments. As shown in FIG. 6, and similar to FIG. 4 for ease of comparison purposes, step 610 begins where the where the typical UCBDS algorithm ends, i.e., with a good integer pixel motion vector location for a current 16×16 macro-block. At steps 615a-b pixel data for the current and reference blocks are retrieved and pipelining calculations for the current block are performed and maintained. These pipelined calculations help to parallelize the process of FIG. 6 as compared to the serial process of FIG. 4. In this example, as discussed further with reference to FIG. 5, steps 620-650 can be accomplished for a complete set of calculations for one 4-byte word in 9 cycles. Steps 620-650 generally accomplish the same result as steps 420-450 of FIG. 4. However steps 620-650 are pipelined, or parallelized, and do not necessarily require repetitive fetches of the current and reference data, as do steps 420a, 430a and 450a. Additionally, in certain embodiments, step 615a of FIG. 6 can be performed prior to step 610, to accomplish retrieving the current and reference data only once for the UCBDS portion of this exemplary method as well as for steps 620-650.


Further examining FIG. 5, cycles 4, 5, 7, and 8 correspond to the most intensive processing cycles in this exemplary pipelined processing chain. The underlying hardware for each of these cycles would need sufficient logic so as to enable performance of the operations in a single cycle. One example of an efficient hardware design that facilitates the above mentioned processing is shown in FIG. 7. Without loss of generality, the action of this hardware design is further illustrated for cycle 4 of the pipelined processing chain of FIG. 5. Further, upon review of this hardware design with reference to FIG. 5 and the remainder of this disclosure, it will become apparent to those skilled in the art how to expand and implement the certain embodiments of this disclosure into various video coding applications using various combinations of software and hardware, including, for example, application specific integrated circuits (ASICs), processors, micro-controllers and the like.


For example, consider the case when the pixel location E (as shown in FIG. 3) is being processed for SAD computation in the UCBDS algorithm (e.g., step 410 of FIG. 4) for a current macro-block. Assume further that pixels A, B, C and D were processed as in cycles 0, 1, 2, 3 of FIG. 5 to generate their corresponding SAD computations before the SAD computation for pixel E is performed. FIG. 7 shows the computations that can be performed simultaneously to obtain other SAD values along with the regular 16×16 SAD computation performed for pixel E. Based on these assumption, difference results corresponding to pixels adjacent to E, i.e., (D-X), (B-X) and (A-X), have already been calculated and stored. With these previously calculated values available, all of the following SAD computations can be performed simultaneously with the hardware shown in FIG. 7 (i.e., where the → symbol indicates an accumulation operation).


16×16 Integer Pixel SAD corresponding to Pixel E (SAD16E)

SAD16E→SAD16E+|E−X|

8×8 Integer Pixel SAD corresponding to Pixel E (SAD8E)

SAD8E→SAD8E+|E−X|

16×16 Vertical Half-pixel SAD between B & E (SAD16BE)

SAD16BE→SAD16BE+|((E−X)+(B−X)+1)/2|

8×8 Vertical Half-pixel SAD between B & E (SAD8BE)

SAD8BE→SAD8BE+|((E−X)+(B−X)+1)/2|

16×16 Horizontal Half-pixel SAD between D & E (SAD8DE)

SAD16DE→SAD16DE+|((E−X)+(D−X)+1)/2|

8×8 Horizontal Half-pixel SAD between D & E (SAD8DE)

SAD8DE→SAD8DE+|((E−X)+(D−X)+1)/2|

16×16 Diagonal Half-pixel SAD between A, B, D & E (SAD8ABDE)

SAD16ABDE→SAD16ABDE+|((A−X)+(B−X)+(D−X)+(E−X)+2)/4|

8×8 Diagonal Half-pixel SAD between A, B, D & E (SAD8ABDE)

SAD8ABDE→SAD8ABDE+|((A−X)+(B−X)+(D−X)+(E−X)+2)/4|


Since each of the operands shown in FIGS. 5 and 7 corresponds to a linear set of 4 adjacent pixels, each adder in FIG. 7 consists of 4 atomic adders resulting in a total of nearly 20 adders. Thus, in certain embodiments, the impact of the parallelization of SAD computations according to certain embodiments can be quantified in terms of cycles saved in the overall system picture. For each of the exemplary cases below, assume the following approximate numbers to highlight the overall savings in cycles. Assume a quarter video graphics array (or QVGA) 320×240 resolution video sequence being displayed at 15 frames per second (fps). At this resolution there are 300 macro-blocks per frame, or 4500 macro-blocks per second.


For the serial, motion vector case using a 16×16 half-pixel approach (as illustrated with reference to FIG. 4), it takes about 1600 cycles to fetch the reference and current macro-block data. It will take about another 1280 cycles to perform the initial UCBDS analysis (i.e., assuming 16 SAD computations on average). It will take about 320 cycles to perform the final UCBDS (i.e., assuming 4 integer pixel searches). It will take about 900 cycles to perform the 8×8 integer pixel motion vector calculations. It will take 400 cycles to perform the half-pixel motion vector computations for the 16×16 block. Thus, it will take about 4500 cycles for a macro-block, which means it will take about 20,250,000 cycles (i.e., 4500 cycles per macro-block times 4500 macro-blocks per second) for one second of video (i.e., 20.25 MHz).


For the parallelized SAD calculation, motion vector case using a 16×16 half-pixel approach (as illustrated with reference to FIGS. 5-7), it still takes about 1600 cycles to fetch the reference and current macro-block data, and about another 1200 cycles to perform the initial UCBDS analysis (i.e., assuming 15 SAD computations on average). However, it will only take about 600 cycles to perform the final UCBDS, the 8×8 integer pixel motion vector calculations and the half-pixel motion vector computations. Thus, it will take about 3300 cycles for a macro-block, which means it will take about 14,850,000 cycles (i.e., 3300 cycles per macro-block times 4500 macro-blocks per second) for one second of video (i.e., 14.85 MHz).


For the serial, motion vector case using an 8×8 half-pixel approach (as illustrated with reference to FIG. 4), it takes about 1600 cycles to fetch the reference and current macro-block data. It will take about another 1280 cycles to perform the initial UCBDS analysis (i.e., assuming 16 SAD computations on average). It will take about 320 cycles to perform the final UCBDS (i.e., assuming 4 integer pixel searches). It will take about 900 cycles to perform the 8×8 integer pixel motion vector calculations. It will take 500 cycles to perform the half-pixel motion vector computations for four, 8×8 blocks. Thus, it will take about 4600 cycles for a macro-block, which means it will take about 20,700,000 cycles (i.e., 4600 cycles per macro-block times 4500 macro-blocks per second) for one second of video (i.e., 20.70 MHz).


For the parallelized SAD calculation, motion vector case using an 8×8 half-pixel approach (as illustrated with reference to FIGS. 5-7), it still takes about 1600 cycles to fetch the reference and current macro-block data, and about another 1200 cycles to perform the initial UCBDS analysis (i.e., assuming 15 SAD computations on average). However, it will only take about 600 cycles to perform the final UCBDS, the 8×8 integer pixel motion vector calculations and the half-pixel motion vector computations for four, 8×8 blocks. Thus, it will still take about 3300 cycles for a macro-block, which means it will take about 14,850,000 cycles (i.e., 3300 cycles per macro-block times 4500 macro-blocks per second) for one second of video (i.e., 14.85 MHz).


Thus in the overall system context, the parallelized SAD calculation approach of certain embodiments can get at least a 28% cycle savings over the serial approach. It will be apparent to those skilled in the art that, the parallelized calculation approach uses extra hardware as compared to the serial approach. First, to ensure the pipelining of operations as shown in FIG. 5, there may be a need for the storage of, in the context of the above examples, about 20-25 pixels worth of data at any given time. Second, the parallelized calculation approach may need, again, in the context of the above examples, about 20-25 additional adders to facilitate the simultaneous, pipelined SAD computations. However, this does not mean that additional storage or additional adders must necessarily be designed into the system. Rather, certain embodiments can increase the utilization of already designed-in system storage and system adders.


Although the application has been particularly described with reference to certain embodiments, it should be readily apparent to those of ordinary skill in the art that various changes, modifications, substitutes and deletions are intended within the spirit and scope thereof. Accordingly, it will be appreciated that in numerous instances some features can be employed without a corresponding use of other features. Further, those skilled in the art will understand that variations can be made in the number and arrangement of inventive elements illustrated and described in the above figures. It is intended that the scope of the appended claims include such changes and modifications.

Claims
  • 1. A method of motion estimation for video coding, said method comprising: performing a first plurality of comparison calculations between a current block of pixels in a current frame of a video sequence and a first plurality of reference blocks of pixels in a reference frame of said video sequence, wherein said first plurality of reference blocks of pixels are associated with a first plurality of reference locations;storing results from said first plurality of comparison calculations; andperforming, in parallel using at least some of said stored results from said first plurality of comparison calculations, a second plurality of comparison calculations for a second plurality of reference blocks of pixels in said reference frame, wherein said second plurality of reference blocks of pixels are associated with a second plurality of reference locations different from the first plurality of reference locations, and wherein said second plurality of comparison calculations comprise a comparison of said current block of pixels and said second plurality of reference blocks of pixels.
  • 2. The method of claim 1, wherein: said first plurality of reference locations includes at least two adjacent integer pixel reference locations; andsaid second plurality of reference locations includes at least one half-pixel reference location positioned between said at least two adjacent integer pixel reference locations.
  • 3. The method of claim 1, wherein: said current block of pixels and said first plurality of reference blocks of pixels are said same pixel dimension; andat least one of said second plurality of reference blocks of pixels is a different pixel dimension than said same pixel dimension of said current block and said first plurality of reference blocks.
  • 4. The method of claim 3, wherein: said first plurality of reference locations includes at least two adjacent integer pixel reference locations; andsaid second plurality of reference locations includes at least one half-pixel reference location positioned between said at least two adjacent integer pixel reference locations.
  • 5. The method of claim 1, wherein said comparison calculations are sum of absolute difference calculations.
  • 6. A method of motion estimation for video coding, said method comprising: determining a good macro-block integer pixel motion vector location from within a reference frame of a video sequence for a current macro-block of pixels within a current frame of said video sequence;determining a best macro-block integer pixel motion vector location for said current macro-block;determining a best sub-block integer pixel motion vector location from within said reference frame for each of a plurality of sub-blocks defined within said current macro-block;determining whether a macro-block motion vector associated with said best macro-block integer pixel motion vector location is a better motion estimation representation than a plurality of sub-block motion vectors associated with said plurality of sub-block integer pixel motion vector locations; anddetermining at least one best half-pixel motion vector location associated with said better motion estimation representation,wherein at least some portion of all of said steps of determining are performed in parallel with each other and wherein one or more of said steps of determining are based on first and second comparison calculations for a first and second plurality of blocks.
  • 7. The method of claim 6, wherein said reference frame is an immediately previous frame to said current frame of said video sequence.
  • 8. The method of claim 7, wherein said macro-block is 16×16 pixels and each sub-block is 8×8 pixels.
  • 9. The method of claim 8, wherein said macro-block is 16×16 pixels and each sub-block is 8×16 pixels.
  • 10. The method of claim 7, wherein said good macro-block integer pixel motion vector location is selected with an unrestricted center biased diamond search algorithm using sum of absolute difference calculations.
  • 11. The method of claim 7, wherein said best macro-block integer pixel motion vector location is selected by comparing a sum of absolute difference calculation for said good macro-block integer pixel motion vector location to sum of absolute difference calculations for a plurality of integer pixel locations within said reference frame that are adjacent to said good macro-block integer pixel motion vector location.
  • 12. The method of claim 7, wherein said plurality of sub-block integer pixel motion vector locations are each selected by comparing sum of absolute difference calculations.
  • 13. The method of claim 7, wherein said better motion estimation representation is selected by comparing sum of absolute difference calculations between said best macro-block integer pixel motion vector location and said plurality of sub-block integer pixel motion vector locations.
  • 14. The method of claim 10, wherein said best macro-block integer pixel motion vector location is selected by comparing a sum of absolute difference calculation for said good macro-block integer pixel motion vector location to sum of absolute difference calculations for a plurality of integer pixel locations within said reference frame that are adjacent to said good macro-block integer pixel motion vector location.
  • 15. The method of claim 14, wherein said plurality of sub-block integer pixel motion vector locations are each selected by comparing sum of absolute difference calculations.
  • 16. The method of claim 15, wherein said better motion estimation representation is selected by comparing sum of absolute difference calculations between said best macro-block integer pixel motion vector location and said plurality of sub-block integer pixel motion vector locations.
  • 17. The method of claim 16, wherein said macro-block is 16×16 pixels and each sub-block is 8×8 pixels.
  • 18. The method of claim 16, wherein said macro-block is 16×16 pixels and each sub-block is 8×16 pixels.
  • 19. A system comprising: means for determining a good 16×16 integer pixel motion vector location from within a reference frame of a video sequence for a current 16×16 macro-block of pixels within a current frame of said video sequence;means for determining a best 16×16 integer pixel motion vector location for said current 16×16 macro-block;means for determining a best 8×8 integer pixel motion vector location from within said reference frame for each of four 8×8 sub-blocks defined within said current 16×16 macro block;means for determining whether a 16×16 motion vector associated with said best 16×16 integer pixel motion vector location is a better motion estimation representation than four 8×8 motion vectors associated with said four 8×8 integer pixel motion vector locations; andmeans for determining at least one best half-pixel motion vector location associated with said better motion estimation representation,wherein said at least portions of all of said determining is performed at least partially in parallel with each other and wherein at least a part of said determining is based on first and second comparison calculations for a first and second plurality of blocks.
  • 20. The system of claim 19, wherein said good macro-block integer pixel motion vector location is selected with an unrestricted center biased diamond search algorithm using sum of absolute difference calculations.
  • 21. The system of claim 19, wherein said best macro-block integer pixel motion vector location is selected by comparing a sum of absolute difference calculation for said good macro-block integer pixel motion vector location to sum of absolute difference calculations for a plurality of integer pixel locations within said reference frame that are adjacent to said good macro-block integer pixel motion vector location.
  • 22. The system of claim 19, wherein said plurality of sub-block integer pixel motion vector locations are each selected by comparing sum of absolute difference calculations.
  • 23. The system of claim 19, wherein said better motion estimation representation is selected by comparing sum of absolute difference calculations between said best macro-block integer pixel motion vector location and said plurality of sub-block integer pixel motion vector locations.
  • 24. The system of claim 19, wherein said best macro-block integer pixel motion vector location is selected by comparing a sum of absolute difference calculation for said good macro-block integer pixel motion vector location to sum of absolute difference calculations for a plurality of integer pixel locations within said reference frame that are adjacent to said good macro-block integer pixel motion vector location.
  • 25. The system of claim 24, wherein said plurality of sub-block integer pixel motion vector locations are each selected by comparing sum of absolute difference calculations.
  • 26. The system of claim 25, wherein said better motion estimation representation is selected by comparing sum of absolute difference calculations between said best macro-block integer pixel motion vector location and said plurality of sub-block integer pixel motion vector locations.
  • 27. An apparatus comprising: means for performing a first plurality of comparison calculations between a current block of pixels in a current frame of a video sequence and a first plurality of reference blocks of pixels in a reference frame of said video sequence, wherein said first plurality of reference blocks of pixels are associated with a first plurality of reference locations;means for storing results from said plurality of comparison calculations; andmeans for performing, in parallel using at least some of said stored results from said plurality of comparison calculations, a second plurality of comparison calculations for a second plurality of reference blocks of pixels in said reference frame, wherein said second plurality of reference blocks of pixels are associated with a second plurality of reference locations different from the first plurality of reference locations, and wherein said second plurality of comparison calculations comprise a comparison of said current block of pixels and said second plurality of reference blocks of pixels.
  • 28. The apparatus of claim 27, wherein: said first plurality of reference locations includes at least two adjacent integer pixel reference locations; andsaid second plurality of reference locations includes at least one half-pixel reference location positioned between said at least two adjacent integer pixel reference locations.
  • 29. The apparatus of claim 27, wherein: said current block of pixels and said first plurality of reference blocks of pixels are said same pixel dimension; andat least one of said second plurality of reference blocks of pixels is a different pixel dimension than said same pixel dimension of said current block and said first plurality of reference blocks.
  • 30. The apparatus of claim 29, wherein: said first plurality of reference locations includes at least two adjacent integer pixel reference locations; andsaid second plurality of reference locations includes at least one half-pixel reference location positioned between said at least two adjacent integer pixel reference locations.
  • 31. The apparatus of claim 27, wherein said comparison calculations are sum of absolute difference calculations.
US Referenced Citations (184)
Number Name Date Kind
3679821 Schroeder Jul 1972 A
4177514 Rupp Dec 1979 A
4583164 Tolle Apr 1986 A
4591979 Iwashita May 1986 A
4644461 Jennings Feb 1987 A
4755810 Knierim Jul 1988 A
4814978 Dennis Mar 1989 A
4992857 Williams Feb 1991 A
5045940 Peters et al. Sep 1991 A
5130797 Murakami et al. Jul 1992 A
5146324 Miller et al. Sep 1992 A
5212742 Normile et al. May 1993 A
5225875 Shapiro et al. Jul 1993 A
5233689 Rhoden et al. Aug 1993 A
5267334 Normille et al. Nov 1993 A
5267344 Nelson, III Nov 1993 A
5369744 Fukushima et al. Nov 1994 A
5371896 Gove et al. Dec 1994 A
5596369 Chau Jan 1997 A
5598514 Purcell et al. Jan 1997 A
5608652 Astle Mar 1997 A
5613146 Gove et al. Mar 1997 A
5623311 Phillips et al. Apr 1997 A
5630033 Purcell et al. May 1997 A
5646692 Bruls Jul 1997 A
5657465 Davidson et al. Aug 1997 A
5768429 Jabbi et al. Jun 1998 A
5790881 Nguyen Aug 1998 A
5809538 Pollmann et al. Sep 1998 A
5821886 Son Oct 1998 A
5845083 Hamadani et al. Dec 1998 A
5870310 Malladi Feb 1999 A
5883823 Ding Mar 1999 A
5889949 Charles Mar 1999 A
5898881 Miura et al. Apr 1999 A
5909224 Fung Jun 1999 A
5923375 Pau Jul 1999 A
5954786 Volkonsky Sep 1999 A
5969728 Dye et al. Oct 1999 A
5999220 Washino Dec 1999 A
6035349 Ha et al. Mar 2000 A
6073185 Meeker Jun 2000 A
6088355 Mills et al. Jul 2000 A
6098174 Baron et al. Aug 2000 A
6104470 Streefkerk et al. Aug 2000 A
6144362 Kawai Nov 2000 A
6148109 Boon et al. Nov 2000 A
6157751 Olson et al. Dec 2000 A
6175594 Strasser et al. Jan 2001 B1
6188799 Tan et al. Feb 2001 B1
6195389 Rodriguez et al. Feb 2001 B1
6222883 Murdock et al. Apr 2001 B1
6269174 Koba et al. Jul 2001 B1
6272281 De Vos et al. Aug 2001 B1
6305021 Kim Oct 2001 B1
6311204 Mills Oct 2001 B1
6317124 Reynolds Nov 2001 B2
6356945 Shaw et al. Mar 2002 B1
6360234 Jain et al. Mar 2002 B2
6418166 Wu et al. Jul 2002 B1
6459738 Wu et al. Oct 2002 B1
6539060 Lee et al. Mar 2003 B1
6539120 Sita et al. Mar 2003 B1
6560629 Harris May 2003 B1
6647062 Mackinnon Nov 2003 B2
6665346 Lee et al. Dec 2003 B1
6687788 Vorbach et al. Feb 2004 B2
6690835 Brockmeyer et al. Feb 2004 B1
6690836 Natarajan et al. Feb 2004 B2
6708246 Ishihara et al. Mar 2004 B1
6721830 Vorbach et al. Apr 2004 B2
6751721 Webb, Jr. et al. Jun 2004 B1
6760478 Adiletta et al. Jul 2004 B1
6782052 Sun et al. Aug 2004 B2
6799192 Handley Sep 2004 B1
6807317 Mathew et al. Oct 2004 B2
6823443 Horiyama et al. Nov 2004 B2
6950473 Kim et al. Sep 2005 B2
6996645 Wiedenman et al. Feb 2006 B1
7038687 Booth, Jr. et al. May 2006 B2
7173631 Anderson Feb 2007 B2
7260148 Sohm Aug 2007 B2
7277101 Zeng Oct 2007 B2
7289672 Sun et al. Oct 2007 B2
7379501 Lainema May 2008 B2
7403564 Laksono Jul 2008 B2
7450640 Kim et al. Nov 2008 B2
7499491 Lee et al. Mar 2009 B2
7548586 Mimar Jun 2009 B1
7548596 Yen et al. Jun 2009 B2
7551671 Tyldesley et al. Jun 2009 B2
7565077 Rai et al. Jul 2009 B2
7581182 Herz Aug 2009 B1
7630097 Kodama et al. Dec 2009 B2
7689000 Kazama Mar 2010 B2
7693219 Yan Apr 2010 B2
7720311 Sriram May 2010 B1
7721069 Ramchandran et al. May 2010 B2
7924923 Lee et al. Apr 2011 B2
8009923 Li et al. Aug 2011 B2
8369402 Kobayashi et al. Feb 2013 B2
20010020941 Reynolds Sep 2001 A1
20010024448 Takase et al. Sep 2001 A1
20010028353 Cheng Oct 2001 A1
20010028354 Cheng et al. Oct 2001 A1
20020015445 Hashimoto Feb 2002 A1
20020015513 Ando et al. Feb 2002 A1
20020025001 Ismaeil et al. Feb 2002 A1
20020041626 Yoshioka et al. Apr 2002 A1
20020109790 Mackinnon Aug 2002 A1
20020114394 Ma Aug 2002 A1
20020118743 Jiang Aug 2002 A1
20030020835 Petrescu Jan 2003 A1
20030048361 Safai Mar 2003 A1
20030078952 Kim et al. Apr 2003 A1
20030141434 Ishikawa et al. Jul 2003 A1
20030161400 Dinerstein et al. Aug 2003 A1
20040057523 Koto et al. Mar 2004 A1
20040095998 Luo et al. May 2004 A1
20040100466 Deering May 2004 A1
20040150841 Lieberman et al. Aug 2004 A1
20040156435 Itoh et al. Aug 2004 A1
20040174998 Youatt et al. Sep 2004 A1
20040181564 MacInnis et al. Sep 2004 A1
20040181800 Rakib et al. Sep 2004 A1
20040190613 Zhu et al. Sep 2004 A1
20040190617 Shen et al. Sep 2004 A1
20040202245 Murakami et al. Oct 2004 A1
20040213348 Kim et al. Oct 2004 A1
20040218626 Tyldesley et al. Nov 2004 A1
20040218675 Kim et al. Nov 2004 A1
20040228415 Wang Nov 2004 A1
20040257434 Davis et al. Dec 2004 A1
20050008254 Ouchi et al. Jan 2005 A1
20050033788 Handley Feb 2005 A1
20050047502 McGowan Mar 2005 A1
20050066205 Holmer Mar 2005 A1
20050079914 Kaido et al. Apr 2005 A1
20050105618 Booth et al. May 2005 A1
20050123040 Bjontegard Jun 2005 A1
20050190976 Todoroki et al. Sep 2005 A1
20050238102 Lee et al. Oct 2005 A1
20050238103 Subramaniyan et al. Oct 2005 A1
20050265447 Park Dec 2005 A1
20050265454 Muthukrishnan et al. Dec 2005 A1
20050276493 Xin et al. Dec 2005 A1
20050281337 Kobayashi et al. Dec 2005 A1
20050286630 Tong et al. Dec 2005 A1
20060002466 Park Jan 2006 A1
20060017802 Yoo et al. Jan 2006 A1
20060056513 Shen et al. Mar 2006 A1
20060056708 Shen et al. Mar 2006 A1
20060109910 Nagarajan May 2006 A1
20060115001 Wang et al. Jun 2006 A1
20060133501 Lee et al. Jun 2006 A1
20060133506 Dang Jun 2006 A1
20060176299 Subbalakshmi et al. Aug 2006 A1
20060176962 Arimura et al. Aug 2006 A1
20060203916 Chandramouly et al. Sep 2006 A1
20060291563 Park et al. Dec 2006 A1
20070002945 Kim Jan 2007 A1
20070002950 Yang Jan 2007 A1
20070036215 Pan et al. Feb 2007 A1
20070070080 Graham et al. Mar 2007 A1
20070133689 Park et al. Jun 2007 A1
20070171981 Qi Jul 2007 A1
20070217506 Yang et al. Sep 2007 A1
20070230564 Chen et al. Oct 2007 A1
20070274389 Kim et al. Nov 2007 A1
20070286284 Ito et al. Dec 2007 A1
20070286508 Le Leannec et al. Dec 2007 A1
20080069203 Karczewicz et al. Mar 2008 A1
20080117214 Perani et al. May 2008 A1
20080137726 Chatterjee et al. Jun 2008 A1
20080151997 Oguz Jun 2008 A1
20080285444 Diab et al. Nov 2008 A1
20090060277 Zhang et al. Mar 2009 A1
20090086827 Wu et al. Apr 2009 A1
20090116549 Shen et al. May 2009 A1
20090122864 Palfner et al. May 2009 A1
20090161763 Rossignol et al. Jun 2009 A1
20090196350 Xiong Aug 2009 A1
20090268974 Takagi Oct 2009 A1
20100034268 Kusakabe et al. Feb 2010 A1
Foreign Referenced Citations (14)
Number Date Country
1489391 Apr 2004 CN
1283640 Feb 2003 EP
2348559 Mar 1999 GB
04162893 Jun 1992 JP
11096138 Apr 1999 JP
2001184323 Jul 2001 JP
2005-192232 Jul 2005 JP
2005354686 Dec 2005 JP
2006287315 Oct 2006 JP
9827742 Jun 1998 WO
0233650 Apr 2002 WO
2005001625 Jun 2003 WO
2005096168 Oct 2005 WO
2006085137 Aug 2006 WO
Non-Patent Literature Citations (22)
Entry
“Ralf Schafer et al.,”, “H.264/AVC”, Dated: Jan. 2003, pp. 1-12.
3D Graphics Processor for Mobile Set Based on Configurable Processor; Takemoto, Takashi et al.
Jamil-Ur-Rehman and Dr. Zhang Ye, “Efficient Techniques for Signaling Intra Prediction modes of H.264/ Mpeg-4 Part 10”, Proceedings of the First International Conference on Innovative Computing, Information and Control, ICICIC, Year 2006, pp. 1-4.
Jong, et al., “Accuracy Improvement and Cost Reduction of 3-Step Search Block Matching Algorithm for Video Coding”, Feb. 1, 1994, IEEE Transaction on Circuits and Systems for Video Technology, vol. 4 No. 1, pp. 88-90, XP000439487.
Mizuno, M. et al.; “A 1.5-W single-chip MPEG-2 MP@ML video encoder with low power motion estimation and clocking,” Solid-State Circuits, IEEE Journal of, vol. 32, No. 11, pp. 18-7-1816, Nov. 1997.
Realization of Low-Bit—Ratio Video Encoder Using Mpact Media Processor; Iwasaki, Junichi et al.; 1997.
Rohini Krishnan, et al., “Design of a 2D DCT/IDCT Application Specific VLIW Processor Supporting Scaled and Sub-sampled Blocks,” 16th International Conference on VLSI Design, 2003, six pages.
Shih-Hao Wang et al.; “A platform-based MPEG-4 advanced video coding (AVC) decoder with block level pipelining,” Information, Communications and Signal Processing, 2003 and the Fourth Pacific Rim Conference on Multimedia Proceedings of the 2003 Joint Conference of the Fourth International Conference on, vol. 1, No., p. 51-55 vol. 1, Dec. 2003.
Tourapis et al., Proc. of SPIE Conf. Vis. Comm. and Img. Processing, vol. 3, pp. 1365-1373, Jun. 2000.
Tu, C., Liang, J., and Tran, T. “Adaptive Runlength Coding”, in—IEEE Signal Processing Letters—vol. 10, No. 3, pp. 61-66. Mar. 2003.
Tung-Chien Chen; Yu-Wen Huang; Liang-Gee Chen, “Analysis and design of macroblock pipelining for H.264/AVC VLSI architecture,” Circuits and Systems, 2004. ISCAS '04. Proceedings of the 2004 International Symposium on, vol. 2, No., pp. 11-273-6 vol. 2, May 23-26, 2004.
Zheng, et al., Inter. Conf. Info. Systems, Analysis and Synthesis, SCI 2001-ISAS 2001, vol. 13, 2001.
“Ralf Schafer et al.,”, “H264/AVC”, Dated: Jan. 2003, pp. 1-12.
—The Merriam-Webster Dictionary—. 2005 ed. Springfield, MA: Merriam-Webster Inc., 2005.
3D Graphics Processor for Mobile Set Based on Configurable Processor; Takemoto, Takashi et al. Year 2004.
A Single-Chip Video/Audio Codec for Low Bit Rate Application Seongmo Park, Seongmin Kim, Igkyun Kim, Kyungjin Byun, Jin Jong Cha, and Hanjin Cho, ETRI Journal, vol. 22, No. 1, Mar. 2000, pp. 20-29.
Advanced Video Coding for generic audiovisual services, Telecommunication Standardization Sector of ItU, Dated Mar. 2005, pp. 1-343.
Andrew Gibson, “H.264 Video Encoding Standard”, year Aug. 2002, pp. 1-98, Queens University Kingston Ontario Canada.
Chen, Hao et al., “Adaptive FMO Selection Strategy for Error Resilient H.264 Coding” International Conference on Audio, Language and Image Processing, 2008. ICALIP 2008, Jul. 7-9, 2008, pp. 868-872.
Hannuksela, Miska et al., “Random Access Using Isolated Regions”, IEEE 2003, pp. III-841 to III to 844.
Iwasaki, I.; Naganuma, J.; Nitta, K.; Yoshitome, T.; Ogura, M.; Nakajima, Y.; Tashiro, Y.; Onishi, T.; Ikeda, M.; Endo, M., “Single-chip MPEG-2 422P@HL CODEC LSI with multi-chip configuration for large scale processing beyond HDTV level,” Design, Automation and Test in Europe Conference and Exhibition, Mar. 2003.
Kadono Shinya, et. al Revised edition H 264/AVC Textbook, Impress R&D, Jan. 1, 2006, pp. 131-133.