US20080317132A1 - System and Method for Fast Variable-Size Motion Estimation - Google Patents

System and Method for Fast Variable-Size Motion Estimation Download PDF

Info

Publication number
US20080317132A1
US20080317132A1 US12/201,105 US20110508A US2008317132A1 US 20080317132 A1 US20080317132 A1 US 20080317132A1 US 20110508 A US20110508 A US 20110508A US 2008317132 A1 US2008317132 A1 US 2008317132A1
Authority
US
United States
Prior art keywords
module
sub
block
mvs
prediction
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US12/201,105
Inventor
Zhi Zhou
Ming-Ting Sun
Yuh-Feng Hsu
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
INDUSTRIAL TECHNOLOGY RESEARCH INSTITUTE AND UNIVERSITY OF WASHINGTON
Original Assignee
INDUSTRIAL TECHNOLOGY RESEARCH INSTITUTE AND UNIVERSITY OF WASHINGTON
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by INDUSTRIAL TECHNOLOGY RESEARCH INSTITUTE AND UNIVERSITY OF WASHINGTON filed Critical INDUSTRIAL TECHNOLOGY RESEARCH INSTITUTE AND UNIVERSITY OF WASHINGTON
Priority to US12/201,105 priority Critical patent/US20080317132A1/en
Publication of US20080317132A1 publication Critical patent/US20080317132A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • H04N19/51Motion estimation or motion compensation
    • H04N19/56Motion estimation with initialisation of the vector search, e.g. estimating a good candidate to initiate a search
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • H04N19/51Motion estimation or motion compensation
    • H04N19/57Motion estimation characterised by a search window with variable size or shape
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/14Picture signal circuitry for video frequency region
    • H04N5/144Movement detection
    • H04N5/145Movement estimation

Definitions

  • the present invention relates generally to a method and system of variable block-size motion estimation and more particularly, to a method and system of fast variable block-size motion estimation based on merge and split procedures for H.264/MPEG-4 AVC video encoding.
  • Motion Estimation is a core functional block to remove temporal redundancy in video sequences to achieve high compression.
  • MBs Inter coded Macroblocks
  • Each 16*16 MB can be coded in 16*16, 16*8, 8*16, and 8*8 block-modes. If the 8*8 block-mode is chosen, each 8*8 sub-macroblock can be independently partitioned into 8*8, 8*4, 4*8, and 4*4 blocks. So, altogether there can be seven different block-sizes: 16*16, 16*8, 8*16, 8*8, 8*4, 4*8, and 4*4. For these block-sizes, each 16*16 MB contains 1, 2, 2, 4, 8, 8, and 16 blocks respectively.
  • a Fast Full Search (FFS) algorithm is used for the ME.
  • the SADs (Sum of Absolute Differences) of 4*4 blocks are first calculated and the SADs of the other six block-modes are calculated by summing up the SADs of the corresponding 4*4 blocks.
  • the SADs in the calculation of the 4*4 block-mode are re-used, for all seven block-sizes, the SAD calculation load will be larger than that using a full-search ME for a 16*16 MB.
  • a search-window size is 31*31 pixels and the Unrestricted Motion Vector (UMV) mode is enabled
  • UMV Unrestricted Motion Vector
  • the required SAD computation is larger than that for a 16*16 MB with 961 search points, which requires a lot of computations.
  • one object of the present invention is to provide a MV prediction and MV search strategy for fast variable block-size MEs.
  • fast variable block-size ME algorithms based on merge and split procedures are proposed and described in details.
  • Experimental results show that using these merge/split schemes, the search-points can be reduced to about 4% of that using the fast full-search ME for a 16*16 MB, with negligible quality degradation.
  • One embodiment of the present invention is to provide method for predicting motion vectors (MVs) of variable block sizes of a video image frame.
  • the method includes choosing a block size as an initial processed block, wherein the initial processed block has a block size between a smallest block size a largest block size of the variable block sizes, partitioning the initial processed block into a plurality of sub-blocks and obtaining a plurality of prediction MVs from the plurality of sub-blocks.
  • the plurality of prediction MVs are then used in subsequent steps.
  • the initial processed block is merged into larger-size blocks and the plurality of prediction MVs are used in the merging process to predict MVs of the larger-size blocks. Further, the initial processed block is split into smaller-size blocks; and similarly, the plurality of MVs are used in the splitting process to predict MVs of the smaller-size blocks.
  • the initial block size is 8*8.
  • the initial block is divided into four 4*4 sub-blocks and four prediction MVs: MV.sub.A, MV.sub.B, MV.sub.C, and MV.sub.D are calculated.
  • the initial block is merged into 8*16, 16*8, and 16*16, and is split into 8*4, 4*8, and 4*4 blocks.
  • the matched MV is used as a prediction MV of next larger-size block. If none of the prediction MVs matches with each other, the method searches for a new MV for the larger-size block. Similarly, if the MVs of the smaller-size blocks, such as 8*4, and 4*8 blocks, are the same, the MV is used as a prediction block of the 4*4 block. Otherwise, the prediction MVs of the four sub-blocks are average and the averaged MV is used as a search center.
  • a second embodiment of the present invention is to provide a method for judging motion vector (MV) consistency of a block in a video image frame.
  • the method includes dividing the block into a plurality of sub-blocks, calculating prediction MVs of the plurality of sub-blocks, comparing the prediction MVs of the plurality of sub-blocks, and if horizontal components and vertical components of any adjacent two of the plurality of sub-blocks MV A and MV B match with each other, i.e.,
  • 0, then prediction MV a is used as a reference MV for a larger-size block.
  • the method searches MVs for a larger-size block, in which the criterion for unmatched MV is:
  • a third embodiment of the present invention is to provide a system module for fast motion estimation of variable block sizes of a video image frame.
  • the system includes a first motion estimation sub-module for processing an initial n ⁇ m block to obtain a plurality of prediction MVs and a merging sub-module for merging the n ⁇ m block into larger-size blocks and for receiving the plurality of prediction MVs from the first motion estimation sub-module.
  • the merging sub-module uses the plurality of prediction MVs to calculate prediction MVs for the larger-size blocks.
  • the system also includes a splitting sub-module for splitting the n ⁇ m block into smaller-size blocks and for receiving the plurality of prediction MVs from the first motion estimation sub-module.
  • the splitting sub-module uses the plurality of prediction MVs to calculate prediction MVs for the smaller-size blocks.
  • FIG. 1 is a flow chart showing fast variable block-size motion estimation in accordance with the present invention.
  • FIG. 2 is a schematic diagram showing an 8*8 block merging into 8*16, 16*8, and 16*16 blocks.
  • FIG. 3 is a schematic diagram showing an 8*8 block splitting into 8*4, 4*8, and 4*4 blocks.
  • FIG. 4 is a schematic diagram showing a SDSP MV search.
  • FIG. 5 is a schematic diagram of a system module for fast variable block-size motion estimation in accordance with the present invention.
  • a motion estimation algorithm considers two important components for searching the MV: search center and search pattern.
  • search center is generally predicted by taking a median value, a mean value, or that with minimum SAD from the spatial and temporal neighbors' MVs.
  • this type of methods is based on the assumption that the MV field is homogeneous. In the case of a video sequence with rich local motions and relatively small moving objects, the assumption is often not valid.
  • the initial block-size and the accuracy of the MV prediction are important.
  • two methods can be employed: bottom-up merge and top-down split.
  • a 4*4 block is taken as the initial block-size. Since the 4*4 block-size is relatively small, its MV can easily point to a best match but that does not necessarily represent the true motion. Thus, the MVs may not be reliable.
  • a 16*16 block is taken as the initial block-size. Due to the relatively large block-size, however, there is a higher possibility that the motion inside the block is not homogeneous. Therefore, the MVs of the sub-blocks can be different from each other and from the MV of the 16*16 block. In this case, it may take a longer process to find the MV of the sub-blocks.
  • Using an 8*8 block as the initial block-size has an additional advantage. Due to the fact that at low bit-rates, larger block-sizes are preferred in general since smaller block-sizes result in more MV overheads and at high bit-rates, small block-sizes are preferred in general since the advantage from the better predictions out-weights the MV overheads.
  • the 8*8 block is a suitable initial block-size regardless of the bit-rates.
  • a merge process 10 is first performed. That is, 8*8 blocks are merged into 8*16, 16*8, and 16*16 blocks.
  • FIG. 2 shows 8*8 blocks 21 can be merged into 8*16 blocks 22 , 16*8 blocks 23 , and 16*16 blocks 24 .
  • an ADSS Adaptive Diversity Search Strategy
  • the ADSS is used in this step since it can achieve a good PSNR (Peak Signal-to-Noise Ratio) with a reduced number of search points.
  • the 8*8 block is divided into four sub-blocks A, B, C, and D, and the prediction MV of each of the sub-blocks is MV A , MV B , MV C , and MV D .
  • sub-blocks A and B can be merged to sub-block E in the 16*8 block.
  • sub-block A and C can be merged to sub-block G. Therefore, if adjacent MVs, such as MV A and MV B , are matched, MV A (or MV B ) is used as a prediction MV of sub-block E of a 16*8 larger block size.
  • MV A , MV B , MV C , and MV D are averaged and the average MV is used for search MV for larger block sizes.
  • matched MV, unmatched MV and averaging MV will be described in more detail later.
  • the match MV is determined at step 102 of FIG. 1 according to the following equation:
  • MV A-x and MV A-Y are horizontal component and vertical components of prediction MV A and MV B-.
  • X and MV B-Y are horizontal component and vertical component of prediction MV B , respectively.
  • MV A will be considered as the MV of a larger block (i.e., 8*16, 16*8, and 16*16), as shown at step 103 .
  • the process searches the MV for the larger block-sizes with ADSS, as shown at step 104 .
  • the criterion for determining unmatched MV follows:
  • steps 105 and 106 for those search results other than matched MVs as shown at step 103 and unmatched MVs as shown at step 104 , the process averages MV as the prediction MV, and performs the MV search for larger blocks such as 8*16, 16*8, and 16*16 blocks.
  • the process for steps 105 and 106 are described as below.
  • the MV predictions for larger block sizes i.e., 8*16 and 16*8 blocks can be performed as follows:
  • a fast MV search procedure which is as described above with reference to steps 101 - 102 and 104 - 105 , is performed to find the MVs for the blocks E, F, G, and H.
  • the MV prediction for a 16*16 MB can be calculated as follows:
  • the present invention utilizes a Cumulative Distribution Function (CDF) of “the delta MVs between the Prediction MVs and the MVs by Full-Search is less or equal to d pixels”, to fine-tune the accuracy of the MV estimation.
  • CDF Cumulative Distribution Function
  • PMV i- x and PMV i- y are the horizontal component and the vertical component of the prediction MV for block i respectively
  • MV i- x and MV i- y are MV components by the Full-Search
  • “ ⁇ ” represents “or”, which includes all predicted modes (16*8, 8*16, and 16*16) using Equation (1) and (2)
  • d is an integral no greater than 3.
  • the average of the MVs of the smaller-size blocks is taken as the MV for the larger-size blocks, which is similar to that in a pure merge process, the accuracy is only 49%, 49%, 68%, and 49% for the four sequences simulated, respectively.
  • the estimated MVs of smaller block sizes can be performed by splitting process 20 .
  • the 8*8 blocks are split into 8*4, 4*8, and 4*4 block-sizes, as shown at step 105 .
  • the split from 8*8 blocks 31 into 8*4 blocks 32 and 4*8 blocks 33 and then into 4*4 blocks is further illustrated in FIG. 3 .
  • splitting process 20 first takes the MV of the corresponding larger-block as the prediction MV and performs the SDSP search and searches MV for 8*4 and 4*8 blocks with the SDSP.
  • step 109 if the two MVs of the corresponding 8*4 and 4*8 blocks equal to each other, then the MV is returned as the MV of the 4*4 block, as shown at step 110 . Otherwise, the process calculates an average MV as a predicted MV, at step 111 , and searches MV for the 4*4 block with SDSP, at step 112 .
  • the CDF of MV difference between the MVs by Full-Search and the predicted MVs for 8*4 and 4*8 blocks is shown in Table-2.
  • the average MV is taken for prediction.
  • the CDF of the MV difference is shown in Table-3.
  • FIG. 4 shows a SDSP MV search pattern utilized in the present invention.
  • SDSP is the search pattern for the last step of Diamond Search (DS), which consists of four checking points surrounding a current position.
  • DS Diamond Search
  • the proposed MV search process continues with SDSP until the point with the minimum cost is at the SDSP center or the number of search steps exceeds 3. Setting the maximum number of search steps to 3 is to prevent a long search process when the two prediction MVs are close to each other while the best matching point is far away, although this rarely occurs. If it occurs, apply ADSS instead of SDSP. If the current search point overlaps with previous search points, skip the point.
  • the number of search points per MB is calculated in the unit of the SAD calculations needed for a search point for the block-size of 16*16. Since the SAD calculation varies for different block-size, a calculation weight is applied to search points of each block-size, which is defined as:
  • SP MB is the number of search points per MB.
  • SP ij the number of search points for the block with mode i and block serial number j.
  • the search points for the Merge and Split algorithm of the present invention come from two processes: one is the ADSS process for the 8*8 blocks, the other is from the MV search after the prediction for other block-sizes.
  • the number of ADSS search points is less than that by DS, which is at least 13 points.
  • the number of MV search points is at least 5 points.
  • the search points can be either 0, or at least 5 points.
  • DS and ADSS are also implemented in the stimulation experiments for comparisons.
  • the two approaches are applied to seven block-sizes independently.
  • the number of search points is less than that of DS, especially for low motion sequences such as the Mother and Daughter sequence.
  • FIG. 5 illustrates system module 50 for fast variable block-size ME in accordance with the present invention.
  • sub-module 501 first performs a motion estimation for a n ⁇ m block of a video image. As described above, for a 16*16 block, it first take the 8*8 block as the initial block-size for MV predictions since the 8*8 block size is relatively close to 16*16 and 4*4 block sizes. Therefore, sub-module 501 processes the 8*8 block to generate four prediction MVs by means of the ADSS or any other suitable method.
  • the ADSS has been described above with reference to FIG. 1 .
  • the predicted MVs of the 8*8 block will be later used for prediction in merging and split processes.
  • System module 50 further comprises memory sub-modules 504 and 505 that provide reference frame and current frame image information, respectively, to the system.
  • Merging sub-module 502 next receives the MVs from MV prediction sub-module 101 and performs a merging process on the 8*8 block.
  • the merging process has been described above in FIG. 1 and thus no details need to be described here.
  • the 8*8 block is merged to 8*16, 16*8, and 16*16 blocks.
  • Sub-module 502 uses the received MVs to predict MVs of the three larger blocks and outputs the predicted MVs to minimum RD cost measurement sub-module 506 .
  • the output of MV prediction sub-module 501 can be further applied to splitting sub-module 503 for performing a splitting process.
  • the splitting process has been described above in FIG. 1 and thus no details need to be described here.
  • the 8*8 blocks are split into 4*8, 8*4, and 4*4 blocks.
  • Sub-module 503 take the MVs of the 8*8 block processed in sub-module 501 as the prediction MVs and performs the SDSP search. If two MVs of the corresponding 8*4, and 4*8 blocks equal to each other, then return the MV as the MV of the 4*4 block. Otherwise, the MVs are averaged and the averaged MV is taken as the MV search center.
  • the MV output by splitting sub-module 503 is also applied to minimum RD cost measurement module 506 for further processing.
  • the merging process and the splitting process are not necessarily performed at the same time.
  • merging sub-module 502 merges the 4*4 blocks into 4*8, 8*4, 8*8, 8*16, 16*8, and 16*16 blocks.
  • no merging process is necessary.
  • only splitting sub-module 503 is required to split the 16*16 block into 16*8, 8*16, 8*8, 8*4, 4*8, and 4*4 blocks.
  • minimum RD (Rate Distortion) measurement sub-module 506 integrates all MVs and prediction errors generated by merging sub-module 502 and splitting sub-module 503 to calculate a minimum Lagrangian cost by using the MVs as Rate and prediction errors as Distortion.
  • Lagrangian cost measurement is conventional and is not within the realm of the present invention, its description is omitted here.
  • the specification may have presented the method and/or process of the present invention as a particular sequence of steps. However, to the extent that the method or process does not rely on the particular order of steps set forth herein, the method or process should not be limited to the particular sequence of steps described. As one of ordinary skill in the art would appreciate, other sequences of steps may be possible. Therefore, the particular order of the steps set forth in the specification should not be construed as limitations on the claims. In addition, the claims directed to the method and/or process of the present invention should not be limited to the performance of their steps in the order written, and one skilled in the art can readily appreciate that the sequences may be varied and still remain within the spirit and scope of the present invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

Methods and systems for fast variable block-size motion estimation based on merging and splitting procedures for AVC video encoding are disclosed. The methods take advantage of the correlation of the Motion Vectors (MVs) of the different block-size modes to achieve a good computation reduction. Considering that the smaller the block-size difference between two block-sizes is, the more correlations between their MVs can be expected, the methods use a 8*8 block as an initial processing block to calculate prediction MVs. The prediction MVs are then used in predicting MVs for other block-sizes.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • This application is a divisional application of application Ser. No. 10/986,649, filed Nov. 12, 2004, incorporated herein by reference in its entirety, and claims the benefit of its earlier filing date under 35 U.S.C. 120(e).
  • FIELD OF THE INVENTION
  • The present invention relates generally to a method and system of variable block-size motion estimation and more particularly, to a method and system of fast variable block-size motion estimation based on merge and split procedures for H.264/MPEG-4 AVC video encoding.
  • BACKGROUND OF THE INVENTION
  • In current video coding standards, Motion Estimation (ME) is a core functional block to remove temporal redundancy in video sequences to achieve high compression. In the emerging H.264/MPEG-4 AVC video coding standard, for Inter coded Macroblocks (MBs), tree-structured block-sizes can be employed in the motion estimation. Each 16*16 MB can be coded in 16*16, 16*8, 8*16, and 8*8 block-modes. If the 8*8 block-mode is chosen, each 8*8 sub-macroblock can be independently partitioned into 8*8, 8*4, 4*8, and 4*4 blocks. So, altogether there can be seven different block-sizes: 16*16, 16*8, 8*16, 8*8, 8*4, 4*8, and 4*4. For these block-sizes, each 16*16 MB contains 1, 2, 2, 4, 8, 8, and 16 blocks respectively.
  • In the H.264/MPEG-4 AVC reference software, a Fast Full Search (FFS) algorithm is used for the ME. The SADs (Sum of Absolute Differences) of 4*4 blocks are first calculated and the SADs of the other six block-modes are calculated by summing up the SADs of the corresponding 4*4 blocks. Although the SADs in the calculation of the 4*4 block-mode are re-used, for all seven block-sizes, the SAD calculation load will be larger than that using a full-search ME for a 16*16 MB. For example, if a search-window size is 31*31 pixels and the Unrestricted Motion Vector (UMV) mode is enabled, the number of search points using the full-search ME is 31*31=961. Accordingly, the required SAD computation is larger than that for a 16*16 MB with 961 search points, which requires a lot of computations.
  • Recently some fast variable block-size ME algorithms have been proposed. For example, a fast search algorithm is applied to the seven block-sizes independently, as disclosed by Ma et al. in an article entitled “An Improved Adaptive Rood Pattern Search For Fast Block-matching Motion Estimation in JVT/H.26L”. A merge procedure is also proposed, as disclosed by Tu et al. in “Fast Variable-size Block Motion Estimation Using Merging Procedure With an Adaptive Threshold”, which determines the MVs of larger block-sizes from the MVs of smaller block-sizes, with the threshold for the merge criteria related to the quantization parameter. Kucukgoz et al. in their article entitled “Early-stop and Motion Vector Re-using for MPEG-2 to H.264 Transcoding” apply a bottom-up merge scheme and an early-stop strategy for the variable block-size ME in MPEG-2 to H.264 transcoding. Furthermore, in “Fast Integer Pixel Motion Estimation” disclosed by Li et al., a merge and split process for the ME is proposed. The disclosure, however, fails to describe the detailed process.
  • BRIEF SUMMARY OF THE INVENTION
  • Accordingly, one object of the present invention is to provide a MV prediction and MV search strategy for fast variable block-size MEs. Using the strategy, fast variable block-size ME algorithms based on merge and split procedures are proposed and described in details. Experimental results show that using these merge/split schemes, the search-points can be reduced to about 4% of that using the fast full-search ME for a 16*16 MB, with negligible quality degradation.
  • One embodiment of the present invention is to provide method for predicting motion vectors (MVs) of variable block sizes of a video image frame. The method includes choosing a block size as an initial processed block, wherein the initial processed block has a block size between a smallest block size a largest block size of the variable block sizes, partitioning the initial processed block into a plurality of sub-blocks and obtaining a plurality of prediction MVs from the plurality of sub-blocks. The plurality of prediction MVs are then used in subsequent steps. The initial processed block is merged into larger-size blocks and the plurality of prediction MVs are used in the merging process to predict MVs of the larger-size blocks. Further, the initial processed block is split into smaller-size blocks; and similarly, the plurality of MVs are used in the splitting process to predict MVs of the smaller-size blocks.
  • According to the present invention, the initial block size is 8*8. In this case, the initial block is divided into four 4*4 sub-blocks and four prediction MVs: MV.sub.A, MV.sub.B, MV.sub.C, and MV.sub.D are calculated. The initial block is merged into 8*16, 16*8, and 16*16, and is split into 8*4, 4*8, and 4*4 blocks.
  • In the first preferred embodiment, if any two prediction MVs matches with each other, the matched MV is used as a prediction MV of next larger-size block. If none of the prediction MVs matches with each other, the method searches for a new MV for the larger-size block. Similarly, if the MVs of the smaller-size blocks, such as 8*4, and 4*8 blocks, are the same, the MV is used as a prediction block of the 4*4 block. Otherwise, the prediction MVs of the four sub-blocks are average and the averaged MV is used as a search center.
  • A second embodiment of the present invention is to provide a method for judging motion vector (MV) consistency of a block in a video image frame. The method includes dividing the block into a plurality of sub-blocks, calculating prediction MVs of the plurality of sub-blocks, comparing the prediction MVs of the plurality of sub-blocks, and if horizontal components and vertical components of any adjacent two of the plurality of sub-blocks MVA and MVB match with each other, i.e., |MVA-x−MVB-x|==0 and |MVA-y−MVB-y|=0, then prediction MVa is used as a reference MV for a larger-size block.
  • In the above embodiment, if the horizontal components and vertical components of any adjacent two of the plurality of sub-blocks MVA and MVB do not match, then the method searches MVs for a larger-size block, in which the criterion for unmatched MV is:

  • |MV A- x−MV B- x|>=3 or |MV A- y−MV B- y|>=3.
  • A third embodiment of the present invention is to provide a system module for fast motion estimation of variable block sizes of a video image frame. The system includes a first motion estimation sub-module for processing an initial n×m block to obtain a plurality of prediction MVs and a merging sub-module for merging the n×m block into larger-size blocks and for receiving the plurality of prediction MVs from the first motion estimation sub-module. The merging sub-module uses the plurality of prediction MVs to calculate prediction MVs for the larger-size blocks. The system also includes a splitting sub-module for splitting the n×m block into smaller-size blocks and for receiving the plurality of prediction MVs from the first motion estimation sub-module. The splitting sub-module uses the plurality of prediction MVs to calculate prediction MVs for the smaller-size blocks.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a flow chart showing fast variable block-size motion estimation in accordance with the present invention.
  • FIG. 2 is a schematic diagram showing an 8*8 block merging into 8*16, 16*8, and 16*16 blocks.
  • FIG. 3 is a schematic diagram showing an 8*8 block splitting into 8*4, 4*8, and 4*4 blocks.
  • FIG. 4 is a schematic diagram showing a SDSP MV search.
  • FIG. 5 is a schematic diagram of a system module for fast variable block-size motion estimation in accordance with the present invention.
  • DETAILED DESCRIPTION OF THE INVENTION
  • Generally, a motion estimation algorithm considers two important components for searching the MV: search center and search pattern. Conventionally, the search center is generally predicted by taking a median value, a mean value, or that with minimum SAD from the spatial and temporal neighbors' MVs. However, this type of methods is based on the assumption that the MV field is homogeneous. In the case of a video sequence with rich local motions and relatively small moving objects, the assumption is often not valid.
  • Since all the different-size blocks are inside the same MB (i.e., Motion Block), it is expected that the MVs of these blocks have strong correlations. Therefore, in accordance with the present invention, it assumes that the prediction result will be better than that from its neighboring MBs if the search center of the current block is predicted from the MVs of its sub-blocks or its upper-layer blocks, especially when the motion field is not homogeneous.
  • To accurately obtain the correlation of different block-sizes, the initial block-size and the accuracy of the MV prediction are important. Intuitively, two methods can be employed: bottom-up merge and top-down split. In the bottom-up merge, a 4*4 block is taken as the initial block-size. Since the 4*4 block-size is relatively small, its MV can easily point to a best match but that does not necessarily represent the true motion. Thus, the MVs may not be reliable. In the top-down split, a 16*16 block is taken as the initial block-size. Due to the relatively large block-size, however, there is a higher possibility that the motion inside the block is not homogeneous. Therefore, the MVs of the sub-blocks can be different from each other and from the MV of the 16*16 block. In this case, it may take a longer process to find the MV of the sub-blocks.
  • Another consideration is that the smaller the block-size difference between two block-sizes is, the more correlations between their MVs can be expected. Therefore, according to the present invention, a reasonable approach is to take an 8*8 block as the initial block-size, since the block-size of 8*8 is relatively close to both the block-sizes of 16*16 and 4*4. Using an 8*8 block as the initial block-size has an additional advantage. Due to the fact that at low bit-rates, larger block-sizes are preferred in general since smaller block-sizes result in more MV overheads and at high bit-rates, small block-sizes are preferred in general since the advantage from the better predictions out-weights the MV overheads. The 8*8 block is a suitable initial block-size regardless of the bit-rates.
  • Accordingly, a fast ME scheme by Merge and Split, which starts from the 8*8 block-size, and merges to larger block-sizes or splits to smaller block-sizes is disclosed as shown in a preferred embodiment of FIG. 1.
  • In FIG. 1, a merge process 10 is first performed. That is, 8*8 blocks are merged into 8*16, 16*8, and 16*16 blocks. To illustrate the merging process, please further refers to FIG. 2 that shows 8*8 blocks 21 can be merged into 8*16 blocks 22, 16*8 blocks 23, and 16*16 blocks 24.
  • At step 101, an ADSS (Adaptive Diversity Search Strategy) ME is first performed for the 8*8 blocks 21 to search for its MVs. Since the MVs of the 8*8 blocks will be used for prediction in the merge and split process, the overall results are highly dependent on the accuracy of the MVs. The ADSS is used in this step since it can achieve a good PSNR (Peak Signal-to-Noise Ratio) with a reduced number of search points.
  • As shown in FIG. 2, the 8*8 block is divided into four sub-blocks A, B, C, and D, and the prediction MV of each of the sub-blocks is MVA, MVB, MVC, and MVD. In the merging process, sub-blocks A and B can be merged to sub-block E in the 16*8 block. Similarly, sub-block A and C can be merged to sub-block G. Therefore, if adjacent MVs, such as MVA and MVB, are matched, MVA (or MVB) is used as a prediction MV of sub-block E of a 16*8 larger block size. However, if none of the adjacent MVs matched with each other, the process then search the MVs for larger block-sizes. Otherwise, MVA, MVB, MVC, and MVD are averaged and the average MV is used for search MV for larger block sizes. The determination of matched MV, unmatched MV and averaging MV will be described in more detail later.
  • The match MV is determined at step 102 of FIG. 1 according to the following equation:

  • |MV A- x−MV B- x|==0 and |MV A- y−MV B- y|==0.
  • wherein MVA-x and MVA-Y are horizontal component and vertical components of prediction MVA and MVB-.X and MVB-Y are horizontal component and vertical component of prediction MVB, respectively. As described, when the horizontal and vertical components of MVA and MVB matches, MVA will be considered as the MV of a larger block (i.e., 8*16, 16*8, and 16*16), as shown at step 103.
  • Again, at step 102, if none of sub-blocks A-D of the 8*8 blocks matches with each other, the process searches the MV for the larger block-sizes with ADSS, as shown at step 104. According to the present invention, the criterion for determining unmatched MV follows:

  • |MV A- x−MV B- x|>=3 or |MV A- y−MV B- y>=3.
  • At steps 105 and 106, for those search results other than matched MVs as shown at step 103 and unmatched MVs as shown at step 104, the process averages MV as the prediction MV, and performs the MV search for larger blocks such as 8*16, 16*8, and 16*16 blocks. The process for steps 105 and 106 are described as below.
  • The MV predictions for larger block sizes, i.e., 8*16 and 16*8 blocks can be performed as follows:

  • PMV E=(MV A +MV B)/2

  • PMV F=(MV C +MV D)/2

  • PMV G=(MV A +MV C)/2

  • PMV H=(MV B +MV D)/2  (1)
  • After the above MV predictions, a fast MV search procedure, which is as described above with reference to steps 101-102 and 104-105, is performed to find the MVs for the blocks E, F, G, and H. After the MVs for blocks E, F, G, and H are obtained, the MV prediction for a 16*16 MB can be calculated as follows:

  • PMV I=(MV E +MV F +MV G +MV H)/4  (2)
  • In addition, the present invention utilizes a Cumulative Distribution Function (CDF) of “the delta MVs between the Prediction MVs and the MVs by Full-Search is less or equal to d pixels”, to fine-tune the accuracy of the MV estimation. The CDF is defined by Equation (3):
  • P ( delta_MV <= d ) = P ( i { 16 * 8.8 * 16 , 16 * 16 } ( PMV i _x - MV i _x + PMV i _y - MV i _y ) <= d ) ( 3 )
  • where PMVi-x and PMVi-y is the horizontal component and the vertical component of the prediction MV for block i respectively, MVi-x and MVi-y are MV components by the Full-Search, “∪” represents “or”, which includes all predicted modes (16*8, 8*16, and 16*16) using Equation (1) and (2), and d is an integral no greater than 3.
  • The CDF with up to three pixels (i.e., d=3) offset is listed in Table-1. d=0 means that the MVs by Full-Search and predicted MV by the present invention are the same. In this case, the average of the MVs of the smaller-size blocks is taken as the MV for the larger-size blocks, which is similar to that in a pure merge process, the accuracy is only 49%, 49%, 68%, and 49% for the four sequences simulated, respectively. However, if the average of the MVs is taken as the prediction MV for the larger size blocks, followed by a one-pixel SDSP (Small Diamond Search Pattern) search, the accuracy can be improved to 85%, 86%, 89% and 85% of the 16*8, 8*16 and 16*16 blocks, respectively. By three-steps of SDSP (that is, d=3 pixels), the accuracy rate can be as high as 97%, 98%, 96% and 94%. Similar conclusions can also be drawn from Table-2 and 3, which show CDF results for smaller blocks after a split process by using the SDSP. Tables-2 and 3 will be described later.
  • TABLE 1
    CDF of MV difference between MVs by Full-Search and
    predicted MVs for 16*16, 16*8, and 8*16 blocks
    d = 0 d = 1 d = 2 d = 3
    Foreman QCIF 49.44% 84.99% 93.50% 96.62%
    Coast Guard CIF 49.04% 86.18% 94.95% 97.83%
    MAD CIF 68.00% 88.96% 93.97% 96.07%
    Mobile CIF 48.58% 85.41% 91.48% 93.52%
    (Search range = [−16, 15], Fixed QP = 30, frame distance = 1.)
  • Again refer to FIG. 1. After obtaining estimated MVs of the larger block sizes, the estimated MVs of smaller block sizes can be performed by splitting process 20. In this case, the 8*8 blocks are split into 8*4, 4*8, and 4*4 block-sizes, as shown at step 105. The split from 8*8 blocks 31 into 8*4 blocks 32 and 4*8 blocks 33 and then into 4*4 blocks is further illustrated in FIG. 3.
  • As shown at steps 107 and 108, splitting process 20 first takes the MV of the corresponding larger-block as the prediction MV and performs the SDSP search and searches MV for 8*4 and 4*8 blocks with the SDSP.
  • At step 109, if the two MVs of the corresponding 8*4 and 4*8 blocks equal to each other, then the MV is returned as the MV of the 4*4 block, as shown at step 110. Otherwise, the process calculates an average MV as a predicted MV, at step 111, and searches MV for the 4*4 block with SDSP, at step 112.
  • After MV for the 4*4 block is estimated, the splitting process is completed.
  • The CDF of MV difference between the MVs by Full-Search and the predicted MVs for 8*4 and 4*8 blocks is shown in Table-2.
  • For splitting from 8*4 blocks and 4*8 blocks to 4*4 blocks, since there are two larger blocks covering each 4*4 block, the average MV is taken for prediction. The CDF of the MV difference is shown in Table-3.
  • TABLE 2
    CDF of MV difference between MVs by Full Search
    and predicted MVs for 8*4, and 4*8 blocks
    d = 0 d = 1 d = 2 d = 3
    Foreman QCIF 72.25% 89.47% 95.27% 97.30%
    Coast Guard CIF 67.49% 89.37% 95.23% 97.00%
    MAD CIF 82.37%q 92.42% 96.07% 97.48%
    Mobile CIF 68.60% 88.10% 92.84% 94.51%
  • TABLE 3
    CDF of MV difference between MVs by Full
    Search and predicted MVs for 4*4 blocks
    d = 0 d = 1 d = 2 d = 3
    Foreman QCIF 66.06% 92.38% 96.92% 98.20%
    Coast Guard CIF 62.82% 92.40% 95.60% 96.90%
    MAD CIF 77.38% 94.43% 97.04% 97.81%
    Mobile CIF 60.07% 86.55% 91.52% 93.71%
  • In accordance with the present invention, in addition to taking the predicted MV from the simple merge or split process as the final MV, an MV search with SDSP is also applied after the MV prediction. FIG. 4 shows a SDSP MV search pattern utilized in the present invention. SDSP is the search pattern for the last step of Diamond Search (DS), which consists of four checking points surrounding a current position. In the preferred embodiment, the proposed MV search process continues with SDSP until the point with the minimum cost is at the SDSP center or the number of search steps exceeds 3. Setting the maximum number of search steps to 3 is to prevent a long search process when the two prediction MVs are close to each other while the best matching point is far away, although this rarely occurs. If it occurs, apply ADSS instead of SDSP. If the current search point overlaps with previous search points, skip the point.
  • The number of search points per MB is calculated in the unit of the SAD calculations needed for a search point for the block-size of 16*16. Since the SAD calculation varies for different block-size, a calculation weight is applied to search points of each block-size, which is defined as:
  • SP MB = i = 1 7 W i ( j = 1 Ni SP ij ) ( 4 )
  • In Equation (4), SPMB is the number of search points per MB. Ni is the number of blocks in one MB for block-mode i: Ni=1, 2, 2, 4, 8, 8, 16 for 16*16, 16*8, 8*16, 8*8 8*4, 4*8 and 4*4 mode respectively. SPij the number of search points for the block with mode i and block serial number j. Wi is the calculation complexity weight for different block sizes. Wi=1, ½, ½, ¼, ⅛, ⅛ and 1/16 for 16*16, 16*8, 8*16, 8*8, 8*4, 4*8, and 4*4 mode respectively.
  • The search points for the Merge and Split algorithm of the present invention come from two processes: one is the ADSS process for the 8*8 blocks, the other is from the MV search after the prediction for other block-sizes. Generally, the number of ADSS search points is less than that by DS, which is at least 13 points. Note that for the splitting from 8*8 blocks to 8*4 and 4*8 blocks, the number of MV search points is at least 5 points. For other parts of the merge and split process, the search points can be either 0, or at least 5 points.
  • The simulation results of a preferred embodiment of the present invention will be described below. Based on the MV prediction and the MV search procedures as mentioned above, three merge/split schemes: bottom-up merge, top-down split, and merge-split, are implemented in the present invention. For the bottom-up merge that begins with 4*4 blocks, if the two MVs of the two smaller-size blocks are equal to each other, then return the MV as the MV for the larger block's MV without the MV search. Otherwise, it calculates an average MV as the prediction MV and performs the SDSP search. For the top-down split that begins with 16*16 blocks, the MV of larger block is taken as prediction MV and SDSP is always performed for all smaller blocks.
  • DS and ADSS are also implemented in the stimulation experiments for comparisons. The two approaches are applied to seven block-sizes independently. For DS, the minimum number of search points for each block-size is 13. Therefore, for seven block-sizes, the number of search points is 13*7=91. For ADSS, the number of search points is less than that of DS, especially for low motion sequences such as the Mother and Daughter sequence.
  • Further, the simulation conditions are: Frame-rate=30 frames/s, Search range=[−16, +15]. Therefore, the comparisons of PSNR, bit rate, and search point are shown in Table-4 as below.
  • TABLE 4
    Comparison of PSNR, bit-rate, and
    search points (SP: Search Points)
    Bit-rate SP per
    PSNR (kb/s) MB
    Foreman QCIF, QP = 30
    FFS 34.82 161.78 961
    DS 34.75 162.18 107.45
    ADSS 34.79 161.24 76.43
    Merge & Split 34.77 163.62 33.62
    Bottom-up 34.71 164.45 32.47
    Merge
    Top-down 34.72 161.42 35.87
    Split
    Coast Guard CIF, QP = 30
    FFS 33.18 1058.39 961
    DS 33.15 1054.55 104.84
    ADSS 33.17 1057.55 103.92
    Merge & Split 33.15 1067.53 39.38
    Bottom-up 33.11 1074.73 40.06
    Merge
    Top-down 33.10 1051.00 39.74
    Split
    Mother and Daughter CIF, QP = 30
    FFS 36.79 393.17 961
    DS 36.76 394.97 109.40
    ADSS 36.78 393.30 64.86
    Merge & Split 36.75 396.59 28.43
    Bottom-up 36.74 400.38 23.96
    Merge
    Top-down 36.75 395.26 32.51
    Split
    Mobile CIF, QP = 30
    FFS 32.71 2084.64 961
    DS 32.69 2073.08 106.97
    ADSS 32.72 2074.63 94.18
    Merge & Split 32.70 2096.26 36.45
    Bottom-up 32.69 2127.02 36.88
    Merge
    Top-down 32.62 2075.02 36.78
    Split
  • From the above simulation results, it is noted that the proposed merge-split, bottom-up merge, and top-down split schemes all achieve reasonably good results. For consistent motion sequences such as “Mother and Daughter,” usually the MVs of the larger block-sizes are the same as the MVs of the smaller block-sizes. In these cases, the MV search around the search center is not necessary. However, for the “top-down split” scheme, it always performs the MV search around the search-center for all block-sizes, so it is not as efficient as it could be. Further, the PSNR and the bit-rate are very close to “merge-split”, but the MV search needs more calculations. On the contrary, for “bottom-up merge,” consistent motion sequences result in less search points, since for consistent MVs of smaller blocks, MV search is not necessary for larger blocks.
  • FIG. 5 illustrates system module 50 for fast variable block-size ME in accordance with the present invention. As shown, sub-module 501 first performs a motion estimation for a n×m block of a video image. As described above, for a 16*16 block, it first take the 8*8 block as the initial block-size for MV predictions since the 8*8 block size is relatively close to 16*16 and 4*4 block sizes. Therefore, sub-module 501 processes the 8*8 block to generate four prediction MVs by means of the ADSS or any other suitable method. The ADSS has been described above with reference to FIG. 1. The predicted MVs of the 8*8 block will be later used for prediction in merging and split processes. System module 50 further comprises memory sub-modules 504 and 505 that provide reference frame and current frame image information, respectively, to the system.
  • Merging sub-module 502 next receives the MVs from MV prediction sub-module 101 and performs a merging process on the 8*8 block. The merging process has been described above in FIG. 1 and thus no details need to be described here. Basically, the 8*8 block is merged to 8*16, 16*8, and 16*16 blocks. Sub-module 502 uses the received MVs to predict MVs of the three larger blocks and outputs the predicted MVs to minimum RD cost measurement sub-module 506.
  • The output of MV prediction sub-module 501 can be further applied to splitting sub-module 503 for performing a splitting process. Similarly, the splitting process has been described above in FIG. 1 and thus no details need to be described here. In summary, the 8*8 blocks are split into 4*8, 8*4, and 4*4 blocks. Sub-module 503 take the MVs of the 8*8 block processed in sub-module 501 as the prediction MVs and performs the SDSP search. If two MVs of the corresponding 8*4, and 4*8 blocks equal to each other, then return the MV as the MV of the 4*4 block. Otherwise, the MVs are averaged and the averaged MV is taken as the MV search center. The MV output by splitting sub-module 503 is also applied to minimum RD cost measurement module 506 for further processing.
  • In accordance with the present invention, the merging process and the splitting process are not necessarily performed at the same time. For example, in a bottom-up embodiment wherein n and m both equal to 4, only merging process is necessary. In this case, merging sub-module 502 merges the 4*4 blocks into 4*8, 8*4, 8*8, 8*16, 16*8, and 16*16 blocks. In the contrary, in a top-down embodiment wherein n and m both equal to 16, no merging process is necessary. In this case, only splitting sub-module 503 is required to split the 16*16 block into 16*8, 8*16, 8*8, 8*4, 4*8, and 4*4 blocks.
  • Finally, minimum RD (Rate Distortion) measurement sub-module 506 integrates all MVs and prediction errors generated by merging sub-module 502 and splitting sub-module 503 to calculate a minimum Lagrangian cost by using the MVs as Rate and prediction errors as Distortion. As the Lagrangian cost measurement is conventional and is not within the realm of the present invention, its description is omitted here. After the process of sub-module 506, a Block Mode and MVs of the images are determined.
  • The foregoing disclosure of the preferred embodiments of the present invention has been presented for purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many variations and modifications of the embodiments described herein will be apparent to one of ordinary skill in the art in light of the above disclosure. The scope of the invention is to be defined only by the claims appended hereto, and by their equivalents.
  • Further, in describing representative embodiments of the present invention, the specification may have presented the method and/or process of the present invention as a particular sequence of steps. However, to the extent that the method or process does not rely on the particular order of steps set forth herein, the method or process should not be limited to the particular sequence of steps described. As one of ordinary skill in the art would appreciate, other sequences of steps may be possible. Therefore, the particular order of the steps set forth in the specification should not be construed as limitations on the claims. In addition, the claims directed to the method and/or process of the present invention should not be limited to the performance of their steps in the order written, and one skilled in the art can readily appreciate that the sequences may be varied and still remain within the spirit and scope of the present invention.

Claims (18)

1. A system module for fast motion estimation of variable block sizes of a video image frame, comprising:
a first motion estimation sub-module for processing an initial n×m block to obtain a plurality of prediction MVs; and
a merging sub-module for merging the n×m block into larger-size blocks and for receiving the plurality of prediction MVs from the first motion estimation sub-module, the merging sub-module using the plurality of prediction MVs to calculate prediction MVs for the larger-size blocks.
2. The system of claim 1, further comprising a splitting sub-module for splitting the n×m block into smaller-size blocks and for receiving the plurality of prediction MVs from the first motion estimation sub-module, the splitting sub-module using the plurality of prediction MVs to calculate prediction MVs for the smaller-size blocks.
3. The system module of claim 1, further comprising at least one memory that provides a reference image frame and a current image frame to the first motion estimation sub-module for processing.
4. The system module of claim 1, further comprising a minimum cost measurement sub-module, the minimum cost measurement sub-module receiving the prediction MVs for the larger-size blocks, calculating a smallest Lagrangian cost from the prediction MVs, and determining a preferred Block Mode and corresponding MVs.
5. The system module of claim 1, wherein the merging sub-module utilizes an Adaptive Diversity Search Strategy (ADSS) to calculate the prediction MVs for the larger-size blocks.
6. The system module of claim 2, wherein the splitting sub-module utilizes an Adaptive Diversity Search Strategy (ADSS) to calculate the prediction MVs for the smaller-size blocks.
7. The system module of claim 1, wherein n=8, and m=8.
8. The system module of claim 1, wherein the merging sub-module does not function when n=16, and m=16.
9. The system module of claim 2, wherein the splitting sub-module does not function when n=4 and m=4.
10. The system of claim 1, further comprising a sub-module for conducting a MV search with Small Diamond Search Pattern (SDSP) on the prediction MVs obtained by the merging sub-module.
11. A system module for fast motion estimation of variable block sizes of a video image frame, comprising:
a first motion estimation sub-module for processing an initial n×m block to obtain a plurality of prediction MVs; and
a splitting sub-module for splitting the n×m block into smaller-size blocks and for receiving the plurality of prediction MVs from the first motion estimation sub-module, the splitting sub-module using the plurality of prediction MVs to calculate prediction MVs for the smaller-size blocks.
12. The system of claim 11, further comprising a merging sub-module for merging the n×m block into larger-size blocks and for receiving the plurality of prediction MVs from the first motion estimation sub-module, the merging sub-module using the plurality of prediction MVs to calculate prediction MVs for the larger-size blocks.
13. The system module of claim 11, further comprising at least one memory that provides a reference image frame and a current image frame to the first motion estimation sub-module for processing.
14. The system module of claim 11, further comprising a minimum cost measurement sub-module, the minimum cost measurement sub-module receiving the prediction MVs for the smaller-size blocks, calculating a smallest Lagrangian cost from the prediction MVs, and determining a preferred Block Mode and corresponding Mvs.
15. The system module of claim 11, wherein the splitting sub-module utilizes an Adaptive Diversity Search Strategy (ADSS) to calculate the prediction MVs for the smaller-size blocks.
16. The system module of claim 12, wherein the merging sub-module utilizes an Adaptive Diversity Search Strategy (ADSS) to calculate the prediction MVs for the larger-size blocks.
17. The system module of claim 11, wherein n=8, and m=8.
18. The system of claim 11, further comprising a sub-module for conducting a MV search with Small Diamond Search Pattern (SDSP) on the prediction MVs obtained by the splitting sub-module.
US12/201,105 2004-11-12 2008-08-29 System and Method for Fast Variable-Size Motion Estimation Abandoned US20080317132A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/201,105 US20080317132A1 (en) 2004-11-12 2008-08-29 System and Method for Fast Variable-Size Motion Estimation

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/986,649 US7720154B2 (en) 2004-11-12 2004-11-12 System and method for fast variable-size motion estimation
US12/201,105 US20080317132A1 (en) 2004-11-12 2008-08-29 System and Method for Fast Variable-Size Motion Estimation

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/986,649 Division US7720154B2 (en) 2004-11-12 2004-11-12 System and method for fast variable-size motion estimation

Publications (1)

Publication Number Publication Date
US20080317132A1 true US20080317132A1 (en) 2008-12-25

Family

ID=36386237

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/986,649 Active 2028-10-13 US7720154B2 (en) 2004-11-12 2004-11-12 System and method for fast variable-size motion estimation
US12/201,105 Abandoned US20080317132A1 (en) 2004-11-12 2008-08-29 System and Method for Fast Variable-Size Motion Estimation

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/986,649 Active 2028-10-13 US7720154B2 (en) 2004-11-12 2004-11-12 System and method for fast variable-size motion estimation

Country Status (1)

Country Link
US (2) US7720154B2 (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080095236A1 (en) * 2006-10-20 2008-04-24 Samsung Electronics Co., Ltd. Method for accessing memory in apparatus for processing moving pictures
US20080204598A1 (en) * 2006-12-11 2008-08-28 Lance Maurer Real-time film effects processing for digital video
US20100026886A1 (en) * 2008-07-30 2010-02-04 Cinnafilm, Inc. Method, Apparatus, and Computer Software for Digital Video Scan Rate Conversions with Minimization of Artifacts
US20100172414A1 (en) * 2009-01-05 2010-07-08 Electronics And Telecommunications Research Institute Method of block partition for h.264 inter prediction
US20110038413A1 (en) * 2009-08-14 2011-02-17 Samsung Electronics Co., Ltd. Method and apparatus for encoding video, and method and apparatus for decoding video
WO2012005520A3 (en) * 2010-07-09 2012-04-26 Samsung Electronics Co., Ltd. Method and apparatus for encoding video by using block merging, and method and apparatus for decoding video by using block merging
CN103155563A (en) * 2010-07-09 2013-06-12 三星电子株式会社 Method and apparatus for encoding video by using block merging, and method and apparatus for decoding video by using block merging
WO2015054813A1 (en) 2013-10-14 2015-04-23 Microsoft Technology Licensing, Llc Encoder-side options for intra block copy prediction mode for video and image coding
US10368091B2 (en) 2014-03-04 2019-07-30 Microsoft Technology Licensing, Llc Block flipping and skip mode in intra block copy prediction
US10390034B2 (en) 2014-01-03 2019-08-20 Microsoft Technology Licensing, Llc Innovations in block vector prediction and estimation of reconstructed sample values within an overlap area
US10469863B2 (en) 2014-01-03 2019-11-05 Microsoft Technology Licensing, Llc Block vector prediction in video and image coding/decoding
US10506254B2 (en) 2013-10-14 2019-12-10 Microsoft Technology Licensing, Llc Features of base color index map mode for video and image coding and decoding
US10542274B2 (en) 2014-02-21 2020-01-21 Microsoft Technology Licensing, Llc Dictionary encoding and decoding of screen content
US10582213B2 (en) 2013-10-14 2020-03-03 Microsoft Technology Licensing, Llc Features of intra block copy prediction mode for video and image coding and decoding
US10659783B2 (en) 2015-06-09 2020-05-19 Microsoft Technology Licensing, Llc Robust encoding/decoding of escape-coded pixels in palette mode
US10785486B2 (en) 2014-06-19 2020-09-22 Microsoft Technology Licensing, Llc Unified intra block copy and inter prediction modes
US10812817B2 (en) 2014-09-30 2020-10-20 Microsoft Technology Licensing, Llc Rules for intra-picture prediction modes when wavefront parallel processing is enabled
US10986349B2 (en) 2017-12-29 2021-04-20 Microsoft Technology Licensing, Llc Constraints on locations of reference blocks for intra block copy prediction
US11284103B2 (en) 2014-01-17 2022-03-22 Microsoft Technology Licensing, Llc Intra block copy prediction with asymmetric partitions and encoder-side search patterns, search ranges and approaches to partitioning

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7830961B2 (en) * 2005-06-21 2010-11-09 Seiko Epson Corporation Motion estimation and inter-mode prediction
JP4047879B2 (en) * 2005-08-23 2008-02-13 松下電器産業株式会社 Motion vector detection apparatus and motion vector detection method
US7734106B1 (en) * 2005-12-21 2010-06-08 Maxim Integrated Products, Inc. Method and apparatus for dependent coding in low-delay video compression
US8270490B2 (en) * 2006-07-06 2012-09-18 Canon Kabushiki Kaisha Motion vector detection apparatus, motion vector detection method, image encoding apparatus, image encoding method, and computer program
US9204149B2 (en) * 2006-11-21 2015-12-01 Vixs Systems, Inc. Motion refinement engine with shared memory for use in video encoding and methods for use therewith
US20080126278A1 (en) * 2006-11-29 2008-05-29 Alexander Bronstein Parallel processing motion estimation for H.264 video codec
US8265135B2 (en) * 2007-01-29 2012-09-11 Intel Corporation Method and apparatus for video processing
CN101731012B (en) * 2007-04-12 2013-10-16 汤姆森特许公司 Methods and apparatus for fast geometric mode decision in a video encoder
US8165209B2 (en) * 2007-09-24 2012-04-24 General Instrument Corporation Method and apparatus for providing a fast motion estimation process
TWI384886B (en) * 2009-04-02 2013-02-01 Mstar Semiconductor Inc Motion estimation method
US9307251B2 (en) * 2009-08-19 2016-04-05 Sharp Laboratories Of America, Inc. Methods and systems for determining data-adaptive weights for motion estimation in a video sequence
KR101675118B1 (en) 2010-01-14 2016-11-10 삼성전자 주식회사 Method and apparatus for video encoding considering order of skip and split, and method and apparatus for video decoding considering order of skip and split
MX343471B (en) * 2011-08-29 2016-11-07 Ibex Pt Holdings Co Ltd Method for generating prediction block in amvp mode.
US9762927B2 (en) * 2013-09-26 2017-09-12 Qualcomm Incorporated Sub-prediction unit (PU) based temporal motion vector prediction in HEVC and sub-PU design in 3D-HEVC
FR3016764B1 (en) * 2014-01-17 2016-02-26 Sagemcom Broadband Sas METHOD AND DEVICE FOR TRANSCODING VIDEO DATA FROM H.264 TO H.265

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4796087A (en) * 1986-05-29 1989-01-03 Jacques Guichard Process for coding by transformation for the transmission of picture signals
US6084908A (en) * 1995-10-25 2000-07-04 Sarnoff Corporation Apparatus and method for quadtree based variable block size motion estimation
US6175593B1 (en) * 1997-07-30 2001-01-16 Lg Electronics Inc. Method for estimating motion vector in moving picture
US20040190616A1 (en) * 2003-03-26 2004-09-30 Lsi Logic Corporation Segmented motion estimation with no search for smalll block sizes
US20040247029A1 (en) * 2003-06-09 2004-12-09 Lefan Zhong MPEG motion estimation based on dual start points
US20050135484A1 (en) * 2003-12-18 2005-06-23 Daeyang Foundation (Sejong University) Method of encoding mode determination, method of motion estimation and encoding apparatus
US20070217514A1 (en) * 2002-07-14 2007-09-20 Roger Kumar Adaptive Motion Estimation
US20080298464A1 (en) * 2003-09-03 2008-12-04 Thompson Licensing S.A. Process and Arrangement for Encoding Video Pictures

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4796087A (en) * 1986-05-29 1989-01-03 Jacques Guichard Process for coding by transformation for the transmission of picture signals
US6084908A (en) * 1995-10-25 2000-07-04 Sarnoff Corporation Apparatus and method for quadtree based variable block size motion estimation
US6175593B1 (en) * 1997-07-30 2001-01-16 Lg Electronics Inc. Method for estimating motion vector in moving picture
US20070217514A1 (en) * 2002-07-14 2007-09-20 Roger Kumar Adaptive Motion Estimation
US20040190616A1 (en) * 2003-03-26 2004-09-30 Lsi Logic Corporation Segmented motion estimation with no search for smalll block sizes
US20040247029A1 (en) * 2003-06-09 2004-12-09 Lefan Zhong MPEG motion estimation based on dual start points
US20080298464A1 (en) * 2003-09-03 2008-12-04 Thompson Licensing S.A. Process and Arrangement for Encoding Video Pictures
US20050135484A1 (en) * 2003-12-18 2005-06-23 Daeyang Foundation (Sejong University) Method of encoding mode determination, method of motion estimation and encoding apparatus

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Mehmet Kucukgoz, et al., "Early Stop and Motion Vector Re-Using for MPEG-2 to H.264 Transcoding" EBU Technical Review Jan. 2003. *
Yu-Kuang Tu, et al. "Fast Variable-Size Block Motion Estimation Using Merging Procedure with an Adaptive Threshold, pp. II 708-711, IEEE 2003 *
Ziang Li, et al., "Fast Integer Pixel Motion Estimation", Joint Video Team (JVT) of ISO/IEC MPEG 7 ITU-T VCEG (ISO/IEC JTC1/SC29NVG11 and ITU-T SG16 Q.16) 6th Meeting: Awaji; Island, JP 5-13 December 2002, pages 1-11 *

Cited By (43)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080095236A1 (en) * 2006-10-20 2008-04-24 Samsung Electronics Co., Ltd. Method for accessing memory in apparatus for processing moving pictures
US8036269B2 (en) * 2006-10-20 2011-10-11 Samsung Electronics Co., Ltd. Method for accessing memory in apparatus for processing moving pictures
US20080204598A1 (en) * 2006-12-11 2008-08-28 Lance Maurer Real-time film effects processing for digital video
US8208065B2 (en) 2008-07-30 2012-06-26 Cinnafilm, Inc. Method, apparatus, and computer software for digital video scan rate conversions with minimization of artifacts
US20100026886A1 (en) * 2008-07-30 2010-02-04 Cinnafilm, Inc. Method, Apparatus, and Computer Software for Digital Video Scan Rate Conversions with Minimization of Artifacts
US20100026897A1 (en) * 2008-07-30 2010-02-04 Cinnafilm, Inc. Method, Apparatus, and Computer Software for Modifying Moving Images Via Motion Compensation Vectors, Degrain/Denoise, and Superresolution
US20100172414A1 (en) * 2009-01-05 2010-07-08 Electronics And Telecommunications Research Institute Method of block partition for h.264 inter prediction
US8265155B2 (en) * 2009-01-05 2012-09-11 Electronics And Telecommunications Research Institute Method of block partition for H.264 inter prediction
US9307238B2 (en) 2009-08-14 2016-04-05 Samsung Electronics Co., Ltd. Method and apparatus for encoding video, and method and apparatus for decoding video
US20110038413A1 (en) * 2009-08-14 2011-02-17 Samsung Electronics Co., Ltd. Method and apparatus for encoding video, and method and apparatus for decoding video
US8259803B2 (en) 2009-08-14 2012-09-04 Samsung Electronics Co., Ltd. Method and apparatus for encoding video, and method and apparatus for decoding video
US8374241B2 (en) 2009-08-14 2013-02-12 Samsung Electronics Co., Ltd. Method and apparatus for encoding video, and method and apparatus for decoding video
US9374579B2 (en) 2009-08-14 2016-06-21 Samsung Electronics Co., Ltd. Method and apparatus for encoding video, and method and apparatus for decoding video
US8472521B2 (en) 2009-08-14 2013-06-25 Samsung Electronics Co., Ltd. Method and apparatus for encoding video, and method and apparatus for decoding video
US8526497B2 (en) 2009-08-14 2013-09-03 Samsung Electronics Co., Ltd. Method and apparatus for encoding video, and method and apparatus for decoding video
US8842734B2 (en) 2009-08-14 2014-09-23 Samsung Electronics Co., Ltd. Method and apparatus for encoding video, and method and apparatus for decoding video
US9313490B2 (en) 2009-08-14 2016-04-12 Samsung Electronics Co., Ltd. Method and apparatus for encoding video, and method and apparatus for decoding video
US8953682B2 (en) 2009-08-14 2015-02-10 Samsung Electronics Co., Ltd. Method and apparatus for encoding video, and method and apparatus for decoding video
US9313489B2 (en) 2009-08-14 2016-04-12 Samsung Electronics Co., Ltd. Method and apparatus for encoding video, and method and apparatus for decoding video
US9503736B2 (en) 2010-07-09 2016-11-22 Samsung Electronics Co., Ltd. Method and apparatus for encoding video by using block merging, and method and apparatus for decoding video by using block merging
US10212427B2 (en) 2010-07-09 2019-02-19 Samsung Electronics Co., Ltd. Method and apparatus for encoding video by using block merging, and method and apparatus for decoding video by using block merging
CN104869405A (en) * 2010-07-09 2015-08-26 三星电子株式会社 Method and apparatus for encoding video and method and apparatus for decoding video
US8885727B2 (en) 2010-07-09 2014-11-11 Samsung Electronics Co., Ltd. Method and apparatus for encoding video by using block merging, and method and apparatus for decoding video by using block merging
US9800872B2 (en) 2010-07-09 2017-10-24 Samsung Electronics Co., Ltd. Method and apparatus for encoding video by using block merging, and method and apparatus for decoding video by using block merging
CN103155563A (en) * 2010-07-09 2013-06-12 三星电子株式会社 Method and apparatus for encoding video by using block merging, and method and apparatus for decoding video by using block merging
WO2012005520A3 (en) * 2010-07-09 2012-04-26 Samsung Electronics Co., Ltd. Method and apparatus for encoding video by using block merging, and method and apparatus for decoding video by using block merging
US9554138B2 (en) 2010-07-09 2017-01-24 Samsung Electronics Co., Ltd. Method and apparatus for encoding video by using block merging, and method and apparatus for decoding video by using block merging
US9635367B2 (en) 2010-07-09 2017-04-25 Samsung Electronics Co., Ltd. Method and apparatus for encoding video by using block merging, and method and apparatus for decoding video by using block merging
US11109036B2 (en) 2013-10-14 2021-08-31 Microsoft Technology Licensing, Llc Encoder-side options for intra block copy prediction mode for video and image coding
CN105659602A (en) * 2013-10-14 2016-06-08 微软技术许可有限责任公司 Encoder-side options for intra block copy prediction mode for video and image coding
WO2015054813A1 (en) 2013-10-14 2015-04-23 Microsoft Technology Licensing, Llc Encoder-side options for intra block copy prediction mode for video and image coding
EP3058736A4 (en) * 2013-10-14 2017-05-31 Microsoft Technology Licensing, LLC Encoder-side options for intra block copy prediction mode for video and image coding
US10506254B2 (en) 2013-10-14 2019-12-10 Microsoft Technology Licensing, Llc Features of base color index map mode for video and image coding and decoding
US10582213B2 (en) 2013-10-14 2020-03-03 Microsoft Technology Licensing, Llc Features of intra block copy prediction mode for video and image coding and decoding
US10390034B2 (en) 2014-01-03 2019-08-20 Microsoft Technology Licensing, Llc Innovations in block vector prediction and estimation of reconstructed sample values within an overlap area
US10469863B2 (en) 2014-01-03 2019-11-05 Microsoft Technology Licensing, Llc Block vector prediction in video and image coding/decoding
US11284103B2 (en) 2014-01-17 2022-03-22 Microsoft Technology Licensing, Llc Intra block copy prediction with asymmetric partitions and encoder-side search patterns, search ranges and approaches to partitioning
US10542274B2 (en) 2014-02-21 2020-01-21 Microsoft Technology Licensing, Llc Dictionary encoding and decoding of screen content
US10368091B2 (en) 2014-03-04 2019-07-30 Microsoft Technology Licensing, Llc Block flipping and skip mode in intra block copy prediction
US10785486B2 (en) 2014-06-19 2020-09-22 Microsoft Technology Licensing, Llc Unified intra block copy and inter prediction modes
US10812817B2 (en) 2014-09-30 2020-10-20 Microsoft Technology Licensing, Llc Rules for intra-picture prediction modes when wavefront parallel processing is enabled
US10659783B2 (en) 2015-06-09 2020-05-19 Microsoft Technology Licensing, Llc Robust encoding/decoding of escape-coded pixels in palette mode
US10986349B2 (en) 2017-12-29 2021-04-20 Microsoft Technology Licensing, Llc Constraints on locations of reference blocks for intra block copy prediction

Also Published As

Publication number Publication date
US20060104359A1 (en) 2006-05-18
US7720154B2 (en) 2010-05-18

Similar Documents

Publication Publication Date Title
US7720154B2 (en) System and method for fast variable-size motion estimation
Zhou et al. Fast variable block-size motion estimation algorithm based on merge and slit procedures for H. 264/MPEG-4 AVC
US8644395B2 (en) Method for temporal error concealment
US7362808B2 (en) Device for and method of estimating motion in video encoder
US20200014952A1 (en) Device and method for fast block-matching motion estimation in video encoders
US7693219B2 (en) System and method for fast motion estimation
AU688893B2 (en) A method for estimating motion in a video sequence
US8406303B2 (en) Motion estimation using prediction guided decimated search
US7580456B2 (en) Prediction-based directional fractional pixel motion estimation for video coding
US8428136B2 (en) Dynamic image encoding method and device and program using the same
US20060120455A1 (en) Apparatus for motion estimation of video data
US7321626B2 (en) System and method for predictive motion estimation using a global motion predictor
US20060193386A1 (en) Method for fast mode decision of variable block size coding
US8155213B2 (en) Seamless wireless video transmission for multimedia applications
EP1829381A2 (en) Motion estimation techniques for video encoding
Song et al. Hierarchical block-matching algorithm using partial distortion criterion
Cheng et al. An H. 264 spatio-temporal hierarchical fast motion estimation algorithm for high-definition video
Lin et al. Fast sub-pixel motion estimation and mode decision for H. 264
Park et al. Improved motion estimation time using a combination of dynamic reference frame selection and residue-based mode decision
Ramkishor et al. Algorithmic optimizations for software-only MPEG-2 encoding
Lin et al. A novel fast motion estimation algorithm based on starting search point prediction
Song et al. Fast motion estimation algorithm using spatial correlation of motion field and hierarchical search
Lou et al. Motion vector search window prediction in memory-constrained systems
Li et al. Improved motion vector predictor for video coding
Kim Fast Motion Estimation Based on a Modified Median Operation for Efficient Video Compression

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION