Component-dependent sub-block dividing

Information

  • Patent Grant
  • 12238306
  • Patent Number
    12,238,306
  • Date Filed
    Monday, December 4, 2023
    a year ago
  • Date Issued
    Tuesday, February 25, 2025
    6 days ago
Abstract
Devices, systems and methods for sub-block based prediction are described. In a representative aspect, a method for video encoding includes partitioning, based on a first rule, a luma component of a block of video data into a first set of sub-blocks. The method also includes partitioning, based on a second rule, a first chroma component of the block of video data into a second set of sub-blocks. The first and the second set of sub-blocks include different numbers of sub-blocks. The method also includes performing a subsequent motion prediction based on the first and the second set of sub-blocks.
Description
TECHNICAL FIELD

The present disclosure is directed generally to image and video coding and decoding technologies.


BACKGROUND

Motion compensation is a technique in video processing to predict a frame in a video, given the previous and/or future frames by accounting for motion of the camera and/or objects in the video. Motion compensation can be used in the encoding and decoding of video data for video compression.


SUMMARY

Devices, systems and methods related to sub-block based prediction for image and video coding are described.


In one representative aspect, the disclosed embodiments may be used to provide a method for video encoding. This method includes partitioning, based on a first rule, a luma component of a block of video data into a first set of sub-blocks. The method also includes partitioning, based on a second rule, a first chroma component of the block of video data into a second set of sub-blocks. The first and the second set of sub-blocks include different numbers of sub-blocks. The method also includes performing a subsequent motion prediction based on the first and the second set of sub-blocks.


In another representative aspect, the disclosed embodiments may be used to provide a method for video decoding. The method includes receiving a block of video data that comprises a luma component and at least a first chroma component, processing the luma component partitioned into a first set of sub-blocks, processing the first chroma component partitioned into a second set of sub-blocks, and reconstructing the block of video data based on the processing of the luma component and the first chroma component. The first and the second set of sub-blocks include different numbers of sub-blocks.


In yet another representative aspect, the above-described method is embodied in the form of processor-executable code and stored in a computer-readable program medium.


In yet another representative aspect, a video encoder apparatus may implement a method as described herein.


In yet another representative aspect, a video decoder apparatus may implement a method as described herein.


The above and other aspects and features of the disclosed embodiments are described in greater detail in the drawings, the description and the claims.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 shows an example of sub-block based prediction.



FIG. 2 shows an example of a simplified affine motion model.



FIG. 3 shows an example of an affine motion vector field (MVF) per sub-block.



FIG. 4 shows an example of motion prediction using the alternative temporal motion vector prediction (ATMVP) algorithm for a coding unit (CU).



FIG. 5 shows an example of a coding unit (CU) with sub-blocks and neighboring blocks used by the spatial-temporal motion vector prediction (STMVP) algorithm.



FIG. 6 shows an example of an optical flow trajectory used by the bi-directional optical flow (BIO) algorithm.



FIG. 7 shows an example of bilateral matching in the frame-rate up conversion (FRUC) algorithm.



FIG. 8 shows an example of template matching in the FRUC algorithm.



FIG. 9 shows an example of sub-blocks for different components with the 4:2:0 format in JEM.



FIG. 10 shows an example of sub-blocks for different components with the 4:2:0 format in accordance with the disclosed embodiments.



FIG. 11 shows another example of sub-blocks for different components with the 4:2:0 format in accordance with the disclosed embodiments.



FIG. 12 shows yet another example of sub-blocks for different components with the 4:2:0 format in accordance with the disclosed embodiments.



FIG. 13 shows a flowchart of an example method for sub-block based prediction in accordance with the disclosed embodiments.



FIG. 14 shows a flowchart of another example method for sub-block based prediction in accordance with the disclosed embodiments.



FIG. 15 is a block diagram illustrating an example encoding apparatus that can be utilized to implement various portions of the presently disclosed embodiments.



FIG. 16 is a block diagram illustrating an example encoding apparatus that can be utilized to implement various portions of the presently disclosed embodiments.



FIG. 17 is a block diagram illustrating an example of the architecture for a computer system or other control device that can be utilized to implement various portions of the presently disclosed embodiments.



FIG. 18 shows a block diagram of an example embodiment of a mobile device that can be utilized to implement various portions of the presently disclosed embodiments.





DETAILED DESCRIPTION

Due to the increasing demand of higher resolution video, video coding methods and techniques are ubiquitous in modern technology. Video codecs typically include an electronic circuit or software that compresses or decompresses digital video, and are continually being improved to provide higher coding efficiency. A video codec converts uncompressed video to a compressed format or vice versa. There are complex relationships between the video quality, the amount of data used to represent the video (determined by the bit rate), the complexity of the encoding and decoding algorithms, sensitivity to data losses and errors, ease of editing, random access, and end-to-end delay (latency). The compressed format usually conforms to a standard video compression specification, e.g., the High Efficiency Video Coding (HEVC) standard (also known as H.265 or MPEG-H Part 2), the Versatile Video Coding (VVC) standard to be finalized, or other current and/or future video coding standards.


Sub-block based prediction is first introduced into the video coding standard by the High Efficiency Video Coding (HEVC) standard. With sub-block based prediction, a block, such as a Coding Unit (CU) or a Prediction Unit (PU), is divided into several non-overlapped sub-blocks. Different sub-blocks may be assigned different motion information, such as reference index or motion vector (MV), and motion compensation (MC) is performed individually for each sub-block. FIG. 1 shows an example of sub-block based prediction.


Embodiments of the present disclosure may be applied to existing video coding standards (e.g., HEVC, H.265) and future standards to improve runtime performance. Section headings are used in the present disclosure to improve readability of the description and do not in any way limit the discussion or the embodiments (and/or implementations) to the respective sections only.


Future video coding technologies are explored using a reference software known as the Joint Exploration Model (JEM). In JEM, sub-block based prediction is adopted in several coding tools, such as affine prediction, alternative temporal motion vector prediction (ATMVP), spatial-temporal motion vector prediction (STMVP), bi-directional optical flow (BIO), Frame-Rate Up Conversion (FRUC), Locally Adaptive Motion Vector Resolution (LAMVR), Overlapped Block Motion Compensation (OBMC), Local Illumination Compensation (LIC), and Decoder-side Motion Vector Refinement (DMVR).


In HEVC, only a translation motion model is applied for motion compensation prediction (MCP). However, the camera and objects may have many kinds of motion, e.g., zoom in/out, rotation, perspective motions, and/or other irregular motions. JEM, on the other hand, applies a simplified affine transform motion compensation prediction. FIG. 2 shows an example of an affine motion field of a block 200 described by two control point motion vectors V0 and V1. The motion vector field (MVF) of the block 200 can be described by the following equation:









{





v
x

=




(


v

1

x


-

v

0

x



)

w


x

-



(


v

1

y


-

v

0

y



)

w


y

+

v

0

x










v
y

=




(


v

1

y


-

v

0

y



)

w


x

+



(


v

1

x


-

v

0

x



)

w


y

+

v

0

y











Eq
.


(
1
)









FIG. 3 shows an example of affine MVF per sub-block for a block 300. To derive motion vector of each M×N sub-block, the motion vector of the center sample of each sub-block can be calculated according to Eq. (1), and rounded to the motion vector fraction accuracy (e.g., 1/16 in JEM). Then the motion compensation interpolation filters can be applied to generate the prediction of each sub-block with derived motion vector. After the MCP, the high accuracy motion vector of each sub-block is rounded and saved as the same accuracy as the normal motion vector.


In the JEM, there are two affine motion modes: AF_INTER mode and AF_MERGE mode. For CUs with both width and height greater than 8, AF_INTER mode can be applied. An affine flag in CU level is signaled in the bitstream to indicate whether AF_INTER mode is used. In the AF_INTER mode, a candidate list with motion vector pair is constructed using the neighboring blocks. When a CU is applied in AF_MERGE mode, it gets the first block coded with an affine mode from the valid neighboring reconstructed blocks. The non-merge affine mode can be used only when the width and the height of the current block are both greater than 8; the merge affine mode can be used only when the area (i.e., width×height) of the current block is not less than 64.


In the Alternative Temporal Motion Vector Prediction (ATMVP) method, the temporal motion vector prediction (TMVP) method is modified by fetching multiple sets of motion information (including motion vectors and reference indices) from blocks less than the current CU.



FIG. 4 shows an example of ATMVP motion prediction process for a CU 400. The ATMVP method predicts the motion vectors of the sub-CUs 401 within a CU 400 in two steps. The first step is to identify the corresponding block 451 in a reference picture 450 with a temporal vector. The reference picture 450 is also referred to as the motion source picture. The second step is to split the current CU 400 into sub-CUs 401 and obtain the motion vectors as well as the reference indices of each sub-CU from the block corresponding to each sub-CU.


In the first step, a reference picture 450 and the corresponding block is determined by the motion information of the spatial neighboring blocks of the current CU 400. In the second step, a corresponding block of the sub-CU 451 is identified by the temporal vector in the motion source picture 450, by adding to the coordinate of the current CU the temporal vector. For each sub-CU, the motion information of its corresponding block (e.g., the smallest motion grid that covers the center sample) is used to derive the motion information for the sub-CU. After the motion information of a corresponding N×N block is identified, it is converted to the motion vectors and reference indices of the current sub-CU, in the same way as TMVP of HEVC, in which motion scaling and other procedures apply.


In the Spatial-Temporal Motion Vector Prediction (STMVP) method, the motion vectors of the sub-CUs are derived recursively, following raster scan order. FIG. 5 shows an example of one CU with four sub-blocks and neighboring blocks. Consider an 8×8 CU 500 that includes four 4×4 sub-CUs A (501), B (502), C (503), and D (504). The neighboring 4×4 blocks in the current frame are labelled as a (511), b (512), c (513), and d (514).


The motion derivation for sub-CU A starts by identifying its two spatial neighbors. The first neighbor is the N×N block above sub-CU A 501 (block c 513). If this block c (513) is not available or is intra coded the other N×N blocks above sub-CU A (501) are checked (from left to right, starting at block c 513). The second neighbor is a block to the left of the sub-CU A 501 (block b 512). If block b (512) is not available or is intra coded other blocks to the left of sub-CU A 501 are checked (from top to bottom, staring at block b 512). The motion information obtained from the neighboring blocks for each list is scaled to the first reference frame for a given list. Next, temporal motion vector predictor (TMVP) of sub-block A 501 is derived by following the same procedure of TMVP derivation as specified in HEVC. The motion information of the collocated block at block D 704 is fetched and scaled accordingly. Finally, after retrieving and scaling the motion information, all available motion vectors are averaged separately for each reference list. The averaged motion vector is assigned as the motion vector of the current sub-CU.


The bi-directional optical flow (BIO) method is a sample-wise motion refinement performed on top of block-wise motion compensation for bi-prediction. In some implementations, the sample-level motion refinement does not use signaling.


Let I(k) be the luma value from reference k (k=0, 1) after block motion compensation, and ∂I(k)/∂x, ∂I(k)/∂y are horizontal and vertical components of the I(k) gradient, respectively. Assuming the optical flow is valid, the motion vector field (vx, vy) is given by:

I(k)/∂t+vx∂I(k)/∂x+vy∂I(k)/∂y=0.  Eq. (2)


Combining this optical flow equation with Hermite interpolation for the motion trajectory of each sample results in a unique third-order polynomial that matches both the function values I(k) and ∂I(k)/∂x, ∂I(k)/∂y derivatives at the ends. The value of this polynomial at t=0 is the BIO prediction:

predBIO=½·(I(0)+I(1)+vx/2·(τ1∂I(1)/∂x−τ0∂I(0)/∂x)+vy/2·(τ1∂I(1)/∂y−τ0∂I(0)/∂y)).  Eq. (3)



FIG. 6 shows an example optical flow trajectory in the Bi-directional Optical flow (BIO) method. Here, τ0 and τ1 denote the distances to the reference frames. Distances τ0 and τ1 are calculated based on POC for Ref0 and Ref1: τ0=POC(current)−POC(Ref0), τ1=POC(Ref1)−POC(current). If both predictions come from the same time direction (either both from the past or both from the future) then the signs are different (e.g., τ0·τ1<0). In this case, BIO is applied if the prediction is not from the same time moment (e.g., τ0≠τ1). Both referenced regions have non-zero motion (e.g., MVx0, MVy0, MVx1, MVy1≠0) and the block motion vectors are proportional to the time distance (e.g., MVx0/MVx1=MVy0/MVy1=−τ01). In the JEM, BIO can be applied to all bi-predicted blocks when the two predictions are from different reference pictures. When Local Illumination Compensation (LIC) is enabled for a CU, BIO can be disabled.


In some cases, a frame-rate up conversion (FRUC) flag can be signaled for a CU when its merge flag is true. When the FRUC flag is false, a merge index can be signaled and the regular merge mode is used. When the FRUC flag is true, an additional FRUC mode flag can be signaled to indicate which method (e.g., bilateral matching or template matching) is to be used to derive motion information for the block.


At the encoder side, the decision on whether using FRUC merge mode for a CU is based on a Rate Distortion (RD) cost selection as done for normal merge candidate. For example, multiple matching modes (e.g., bilateral matching and template matching) are checked for a CU by using RD cost selection. The one leading to the minimal cost is further compared to other CU modes. If a FRUC matching mode is the most efficient one, FRUC flag is set to true for the CU and the related matching mode is used.


Typically, motion derivation process in FRUC merge mode has two steps: a CU-level motion search is first performed, then followed by a Sub-CU level motion refinement. At CU level, an initial motion vector is derived for the whole CU based on bilateral matching or template matching. First, a list of MV candidates is generated and the candidate that leads to the minimum matching cost is selected as the starting point for further CU level refinement. Then a local search based on bilateral matching or template matching around the starting point is performed. The MV results in the minimum matching cost is taken as the MV for the whole CU. Subsequently, the motion information is further refined at sub-CU level with the derived CU motion vectors as the starting points.



FIG. 7 shows an example of bilateral matching used in the Frame-Rate Up Conversion (FRUC) method. The bilateral matching is used to derive motion information of the current CU by finding the closest match between two blocks along the motion trajectory of the current CU (700) in two different reference pictures (710, 711). Under the assumption of continuous motion trajectory, the motion vectors MV0 (701) and MV1 (702) pointing to the two reference blocks are proportional to the temporal distances, e.g., TD0 (703) and TD1 (704), between the current picture and the two reference pictures. In some embodiments, when the current picture 700 is temporally between the two reference pictures (710, 711) and the temporal distance from the current picture to the two reference pictures is the same, the bilateral matching becomes mirror based bi-directional MV.



FIG. 8 shows an example of template matching used in the Frame-Rate Up Conversion (FRUC) method. Template matching can be used to derive motion information of the current CU 800 by finding the closest match between a template (e.g., top and/or left neighboring blocks of the current CU) in the current picture and a block (e.g., same size to the template) in a reference picture 810. Except the aforementioned FRUC merge mode, the template matching can also be applied to AMVP mode. In both JEM and HEVC, AMVP has two candidates. With the template matching method, a new candidate can be derived. If the newly derived candidate by template matching is different to the first existing AMVP candidate, it is inserted at the very beginning of the AMVP candidate list and then the list size is set to two (e.g., by removing the second existing AMVP candidate). When applied to AMVP mode, only CU level search is applied.


Because the human visual system is less sensitive to the position and motion of color than luminance, bandwidth can be optimized by storing more luminance detail than color detail. In video systems, this is achieved by using color difference components. The signal is divided into a luma (Y′) component and two color difference (chroma) components. Chroma subsampling is the practice of encoding images by implementing less resolution for chroma information than for luma information, taking advantage of the human visual system's lower acuity for color differences than for luminance. For example, common types of subsampling include 4:2:2 (the two chroma components are sampled at half the sample rate of luma), 4:1:1 (the horizontal color resolution is quartered), and 4:2:0 (the vertical resolution is halved as compared to 4:1:1 because the Cb and Cr channels are only sampled on each alternate line).


Because of the human visual system's sensitivity towards luminance, in some existing implementations, the sub-block size is primarily determined based on the luma component. For example, in JEM, the size of sub-blocks is 2×2 for the chroma components with the 4:2:0 format, and the size of sub-blocks is 2×4 for the chroma components with the 4:2:2 format. FIG. 9 shows an example of sub-blocks of a for different components with the 4:2:0 format in JEM. In this example, the block size is 16×16 for Y (luma component 910) and 8×8 for Cb/Cr (chroma components 920, 930). The sub-block size of the luma component is 4×4, while the sub-block size of the chroma components is 2×2. The small size of sub-blocks in the chroma components imposes higher bandwidth requirements.


The present disclosure describes techniques that can be implemented in various embodiments to reduce bandwidth requirement by having variable sub-block sizes depending on different components. In the following embodiments, which should not be construed to be limiting, the width and height of the current block for a component are noted as W and H respectively, the width and height of the sub-block assigned to the component are noted as w and h respectively.


Instead of deriving sub-block sizes based primarily on the luma component, one block of video data can be divided into sub-blocks in different ways depending on the color components, the color format, and/or block shape and size, thereby increasing the sub-block sizes of the chroma components and alleviating bandwidth requirements for such information. For a luma block and its corresponding chroma blocks, the number of divided sub-blocks may be different for different color components while the sizes of sub-blocks in different components remain the same. For example, for the 4:2:0 color format, one luma block having M×N sub-blocks can correspond to one Cb block having M/2×N/2 sub-blocks and one Cr block having M/2×N/2 sub-blocks. FIG. 10 shows an example of proposed sub-blocks of a 16×16 block for the luma component and 8×8 blocks for Cb and Cr components (1020 and 1030) in accordance with one or more embodiments of the present disclosure. The sub-block sizes for different components are the same in this specific example: w=4 and h=4. The number of divided sub-blocks for the luma component (1010) is 16 (M=4 and N=4), while the number of divided sub-blocks for the Cb and Cr chroma components is 4 (=M/2×N/2). In some embodiments, when w>W or h>H, the block is not divided further into sub-blocks for that component.


In some embodiments, different sub-block sizes within one block can be allowed. When W (or H) is not an integer multiple of w (or h), the sub-blocks can be merged into its adjacent left or above sub-block, resulting in different sub-block sizes within one block. For example, as shown in FIG. 11, the block size for the luma component (1110) is 12×16, while the block sizes for the chroma components (1120, 1130) are 6×8. The blocks are divided into sub-blocks respectively. The sub-block size for the luma component is 4×4. Because W (=6) for the chroma components is not an integer multiple of w (=4), the size of last sub-blocks 1131a, 1131b, 1132a, 1132b is 2×4, and they are merged to their left neighboring blocks, forming sub-blocks having a size of 4×6 in the chroma components.



FIG. 12 shows another example of having different sub-block sizes within one block in accordance with one or more embodiments of the present disclosure. In this example, the block size for the luma component (1210) is 20×16, while the block size for the chroma components (1220, 1230) are 10×8. The blocks are divided into sub-blocks respectively. The sub-block size for the luma component is 4×4. Because W (=10) for the chroma components is not an integer multiple of w (=4), the size of last sub-blocks 1231a, 1231b, 1232a, 1232b is 2×4, so they are merged to their left neighboring blocks. The chroma components thus have different sub-block sizes that include both 4×4 and 6×4.


In some embodiments, the sub-block sizes can depend on the block shape. For example, for square blocks (W≠H), the sub-blocks can also have square shapes (w=h). As another example, for non-square blocks such as rectangular blocks (W≠H), the sub-blocks are also non-square (i.e., rectangular) (w≠h). As another example, when W>H, w is set to be greater than h, and versa vice.


In some embodiments, sub-block size of the luma component and sub-block sizes of the chroma components can be determined in different ways. For example, the sub-block size of the luma (Y) component can be adaptively determined based a candidate set, such as {4×4, 8×8, 4×8, 8×4}. However, the sub-block size of the chroma components (Cb/Cr) is fixed to be 4×4. Alternatively, the sub-block size of the chroma components can also be determined based on sizes in a candidate set.


In some embodiments, sub-block sizes of luma component and chroma components can depend on the color/subsampling formats, such as 4:2:0, 4:2:2 and 4:4:4. Sub-block sizes of different color components or different block shapes can be signaled in sequence parameter set (SPS), picture parameter set (PPS), or slice header from the encoder to the decoder.



FIG. 13 shows a flowchart of an example method 1300 for sub-block based prediction in accordance with the disclosed embodiments. The method 1300 includes, at operation 1310, partitioning, based on a first rule, a luma component of a block of video data into a first set of sub-blocks. The method 1300 includes, at operation 1320, partitioning, based on a second rule, a first chroma component of the block of video data into a second set of sub-blocks, wherein the first and the second set of sub-blocks include different numbers of sub-blocks. The method 1300 includes, at operation 1330, performing a subsequent motion prediction based on the first and the second set of sub-blocks. In some embodiments, the method further includes partitioning, based on a third rule, a second chroma component of the block of video data into a third set of sub-blocks, wherein the first and the third set of sub-blocks include different numbers of sub-blocks.


In some embodiments, dimensions of the first set of sub-blocks are same as dimensions of the second set of sub-blocks. In some embodiments, dimensions of the second set of sub-blocks are same as dimensions of the third set of sub-blocks. In some embodiments, the subsequent motion prediction includes at least one of an affine prediction, a bi-directional optical flow (BIO) prediction, an alternative temporal motion vector prediction (ATMVP), or a temporal motion vector prediction (TMVP). In some embodiments, the dimensions of the first, second, and third set of subblocks are 4×4.


In some embodiments, dimensions of the first set of sub-blocks are at least partially different from dimensions of the second set of sub-blocks. In some embodiments, dimensions of the first set of sub-blocks are at least partially different from dimensions of the third set of sub-blocks.


In some embodiments, the method includes refraining from partitioning the block of video data upon determining that a dimension of a sub-block is greater than a corresponding dimeson of the block. In some embodiments, the method includes determining a first sub-block size for the partitioning of the block of video data; dividing a component of the block using the first sub-block size; and merging a remaining portion of the component with a neighboring sub-block of the remaining portion such that the neighboring sub-block has a second sub-block size different than the first sub-block size.


In some embodiments, the first rule and the second rule comprise determining dimensions of sub-blocks based on dimensions of the block of video data. For example, the block of video data has a square shape indicates that sub-blocks have a square shape. As another example, the block of video data has a non-square shape indicates that sub-blocks have a non-square shape. In some embodiments, the method includes signaling dimensions of sub-blocks in a sequence parameter set (SPS), a picture parameter set (PPS) or a slice header.


In some embodiments, the first rule is different than the second rule or the third rule. In some embodiments, the first rule includes adaptively selecting a sub-block size for the luma component from a set of candidate sizes. The second rule or the third rule comprises setting a fixed sub-block size for the second or the third set of sub-blocks.


In some embodiments, the first rule, the second rule, or the third rule comprises determining dimensions of the first, the second, or the third set of sub-blocks based on a subsampling format of the block of video data.



FIG. 14 shows a flowchart of another example method 1400 for sub-block based prediction in accordance with the disclosed embodiments. The method 1400 includes, at operation 1410, receiving a block of video data that comprises a luma component and at least a first chroma component. The method 1400 includes, at operation 1420, processing the luma component partitioned into a first set of sub-blocks. The method 1400 includes, at operation 1430, processing the first chroma component partitioned into a second set of sub-blocks, wherein the first and the second set of sub-blocks include different numbers of sub-blocks. The method 1400 also includes, at operation 1440, reconstructing the block of video data based on the processing of the luma component and the first chroma component.


In some embodiments, the block of video data comprises a second chroma component. The method further comprises processing the second chroma component partitioned into a third set of sub-blocks, wherein the first and the third set of sub-blocks include different numbers of sub-blocks.


In some embodiments, dimensions of the first set of sub-blocks are same as dimensions of the second set of sub-blocks. In some embodiments, dimensions of the second set of sub-blocks are same as dimensions of the third set of sub-blocks.


In some embodiments, the reconstructing of the block of video data comprises applying a motion prediction that includes at least one of an affine prediction, a bi-directional optical flow (BIO) prediction, an alternative temporal motion vector prediction (ATMVP), or a temporal motion vector prediction (TMVP). In some embodiments, the dimensions of the first, second, and third set of subblocks are 4×4.


In some embodiments, dimensions of the first set of sub-blocks are at least partially different from dimensions of the second set of sub-blocks. In some embodiments, dimensions of the first set of sub-blocks are at least partially different from dimensions of the third set of sub-blocks.


In some embodiments, dimensions of sub-blocks are determined based on dimensions of the block of video data. For example, the block of video data has a square shape indicates that sub-blocks have a square shape. As another example, the block of video data has a non-square shape indicates that sub-blocks have a non-square shape.


In some embodiments, the method includes receiving dimensions of sub-blocks in a sequence parameter set (SPS), a picture parameter set (PPS) or a slice header. In some embodiments, a sub-block size for the luma component is adaptively selected from a set of candidate sizes. A fixed sub-block size is used for the second or the third set of sub-blocks. In some embodiments, dimensions of the first, the second, or the third set of sub-blocks are determined based on a subsampling format of the block of video data.


The examples described above may be incorporated in the context of the methods described below, e.g., methods 1300 and 1400, which may be implemented at a video decoder and/or video encoder.



FIG. 15 is a block diagram illustrating an example encoding apparatus 1500 that can be utilized to implement various portions of the presently disclosed embodiments, including (but not limited to) method 1300 and method 1400. The encoding apparatus 1500 includes a quantizer 1505 for compressing input data bits. The encoding apparatus 1500 also includes a dequantizer 1515 so that data bits can be fed into memory 1525 and predictor 1520 to perform motion estimation. The encoding apparatus 1500 further includes a binary encoder 1530 to generated encoded binary codes.



FIG. 16 is a block diagram illustrating an example encoding apparatus 1600 that can be utilized to implement various portions of the presently disclosed embodiments, including (but not limited to) method 1300 and method 1400. The decoding apparatus 1600 includes a bindery decoder 1605 to decode the binary codes. The decoding apparatus 1600 also includes a dequantizer 1615 so that decoded data bits can be fed into memory 1625 and predictor 1620 to perform motion estimation on the decoding side.



FIG. 17 is a block diagram illustrating an example of the architecture for a computer system or other control device 1700 that can be utilized to implement various portions of the presently disclosed embodiments, including (but not limited to) method 1300 and method 1400. In FIG. 17, the computer system 1700 includes one or more processors 1705 and memory 1710 connected via an interconnect 1725. The interconnect 1725 may represent any one or more separate physical buses, point to point connections, or both, connected by appropriate bridges, adapters, or controllers. The interconnect 1725, therefore, may include, for example, a system bus, a Peripheral Component Interconnect (PCI) bus, a HyperTransport or industry standard architecture (ISA) bus, a small computer system interface (SCSI) bus, a universal serial bus (USB), IIC (I2C) bus, or an Institute of Electrical and Electronics Engineers (IEEE) standard 674 bus, sometimes referred to as “Firewire.”


The processor(s) 1705 may include central processing units (CPUs) to control the overall operation of, for example, the host computer. In certain embodiments, the processor(s) 1705 accomplish this by executing software or firmware stored in memory 1710. The processor(s) 1705 may be, or may include, one or more programmable general-purpose or special-purpose microprocessors, digital signal processors (DSPs), programmable controllers, application-specific integrated circuits (ASICs), programmable logic devices (PLDs), or the like, or a combination of such devices.


The memory 1710 can be or include the main memory of the computer system. The memory 1710 represents any suitable form of random-access memory (RAM), read-only memory (ROM), flash memory, or the like, or a combination of such devices. In use, the memory 1710 may contain, among other things, a set of machine instructions which, when executed by processor 1705, causes the processor 1705 to perform operations to implement embodiments of the present disclosure.


Also connected to the processor(s) 1705 through the interconnect 1725 is a (optional) network adapter 1715. The network adapter 1715 provides the computer system 1700 with the ability to communicate with remote devices, such as the storage clients, and/or other storage servers, and may be, for example, an Ethernet adapter or Fiber Channel adapter.



FIG. 18 shows a block diagram of an example embodiment of a mobile device 1800 that can be utilized to implement various portions of the presently disclosed embodiments, including (but not limited to) method 1600. The mobile device 1800 can be a laptop, a smartphone, a tablet, a camcorder, or other types of devices that are capable of processing videos. The mobile device 1800 includes a processor or controller 1801 to process data, and memory 1802 in communication with the processor 1801 to store and/or buffer data. For example, the processor 1801 can include a central processing unit (CPU) or a microcontroller unit (MCU). In some implementations, the processor 1801 can include a field-programmable gate-array (FPGA). In some implementations, the mobile device 1800 includes or is in communication with a graphics processing unit (GPU), video processing unit (VPU) and/or wireless communications unit for various visual and/or communications data processing functions of the smartphone device. For example, the memory 1802 can include and store processor-executable code, which when executed by the processor 1801, configures the mobile device 1800 to perform various operations, e.g., such as receiving information, commands, and/or data, processing information and data, and transmitting or providing processed information/data to another device, such as an actuator or external display.


To support various functions of the mobile device 1800, the memory 1802 can store information and data, such as instructions, software, values, images, and other data processed or referenced by the processor 1801. For example, various types of RAM devices, ROM devices, Flash Memory devices, and other suitable storage media can be used to implement storage functions of the memory 1802. In some implementations, the mobile device 1800 includes an input/output (I/O) unit 1803 to interface the processor 1801 and/or memory 1802 to other modules, units or devices. For example, the I/O unit 1803 can interface the processor 1801 and memory 1802 with to utilize various types of wireless interfaces compatible with typical data communication standards, e.g., such as between the one or more computers in the cloud and the user device. In some implementations, the mobile device 1800 can interface with other devices using a wired connection via the I/O unit 1803. The mobile device 1800 can also interface with other external interfaces, such as data storage, and/or visual or audio display devices 1804, to retrieve and transfer data and information that can be processed by the processor, stored in the memory, or exhibited on an output unit of a display device 1804 or an external device. For example, the display device 1804 can display a video frame that includes a block (a CU, PU or transform unit (TU)) that applies the intra-block copy based on whether the block is encoded using a motion compensation algorithm, and in accordance with the disclosed embodiments.


From the foregoing, it will be appreciated that specific embodiments of the present disclosure have been described herein for purposes of illustration, but that various modifications may be made without deviating from the scope of the disclosure. Accordingly, the presently disclosed embodiments are not limited except as by the appended claims.


Implementations of the subject matter and the functional operations described in the present disclosure can be implemented in various systems, digital electronic circuitry, or in computer software, firmware, or hardware, including the structures disclosed in this specification and their structural equivalents, or in combinations of one or more of them. Implementations of the subject matter described in this specification can be implemented as one or more computer program products, i.e., one or more modules of computer program instructions encoded on a tangible and non-transitory computer readable medium for execution by, or to control the operation of, data processing apparatus. The computer readable medium can be a machine-readable storage device, a machine-readable storage substrate, a memory device, a composition of matter effecting a machine-readable propagated signal, or a combination of one or more of them. The term “data processing unit” or “data processing apparatus” encompasses all apparatus, devices, and machines for processing data, including by way of example a programmable processor, a computer, or multiple processors or computers. The apparatus can include, in addition to hardware, code that creates an execution environment for the computer program in question, e.g., code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of one or more of them.


A computer program (also known as a program, software, software application, script, or code) can be written in any form of programming language, including compiled or interpreted languages, and it can be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment. A computer program does not necessarily correspond to a file in a file system. A program can be stored in a portion of a file that holds other programs or data (e.g., one or more scripts stored in a markup language document), in a single file dedicated to the program in question, or in multiple coordinated files (e.g., files that store one or more modules, sub programs, or portions of code). A computer program can be deployed to be executed on one computer or on multiple computers that are located at one site or distributed across multiple sites and interconnected by a communication network.


The processes and logic flows described in this specification can be performed by one or more programmable processors executing one or more computer programs to perform functions by operating on input data and generating output. The processes and logic flows can also be performed by, and apparatus can also be implemented as, special purpose logic circuitry, e.g., an FPGA or an ASIC.


Processors suitable for the execution of a computer program include, by way of example, both general and special purpose microprocessors, and any one or more processors of any kind of digital computer. Generally, a processor will receive instructions and data from a read only memory or a random access memory or both. The essential elements of a computer are a processor for performing instructions and one or more memory devices for storing instructions and data. Generally, a computer will also include, or be operatively coupled to receive data from or transfer data to, or both, one or more mass storage devices for storing data, e.g., magnetic, magneto optical disks, or optical disks. However, a computer need not have such devices. Computer readable media suitable for storing computer program instructions and data include all forms of nonvolatile memory, media and memory devices, including by way of example semiconductor memory devices, e.g., erasable programmable read-only memory (EPROM), electronically erasable programmable read-only memory (EEPROM), and flash memory devices; magnetic disks, e.g., internal hard disks or removable disks; magneto optical disks; and compact disc, read-only memory (CD ROM) and digital versatile disc, read-only memory (DVD-ROM) disks. The processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.


It is intended that the specification, together with the drawings, be considered exemplary only, where exemplary means an example. As used herein, the singular forms “a”, “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. Additionally, the use of “or” is intended to include “and/or”, unless the context clearly indicates otherwise.


While the present disclosure contains many specifics, these should not be construed as limitations on the scope of any invention or of what may be claimed, but rather as descriptions of features that may be specific to particular embodiments of the present disclosure. Certain features that are described in the present disclosure in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination. Moreover, although features may be described above as acting in certain combinations and even initially claimed as such, one or more features from a claimed combination can in some cases be excised from the combination, and the claimed combination may be directed to a subcombination or variation of a subcombination.


Similarly, while operations are depicted in the drawings in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order, or that all illustrated operations be performed, to achieve desirable results. Moreover, the separation of various system components in the embodiments described in the present disclosure should not be understood as requiring such separation in all embodiments.


Only a few implementations and examples are described and other implementations, enhancements and variations can be made based on what is described and illustrated in the present disclosure.

Claims
  • 1. A method of coding video data, comprising: determining, during a first conversion between a luma block of a video and a bitstream of the video, that motion vectors of control points of the luma block based on an affine mode;dividing the luma block into a first group of sub-blocks, wherein each sub-block of the first group has a first size;reconstructing a first group of sub-blocks based on the motion vectors of the control points;reconstructing a second group of sub-blocks of a chroma block corresponding to the luma block, wherein each sub-block of the second group has a second size, and the second size is equal to the first size when a color format applied for the luma block and the chroma block is 4:2:0 or 4:2:2,wherein the method further comprises: determining, during a second conversion between a current video unit of the video and the bitstream of the video, that motion vectors of control points of the current video unit are based on the affine mode, wherein whether a first affine mode or a second affine mode is allowed for the current video unit is based on a same dimension constraint, wherein the current video unit comprises a luma component and at least one chroma component;dividing the luma component into luma sub-blocks;dividing a chroma component of the at least one chroma component into chroma sub-blocks;determining a luma motion vector for each luma sub-block based on the motion vectors of the control points;deriving a chroma motion vector for each chroma sub-block based on luma motion vectors of multiple corresponding luma sub-blocks and the color format of the current video unit; andreconstructing the luma component based on the luma motion vector of each luma sub-block,wherein deriving the chroma motion vector for each chroma sub-block comprises: determining that the chroma component is divided into at least one first chroma group, wherein the first chroma group includes two or four chroma sub-blocks according to the color format of the current video unit;deriving a group chroma motion vector for each one of the at least one first chroma group; andassigning the group chroma motion vector to each sub-block of the corresponding first chroma group,wherein the group chroma motion vector is derived based on applying a scaling factor to an intermediate motion vector MV*.
  • 2. The method of claim 1, wherein the first size and second size are equal to 4×4, wherein a number of sub-blocks of the second group is different from a number of sub-blocks of the first group when the color format is 4:2:0 or 4:2:2,wherein a number of the control points is 2 or 3, andwherein either a) the control points include a top-left control point and a top-right control point, or b) the control points include a top-left control point, a top-right control point and a bottom-left corner control point.
  • 3. The method of claim 1, wherein the first chroma group includes two chroma sub-blocks when the color format is 4:2:2, wherein two luma sub-blocks corresponding to the two chroma sub-blocks have motion vectors MV0 and MV1 respectively, and wherein the intermediate motion vector MV* is derived based on MV0 and MV1, wherein the intermediate motion vector MV* is derived based on applying an offset-based averaging operation on MV0 and MV1, andwherein the intermediate motion vector MV*=Shift(MV0+MV1,1), wherein Shift(x,1)=(x+offset)>>1, offset is equal to 0 or 1, and wherein >> represents a right shift operation.
  • 4. The method of claim 1, wherein the first chroma group includes four chroma sub-blocks when the color format is 4:2:0, a top-left one of four luma sub-blocks has motion vector MV0, a top-right one of the four sub-blocks has motion vector MV1, a bottom-left one of the four sub-blocks has motion vector MV2 and a bottom-right one of the four sub-blocks has motion vector MV3, and wherein the four luma sub-blocks correspond to the four chroma sub-blocks and the intermediate motion vector MV* is derived at least based on MV0 and MV3, and wherein the intermediate motion vector MV* is derived based on applying an offset-based averaging operation at least on MV0 and MV3.
  • 5. The method of claim 1, further comprising reconstructing the chroma component based on the group chroma motion vector, wherein reconstructing the chroma component is in units of the first chroma group.
  • 6. The method of claim 1, further comprising: constructing, for a first block of the video, a merge motion candidate list which comprises at least two merge motion candidates;deriving, based on a position index to the merge motion candidate list, a pairwise average merging candidate from a pair of merge motion candidates included in the merge motion candidate list; andperforming, based on the pairwise average merging candidate, a third conversion between the first block and the bitstream of the video,wherein the pair of merge motion candidates comprises:a first motion vector MV0=(MV0x, MV0y) of a reference picture list L in a first merge motion candidate; anda second motion vector MV1=(MV1x, MV1y) of the reference picture list L in a second merge motion candidate,wherein MV*=(MV*x, MV*y) is the pairwise average merging candidate such that:MV*x=SignShift(MV0x+MV1x, 1) and MV*y=SignShift(MV0y+MV1y, 1), andwherein
  • 7. The method of claim 6, further comprising: inserting the pairwise average merging candidate into the merge motion candidate list,wherein position indices of the pair of merge motion candidates are 0 and 1,wherein the reference picture list L comprises reference picture list 0 (L0) or reference picture list 1 (L1), andwherein a) or wherein off=0 upon a determination that s=0, orb) or wherein off=1<<(s−1) upon a determination that s≠0, orc) off=(1<< (s−1))−1.
  • 8. The method of claim 1, further comprising: performing, based on the determining, the second conversion between the current video unit and the bitstream.
  • 9. The method of claim 8, further comprising: determining that the bitstream omits an indication of the first affine mode at least based on a dimension of the current video unit, ordetermining that the bitstream omits an indication of the second affine mode at least based on a dimension of the current video unit,wherein in the first affine mode, motion information of control points of the current video unit is derived at least based on an affine candidate of the current video unit and without applying motion vector differences (MVD),wherein either a) the first affine mode is a merge affine mode, and the second affine mode is a non-merge affine mode, orb) the first affine mode is a direct affine mode, and the second affine mode is a non-direct affine mode, andwherein either c) the first affine mode and the second affine mode are not allowed in response to either a height of the current video unit or a width of the current video unit being less than or equal to 8, ord) the first affine mode and the second affine mode are not allowed in response to a height and a width of the current video unit being both less than or equal to a threshold.
  • 10. The method of claim 1, wherein the second conversion includes encoding a current video unit of the video into the bitstream.
  • 11. The method of claim 1, wherein the second conversion includes decoding a current video unit of the video from the bitstream.
  • 12. An apparatus for coding video data comprising a processor and a non-transitory memory with instructions thereon, wherein the instructions upon execution by the processor, cause the processor to: determine, during a first conversion between a luma block of a video and a bitstream of the video, that motion vectors of control points of the luma block based on an affine mode;divide the luma block into a first group of sub-blocks, wherein each sub-block of the first group has a first size;reconstruct a first group of sub-blocks based on the motion vectors of the control points;reconstruct a second group of sub-blocks of a chroma block corresponding to the luma block, wherein each sub-block of the second group has a second size, and the second size is equal to the first size when a color format applied for the luma block and the chroma block is 4:2:0 or 4:2:2,wherein the instructions upon execution by the processor, further cause the processor to: determine, during a second conversion between a current video unit of the video and the bitstream of the video, that motion vectors of control points of the current video unit are based on the affine mode, wherein whether a first affine mode or a second affine mode is allowed for the current video unit is based on a same dimension constraint, wherein the current video unit comprises a luma component and at least one chroma component;divide the luma component into luma sub-blocks;divide a chroma component of the at least one chroma component into chroma sub-blocks;determine a luma motion vector for each luma sub-block based on the motion vectors of the control points;derive a chroma motion vector for each chroma sub-block based on luma motion vectors of multiple corresponding luma sub-blocks and the color format of the current video unit; andreconstruct the luma component based on the luma motion vector of each luma sub-block,wherein deriving the chroma motion vector for each chroma sub-block comprises: determining that the chroma component is divided into at least one first chroma group, wherein the first chroma group includes two or four chroma sub-blocks according to the color format of the current video unit;deriving a group chroma motion vector for each one of the at least one first chroma group; andassigning the group chroma motion vector to each sub-block of the corresponding first chroma group,wherein the group chroma motion vector is derived based on applying a scaling factor to an intermediate motion vector MV*.
  • 13. The apparatus of claim 12, wherein the instructions upon execution by the processor, further cause the processor to: construct, for a first block of the video, a merge motion candidate list which comprises at least two merge motion candidates;derive, based on a position index to the merge motion candidate list, a pairwise average merging candidate from a pair of merge motion candidates included in the merge motion candidate list; andperform, based on the pairwise average merging candidate, a third conversion between the first block and the bitstream of the video,wherein the pair of merge motion candidates comprises:a first motion vector MV0=(MV0x, MV0y) of a reference picture list L in a first merge motion candidate; anda second motion vector MV1=(MV1x, MV1y) of the reference picture list L in a second merge motion candidate,wherein MV*=(MV*x, MV*y) is the pairwise average merging candidate such that:MV*x=SignShift(MV0x+MV1x, 1) and MV*y=SignShift(MV0y+MV1y, 1), andwherein
  • 14. The apparatus of claim 12, wherein the instructions upon execution by the processor, further cause the processor to: perform, based on the determining, the second conversion between the current video unit and the bitstream.
  • 15. A non-transitory computer-readable storage medium storing instructions that cause a processor to: determine, during a first conversion between a luma block of a video and a bitstream of the video, that motion vectors of control points of the luma block based on an affine mode;divide the luma block into a first group of sub-blocks, wherein each sub-block of the first group has a first size;reconstruct a first group of sub-blocks based on the motion vectors of the control points;reconstruct a second group of sub-blocks of a chroma block corresponding to the luma block, wherein each sub-block of the second group has a second size, and the second size is equal to the first size when a color format applied for the luma block and the chroma block is 4:2:0 or 4:2:2,the processor is further caused to: determine, during a second conversion between a current video unit of the video and the bitstream of the video, that motion vectors of control points of the current video unit are based on the affine mode, wherein whether a first affine mode or a second affine mode is allowed for the current video unit is based on a same dimension constraint, wherein the current video unit comprises a luma component and at least one chroma component;divide the luma component into luma sub-blocks;divide a chroma component of the at least one chroma component into chroma sub-blocks;determine a luma motion vector for each luma sub-block based on the motion vectors of the control points;derive a chroma motion vector for each chroma sub-block based on luma motion vectors of multiple corresponding luma sub-blocks and the color format of the current video unit; andreconstruct the luma component based on the luma motion vector of each luma sub-block,wherein deriving the chroma motion vector for each chroma sub-block comprises: determining that the chroma component is divided into at least one first chroma group, wherein the first chroma group includes two or four chroma sub-blocks according to the color format of the current video unit;deriving a group chroma motion vector for each one of the at least one first chroma group; andassigning the group chroma motion vector to each sub-block of the corresponding first chroma group,wherein the group chroma motion vector is derived based on applying a scaling factor to an intermediate motion vector MV*.
  • 16. A non-transitory computer-readable recording medium storing a bitstream which is generated by a method performed by a video processing apparatus, wherein the method comprises: determining, for a luma block of a video, that motion vectors of control points of the luma block based on an affine mode;dividing the luma block into a first group of sub-blocks, wherein each sub-block of the first group has a first size;reconstructing a first group of sub-blocks based on the motion vectors of the control points;reconstructing a second group of sub-blocks of a chroma block corresponding to the luma block, wherein each sub-block of the second group has a second size, and the second size is equal to the first size when a color format applied for the luma block and the chroma block is 4:2:0 or 4:2:2;generating the bitstream from a current video unit,wherein the method further comprises: determining, for the current video unit of the video, that motion vectors of control points of the current video unit are based on the affine mode, wherin whether a first affine mode or a second affine mode is allowed for the current video unit is based on a same dimension constraint, wherein the current video unit comprises a luma component and at least one chroma component;dividing the luma component into luma sub-blocks;dividing a chroma component of the at least one chroma component into chroma sub-blocks;determining a luma motion vector for each luma sub-block based on the motion vectors of the control points;deriving a chroma motion vector for each chroma sub-block based on luma motion vectors of multiple corresponding luma sub-blocks and the color format of the current video unit; andreconstructing the luma component based on the luma motion vector of each luma sub-block,wherein deriving the chroma motion vector for each chroma sub-block comprises: determining that the chroma component is divided into at least one first chroma group, wherein the first chroma group includes two or four chroma sub-blocks according to the color format of the current video unit;deriving a group chroma motion vector for each one of the at least one first chroma group; andassigning the group chroma motion vector to each sub-block of the corresponding first chroma group,wherein the group chroma motion vector is derived based on applying a scaling factor to an intermediate motion vector MV*.
Priority Claims (2)
Number Date Country Kind
PCT/CN2018/092118 Jun 2018 WO international
PCT/CN2018/114931 Nov 2018 WO international
CROSS-REFERENCE TO RELATED APPLICATIONS

This application is a continuation of U.S. application Ser. No. 17/732,849, filed on Apr. 29, 2022, which is a continuation of U.S. application Ser. No. 17/071,357, filed on Oct. 15, 2020, which is a continuation of International Application No. PCT/IB2019/055246, filed on Jun. 21, 2019, which claims the priority to and benefits of International Patent Application No. PCT/CN2018/092118, filed on Jun. 21, 2018, and International Patent Application No. PCT/CN2018/114931, filed on Nov. 10, 2018. All the aforementioned patent applications are hereby incorporated by reference in their entireties.

US Referenced Citations (235)
Number Name Date Kind
7529302 Mukerjee May 2009 B2
8184715 Rosenzweig May 2012 B1
8462846 Zhang Jun 2013 B2
9106922 Fludkov Aug 2015 B2
9294777 Wang Mar 2016 B2
9374595 Kim Jun 2016 B2
9432684 Lee Aug 2016 B2
9521425 Chen Dec 2016 B2
9615089 Fartukov Apr 2017 B2
9667996 Chen May 2017 B2
9674542 Chen Jun 2017 B2
9762927 Chen Sep 2017 B2
9900593 Xiu Feb 2018 B2
9948930 Panusopone Apr 2018 B2
9955186 Chon Apr 2018 B2
10045014 Zhang Aug 2018 B2
10142655 Lin Nov 2018 B2
10298950 Wang May 2019 B2
10362330 Li Jul 2019 B1
10404990 Hendry Sep 2019 B2
10419763 Huang Sep 2019 B2
10440378 Xu Oct 2019 B1
10448010 Chen Oct 2019 B2
10484686 Xiu Nov 2019 B2
10491902 Xu Nov 2019 B1
10523964 Chuang Dec 2019 B2
10560712 Zou Feb 2020 B2
10701366 Chen Jun 2020 B2
10708592 Dong Jul 2020 B2
10757417 Zhang Aug 2020 B2
10778999 Li Sep 2020 B2
10779002 Chen Sep 2020 B2
10785494 Chien Sep 2020 B2
10805630 Li Oct 2020 B2
10841609 Liu Nov 2020 B1
10904565 Chuang Jan 2021 B2
10911772 Sato Feb 2021 B2
11172196 Zhang Nov 2021 B2
11197003 Zhang Dec 2021 B2
11197007 Zhang Dec 2021 B2
11202065 Zhang Dec 2021 B2
11202081 Zhang Dec 2021 B2
11252406 Lai Feb 2022 B2
11477463 Zhang Oct 2022 B2
11509915 Zhang Nov 2022 B2
11523123 Zhang Dec 2022 B2
11616945 Zhang Mar 2023 B2
11659192 Zhang et al. May 2023 B2
20070192762 Eichenberger Aug 2007 A1
20110002386 Zhang Jan 2011 A1
20110194609 Rusert Aug 2011 A1
20110200107 Ryu Aug 2011 A1
20120219216 Sato Aug 2012 A1
20120287999 Li Nov 2012 A1
20120320984 Zhou Dec 2012 A1
20130003842 Kondo Jan 2013 A1
20130101041 Fishwick Apr 2013 A1
20130107958 Shimada May 2013 A1
20130128976 Koyama May 2013 A1
20130182755 Chen Jul 2013 A1
20130229485 Rusanovskyy Sep 2013 A1
20130272410 Seregin Oct 2013 A1
20130329007 Zhang Dec 2013 A1
20130329784 Chuang Dec 2013 A1
20140086325 Chen Mar 2014 A1
20140169472 Fludkov Jun 2014 A1
20140286408 Zhang Sep 2014 A1
20140286416 Jeon Sep 2014 A1
20140294066 Kondo Oct 2014 A1
20140294078 Seregin Oct 2014 A1
20140334551 Kim Nov 2014 A1
20150023423 Zhang Jan 2015 A1
20150110178 Kim Apr 2015 A1
20150181216 Zhang Jun 2015 A1
20150249828 Rosewarne Sep 2015 A1
20150312588 Yamamoto Oct 2015 A1
20150373350 Hendry Dec 2015 A1
20150373357 Pang Dec 2015 A1
20150373362 Pang Dec 2015 A1
20160029046 Li Jan 2016 A1
20160057420 Pang Feb 2016 A1
20160073132 Zhang Mar 2016 A1
20160100189 Pang Apr 2016 A1
20160142729 Wang May 2016 A1
20160286229 Li Sep 2016 A1
20160366441 An Dec 2016 A1
20160373756 Yu Dec 2016 A1
20170013279 Puri Jan 2017 A1
20170054996 Xu Feb 2017 A1
20170085905 Kadono Mar 2017 A1
20170094305 Li Mar 2017 A1
20170142418 Li May 2017 A1
20170223378 Tao Aug 2017 A1
20170238005 Chien Aug 2017 A1
20170238011 Pettersson Aug 2017 A1
20170272748 Seregin Sep 2017 A1
20170272782 Li Sep 2017 A1
20170280159 Xu Sep 2017 A1
20170289566 He Oct 2017 A1
20170302929 Chen Oct 2017 A1
20170310990 Hsu Oct 2017 A1
20170332095 Zou Nov 2017 A1
20170332099 Lee Nov 2017 A1
20170339404 Panusopone Nov 2017 A1
20170339405 Wang Nov 2017 A1
20180041762 Ikai Feb 2018 A1
20180048889 Zhang Feb 2018 A1
20180054628 Pettersson Feb 2018 A1
20180063553 Zhang Mar 2018 A1
20180098062 Li Apr 2018 A1
20180098063 Chen Apr 2018 A1
20180098087 Li Apr 2018 A1
20180109814 Chuang Apr 2018 A1
20180124394 Xu May 2018 A1
20180131952 Xiu May 2018 A1
20180184117 Chen Jun 2018 A1
20180192069 Chen Jul 2018 A1
20180192072 Chen Jul 2018 A1
20180199056 Sato Jul 2018 A1
20180199057 Chuang Jul 2018 A1
20180220149 Son Aug 2018 A1
20180247396 Pouli Aug 2018 A1
20180249172 Chen Aug 2018 A1
20180262773 Chuang Sep 2018 A1
20180270500 Li Sep 2018 A1
20180278949 Karczewicz Sep 2018 A1
20180278951 Seregin Sep 2018 A1
20180288425 Panusopone Oct 2018 A1
20180288441 Zhang Oct 2018 A1
20180310017 Chen Oct 2018 A1
20180324454 Lin Nov 2018 A1
20180332298 Liu Nov 2018 A1
20180376166 Chuang Dec 2018 A1
20190020878 Xu Jan 2019 A1
20190020895 Liu Jan 2019 A1
20190037231 Ikai Jan 2019 A1
20190052886 Chiang Feb 2019 A1
20190058897 Han Feb 2019 A1
20190068977 Zhang Feb 2019 A1
20190075293 Lim Mar 2019 A1
20190104303 Xiu Apr 2019 A1
20190124332 Lim Apr 2019 A1
20190158866 Kim May 2019 A1
20190182504 Lainema Jun 2019 A1
20190191171 Ikai Jun 2019 A1
20190222859 Chuang Jul 2019 A1
20190246128 Xu Aug 2019 A1
20190246143 Zhang Aug 2019 A1
20190268594 Lim Aug 2019 A1
20190273943 Zhao Sep 2019 A1
20190281294 Kim Sep 2019 A1
20190306502 Gadde Oct 2019 A1
20190320181 Chen Oct 2019 A1
20190320189 Cooper Oct 2019 A1
20190335170 Lee Oct 2019 A1
20190342547 Lee Nov 2019 A1
20190364295 Li Nov 2019 A1
20190373259 Xu Dec 2019 A1
20190373261 Egilmez Dec 2019 A1
20190387250 Boyce Dec 2019 A1
20200021837 Ikai Jan 2020 A1
20200021839 Pham Van Jan 2020 A1
20200045307 Jang Feb 2020 A1
20200045310 Chen Feb 2020 A1
20200045311 Yoo Feb 2020 A1
20200053364 Seo Feb 2020 A1
20200059658 Chien Feb 2020 A1
20200084441 Lee Mar 2020 A1
20200084454 Liu Mar 2020 A1
20200099941 Li Mar 2020 A1
20200099951 Hung Mar 2020 A1
20200112741 Han Apr 2020 A1
20200120334 Xu Apr 2020 A1
20200128154 Wang Apr 2020 A1
20200128237 Xu Apr 2020 A1
20200128258 Chen Apr 2020 A1
20200137398 Zhao Apr 2020 A1
20200145688 Zou May 2020 A1
20200154127 Lee May 2020 A1
20200169726 Kim May 2020 A1
20200177911 Aono Jun 2020 A1
20200186818 Li Jun 2020 A1
20200213594 Liu Jul 2020 A1
20200213612 Liu Jul 2020 A1
20200213622 Xu Jul 2020 A1
20200221077 Park Jul 2020 A1
20200221110 Chien Jul 2020 A1
20200221120 Robert Jul 2020 A1
20200267408 Lee Aug 2020 A1
20200275120 Lin Aug 2020 A1
20200280735 Lim Sep 2020 A1
20200296380 Aono Sep 2020 A1
20200296382 Zhao Sep 2020 A1
20200296415 Chen Sep 2020 A1
20200336738 Xiu Oct 2020 A1
20200351505 Seo Nov 2020 A1
20200359029 Liu Nov 2020 A1
20200374543 Liu Nov 2020 A1
20200374544 Liu Nov 2020 A1
20200382771 Liu Dec 2020 A1
20200382795 Zhang Dec 2020 A1
20200382807 Liu Dec 2020 A1
20200396453 Zhang Dec 2020 A1
20200396462 Zhang Dec 2020 A1
20200396465 Zhang Dec 2020 A1
20200404255 Zhang Dec 2020 A1
20200404260 Zhang Dec 2020 A1
20200413048 Zhang Dec 2020 A1
20210006780 Zhang Jan 2021 A1
20210006787 Zhang Jan 2021 A1
20210029356 Zhang Jan 2021 A1
20210029362 Liu Jan 2021 A1
20210029368 Zhang Jan 2021 A1
20210037240 Zhang Feb 2021 A1
20210037256 Zhang Feb 2021 A1
20210051339 Liu Feb 2021 A1
20210067783 Liu Mar 2021 A1
20210076050 Zhang Mar 2021 A1
20210076063 Liu Mar 2021 A1
20210092379 Zhang Mar 2021 A1
20210092435 Liu Mar 2021 A1
20210105482 Zhang Apr 2021 A1
20210152846 Zhang May 2021 A1
20210203958 Zhang Jul 2021 A1
20210218980 Zhang Jul 2021 A1
20210227234 Zhang Jul 2021 A1
20210314560 Lai Oct 2021 A1
20210321125 Kim Oct 2021 A1
20210352302 Zhang Nov 2021 A1
20210392341 Zhang Dec 2021 A1
20220070488 Chen Mar 2022 A1
20220070489 Zhang Mar 2022 A1
20220078452 Zhang Mar 2022 A1
20220124319 Lai Apr 2022 A1
20220217363 Zhang Jul 2022 A1
Foreign Referenced Citations (92)
Number Date Country
3025490 Dec 2017 CA
3037685 Mar 2018 CA
1672174 Sep 2005 CN
1710959 Dec 2005 CN
1777283 May 2006 CN
101605255 Dec 2009 CN
101895751 Nov 2010 CN
102577388 Jul 2012 CN
102685479 Sep 2012 CN
103535040 Jan 2014 CN
103561263 Feb 2014 CN
104053005 Sep 2014 CN
104170381 Nov 2014 CN
104221376 Dec 2014 CN
104396242 Mar 2015 CN
104904207 Sep 2015 CN
105306944 Feb 2016 CN
105532000 Apr 2016 CN
105678808 Jun 2016 CN
105723713 Jun 2016 CN
105917650 Aug 2016 CN
106105191 Nov 2016 CN
106303543 Jan 2017 CN
106416245 Feb 2017 CN
106537915 Mar 2017 CN
106559669 Apr 2017 CN
106688232 May 2017 CN
107079161 Aug 2017 CN
107113424 Aug 2017 CN
107113442 Aug 2017 CN
107211156 Sep 2017 CN
107409225 Nov 2017 CN
107426568 Dec 2017 CN
107534778 Jan 2018 CN
107615765 Jan 2018 CN
107646195 Jan 2018 CN
107852490 Mar 2018 CN
107925775 Apr 2018 CN
107979756 May 2018 CN
108012153 May 2018 CN
108028929 May 2018 CN
108353184 Jul 2018 CN
108432250 Aug 2018 CN
108632629 Oct 2018 CN
112020829 Dec 2020 CN
3788782 Mar 2021 EP
2539213 Dec 2016 GB
H08186825 Jul 1996 JP
2007272733 Oct 2007 JP
2011077761 Apr 2011 JP
2013098745 May 2013 JP
2021513818 May 2021 JP
20180028514 Mar 2018 KR
20200128154 Nov 2020 KR
201540047 Oct 2015 TW
201709738 Mar 2017 TW
201832557 Sep 2018 TW
2000065829 Nov 2000 WO
2009080133 Jul 2009 WO
2012045225 Apr 2012 WO
2013070028 May 2013 WO
2013168407 Nov 2013 WO
2015196029 Dec 2015 WO
2016048834 Mar 2016 WO
2016057701 Apr 2016 WO
2016057938 Apr 2016 WO
2016091161 Jun 2016 WO
2016138513 Sep 2016 WO
2016183224 Nov 2016 WO
2017036399 Mar 2017 WO
2017118411 Jul 2017 WO
2017130696 Aug 2017 WO
2017133661 Aug 2017 WO
2017156669 Sep 2017 WO
2017157264 Sep 2017 WO
2017157281 Sep 2017 WO
2017165391 Sep 2017 WO
2017188509 Nov 2017 WO
2017194756 Nov 2017 WO
2017195554 Nov 2017 WO
2017197126 Nov 2017 WO
2017197146 Nov 2017 WO
2017205701 Nov 2017 WO
2017206803 Dec 2017 WO
2018047668 Mar 2018 WO
2018065397 Apr 2018 WO
2018066241 Apr 2018 WO
2018067823 Apr 2018 WO
2018097692 May 2018 WO
2018097693 Jul 2018 WO
2018018459 Oct 2018 WO
2020086331 Apr 2020 WO
Non-Patent Literature Citations (114)
Entry
Bross et al. “Versatile Video Coding (Draft 3),” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and 1S0/IEC UTC 1/SC 29/WG 11 12th Meeting, Macao, CN, Oct. 3-12, 2018. document JVET-L1001, 2018.
Zhang et al. “AHG16: Clean-up on MV Rounding,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 13th Meeting, Marrakech, MA Jan. 9-18, 2019, document JVET-M0265, 2019.
Solovyev et al. “Non-CE4: Merge Mode Modification,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 11th Meeting: Ljubljana, SI, Jul. 10-18, 2018, document JVET-K0056, 2018.
Yang et al. “BoG Report on CE4 Related Contributions,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 11th Meeting: Ljubljana, SI, Jul. 10-18, 2018, document JVET-K0546, 2018.
Han et al. “A Dynamic Motion Vector Referencing Scheme for Video Coding,” 2016 IEEE International Conference on Image Processing (ICIP), 2016, pp. 2032-2036.
Koyama et al. “Modification of Derivation Process of Motion Vector Information for Interlace Format,” Joint Collaborative Team on Video Coding (JCT-VC) of ITU-T SG16 WP3 and ISO/IEC JTC1/SC29/WG11 7th Meeting: Geneva, CH, Nov. 21-30, 2011, document JCTVC-G196, 2011.
Shimada et al. “Non-CE9/Non-CE13: Averaged Merge Candidate,” Joint Collaborative Team on Video Coding (JCTVC) of ITU-T SG16 WP3 and ISO/IEC JTC1/SC29/WG11 7th Meeting: Geneva, CH, Nov. 21-30, 2011, document JCTVC-G195, 2011.
Notice of Allowance from U.S. Appl. No. 17/525,745 dated May 30, 2023.
Intention to Grant from British Patent Application No. 2018867.8 mailed Nov. 11, 2022 (2 pages).
Examination Report from Indian Patent Application No. 202228045435 mailed Dec. 26, 2022.
Non Final Office Action from U.S. Appl. No. 17/529,607 dated Oct. 31, 2022.
Non Final Office Action from U.S. Appl. No. 17/525,745 dated Nov. 10, 2022.
Non Final Office Action from U.S. Appl. No. 17/412,771 dated Feb. 16, 2023.
Final Office Action from U.S. Appl. No. 17/529,607 dated Apr. 17, 2023.
Non Final Office Action from U.S. Appl. No. 17/210,797 dated Aug. 2, 2022.
Extended European Search Report from European Patent Application No. 19882864.2 dated Mar. 21, 2022 (9 pages).
Non Final Office Action from U.S. Appl. No. 17/019,629 dated Jun. 8, 2022.
Notice of Allowance from U.S. Appl. No. 17/011,131 dated Dec. 10, 2020.
International Search Report and Written Opinion from PCT/CN2019/117116 dated Jan. 2, 2020 (9 pages).
International Search Report and Written Opinion from PCT/CN2019/117118 dated Feb. 5, 2020 (9 pages).
International Search Report and Written Opinion from PCT/CN2019/117119 dated Jan. 23, 2020 (9 pages).
International Search Report and Written Opinion from PCT/IB2019/055244 dated Nov. 18, 2019 (18 pages).
International Search Report and Written Opinion from PCT/IB2019/055246 dated Nov. 7, 2019 (18 pages).
International Search Report and Written Opinion from PCT/IB2019/055247 dated Nov. 7, 2019 (21 pages).
Final Office Action from U.S. Appl. No. 17/031,451 dated Dec. 21, 2021.
Office Action from Indian Patent Application No. 202127002718 mailed Jan. 6, 2022.
Zuo et al. “Intra Block Copy for Intra-Frame Coding,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and SO/IEC JTC 1/SC 29/WG 11 1oth Meeting: San Diego, US, Apr. 10-20, 2018, document JVET-J0042, 2018.
Advisory Action from U.S. Appl. No. 17/074,892 dated Aug. 4, 2021.
Non-Final Office Action from U.S. Appl. No. 17/099,042 dated Dec. 31, 2020.
Notice of Allowance from U.S. Appl. No. 17/071,412 dated Jan. 7, 2021.
Non-Final Office Action from U.S. Appl. No. 17/031,451 dated Dec. 4, 2020.
Non-Final Office Action from U.S. Appl. No. 17/074,842 dated Dec. 23, 2020.
Non-Final Office Action from U.S. Appl. No. 17/074,892 dated Dec. 24, 2020.
Non-Final Office Action from U.S. Appl. No. 17/005,521 dated Jan. 7, 2021.
Final Office Action from U.S. Appl. No. 17/019,629 dated Feb. 26, 2021.
Non-Final Office Action from U.S. Appl. No. 17/161,391 dated Mar. 25, 2021.
Final Office Action from U.S. Appl. No. 17/005,521 dated Apr. 26, 2021.
Final Office Action from U.S. Appl. No. 17/161,391 dated Jul. 14, 2021.
Non-Final Office Action from U.S. Appl. No. 17/071,357 dated Dec. 8, 2020.
Non-Final Office Action from U.S. Appl. No. 17/071,357 dated Sep. 21, 2021.
Notice of Allowance from U.S. Appl. No. 17/071,357 dated Feb. 2, 2022.
Final Office Action from U.S. Appl. No. 17/071,357 dated Apr. 2, 2021.
International Search Report and Written Opinion from PCT/IB2019/054602 dated Aug. 21, 2019 (17 pages).
International Search Report and Written Opinion from PCT/IB2019/054604 dated Sep. 26, 2019 (17 pages).
International Search Report and Written Opinion from PCT/IB2019/054611 dated Aug. 29, 2019 (88 pages).
International Search Report and Written Opinion from PCT/IB2019/054612 dated Sep. 26, 2019 (17 pages).
International Search Report and Written Opinion from PCT/IB2019/054614 dated Aug. 27, 2019 (14 pages).
International Search Report and Written Opinion from PCT/I82019/054650 dated Oct. 28, 2019 (20 pages).
International Search Report and Written Opinion from PCT/I82019/054652 dated Sep. 27, 2019 (18 pages).
International Search Report and Written Opinion from PCT/I82019/054654 dated Aug. 27, 2019 (85 pages).
International Search Report and Written Opinion from PCT/I82019/058078 dated Mar. 3, 2020 (20 pages).
International Search Report and Written Opinion from PCT/I82019/058079 dated Mar. 3, 2020 (26 pages).
International Search Report and Written Opinion from PCT/I82019/058081 dated Mar. 25, 2020 (21 pages).
Non-Final Office Action from U.S. Appl. No. 17/019,629 dated Nov. 13, 2020.
Non-Final Office Action from U.S. Appl. No. 17/011,157 dated Nov. 17, 2020.
Notice of Allowance from U.S. Appl. No. 17/732,849 dated Sep. 22, 2023.
Final Office Action from U.S. Appl. No. 17/732,849 dated Jun. 16, 2023.
Non-Final Office Action from U.S. Appl. No. 18/190,477 dated Nov. 2, 2023.
Alshin et al. “Bi-Directional Optical Flow for Improving Motion Compensation,” 28th Picture Coding Symposium, PCS2010, Dec. 8, 2010, Nagoya, Japan, pp. 422-425.
Bross et al. “Versatlie Video Coding (Draft 2),” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 11th Meeting, Ljubljana, SI, Jul. 10-18, 2018, document JVET-K1001, 2018.
Bross et al. “Versatile Video Coding (Draft 4),” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 13th Meeting, Marrakech, MA, Jan. 9-18, 2019, document JVET-M1001, 2019.
Bross et al. “Versatile Video Coding (Draft 5),” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 14th Meeting, Geneva, CH, Mar. 19-27, 2019, document JVET-N1001, 2019.
Chen et al. “EE3: Generalized Bi-Prediction,” Joint Video Exploration Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 4th Meeting, Chengdu, CN, Oct. 15-21, 2016, document JVET-D0102, 2016.
Chen et al. “Algorithm Description of Joint Exploration Test Model 7 (JEM 7),” Joint Video Exploration Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 7th Meeting, Torino, IT, Jul. 13-21, 2017, document JVET-G1001, 2017.
Chen et al. “Description of SDR, HDR and 360 degree Video Coding Technology Proposal by Qualcomm and Technicolor—low and high complexity versions,” Joint Video Exploration Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 10th Meeting, San Diego, US, Apr. 10-20, 2018, document JVET-J0021, 2018.
Chen et al. “Description of SDR, HDR and 360 degree Video Coding Technology Proposal by Huawei, GoPro, HiSilicon, and Samsung,” Joint Video Exploration Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG11, 10th Meeting, San Diego, US, 10-20, Apr. 2018, document JVET-J0025, 2018.
Chen et al. “DMVR Extension baed on Template Matching,” Joint Video Exploration Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 10th Meeting, San Diego, US, Apr. 10-20, 2018, document JVET-J0057, 2018.
Chien et al. “Modification of Merge Candidate Derivation,” Joint Video Exploration Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 2nd Meeting, San Diego, USA, Feb. 20-26, 2016, document JVET-B0058, 2016.
JEM-7.0: https://jvet.hhi.fraunhofer.de/svn/svn_HMJEMSoftware/tags/ HM-16.6-JEM-7.0.only website, Apr. 29, 2022.
Han et al. “CE4-Related: Modification on Merge List,” Joint Video Exploration Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 13th Meeting, Marrakech, MA, Jan. 9-18, 2019, document JVET-M0127, 2019.
He et al. “Non-SCCE1: Improved Intra Block Copy Coding with Block Vector Derivation,” Joint Collaborative Team on Video Coding (JCT-VC) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 18th Meeting, Sapporo, JP, Jun. 30-Jul. 9, 2017, document JCTVC-R0165, 2014.
“High Efficiency Video Coding” Series H: Audiovisual and Multimedia Systems: Infrastructure of Audiovisual Services—Coding of Moving Video, ITU-T, H.265, 2018.
Hsiao et al. “CE4.2.8: Merge Mode Enhancement,” Joint Video Experts Team (JVET of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 11th Meeting: Ljubljana, SI, Jul. 10-18, 2018, document JVET-K0245, 2018.
H.265/HEVC, https://www.itu.int/rec/T-REC-H.265, Apr. 29, 2022.
Li et al. “Affine Deformation Model Based Intra Block Copy for Intra Frame Coding,” 2020, Institute of Information and Communication Engineering, Zhejiang University.
Li et al. “Multi-Type-Tree.” Joint Video Exploration Team (JVET), of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 4th Meeting: Chengdu, CN, Oct. 15-21, 2016, document JVET-D0117rl, 2016.
Li et al. “Non-CE4: Harmonization between HMVP and Gbi,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 13th Meeting: Marrakech, MA, Jan. 9-18, 2019, document JVET-M0264, 2019.
Li et al. “Adaptive Motion Vector Resolution for Screen Content,” Joint Collaborative Team on Video Coding (JCT-VC) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 19th Meeting, Strasbourg, FR, Oct. 17-24, 2014, document JCTVC-S0085, 2014.
Li et al. “Combining Directional Intra Prediction and Intra Block Copy with Block Partitioning for HEVC,” 2016 IEEE International Conference on Image Processing (ICIP), Phoenix, AZ, USA, 2016, pp. 524-528.
Luthra et al. “Overview of the H.264/AVC Video Coding Standard,” Proc. SPIE, 5203, Applications of Digital Image Processing, Nov. 19, 2003, Optical Science and Technology, SPIE 48th annutal Meeting, San Diego, CA, US, 2003.
Su et al. “CE4.4.1: Generalized Bi-Prediction for Intercoding,” Joint Video Exploration Team of ISO/IEC JTC 1/SC 29/WG 11 and ITU-T SG 16, Ljubljana, Jul. 11-18, 2018, document No. JVET-K0248, 2018.
Sullivan et al. “Overview of the High Efficiency Video Coding (HEVC) Standard,” IEEE Transactions on Circuits and Systems for Video Technology, Dec. 2012, 22(12):1649-1668.
Sullivan et al. “Meeting Report of the 18th Meeting of the Joint Collaborative Team on Video Coding (JCT-VC), Sapporo, JP, Jun. 30-Jul. 9, 2014”, Joint Collaborative Team on Video Coding (JCT-VC) of ITU-T SG16 WP3 and ISO/IEC JTC1/SC29/WG11, 18th Meeting: Sapporo, JP, Jun. 30-Jul. 9, 2014, JCTVC-R_Notes_d, 2014.
Toma et al. “Description of SDR Video Coding Technology Proposal by Panasonic,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 10th Meetingmm San Diego, US, Apr. 10-20, 2018, document JVET-J0020, 2018.
Van Der Auwera et al. “Description of Core Experiment 3: Intra Prediction and Mode Coding,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 10th Meeting, San Diego, USA, Apr. 10-20, 2018. document JVET-J1023, 2018.
Xu et al. “Intra Block Copy in HEVC Screen Content Coding Extensions,” IEEE Journal on Emerging and Selected Topics in Circuits and Systems, Dec. 2016, 6(4):409-419.
Xu et al. “CE8-Related Combination Test of JVET-N0176/JVET-N0317/JVET-N0382 on Simplification of IBC Vector Prediction,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 14th Meeting, Geneva, CH, Mar. 19-27, 2019, document JVET-N0843, 2019.
Yang et al. “Description of Core Experiment 4 (CE4): Inter Prediction and Motion Vector Coding,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 11th Meeting, Ljubljana, SI, Jul. 10-18, 2018, document JVET-K1024, 2018.
Zhang et al. “Rotate Intra Block Copy for Still Image Coding,” 2015 IEEE International Conference on Image Processing (ICIP), IEEE, Sep. 27, 2015, pp. 4102-4106.
Zhang et al. “CE4-related: History-based Motion Vector Prediction”, Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 11th Meeting, Ljubljana, SI, 10-18 (Jul. 2018), Document JVET-K0104, 2018.
Zhang et al. “CE4.2.14: Planar Motion Vector Prediction,” Joint Video Experts Team (JVET) of ITU-T SG 16 and WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 11th Meeting: Ljubljaba, SI, Jul. 10-18, 2018, document JVET-K0135, 2018.
Zhang et al. “BoG Report on CE4 Related Contributions,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 13th Meeting: Marrakech, MA, Jan. 9-18, 2019, document JVET-M0843, 2019.
Zhang et al. “On Adaptive Motion Vector Resolution,” Joint Collaborative Team on Video Coding (JCT-VC) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 20th Meeting, Geneva, CH, Feb. 10-18, 2015, document JCTVC-T0059, 2015.
Zou et al. “Improved Affine Motion Prediction,” Joint Video Exploration Team (JVET) of ITU-T SG 16 WP3 and ISO/IEC JTC 1/SC 29/WG 11, 3rd Meeting, Geneva, CH, May 26-Jun. 1, 2016, document JVET-C0062, 2016.
Zhou et al. “Spatial-Temporal Merge Mode (Non Subblock STMVP),” Joint Video Exploration Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 11th Meeting: Ljubljana, SI, Jul. 10-18, 2018, document JVET-K0532, and JVET-K0161, 2018.
Hsiao et al. “CE4.4.12: Pairwise Average Candidates,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 12th Meeting, Macao, CN, Oct. 3-12, 2018, document JVET-L0090, 2019.
Hsu et al. “Description of SDR Video Coding Technology Proposal by MediaTek,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 10th Meeting, San Diego, US, Apr. 10-20, 2018, document JVET-J0018, 2018.
Lee et al. “Unified Condition for Affine Merge and Affine Inter Mode,” Joint Video Exploration Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 5th Meeting, Geneva, CH, Jan. 12-20, 2017, JVET-E0039, 2017.
Liao et al. “CE10.1.b: Triangular Prediction Unit Mode,” Joint Video Exploration Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 12th Meeting, Macao, CN, Oct. 3-12, 2018, document JVET-L0124. 2018.
Zhang et al. “CE4-Related: Simplified Affine Prediction,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 11th Meeting, Ljubljana, SI, Jul. 10-18, 2018, document JVET-K0103. 2018.
Zhang et al. “CE4: Affine Prediction with 4x4 Sub-blocks for Chroma Components (Test 4.1.16),” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 12th Meeting, Macao, CN, Oct. 3-12, 2018, document JVET-L0265, 2018.
Zhang et al. “CE3-Related: Modified Chroma Derived Mode,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 12th Meeting, Macao, CN, Oct. 3-12, 2018, document JVET-L0272, 2018.
Zhang et al. “Adaptive Motion Vector Resolution Rounding Align,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 2/WG 11, 12th Meeting, Macao, CN, Oct. 3-12, 2018, document JVET-L0377, 2018.
Huang, Wanzhang, “Research on Side Information Generation of Distributed Video Coding,” South China University of Technology, Guangzhou, China, 2012.
Jang et al. “Non-CE8: Modification on SbTMVP Process Regarding with CPR,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP3 and ISO/IEC JTC 1/SC 29/WG 11, 13th Meeting, Marrakech, MA, Jan. 9-18, 2019, document JVET-M0335, 2019.
Lai et al. “CE8-Related: Clarification on Interaction Between CPR and other Inter Coding Tools,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 13th Meeting, Marrakech, MA, Jan. 9-18, 2019, document JVET-M0175, 2019.
Xu et al. “Non-CE8: Mismatch Between Text Specification and Reference Software on ATMVP Candidate Derivation When CPR is Enabled,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 29/WG 11, 13th Meeting, Marrakech, MA, Jan. 9-18, 2019, document JVET-M0409, 2019.
Zhao et al. “Intra Mini-Block Copy Algorithm for Screen Content Coding,” Journal of Computer Applications, 2016, 36(7): 1938-1943. (cited in CN201910487926.0 OA mailed Feb. 18, 2022).
Document: JVET-M0483, Chien, W.J., et al., “CE8-related: CPR mode signaling and interaction with inter coding tools,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 13th Meeting: Marrakech, MA, Jan. 9-18, 2019, 6 pages.
Document: JVET-M0483-r2, Chien, W-J., et al., “CE8-related: CPR mode signaling and interaction with inter coding tools,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 13th Meeting: Marrakech, MA, Jan. 9-18, 2019, 7 pages.
Chinese Office Action from Chinese Patent Application No. 202210923862.6 dated Apr. 28, 2024, 9 pages.
Non-Final Office Action from U.S. Appl. No. 18/484,912 dated May 8, 2024, 61 pages.
Chinese Office Action from Chinese Patent Application No. 202210483116.X dated May 29, 2024, 17 pages.
Japanese Office Action from Japanese Patent Application No. 2023-171770 dated Jun. 18, 2024, 10 pages.
Related Publications (1)
Number Date Country
20240114154 A1 Apr 2024 US
Continuations (3)
Number Date Country
Parent 17732849 Apr 2022 US
Child 18528017 US
Parent 17071357 Oct 2020 US
Child 17732849 US
Parent PCT/IB2019/055246 Jun 2019 WO
Child 17071357 US