This patent document relates to image and video coding and decoding.
Digital video accounts for the largest bandwidth use on the internet and other digital communication networks. As the number of connected user devices capable of receiving and displaying video increases, it is expected that the bandwidth demand for digital video usage will continue to grow.
The present document discloses system, methods and devices for video encoding and decoding that include an adaptive colour transform (ACT).
In one example aspect, a method of video processing is disclosed. The method includes performing a conversion between a current video block of a video and a bitstream of the video, wherein the current video block is coded using an adaptive colour transform (ACT) mode, wherein the conversion comprises applying an inverse ACT transform on the current video block according to a rule, and wherein the rule specifies that a clipping operation, based on a bit depth of the current video block, is applied to an input of the inverse ACT transform.
In another example aspect, a method of video processing is disclosed. The method includes performing a conversion between a video comprising a current video block and a bitstream of the video, wherein, during the conversion, a weighted prediction of the current video block is determined using weights, and wherein the weights are signaled in the bitstream as information indictive of a difference between a number of the weights and a threshold K, where K is an integer.
In yet another example aspect, a video encoder apparatus is disclosed. The video encoder comprises a processor configured to implement the above-described methods.
In yet another example aspect, a video decoder apparatus is disclosed. The video decoder comprises a processor configured to implement the above-described methods.
In yet another example aspect, a non-transitory computer readable medium having code stored thereon is disclose. The code embodies one of the methods described herein in the form of processor-executable code.
These, and other, features are described throughout the present document.
Section headings are used in the present document for ease of understanding and do not limit the applicability of techniques and embodiments disclosed in each section only to that section. Furthermore, H.266 terminology is used in some description only for ease of understanding and not for limiting scope of the disclosed techniques. As such, the techniques described herein are applicable to other video codec protocols and designs also.
This patent document is related to image/video coding technologies. Specifically, it is related to adaptive colour transform in image/video coding. It may be applied to the standard under development, e.g. Versatile Video Coding (VVC). It may be also applicable to future video coding standards or video codec.
Video coding standards have evolved primarily through the development of the well-known International Telecommunication Union (ITU) Telecommunication Standardization Sector (ITU-T) and International Organization for Standardization (ISO)/International Electrotechnical Commission (IEC) standards. The ITU-T produced H.261 and H.263, ISO/IEC produced MPEG-1 and MPEG-4 Visual, and the two organizations jointly produced the H.262/MPEG-2 Video and H.264/MPEG-4 Advanced Video Coding (AVC) and H.265/HEVC standards. Since H.262, the video coding standards are based on the hybrid video coding structure wherein temporal prediction plus transform coding are utilized. To explore the future video coding technologies beyond HEVC, Joint Video Exploration Team (JVET) was founded by video coding experts group (VCEG) and moving pictures experts group (MPEG) jointly in 2015. Since then, many new methods have been adopted by JVET and put into the reference software named Joint Exploration Model (JEM). In April 2018, the Joint Video Expert Team (JVET) between VCEG (Q6/16) and ISO/IEC JTC1 SC29/WG11 (MPEG) was created to work on the VVC standard targeting at 50% bitrate reduction compared to HEVC.
The latest version of VVC draft, i.e., Versatile Video Coding (Draft 7) could be found at: http://phenix.it-sudparis.eu/jvet/doc_end_user/documents/16_Geneva/wg11/JVET-P2001-v14.zip
The latest reference software of VVC, named VVC Test Model (VTM), could be found at: https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/tags/VTM-7.0.
The Adaptive Colour Transform (ACT) was adopted into the HEVC Screen Content Coding (SCC) test model 2 at the 18th JCT-VC meeting (Jun. 30 to Jul. 9, 2014, Sapporo, Japan). ACT performs in-loop colour space conversion in the prediction residual domain using colour transform matrices based on the YCoCg and YCoCg-R colour spaces. ACT is turned on or off adaptively at the CU level using the flag cu_residual_act_flag. ACT can be combined with Cross Component Prediction (CCP), which is another inter component de-correlation method already supported in HEVC. When both are enabled, ACT is performed after CCP at the decoder, as shown in
The colour space conversion in ACT is based on the YCoCg-R transform. Both lossy coding and lossless coding (cu_transquant_bypass_flag=0 or 1) use the same inverse transform, but an additional 1-bit left shift is applied to the Co and Cg components in the case of lossy coding. Specifically, the following colour space transforms are used for forward and backward conversion for lossy and lossless coding:
Forward Transform for Lossy Coding (Non-Normative):
Forward Transform for Lossless Coding (Non-Normative):
Co=R−B
t=B+(Co>>1)
Cg=(G−t)
Y=t+(Cg>>1)
Backward Transform (Normative):
The forward colour transform is not normalized, with its norm being roughly equal to √{square root over (6)}/4 for Y and Cg and equal to √{square root over (2)}/2 for Co. In order to compensate for the non-normalized nature of the forward transform, delta QPs of (−5, −3, −5) are applied to (Y, Co, Cg), respectively. In other words, for a given “normal” QP for the CU, if ACT is turned on, then the quantization parameter is set equal to (QP−5, QP−3, QP−5) for (Y, Co, Cg), respectively. The adjusted quantization parameter only affects the quantization and inverse quantization of the residuals in the CU. For deblocking, the “normal” QP value is still used. Clipping to 0 is applied to the adjusted QP values to ensure that they will not become negative. Note that this QP adjustment is only applicable to lossy coding, as quantization is not performed in lossless coding (cu_transquant_bypass_flag=1). In SCM 4, PPS/slice-level signaling of additional QP offset values is introduced. These QP offset values may be used instead of (−5, −3, −5) for CUs when adaptive colour transform is applied.
When the input bit-depths of the colour components are different, appropriate left shifts are applied to align the sample bit-depths to the maximal bit-depth during ACT, and appropriate right shifts are applied to restore the original sample bit-depths after ACT.
In the VVC, unless the maximum transform size is smaller than the width or height of one coding unit (CU), one CU leaf node is also used as the unit of transform processing. Therefore, in the proposed implementation, the ACT flag is signaled for one CU to select the colour space for coding its residuals. Additionally, following the HEVC ACT design, for inter and IBC CUs, the ACT is only enabled when there is at least one non-zero coefficient in the CU. For intra CUs, the ACT is only enabled when chroma components select the same intra prediction mode of luma component, i.e., derived mode (DM).
The core transforms used for the colour space conversions are kept the same as that used for the HEVC. Additionally, same with the ACT design in HEVC, to compensate the dynamic range change of residuals signals before and after colour transform, the QP adjustments of (−5, −5, −3) are applied to the transform residuals.
On the other hand, the forward and inverse colour transforms may access the residuals of all three components. Correspondingly, in the proposed implementation, the ACT may be disabled in the following two scenarios where not all residuals of three components are available.
The texts of a coding unit in the VVC draft are shown as below.
cu_act_enabled_flag equal to 1 specifies that the residuals of the current coding unit are coded in YCgCo colour space. cu_act_enabled_flag equal to 0 specifies that the residuals of the current coding unit are coded in original colour space. When cu_act_enabled_flag is not present, it is inferred to be equal to 0.
As in HEVC, the residual of a block can be coded with transform skip mode which completely skips the transform process for a block. In addition, for transform skip blocks, a minimum allowed Quantization Parameter (QP) signaled in SPS is used, which is set equal to 6*(internalBitDepth−inputBitDepth)+4 in VTM7.0.
In JVET-M0413, a block-based Delta Pulse Code Modulation (BDPCM) is proposed to code screen contents efficiently and then adopted into VVC.
The prediction directions used in BDPCM can be vertical and horizontal prediction modes. The intra prediction is done on the entire block by sample copying in prediction direction (horizontal or vertical prediction) similar to intra prediction. The residual is quantized and the delta between the quantized residual and its predictor (horizontal or vertical) quantized value is coded. This can be described by the following: For a block of size M (rows)×N (cols), let ri,j, 0≤i≤M−1, 0≤j≤N−1 be the prediction residual after performing intra prediction horizontally (copying left neighbor pixel value across the predicted block line by line) or vertically (copying top neighbor line to each line in the predicted block) using unfiltered samples from above or left block boundary samples. Let Q(ri,j), 0≤i≤M−1, 0≤j≤N−1 denote the quantized version of the residual ri,j, where residual is difference between original block and the predicted block values. Then the block DPCM is applied to the quantized residual samples, resulting in modified M×N array {tilde over (R)} with elements {tilde over (r)}i,j. When vertical BDPCM is signaled:
For horizontal prediction, similar rules apply, and the residual quantized samples are obtained by
The residual quantized samples {tilde over (r)}i,j are sent to the decoder.
On the decoder side, the above calculations are reversed to produce Q(ri,j), 0≤i≤M−1, 0≤j≤N−1.
For vertical prediction case,
Q(ri,j)=Σk=0i{tilde over (r)}k,j,0≤i≤(M−1),0≤j≤(N−1).
For horizontal case,
Q(ri,j)=Σk=0j{tilde over (r)}i,k,0≤i≤(M−1),0≤j≤(N−1).
The inverse quantized residuals, Q−1(Q(ri,j)), are added to the intra block prediction values to produce the reconstructed sample values.
The main benefit of this scheme is that the inverse BDPCM can be done on the fly during coefficient parsing simply adding the predictor as the coefficients are parsed or it can be performed after parsing.
In VTM7.0, the BDPCM also can be applied on chroma blocks and the chroma BDPCM has a separate flag and BDPCM direction from the luma BDPCM mode.
The texts related to scaling process for transform coefficients in JVET-P2001-vE is given as follows.
Inputs to this process are:
Output of this process is the (nTbW)×(nTbH) array d of scaled transform coefficients with elements d[x][y].
The quantization parameter qP is derived as follows:
The quantization parameter qP is modified and the variables rectNonTsFlag and bdShift are derived as follows:
The variable bdOffset is derived as follows:
bdOffset=(1<<bdShift)>>1 (1139)
The list levelScale[ ][ ] is specified as levelScale[j][k]={{40, 45, 51, 57, 64, 72}, {57, 64, 72, 80, 90, 102}} with j=0 . . . 1, k=0 . . . 5.
The (nTbW)×(nTbH) array dz is set equal to the (nTbW)×(nTbH) array TransCoeffLevel[xTbY][yTbY][cIdx].
For the derivation of the scaled transform coefficients d[x][y] with x=0 . . . nTbW−1, y=0 . . . nTbH−1, the following applies:
The basic idea behind a palette mode is that the pixels in the CU are represented by a small set of representative colour values. This set is referred to as the palette. And it is also possible to indicate a sample that is outside the palette by signaling an escape symbol followed by (possibly quantized) component values. This kind of pixel is called escape pixel. The palette mode is illustrated in
For coding of the palette entries, a palette predictor is maintained. The maximum size of the palette as well as the palette predictor is signaled in the SPS. In HEVC-SCC, a palette_predictor_initializer_present_flag is introduced in the PPS. When this flag is 1, entries for initializing the palette predictor are signaled in the bitstream. The palette predictor is initialized at the beginning of each CTU row, each slice and each tile. Depending on the value of the palette_predictor_initializer_present_flag, the palette predictor is reset to 0 or initialized using the palette predictor initializer entries signaled in the PPS. In HEVC-SCC, a palette predictor initializer of size 0 was enabled to allow explicit disabling of the palette predictor initialization at the PPS level.
For each entry in the palette predictor, a reuse flag is signaled to indicate whether it is part of the current palette. This is illustrated in
The palette indices are coded using horizontal and vertical traverse scans as shown in
The palette indices are coded using two palette sample modes: ‘COPY_LEFT’ and ‘COPY_ABOVE’. In the ‘COPY_LEFT’ mode, the palette index is assigned to a decoded index. In the ‘COPY_ABOVE’ mode, the palette index of the sample in the row above is copied. For both “COPY_LEFT’ and ‘COPY_ABOVE’ modes, a run value is signaled which specifies the number of subsequent samples that are also coded using the same mode.
In the palette mode, the value of an index for the escape symbol is the number of palette entries. And, when escape symbol is part of the run in ‘COPY_LEFT’ or ‘COPY_ABOVE’ mode, the escape component values are signaled for each escape symbol. The coding of palette indices is illustrated in
This syntax order is accomplished as follows. First the number of index values for the CU is signaled. This is followed by signaling of the actual index values for the entire CU using truncated binary coding. Both the number of indices as well as the index values are coded in bypass mode. This groups the index-related bypass bins together. Then the palette sample mode (if necessary) and run are signaled in an interleaved manner. Finally, the component escape values corresponding to the escape symbols for the entire CU are grouped together and coded in bypass mode. The binarization of escape symbols is EG coding with 3rd order, i.e., EG-3.
An additional syntax element, last_run_type_flag, is signaled after signaling the index values. This syntax element, in conjunction with the number of indices, eliminates the need to signal the run value corresponding to the last run in the block.
In HEVC-SCC, the palette mode is also enabled for 4:2:2, 4:2:0, and monochrome chroma formats. The signaling of the palette entries and palette indices is almost identical for all the chroma formats. In case of non-monochrome formats, each palette entry consists of 3 components. For the monochrome format, each palette entry consists of a single component. For subsampled chroma directions, the chroma samples are associated with luma sample indices that are divisible by 2. After reconstructing the palette indices for the CU, if a sample has only a single component associated with it, only the first component of the palette entry is used. The only difference in signaling is for the escape component values. For each escape symbol, the number of escape component values signaled may be different depending on the number of components associated with that symbol.
In VVC, the dual tree coding structure is used on coding the intra slices, so the luma component and two chroma components may have different palette and palette indices. In addition, the two chroma component shares same palette and palette indices.
Line based CG palette mode was adopted to VVC. In this method, each CU of palette mode is divided into multiple segments of m samples (m=16 in this test) based on the traverse scan mode. The encoding order for palette run coding in each segment is as follows: For each pixel, 1 context coded bin run_copy_flag=0 is signaled indicating if the pixel is of the same mode as the previous pixel, i.e., if the previous scanned pixel and the current pixel are both of run type COPY_ABOVE or if the previous scanned pixel and the current pixel are both of run type INDEX and the same index value. Otherwise, run_copy_flag=1 is signaled. If the pixel and the previous pixel are of different mode, one context coded bin copy_above_palette_indices_flag is signaled indicating the run type, i.e., INDEX or COPY_ABOVE, of the pixel. Same as the palette mode in VTM6.0, decoder does not have to parse run type if the sample is in the first row (horizontal traverse scan) or in the first column (vertical traverse scan) since the INDEX mode is used by default. Also, the decoder does not have to parse run type if the previously parsed run type is COPY_ABOVE. After palette run coding of pixels in one segment, the index values (for INDEX mode) and quantized escape colours are bypass coded and grouped apart from encoding/parsing of context coded bins to improve throughput within each line CG. Since the index value is now coded/parsed after run coding, instead of processed before palette run coding as in VTM, encoder doesn't have to signal the number of index values num_palette_indices_minus1 and the last run type copy_above_indices_for_final_run_flag.
In this section, the newly added texts are highlight by bold italicized underlined text. The deleted texts are marked by italicized text.
The following text regarding picture parameter set, picture header and slice header are from the latest status of VVC HLS design with a few aspects different from JVET-P2001_vE, including the following two aspects:
constant_slice_header_params_enabled_flag
if( constant_slice_header_params_enabled_flag ) {
pps_dep_quant_enabled_idc
u(2)
for( i = 0; i < 2; i++ )
pps_ref_pic_list_sps_idc[ i ]
u(2)
pps_mvd_l1_zero_idc
u(2)
pps_collocated_from_l0_idc
u(2)
pps_six_minus_max_num_merge_cand_plus1
ue(v)
pps_max_num_merge_cand_minus_max_num_triangle_
ue(v)
cand_plus1
}
7.3.2.6 Picture Header RBSP Syntax
7.3.2.7 Picture Header Structure Syntax
7.3.7.2 Weighted Prediction Parameters Syntax
When a picture consists of more than one video coding layer (VCL) network abstraction layer (NAL) unit, a picture header (PH) NAL unit may be present in the prediction unit (PU).
If a PH NAL unit is present in a prediction unit (PU), the first VCL NAL unit of a picture may be the first VCL NAL unit that follows the PH NAL unit in decoding order of the picture. Otherwise (a PH NAL unit may not be present in the PU), the first VCL NAL unit of a picture may be the only VCL NAL unit of the picture.
In JVET-Q0513, a clipping issue is raised that after inverse ACT, the residual may exceed 16-bit dynamic range. A solution is to clip the input of inverse ACT according to the range of [−(1<<BitDepth), (1<<BitDepth)−1].
However, when YCgCo-R colour space is used, e.g., described in JVET-Q0820-v3, the dynamic range of Co and Cg is enlarged by 2-time and might exceed the range of [−(1<<BitDepth), (1<<BitDepth)−1].
1. the ACT and luma BDPCM modes can be enabled for one block. However, the chroma BDPCM mode may always be disabled on blocks coded with ACT mode. Therefore, the prediction signal may be derived differently for luma and chroma blocks in the same coding unit, which may be less efficient.
2. The quantization parameter (QP) of a block may become a minus number when ACT is enabled.
3. Some designs of ACT may not support lossless coding.
4. The signaling of usage of ACT may not be block size dependent.
5. The maximal palette size and the maximal predictor size are fixed numbers, which may limit the flexibility of palette mode.
6. Escape samples employs Exponential-Golomb (EG) with 3th order as the binarization method, but the binarization for escape samples is not dependent on Quantization Parameter (QP).
7. Due to that when reference picture list (RPL) is signaling in the Picture header (PH), the number of active entries for each slice is still signaled in the slice header, the signaling of collocated is suboptimal, and the signaling of the weighted prediction (WP) table is broken.
8. For YCgCo-R colour space, the range of [−(1<<BitDepth), (1<<BitDepth)−1] may not be large enough to accommodate residuals.
The technical solutions described below should be considered as examples to explain general concepts. These technical solutions should not be interpreted in a narrow way. Furthermore, these technical solutions can be combined in any manner.
In the following description, the term ‘block’ may represent a video region, such as a coding unit (CU), a prediction unit (PU), and/or a transform unit (TU), which may contain samples in three colour components. The term BDPCM′ is not limited to the design in VVC, but it may present the technologies that coding residuals using different prediction signal generation methods.
In the following description, a video block coded using a joint coding of chroma residuals (JCCR) mode includes signaling only one chroma residual block (e.g., the Cb residual block), and the other chroma residual block (e.g., the Cr residual block) is derived based on the signaled chroma residual block and one or more flags (e.g., at the transform unit level) indicating a specific JCCR mode. As described, the JCCR mode leverages the correlation between the Cb residual and the Cr residual to improve coding efficiency.
Interaction Between ACT and BDPCM (Items 1-4)
To be as follows (i.e., the same as in JVET-Q0041-v2):
The embodiments are based on JVET-P2001-vE. The newly added texts are highlight by The deleted texts are marked by italicized text.
This embodiment is related to the interaction between ACT and BDPCM modes.
)
This embodiment is related to the interaction between ACT and BDPCM modes.
intra_bdpcm_chroma_flag equal to 1 specifies that BDPCM is applied to the current chroma coding blocks at the location (x0, y0), i.e. the transform is skipped, the intra chroma prediction mode is specified by intra_bdpcm_chroma_dir_flag. intra_bdpcm_chroma_flag equal to 0 specifies that BDPCM is not applied to the current chroma coding blocks at the location (x0, y0).
When intra_bdpcm_chroma_flag is not present , it is inferred to be equal to 0.
The variable BdpcmFlag[x][y][cIdx] is set equal to intra_bdpcm_chroma_flag for x=x0 . . . x0+cbWidth−1, y=y0 . . . y0+cbHeight−1 and cIdx=1 . . . 2.
intra_bdpcm_chroma_dir_flag equal to 0 specifies that the BDPCM prediction direction is horizontal. intra_bdpcm_chroma_dir_flag equal to 1 specifies that the BDPCM prediction direction is vertical.
The variable BdpcmDir[x][y][cIdx] is set equal to intra_bdpcm_chroma_dir_flag for x=x0 . . . x0+cbWidth−1, y=y0 . . . y0+cbHeight−1 and cIdx=1 . . . 2.
This embodiment is related to the QP setting.
8.7.3 Scaling Process for Transform Coefficients
Inputs to this process are:
Output of this process is the (nTbW)×(nTbH) array d of scaled transform coefficients with elements d[x][y].
. . .
The quantization parameter qP is modified and the variables rectNonTsFlag and bdShift are derived as follows:
8.7.1 Derivation Process for Quantization Parameters
. . .
7.3.9.5 Coding Unit Syntax
K0 and K1 are set equal to 32.
7.3.9.5 Coding Unit Syntax
)
)
8.7.3 Scaling Process for Transform Coefficients
8.7.3 Scaling Process for Transform Coefficients
7.4.3.4 Picture Parameter Set RBSP Semantics
8.7.3 Scaling Process for Transform Coefficients
7.4.3.4 Picture Parameter Set RBSP Semantics
8.7.3 Scaling Process for Transform Coefficients
Syntax Change in PPS:
Syntax Change in Slice Header:
pps_act_y_qp_offset, pps_act_cb_qp_offset, pps_act_cr_qp_offset and pps_act_cbcr_qp_offset specify the offsets to quantization parameter Qp′Y, Qp′Cb, Qp′Cr and Qp′CbCr, respectively, when cu_act_enabled_flag is 1. The values of pps_act_y_qp_offset, pps_act_cb_qp_offset and pps_act_cr_qp_offset may be in the range of −12 to +12, inclusive. When not present, the values of pps_act_y_qp_offset, pps_act_cb_qp_offset and pps_act_cr_qp_offset are inferred to be equal to 0.
pps_slice_act_qp_offsets_present_flag equal to 1 specifies that slice_act_y_qp_offset, slice_act_cb_qp_offset, slice_act_cr_qp_offset, slice_act_cbcr_qp_offset are present in the slice header. pps_slice_act_qp_offsets_present_flag equal to 0 specifies that slice_act_y_qp_offset, slice_act_cb_qp_offset, slice_act_cr_qp_offset, slice_act_cbcr_qp_offset are not present in the slice header. When not present, the value of pps_slice_act_qp_offsets_present_flag is inferred to be equal to 0.
slice_act_y_qp_offset, slice_act_cb_qp_offset, slice_act_cr_qp_offset and slice_act_cbcr_qp_offset specify the offsets when determining the value of the Qp′Y, Qp′Cb, Qp′Cr and Qp′CbCr quantization parameter. The values of slice_act_y_qp_offset, slice_act_cb_qp_offset, slice_act_cr_qp_offset and slice_act_cbcr_qp_offset may be in the range of −12 to +12, inclusive. When not present, the values are inferred to be equal to 0.
8.7.1 Derivation Process for Quantization Parameters
. . .
The variable QpY is derived as follows:
QpY=((qPY_PRED+CuQpDeltaVal++64+2*QpBdOffset)%(64+QpBdOffset))−QpBdOffset (1116)
The luma quantization parameter Qp′Y is derived as follows:
Qp′Y=QpY+QpBdOffset (1117)
When ChromaArrayType is not equal to 0 and treeType is equal to SINGLE_TREE or DUAL_TREE_CHROMA, the following applies:
Syntax Change in PPS:
Syntax Change in Slice Header:
pps_act_y_qp_offset, pps_act_cb_qp_offset, pps_act_cr_qp_offset and pps_act_cbcr_qp_offset specify the offsets to quantization parameter Qp′Y, Qp′Cb, Qp′Cr and Qp′CbCr, respectively, when cu_act_enabled_flag is 1. The values of pps_act_y_qp_offset, pps_act_cb_qp_offset and pps_act_cr_qp_offset may be in the range of −12 to +12, inclusive. When not present, the values of pps_act_y_qp_offset, pps_act_cb_qp_offset and pps_act_cr_qp_offset are inferred to be equal to 0.
pps_slice_act_qp_offsets_present_flag equal to 1 specifies that slice_act_y_qp_offset, slice_act_cb_qp_offset, slice_act_cr_qp_offset, slice_act_cbcr_qp_offset are present in the slice header. pps_slice_act_qp_offsets_present_flag equal to 0 specifies that slice_act_y_qp_offset, slice_act_cb_qp_offset, slice_act_cr_qp_offset, slice_act_cbcr_qp_offset are not present in the slice header. When not present, the value of pps_slice_act_qp_offsets_present_flag is inferred to be equal to 0.
slice_act_y_qp_offset, slice_act_cb_qp_offset, slice_act_cr_qp_offset and slice_act_cbcr_qp_offset specify the offsets when determining the value of the Qp′Y, Qp′Cb, Qp′Cr and Qp′CbCr quantization parameter. The values of slice_act_y_qp_offset, slice_act_cb_qp_offset, slice_act_cr_qp_offset and slice_act_cbcr_qp_offset may be in the range of −12 to +12, inclusive. When not present, the values are inferred to be equal to 0.
8.7.1 Derivation Process for Quantization Parameters
. . .
8.7.4.6 Residual Modification Process for Blocks Using Colour Space Conversion
. . .
The (nTbW)×(nTbH) arrays of residual samples rY, rCb and rCr are modified as follows:
tmp=rY[x][y]−rCb[x][y]>> (1191)
rY[x][y]=rY[x][y]+rCb[x][y] (1192)
rCb[x][y]=tmp−rCr[x][y]>> (1193)
rCr[x][y]±=tmp+−rCr[x][y] (1194)
8.7.4.6 Residual Modification Process for Blocks Using Colour Space Conversion
. . .
The (nTbW)×(nTbH) arrays of residual samples rY, rCb and rCr are modified as follows:
tmp=rY[x][y]−rCb[x][y]>> (1191)
rY[x][y]=rY[x][y]+rCb[x][y] (1192)
rCb[x][y]=tmp−rCr[x][y]>> (1193)
8.7.4.6 Residual Modification Process for Blocks Using Colour Space Conversion
. . .
The (nTbW)×(nTbH) arrays of residual samples rY, rCb and rCr are modified as follows:
tmp=rY[x][y]−rCb[x][y]>> (1191)
rY[x][y]=rY[x][y]+rCb[x][y] (1192)
rCb[x][y]=tmp−rCr[x][y]>> (1193)
The system 700 may include a coding component 704 that may implement the various coding or encoding methods described in the present document. The coding component 704 may reduce the average bitrate of video from the input 702 to the output of the coding component 704 to produce a coded representation of the video. The coding techniques are therefore sometimes called video compression or video transcoding techniques. The output of the coding component 704 may be either stored, or transmitted via a communication connected, as represented by the component 706. The stored or communicated bitstream (or coded) representation of the video received at the input 702 may be used by the component 708 for generating pixel values or displayable video that is sent to a display interface 710. The process of generating user-viewable video from the bitstream representation is sometimes called video decompression. Furthermore, while certain video processing operations are referred to as “coding” operations or tools, it will be appreciated that the coding tools or operations are used at an encoder and corresponding decoding tools or operations that reverse the results of the coding will be performed by a decoder.
Examples of a peripheral bus interface or a display interface may include universal serial bus (USB) or high definition multimedia interface (HDMI) or Displayport, and so on. Examples of storage interfaces include serial advanced technology attachment (SATA), peripheral component interconnect (PCI), integrated drive electronics (IDE) interface, and the like. The techniques described in the present document may be embodied in various electronic devices such as mobile phones, laptops, smartphones or other devices that are capable of performing digital data processing and/or video display.
Video source 112 may include a source such as a video capture device, an interface to receive video data from a video content provider, and/or a computer graphics system for generating video data, or a combination of such sources. The video data may comprise one or more pictures. Video encoder 114 encodes the video data from video source 112 to generate a bitstream. The bitstream may include a sequence of bits that form a coded representation of the video data. The bitstream may include coded pictures and associated data. The coded picture is a coded representation of a picture. The associated data may include sequence parameter sets, picture parameter sets, and other syntax structures. I/O interface 116 may include a modulator/demodulator (modem) and/or a transmitter. The encoded video data may be transmitted directly to destination device 120 via I/O interface 116 through network 130a. The encoded video data may also be stored onto a storage medium/server 130b for access by destination device 120.
Destination device 120 may include an I/O interface 126, a video decoder 124, and a display device 122.
I/O interface 126 may include a receiver and/or a modem. I/O interface 126 may acquire encoded video data from the source device 110 or the storage medium/server 130b. Video decoder 124 may decode the encoded video data. Display device 122 may display the decoded video data to a user. Display device 122 may be integrated with the destination device 120, or may be external to destination device 120 which be configured to interface with an external display device.
Video encoder 114 and video decoder 124 may operate according to a video compression standard, such as the High Efficiency Video Coding (HEVC) standard, Versatile Video Coding (VVM) standard and other current and/or further standards.
Video encoder 200 may be configured to perform any or all of the techniques of this disclosure. In the example of
The functional components of video encoder 200 may include a partition unit 201, a predication unit 202 which may include a mode select unit 203, a motion estimation unit 204, a motion compensation unit 205, an intra prediction unit 206, a residual generation unit 207, a transform unit 208, a quantization unit 209, an inverse quantization unit 210, an inverse transform unit 211, a reconstruction unit 212, a buffer 213, and an entropy encoding unit 214.
In other examples, video encoder 200 may include more, fewer, or different functional components. In an example, predication unit 202 may include an intra block copy (IBC) unit. The IBC unit may perform predication in an IBC mode in which at least one reference picture is a picture where the current video block is located.
Furthermore, some components, such as motion estimation unit 204 and motion compensation unit 205 may be highly integrated, but are represented in the example of
Partition unit 201 may partition a picture into one or more video blocks. Video encoder 200 and video decoder 300 may support various video block sizes.
Mode select unit 203 may select one of the coding modes, intra or inter, e.g., based on error results, and provide the resulting intra- or inter-coded block to a residual generation unit 207 to generate residual block data and to a reconstruction unit 212 to reconstruct the encoded block for use as a reference picture. In some example, Mode select unit 203 may select a combination of intra and inter predication (CIIP) mode in which the predication is based on an inter predication signal and an intra predication signal. Mode select unit 203 may also select a resolution for a motion vector (e.g., a sub-pixel or integer pixel precision) for the block in the case of inter-predication.
To perform inter prediction on a current video block, motion estimation unit 204 may generate motion information for the current video block by comparing one or more reference frames from buffer 213 to the current video block. Motion compensation unit 205 may determine a predicted video block for the current video block based on the motion information and decoded samples of pictures from buffer 213 other than the picture associated with the current video block.
Motion estimation unit 204 and motion compensation unit 205 may perform different operations for a current video block, for example, depending on whether the current video block is in an I slice, a P slice, or a B slice.
In some examples, motion estimation unit 204 may perform uni-directional prediction for the current video block, and motion estimation unit 204 may search reference pictures of list 0 or list 1 for a reference video block for the current video block. Motion estimation unit 204 may then generate a reference index that indicates the reference picture in list 0 or list 1 that contains the reference video block and a motion vector that indicates a spatial displacement between the current video block and the reference video block. Motion estimation unit 204 may output the reference index, a prediction direction indicator, and the motion vector as the motion information of the current video block. Motion compensation unit 205 may generate the predicted video block of the current block based on the reference video block indicated by the motion information of the current video block.
In other examples, motion estimation unit 204 may perform bi-directional prediction for the current video block, motion estimation unit 204 may search the reference pictures in list 0 for a reference video block for the current video block and may also search the reference pictures in list 1 for another reference video block for the current video block. Motion estimation unit 204 may then generate reference indexes that indicate the reference pictures in list 0 and list 1 containing the reference video blocks and motion vectors that indicate spatial displacements between the reference video blocks and the current video block. Motion estimation unit 204 may output the reference indexes and the motion vectors of the current video block as the motion information of the current video block. Motion compensation unit 205 may generate the predicted video block of the current video block based on the reference video blocks indicated by the motion information of the current video block.
In some examples, motion estimation unit 204 may output a full set of motion information for decoding processing of a decoder.
In some examples, motion estimation unit 204 may not output a full set of motion information for the current video. Rather, motion estimation unit 204 may signal the motion information of the current video block with reference to the motion information of another video block. For example, motion estimation unit 204 may determine that the motion information of the current video block is sufficiently similar to the motion information of a neighboring video block.
In one example, motion estimation unit 204 may indicate, in a syntax structure associated with the current video block, a value that indicates to the video decoder 300 that the current video block has the same motion information as the other video block.
In another example, motion estimation unit 204 may identify, in a syntax structure associated with the current video block, another video block and a motion vector difference (MVD). The motion vector difference indicates a difference between the motion vector of the current video block and the motion vector of the indicated video block. The video decoder 300 may use the motion vector of the indicated video block and the motion vector difference to determine the motion vector of the current video block.
As discussed above, video encoder 200 may predictively signal the motion vector. Two examples of predictive signaling techniques that may be implemented by video encoder 200 include advanced motion vector predication (AMVP) and merge mode signaling.
Intra prediction unit 206 may perform intra prediction on the current video block. When intra prediction unit 206 performs intra prediction on the current video block, intra prediction unit 206 may generate prediction data for the current video block based on decoded samples of other video blocks in the same picture. The prediction data for the current video block may include a predicted video block and various syntax elements.
Residual generation unit 207 may generate residual data for the current video block by subtracting (e.g., indicated by the minus sign) the predicted video block(s) of the current video block from the current video block. The residual data of the current video block may include residual video blocks that correspond to different sample components of the samples in the current video block.
In other examples, there may be no residual data for the current video block for the current video block, for example in a skip mode, and residual generation unit 207 may not perform the subtracting operation.
Transform processing unit 208 may generate one or more transform coefficient video blocks for the current video block by applying one or more transforms to a residual video block associated with the current video block.
After transform processing unit 208 generates a transform coefficient video block associated with the current video block, quantization unit 209 may quantize the transform coefficient video block associated with the current video block based on one or more quantization parameter (QP) values associated with the current video block.
Inverse quantization unit 210 and inverse transform unit 211 may apply inverse quantization and inverse transforms to the transform coefficient video block, respectively, to reconstruct a residual video block from the transform coefficient video block. Reconstruction unit 212 may add the reconstructed residual video block to corresponding samples from one or more predicted video blocks generated by the predication unit 202 to produce a reconstructed video block associated with the current block for storage in the buffer 213.
After reconstruction unit 212 reconstructs the video block, loop filtering operation may be performed to reduce video blocking artifacts in the video block.
Entropy encoding unit 214 may receive data from other functional components of the video encoder 200. When entropy encoding unit 214 receives the data, entropy encoding unit 214 may perform one or more entropy encoding operations to generate entropy encoded data and output a bitstream that includes the entropy encoded data.
The video decoder 300 may be configured to perform any or all of the techniques of this disclosure. In the example of
In the example of
Entropy decoding unit 301 may retrieve an encoded bitstream. The encoded bitstream may include entropy coded video data (e.g., encoded blocks of video data). Entropy decoding unit 301 may decode the entropy coded video data, and from the entropy decoded video data, motion compensation unit 302 may determine motion information including motion vectors, motion vector precision, reference picture list indexes, and other motion information. Motion compensation unit 302 may, for example, determine such information by performing the AMVP and merge mode.
Motion compensation unit 302 may produce motion compensated blocks, possibly performing interpolation based on interpolation filters. Identifiers for interpolation filters to be used with sub-pixel precision may be included in the syntax elements.
Motion compensation unit 302 may use interpolation filters as used by video encoder 200 during encoding of the video block to calculate interpolated values for sub-integer pixels of a reference block. Motion compensation unit 302 may determine the interpolation filters used by video encoder 200 according to received syntax information and use the interpolation filters to produce predictive blocks.
Motion compensation unit 302 may use some of the syntax information to determine sizes of blocks used to encode frame(s) and/or slice(s) of the encoded video sequence, partition information that describes how each macroblock of a picture of the encoded video sequence is partitioned, modes indicating how each partition is encoded, one or more reference frames (and reference frame lists) for each inter-encoded block, and other information to decode the encoded video sequence.
Intra prediction unit 303 may use intra prediction modes for example received in the bitstream to form a prediction block from spatially adjacent blocks. Inverse quantization unit 304 inverse quantizes, i.e., de-quantizes, the quantized video block coefficients provided in the bitstream and decoded by entropy decoding unit 301. Inverse transform unit 305 applies an inverse transform.
Reconstruction unit 306 may sum the residual blocks with the corresponding prediction blocks generated by motion compensation unit 302 or intra prediction unit 303 to form decoded blocks. If desired, a deblocking filter may also be applied to filter the decoded blocks in order to remove blockiness artifacts. The decoded video blocks are then stored in buffer 307, which provides reference blocks for subsequent motion compensation/intra predication and also produces decoded video for presentation on a display device.
A listing of solutions preferred by some embodiments is provided next.
1. A method of video processing, comprising performing a conversion between a current video block of a video and a bitstream of the video, wherein the current video block is coded using an adaptive colour transform (ACT) mode, wherein the conversion comprises applying an inverse ACT transform on the current video block according to a rule, and wherein the rule specifies that a first clipping operation, based on a bit depth of the current video block (denoted BitDepth), is applied to an input of the inverse ACT transform.
2. The method of solution 1, wherein the first clipping operation is based on a sum of the bit depth and K, and wherein K is a non-zero integer.
3. The method of solution 2, wherein K=1.
4. The method of solution 1, wherein the first clipping operation is based on a sum of the bit depth and K, and wherein K=0.
5. The method of any of solutions 1 to 4, wherein the first clipping operation is denoted f(a, b, x), wherein x is a value to be clipped, a is a lower bound of the first clipping operation, and b is an upper bound of the first clipping operation, and wherein a and b are integers.
6. The method of solution 5, wherein f(a, b, x)=(x<a?a (x>b?b x)).
7. The method of solution 5 or 6, wherein a=−(1<<(BitDepth+K)).
8. The method of any of solutions 5 to 7, wherein b=(1<<(BitDepth+K))−1.
9. The method of solution 1, wherein the input is associated with at least one sample of a Cb colour component or a Cr colour component of the video.
10. The method of solution 1, wherein the input is associated with a sample that excludes a sample of a Y colour component of the video or a luma component of the video.
11. The method of any of solution 1 to 10, wherein the bit depth is an input bit depth or an internal bit depth.
12. The method of any of solutions 1 to 11, wherein the rule further specifies that a second clipping operation, based on the bit depth of the current video block, is applied to an output of the inverse ACT transform.
13. The method of solution 12, wherein the output is associated with at least one sample of a Cb colour component or a Cr colour component of the video.
14. The method of solution 12, wherein the output is associated with at least one sample of a Y colour component of the video or a luma component of the video.
15. A method of video processing, comprising performing a conversion between a video comprising a current video block and a bitstream of the video, wherein, during the conversion, a weighted prediction of the current video block is determined using weights, and wherein the weights are included in the bitstream as information indictive of a difference between a number of the weights and a threshold K, where K is an integer.
16. The method of solution 15, wherein K=1.
17. The method of solution 15, wherein the number of weights associated with a reference picture list 0 minus one is included in the bitstream.
18. The method of solution 15, wherein a predictive coding of the number of weights associated with a reference picture list X is included in the bitstream.
19. The method of solution 18, wherein the predictive coding comprises a difference between the number of weights associated with the reference picture list X and the number of weights associated with the reference picture list (1−X).
20. The method of solution 18 or 19, wherein X=0 or X=1.
21. The method of any of solutions 1 to 20, wherein the conversion comprises decoding the video from the bitstream.
22. The method of any of solutions 1 to 20, wherein the conversion comprises encoding the video into the bitstream.
23. The method of any of solutions 1 to 20, wherein the conversion comprises generating the bitstream from the video, and wherein the method further comprises storing the bitstream in a non-transitory computer-readable recording medium.
24. A method of storing a bitstream representing a video to a computer-readable recording medium, comprising generating a bitstream from a video according to a method described in any one or more of solutions 1 to 20, and writing the bitstream to the computer-readable recording medium.
25. A video processing apparatus comprising a processor configured to implement a method recited in any one or more of solutions 1 to 24.
26. A computer-readable medium having instructions stored thereon, the instructions, when executed, causing a processor to implement a method recited in one or more of solutions 1 to 24.
27. A computer readable medium that stores the bitstream generated according to any one or more of solutions 1 to 24.
28. A video processing apparatus for storing a bitstream, wherein the video processing apparatus is configured to implement a method recited in any one or more of solutions 1 to 24.
29. A bitstream generated according to a method or a system disclosed in the present document.
Another listing of solutions preferred by some embodiments is provided next.
P1. A method of video processing, comprising performing a determination whether to enable a chroma block-based delta pulse code modulation (BDPCM) mode for a video block of a video based on whether a usage of an adaptive colour transform (ACT) mode and/or a luma BDPCM mode for the video block is enabled; and performing a conversion between the video block and a bitstream representation of the video according to the determinization.
P2. The method of solution P1, wherein a signaling for a first value for a first flag associated with enabling the chroma BDPCM mode is determined based on a signaling of the ACT mode being enabled for the video block and a signaling of a second value for a second flag associated with the usage of the luma BDPCM mode.
P3. The method of solution P2, wherein the first value for the first flag has a false value in response to the ACT mode being enabled and the second value for the second flag having a false value.
P4. The method of solution P2, wherein the first value for the first flag has a true value in response to the second value for the second flag having a true value.
P5. The method of solution P1, wherein a signaling of the ACT mode for the video block is conditionally based on a same BDPCM prediction direction being used for luma samples and chroma samples of the video block.
P6. The method of solution P5, wherein the signaling of the ACT mode is indicated after a signaling of the chroma BDPCM mode and the luma BDPCM mode.
P7. The method of solution P1, wherein in response to the usage of the ACT mode being enabled, a first value indicative of a first prediction direction of the chroma BDPCM mode is derived from a second value indicative of a second prediction direction of the luma BDPCM mode.
P8. The method of solution P7, wherein the first value indicative of the first prediction direction of the chroma BDPCM mode is the same as the second value indicative of the second prediction direction of the luma BDPCM mode.
P9. The method of solution P8, wherein the first prediction direction of the chroma BDPCM mode and the second prediction direction of the luma BDPCM mode are in a horizontal direction.
P10. The method of solution P8, wherein the first prediction direction of the chroma BDPCM mode and the second prediction direction of the luma BDPCM mode are in a vertical direction.
P11. The method of solution P1, wherein in response to the usage of the ACT mode being disabled, a first value indicative of a first prediction direction of the chroma BDPCM mode is zero.
P12. A method of video processing, comprising performing a determination whether to enable a block-based delta pulse code modulation (BDPCM) mode for a video block of a video based on whether a usage of an adaptive colour transform (ACT) mode for the video block is enabled; and performing a conversion between the video block and a bitstream representation of the video according to the determinization.
P13. The method of solution P12, wherein the BDPCM mode is disabled for the video block in response to the ACT mode being enabled for the video block.
P14. The method of solution P13, wherein a first flag indicative of the BDPCM mode is signaled after a second flag indicative of the ACT mode.
P15. The method of solution P13, wherein a flag indicative of the BDPCM mode is not signaled, wherein the flag is determined to be a false value or zero.
P16. The method of solution P12, wherein the ACT mode is disabled for the video block in response to the BDPCM mode being enabled for the video block.
P17. The method of solution P16, wherein a first flag indicative of the BDPCM mode is signaled before a second flag indicative of the ACT mode.
P18. The method of solution P16, wherein a flag indicative of the ACT mode is not signaled, wherein the flag is determined to be a false value or zero.
P19. The method of any of solutions P12 to P18, wherein the BDPCM mode includes a luma BDPCM mode and/or a chroma BDPCM mode.
P20. The method of solution P1, wherein the ACT mode is applied when the chroma BDPCM mode and the luma BDPCM mode are associated with different prediction modes.
P21. The method of solution P20, wherein a forward ACT mode is applied after the chroma BDPCM mode or the luma BDPCM mode.
P22. The method of any of solution P1 to P21, wherein a quantization parameter (QP) for the video block is clipped in response to the ACT mode being enabled.
P23. The method of solution P22, wherein a clipping function for clipping the QP is defined as (l, h, x), where l is a lowest possible value of an input x and h is a highest possible value of an input x.
P24. The method of solution P23, wherein l is equal to zero.
P25. The method of solution P23, wherein h is equal to 63.
P26. The method of solution P22, wherein the QP for the video block is clipped after the QP is adjusted for the ACT mode.
P27. The method of solution P23, wherein in response to a transform skip being applied to the video block, l is equal to a minimal allowed QP for a transform skip mode.
P28. The method of any of solution P23 to P26, wherein l, h, m, n and/or k are integer numbers that depend on (i) a message signaled in the DPS/SPS/VPS/PPS/APS/picture header/slice header/tile group header/Largest coding unit (LCU)/Coding unit (CU)/LCU row/group of LCUs/TU/PU block/Video coding unit, (ii) a position of CU/PU/TU/block/Video coding unit, (iii) coded modes of blocks containing the samples along the edges, (iv) transform matrices applied to the blocks containing the samples along the edges, (v) block dimension/Block shape of current block and/or its neighboring blocks, (vi) indication of the colour format (such as 4:2:0, 4:4:4, RGB or YUV), (vii) a coding tree structure (such as dual tree or single tree), (viii) a slice/tile group type and/or picture type, (ix) a colour component (e.g. may be only applied on Cb or Cr), (x) a temporal layer ID, or (xi) profiles/Levels/Tiers of a standard.
P29. The method of any of solution P23 to P26, wherein l, h, m, n and/or k are signaled to a decoder.
P30. The method of solution P29, wherein a colour format is 4:2:0 or 4:2:2.
P31. The method of any of solutions P1 to P30, wherein an indication for the ACT mode or the BDPCM mode or the chroma BDPCM mode or the luma BDPCM mode is signaled in a sequence, a picture, a slice, a tile, a brick, or a video region-level.
P32. A method of video processing, comprising determining that a joint coding of chroma residuals (JCCR) tool is used on a video block of a video for which an adaptive colour transform (ACT) mode is enabled; and performing, based on the determining, a conversion between the video block and a bitstream representation of the video, wherein a quantization parameter (QP) of the ACT mode is based on a mode of the JCCR tool.
P33. The method of solution P32, wherein the QP is −5 or −6 upon a determination that the mode of the JCCR tool is 1.
P34. The method of solution P32, wherein the QP is −4 or −5 upon a determination that the mode of the JCCR tool is 3.
P35. The method of any of solutions P1 to P34, wherein the conversion comprises parsing and decoding the coded representation to generate video pixels.
P36. The method of any of solutions P1 to P34, wherein the conversion comprises generating the coded representation by encoding the video.
P37. A video decoding apparatus comprising a processor configured to implement a method recited in one or more of solutions P1 to P36.
P38. A video encoding apparatus comprising a processor configured to implement a method recited in one or more of solutions P1 to P36.
P39. A computer program product having computer code stored thereon, the code, when executed by a processor, causes the processor to implement a method recited in any of solutions P1 to P36.
In the present document, the term “video processing” may refer to video encoding, video decoding, video compression or video decompression. For example, video compression algorithms may be applied during conversion from pixel representation of a video to a corresponding bitstream representation or vice versa. The bitstream representation of a current video block may, for example, correspond to bits that are either co-located or spread in different places within the bitstream, as is defined by the syntax. For example, a macroblock may be encoded in terms of transformed and coded error residual values and also using bits in headers and other fields in the bitstream.
The disclosed and other solutions, examples, embodiments, modules and the functional operations described in this document can be implemented in digital electronic circuitry, or in computer software, firmware, or hardware, including the structures disclosed in this document and their structural equivalents, or in combinations of one or more of them. The disclosed and other embodiments can be implemented as one or more computer program products, i.e., one or more modules of computer program instructions encoded on a 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 them. The term “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 propagated signal is an artificially generated signal, e.g., a machine-generated electrical, optical, or electromagnetic signal, that is generated to encode information for transmission to suitable receiver apparatus.
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 document 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 field programmable gate array (FPGA) or an ASIC (application specific integrated circuit (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 non-volatile memory, media and memory devices, including by way of example semiconductor memory devices, e.g., erasable programmable read-only memory (EPROM), electrically EPROM (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.
While this patent document contains many specifics, these should not be construed as limitations on the scope of any subject matter or of what may be claimed, but rather as descriptions of features that may be specific to particular embodiments of particular techniques. Certain features that are described in this patent document 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 this patent document 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 this patent document.
Number | Date | Country | Kind |
---|---|---|---|
PCT/CN2020/072900 | Jan 2021 | WO | international |
This application is a continuation of International Patent Application No. PCT/CN2021/072396, filed on Jan. 18, 2021 which claims the priority to and benefits of International Patent Application No. PCT/CN2020/072900 filed on Jan. 18, 2020. All the aforementioned patent applications are hereby incorporated by reference in their entireties.
Number | Name | Date | Kind |
---|---|---|---|
6016163 | Rodriguez | Jan 2000 | A |
9591302 | Sullivan | Mar 2017 | B2 |
10319100 | Dai et al. | Jun 2019 | B2 |
20020106025 | Tsukagoshi et al. | Aug 2002 | A1 |
20090262798 | Chiu | Oct 2009 | A1 |
20090289320 | Cohen | Nov 2009 | A1 |
20150264354 | Zhang et al. | Sep 2015 | A1 |
20150264374 | Xiu et al. | Sep 2015 | A1 |
20160100175 | Laroche et al. | Apr 2016 | A1 |
20160227224 | Hsieh | Aug 2016 | A1 |
20160261864 | Samuelsson et al. | Sep 2016 | A1 |
20160286235 | Yamamoto | Sep 2016 | A1 |
20170034532 | Yamamoto | Feb 2017 | A1 |
20170150157 | Yamori | May 2017 | A1 |
20180027246 | Liu et al. | Jan 2018 | A1 |
20180048901 | Zhang et al. | Feb 2018 | A1 |
20180084284 | Rosewarne et al. | Mar 2018 | A1 |
20180109794 | Wang et al. | Apr 2018 | A1 |
20190089984 | He | Mar 2019 | A1 |
20190158831 | Jung et al. | May 2019 | A1 |
20190208206 | Nakagami | Jul 2019 | A1 |
20200236381 | Chujoh et al. | Jul 2020 | A1 |
20210044820 | Furht | Feb 2021 | A1 |
20210266556 | Choi et al. | Aug 2021 | A1 |
20210344903 | Yu et al. | Nov 2021 | A1 |
20220141495 | Kim | May 2022 | A1 |
20220295091 | Chujoh | Sep 2022 | A1 |
20220337836 | Zhao | Oct 2022 | A1 |
20220345726 | Zhao et al. | Oct 2022 | A1 |
20230007255 | Tsukuba | Jan 2023 | A1 |
Number | Date | Country |
---|---|---|
104205836 | Dec 2014 | CN |
104221378 | Dec 2014 | CN |
104584559 | Apr 2015 | CN |
105960802 | Sep 2016 | CN |
105979271 | Sep 2016 | CN |
106797465 | May 2017 | CN |
107079150 | Aug 2017 | CN |
107079157 | Aug 2017 | CN |
107211122 | Sep 2017 | CN |
107409215 | Nov 2017 | CN |
107431826 | Dec 2017 | CN |
107534782 | Jan 2018 | CN |
107846591 | Mar 2018 | CN |
110121884 | Aug 2019 | CN |
3425911 | Jan 2019 | EP |
2022542851 | Oct 2022 | JP |
2022544164 | Oct 2022 | JP |
2023011955 | Jan 2023 | JP |
2023500644 | Jan 2023 | JP |
2008016219 | Feb 2008 | WO |
2012117744 | Sep 2012 | WO |
2012177202 | Dec 2012 | WO |
2015015058 | Feb 2015 | WO |
2016049894 | Apr 2016 | WO |
2016123232 | Aug 2016 | WO |
Entry |
---|
Xiu et al. “AHG16: Clipping residual samples for ACT”. Jan. 13, 2020. (Year: 2020). |
Document: JVET-P2001-vE, Bross, B., et al., “Versatile Video Coding (Draft 7),” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 16th Meeting: Geneva, CH, Oct. 1-11, 2019, 491 pages. |
Suehring, K., et al., Retrieved from the Internet: https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/tags/VTM-7.0, Sep. 25, 2022, 2 pages. |
Document: JVET-M0413, Said, A., et al., “CE5: Per-context CABAC initialization with single window (Test 5.1.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, 3 pages. |
“Series H: Audiovisual and Multimedia Systems Infrastructure of audiovisual services—Coding of moving video High efficiency video coding,” ITU-T and ISO/IEC, “High efficiency video coding”, Rec. ITU-T H.265 | ISO/IEC 23008-2, Feb. 2018, 692 pages. |
Document: JCTVC-Y1002, Rosewarne, C., et al., “High Efficiency Video Coding (HEVC) Test Model 16 (HM 16) Improved Encoder Description Update 7,” Joint Collaborative Team on Video Coding (JCT-VC) of ITU-T SG16 WP3 and ISO/IEC JTC1/SC29/WG11 25th Meeting: Chengdu, CN, Oct. 14-21, 2016, 70 pages. |
Document: JVET-G1001, Chen, J., et al., “Algorithm description of JointExploration Test Model 7 (JEM7),” 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, 50 pages. |
JEM-7.0 Retrieved from the internet: https://jvet.hhi.fraunhofer.de/svn/svn_HMJEMSoftware/tags/ HM-16.6-JEM-7.0. Sep. 19, 2022, 1 page. |
Document: JVET-O2001, Bross, B., et al., “Versatile Video Coding (Draft 6)”, Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 15th Meeting: Gothenburg, SE, Jul. 3-12, 2019, 455 pages. |
Document: JVET-Q0041-v2, Wang, Y.K., et al. “AHG2: Editorial input on VVC draft text,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 17th Meeting: Brussels, BE, Jan. 7-17, 2020, 2 pages. |
Document: JVET-Q0513_r2, Xiu, X., et al., “AHG16: Clipping residual samples for ACT,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 17th Meeting: Brussels, BE, Jan. 7-17, 2020, 11 pages. |
Document: JVET-Q0820-v3, Lagrange P., et al., “ACT: common text for bug fixes and transform change,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 17th Meeting: Brussels, BE, Jan. 7-17, 2020, 7 pages. |
Document: JVET-Q0521-V1, Zhu, et al., “Alignment of BDPCM for ACT,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 17th Meeting: Brussels, BE, Jan. 7-17, 2020, 6 pages. |
Document: JVET-P0517-R1, Xiu, X., et al., “Support of adaptive color transform for 444 video coding in VVC,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 16th Meeting: Geneva, CH, Oct. 1-11, 2019, 4 pages. |
Document: JVET-O0166, Clare, G., et al., “CE8-related: BDPCM for chroma,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 15th Meeting: Gothenburg, SE, Jul. 3-12, 2019, 5 pages. |
Document: JVET-L0553, Li, X., et al., “Fix of Initial QP Signaling,” 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, 2 pages. |
Document: JVET-N0368, Zhao, X., et al., “An implementation of adaptive color transform in VVC,” 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, 3 pages. |
Document: JVET-R0058-v5, Wang, Y-K., et al., “AHG8/AHG9/AHG12: On the combination of RPR, subpictures, and scalability,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 18th Meeting: by teleconference, Apr. 15-24, 2020, 10 pages. |
Document: JVET-S0105 McCarthy, S., et al., “AHG9: Modification of general constraint information,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC I/SC 29/WG 11 19th Meeting: by teleconference, Jun. 22-Jul. 1, 2020, 16 pages. |
Document: JVET-Q0423-V1, Li, L., et al., “Interaction between ACT and BDPCM chroma,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/[EC JTC I/SC 29/WG 11 17th Meeting: Brussels, BE, Jan. 7 -17, 2020, 3 pages. |
Document: JVET-Q0520-v1, Wang, Y., et al., “AHG9: Cleanups on signaling for CC-ALF, BDPCM, ACT and Palette,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 17th Meeting: Brussels, BE, Jan. 7-17, 2020, 6 pages. |
Document: JVET-P0436, Zhao, J., et al., “AHG15: On CU Adaptive Chroma QP Offset Signalling,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 16th Meeting: Geneva, CH, Oct. 1-11, 2019, 5 pages. |
Document: JVET-Q0305-v2, Dou, L., et al., “Disallowing JCCR mode for ACT coded CUs,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 17th Meeting: Brussels, BE, Jan. 7-17, 2020, 4 pages. |
Document: JVET-P2002, Chen, J., et al., “Algorithm description for Versatile Video Coding and Test Model 7 (VTM 7),” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 16th Meeting: Geneva, CH, Oct. 1-11, 2019, 90 pages. |
Document: JVET-Q0420-V1, Li, L., et al., “AHG12: Signaling of chroma presence in PPS and APS,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 17th Meeting: Brussels, BE, Jan. 7-17, 2020, 3 pages. |
Document: JVET-Q0815, Zhang, L., et al., “BoG on ACT,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/[EC JTC 1/SC 29/WG 11 17th Meeting: Brussels, BE, Jan. 7-17, 2020, 3 pages. |
Document: JVET-P1001, Kotra, A., et al., “Non-CE5: Chroma QP derivation fix for deblocking filter (Combination of JVET-P0105 and JVET-P0539),” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 16th Meeting: Geneva, CH, Oct. 1-11, 2019, 7 pages. |
Foreign Communication From a Related Counterpart Application, International Application No. PCT/CN2020/137941, English Translation of International Search Report dated Mar. 22, 2021, 10 pages. |
Foreign Communication From a Related Counterpart Application, International Application No. PCT/CN2020/137946, English Translation of International Search Report dated Mar. 22, 2021, 9 pages. |
Foreign Communication From a Related Counterpart Application, International Application No. PCT/CN2021/070265, English Translation of International Search Report dated Mar. 26, 2021, 14 pages. |
Foreign Communication From a Related Counterpart Application, International Application No. PCT/CN2021/070279, English Translation of International Search Report dated Apr. 1, 2021, 11 pages. |
Foreign Communication From a Related Counterpart Application, International Application No. PCT/CN2021/070282, English Translation of International Search Report dated Mar. 23, 2021, 13 pages. |
Foreign Communication From a Related Counterpart Application, International Application No. PCT/CN2021/070580, English Translation of International Search Report dated Mar. 22, 2021, 12 pages. |
Foreign Communication From a Related Counterpart Application, International Application No. PCT/CN2021/071659, English Translation of International Search Report dated Apr. 6, 2021, 14 pages. |
Foreign Communication From a Related Counterpart Application, International Application No. PCT/CN2021/071660, English Translation of International Search Report dated Mar. 31, 2021, 11 pages. |
Foreign Communication From a Related Counterpart Application, International Application No. PCT/CN2021/072017, English Translation of International Search Report dated Apr. 19, 2021, 14 pages. |
Foreign Communication From a Related Counterpart Application, International Application No. PCT/CN2021/072396, English Translation of International Search Report dated Mar. 29, 2021, 14 pages. |
Office Action dated Sep. 13, 2022, 11 pages, U.S. Appl. No. 17/842,025, filed Jun. 16, 2022. |
Document: JVET-Q0114, Wang, Y., et al., “AHG9: A few more general constraints flags,” Joint Video experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 17th Meeting: Brussels, BE, Jan. 7-17, 2020, 3 pages. |
Document: JVET-R0286, “AhG9: On general constraint information syntax,” Joint Video experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 18th Meeting: by teleconference, Apr. 15-24, 2020, 5 pages. |
Foreign Communication From A Related Counterpart Application, European Application No. 21736195.5, Extended European Search Report dated Mar. 15, 2023, 14 pages. |
Non-Final Office Action dated Feb. 3, 2023, 23 pages, U.S. Appl. No. 17/857,924, filed Jul. 5, 2022, Atty Docket No. 4824-09200. |
Final Office Action dated Jan. 13, 2023, 23 pages, U.S. Appl. No. 17/842,025, filed Jun. 16, 2022, Atty Docket No. 130408-8735.US00. |
Notice of Allowance dated Jan. 26, 2023, 23 pages, U.S. Appl. No. 17/857,874, filed Jul. 5, 2022. |
Document: JVET-Q0241, Jung, J., et al., “On QP adjustment in adaptive color transform,”Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 17th Meeting: Brussels, BE, Jan. 7-17, 2020, 5 pages. |
Notice of Allowance dated Aug. 10, 2023, 14 pages, U.S. Appl. No. 17/842,025, filed Jun. 16, 2022. |
Notice of Allowance dated Jul. 6, 2023, 9 pages, U.S. Appl. No. 17/857,874, filed Jul. 5, 2022. |
Number | Date | Country | |
---|---|---|---|
20220377333 A1 | Nov 2022 | US |
Number | Date | Country | |
---|---|---|---|
Parent | PCT/CN2021/072396 | Jan 2021 | US |
Child | 17867284 | US |