WO2022044267A1 - 映像符号化装置、映像復号装置、映像符号化方法および映像復号方法 - Google Patents

映像符号化装置、映像復号装置、映像符号化方法および映像復号方法 Download PDF

Info

Publication number
WO2022044267A1
WO2022044267A1 PCT/JP2020/032628 JP2020032628W WO2022044267A1 WO 2022044267 A1 WO2022044267 A1 WO 2022044267A1 JP 2020032628 W JP2020032628 W JP 2020032628W WO 2022044267 A1 WO2022044267 A1 WO 2022044267A1
Authority
WO
WIPO (PCT)
Prior art keywords
intra
divided
luminance component
video
equal division
Prior art date
Application number
PCT/JP2020/032628
Other languages
English (en)
French (fr)
Inventor
慶一 蝶野
健太 徳満
昌之 田尻
Original Assignee
日本電気株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 日本電気株式会社 filed Critical 日本電気株式会社
Priority to PCT/JP2020/032628 priority Critical patent/WO2022044267A1/ja
Priority to JP2022545206A priority patent/JPWO2022044267A1/ja
Publication of WO2022044267A1 publication Critical patent/WO2022044267A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/102Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
    • H04N19/119Adaptive subdivision aspects, e.g. subdivision of a picture into rectangular or non-rectangular coding blocks

Definitions

  • the present invention relates to a video coding device, a video decoding device, a video coding method, and a video decoding method using block division based on a quadtree and a multi-type tree.
  • Non-Patent Document 1 discloses a video coding method called VVC (Versatile Video Coding).
  • each frame of the digitized video is divided into a coding tree unit (CTU: Coding Tree Unit), and each CTU is encoded in the order of raster scan.
  • CTU Coding Tree Unit
  • Each CTU has a quadtree (QT: Quad-Tree) structure or a multi-type tree (MMT: Multi-Type Tree) structure, and is divided into coding units (CU: Coding Unit) and encoded.
  • QT Quad-Tree
  • MMT Multi-Type Tree
  • CU Coding Unit
  • the blocks are divided horizontally and vertically into equal parts.
  • a division using a multi-type tree structure the block is divided horizontally or vertically into two or three parts.
  • Prediction coding includes intra prediction and motion compensation prediction.
  • the prediction error of each CU is transform-coded based on frequency conversion.
  • Intra prediction is a prediction that generates a prediction image from a reconstructed image whose display time is the same as that of the coded frame.
  • Non-Patent Document 1 defines 65 types of angle intra predictions shown in FIG. In the angular intra-prediction, the intra-prediction signal is generated by extrapolating the reconstructed pixels around the coded block in any of the 65 directions.
  • the DC intra prediction that averages the reconstructed pixels around the coded block and the Planar intra prediction that linearly interpolates the reconstructed pixels around the coded block are defined. ing.
  • the CU encoded based on the intra prediction is referred to as an intra CU.
  • Motion compensation prediction is a prediction that generates a prediction image from a reconstructed image (reference picture) whose display time is different from that of the coded frame.
  • motion compensation prediction is also referred to as inter-prediction.
  • FIG. 18 is an explanatory diagram showing an example of motion compensation prediction.
  • the motion vector MV (mv x , mv y ) indicates the translational movement amount of the reconstructed image block of the reference picture with respect to the block to be encoded.
  • inter-prediction an inter-prediction signal is generated based on the reconstructed image block of the reference picture (using pixel interpolation if necessary).
  • the CU encoded based on the motion compensation prediction is referred to as an inter-CU.
  • a frame encoded only by the intra-CU is called an I frame (or I picture).
  • a frame encoded including not only the intra CU but also the inter CU is called a P frame (or P picture).
  • a frame encoded by including an inter-CU that uses not only one reference picture but also two reference pictures at the same time in the block inter-prediction is called a B frame (or B picture).
  • inter-prediction using one reference picture is called one-way prediction
  • inter-prediction using two reference pictures at the same time is called bidirectional prediction
  • FIG. 19 shows an example of CTU division of the frame t when the number of pixels of the frame is CIF (CIF: Common Intermediate Format) and the CTU size is 64, and an example of division of the eighth CTU (CTU8) included in the frame t. It is explanatory drawing which shows.
  • CIF Common Intermediate Format
  • FIG. 19 shows the case where all CUs are square. However, as shown in FIG. 20, the CU may be divided into rectangles in a multi-type tree structure.
  • Non-Patent Document 1 when the split_qt_flag syntax value is 0, a multi-type tree structure is used.
  • the direction of division (horizontal, vertical) is defined by the mtt_split_cu_vertical_flag syntax value and the mtt_split_cu_binary_flag syntax value.
  • FIG. 20 (a) shows four divided shapes (divided modes) used in the multi-type tree structure.
  • SPLIT_BT_HOR and SPLIT_BT_VER are binary tree splits.
  • SPLIT_TT_HOR and SPLIT_TT_VER are ternary splits.
  • FIG. 20B shows the relationship between the divided shape and the syntax value.
  • Intra Sub-Partition has been introduced in the VVC standard.
  • the ISP is a method of horizontally or vertically equally dividing the luminance component block (divided into two or four) while sharing the intra prediction direction.
  • FIG. 21 is an explanatory diagram showing an example of division of an intra-coded block by an ISP.
  • the number of divisions of the ISP is 2 when the size of the intra-encoded block is 4 ⁇ 8 or 8 ⁇ 4, and 4 at other times. Further, the width of the intra prediction of the luminance component block after the division by the ISP is restricted to 4 or more. Therefore, in the intra-encoded block in which the width of the luminance component block after division is less than 4, the unit of the intra prediction process and the unit of the conversion process are different. Further, the ISP is applied only to the intra block having a size larger than 16 pixels.
  • the distance between the processing target pixel and the prediction reference pixel can be shortened and the prediction performance can be improved without increasing the code amount of the intra coding block. That is, the compression efficiency of the video can be increased by the ISP.
  • the equally divided luminance component block becomes the conversion processing unit.
  • the intermediate data expressing the Coded Block Flag (CBF) of each Transform Block (TB) of the luminance component is significantly increased. This is because the width or height of each TB equally divided by the ISP is smaller than the minimum size of the conversion process, which is the original minimum TB size.
  • the intermediate data is data necessary for obtaining a reconstructed image of the frame in the execution process of the video coding process and the video decoding process.
  • the video coding device and the video decoding device have a storage unit having a size capable of storing intermediate data.
  • each TB of the 16 ⁇ 4 intrablock horizontally equally divided by the ISP is 1 (see the lower left side in FIG. 21).
  • the width of each TB of the equally divided luminance components of the 4 ⁇ 16 intrablock vertically equally divided by the ISP is 1.
  • the particle size for expressing CBF is increased by 16 times. That is, the amount of intermediate data is 16 times larger.
  • the CBF is maintained at the minimum TB particle size.
  • the CBF is maintained at the particle size of one pixel.
  • the video encoder divides the luminance component blocks of the intra-CU divided by the quadtree or the multi-type tree into equal blocks horizontally or vertically, and divides the blocks into equal blocks based on a common intra prediction direction.
  • the amount of intermediate data increases when utilizing predictions and transformations.
  • the video decoder divides the luminance component blocks of the intra-CU divided by the quadtree or the multi-type tree horizontally or vertically into equal parts, and predicts each block equally divided based on the common intra prediction direction. And when utilizing transformations, the amount of intermediate data increases.
  • An object of the present invention is to provide a video coding device, a video decoding device, a video coding method, and a video decoding method that can suppress an increase in the amount of intermediate data while improving the compression efficiency of video data.
  • the luminance component block of the intra-CU divided by a quadtree or a multi-type tree is equally divided horizontally or vertically, and each luminance component is equally divided based on a common intra prediction direction. It includes a coding processing means for applying the prediction processing and the conversion processing to the block, and at least a control means for controlling whether or not equal division is applied to the intra-CU.
  • the video decoding device divides the luminance component block of the intra-CU divided by a quadtree or a multi-type tree horizontally or vertically into equal parts, and each brightness component block divided into equal parts based on a common intra prediction direction. It includes a decoding processing means for applying the prediction processing and the inverse conversion processing, and a control means for controlling at least whether or not equal division is applied to the intra-CU.
  • the luminance component block of the intra-CU divided by a quadtree or a multi-type tree is equally divided horizontally or vertically, and each luminance component is equally divided based on a common intra prediction direction. Prediction processing and conversion processing are applied to the block, and at least whether or not equal division is applied to the intra-CU is controlled.
  • the luminance component blocks of the intra-CU divided by a quadtree or a multi-type tree are equally divided horizontally or vertically, and each luminance component block is equally divided based on a common intra prediction direction. Prediction processing and inverse conversion processing are applied to, and at least whether or not equal division is applied to the intra-CU is controlled.
  • the video coding program divides the luminance component block of the intra-CU divided by a quadtree or a multi-type tree into equal parts horizontally or vertically on a computer and divides them into equal parts based on a common intra prediction direction.
  • a process of applying the prediction process and the conversion process to each luminance component block and a process of controlling at least whether or not to apply the equal division to the intra-CU are executed.
  • the brightness component block of the intra CU divided by a quadtree or a multi-type tree is equally divided horizontally or vertically into a computer, and each is equally divided based on a common intra prediction direction.
  • a process of applying the prediction process and the inverse conversion process to the brightness component block and a process of decoding the bit stream for which equal division is invalid for a bit stream having an image size larger than a predetermined size are executed.
  • an increase in the amount of intermediate data is suppressed while improving the compression efficiency of video data.
  • FIG. 1 is a block diagram showing an embodiment (first embodiment) of a video coding apparatus.
  • the video coding device 100 of the present embodiment monitors at least the width and height of the intra-CU to control the ISP applied to the intra-CU.
  • the video coding apparatus 100 shown in FIG. 1 includes a conversion / quantizer 101, an entropy coding device 102, an inverse quantization / inverse converter 103, a buffer 104, a predictor 105, a multiplexing device 106, and a coding controller. 107 is provided.
  • the predictor 105 determines the split_cu_flag syntax value, the split_qt_flag syntax value, the mtt_split_cu_vertical_flag syntax value, and the mtt_split_cu_binary_flag syntax value that determine the CU shape for each CTU.
  • the CU shape is, for example, a shape that minimizes the coding cost.
  • the predictor 105 determines the pred_mode_flag syntax value for determining the intra prediction / inter prediction, the intra_subpartitions_mode_flag syntax value for determining the validity / invalidity of the ISP (ISP is valid when 1), and the division direction of the ISP for each CU.
  • Intra_subpartitions_split_flag The syntax value (divided vertically when 1 and divided horizontally when 0), intra prediction direction, and motion vector are determined. These values are, for example, values that minimize the coding cost.
  • the predictor 105 is based on the determined split_cu_flag syntax value, split_qt_flag syntax value, mtt_split_cu_vertical_flag syntax value, mtt_split_cu_binary_flag syntax value, pred_mode_flag syntax value, intra_subpartitions_mode_flag syntax value, intra_subpartitions_mode_flag syntax value, intra_subpartitions_mode_flag syntax value, etc.
  • a prediction signal is generated for the input image signal of each CU. The prediction signal is generated based on the above-mentioned intra-prediction or inter-prediction.
  • the conversion / quantizer 101 frequency-converts a prediction error image in which the prediction signal is subtracted from the input image signal by the subtractor. Further, the conversion / quantizer 101 quantizes the frequency-converted prediction error image (frequency conversion coefficient). Hereinafter, the quantized frequency conversion coefficient is referred to as a conversion quantization value.
  • the entropy encoder 102 has a split_cu_flag syntax value, a split_qt_flag syntax value, a mtt_split_cu_vertical_flag syntax value, a mtt_split_cu_binary_flag syntax value, a pred_mode_flag syntax value, a pred_mode_flag syntax value, an intra_subpartitions_mode , And the transformation quantization value is entropy-coded.
  • the coding controller 107 monitors the width cbWidth, height cbHeight of the intra-CU, and the number of divisions of the ISP, NumIntraSubPartitions. The coding controller 107 also monitors cbWidth, cbHeight, and MinTbSizeY.
  • the inverse quantization / inverse converter 103 dequantizes the transformation quantization value. Further, the inverse quantized / inverse converter 103 performs inverse frequency conversion of the inverse quantized frequency conversion coefficient.
  • the inverse frequency converted reconstruction prediction error image is supplied to the buffer 104 after the prediction signal is added by the adder. The buffer 104 stores the reconstructed image.
  • the multiplexing device 106 multiplexes other data with the entropy coding data supplied from the entropy coding device 102 and outputs it as a bit stream.
  • the video coding apparatus 100 of the present embodiment generates and outputs a bit stream.
  • the coding controller 107 controls the ISP determined by the predictor 105 (step S1001).
  • the coding controller 107 prevents the width and height of each TB of the luminance component blocks equally divided by the ISP from becoming less than the width and height of the minimum TB in the process of step S1001.
  • the intra_subpartitions_mode_flag syntax value determined by the predictor 105 for the CU and the intra_subpartitions_split_flag syntax value are controlled.
  • there is only one NumIntraSubPartitions in the intrablock with intra_subpartitions_mode_flag 0.
  • intra_subpartitions_mode_flag 1
  • the ISP is invalid in the intra-CU having 16 or less pixels, and the number of NumIntraSubPartitions is one.
  • intra_subpartitions_split_flag 0.
  • the value obtained by dividing the height (that is, cbHeight) of each TB of the luminance component blocks equally divided by the ISP by NumIntraSubPartitions is less than MinTbSizeY.
  • it is equivalent to not letting the predictor 105 select intra_subpartitions_split_flag 0.
  • intra_subpartitions_split_flag 1
  • the value obtained by dividing the width (that is, cbWidth) of each TB of the luminance component blocks equally divided by the ISP by NumIntraSubPartitions is less than MinTbSizeY for the intra-CU.
  • intra_subpartitions_mode_flag 1.
  • the coding controller 107 controls the entropy coding of the information of the ISP of the entropy coding device 102 (step S1002).
  • the coding controller 107 monitors at least cbWidth, cbHeight, and MinTbSizeY.
  • the coding controller 107 does not cause the entropy encoder 102 to entropy-code the intra_subpartitions_mode_flag syntax value for an intra-CU having a product of cbWidth and cbHeight of 16 or less (that is, an intra-CU having 16 or less pixels).
  • FIG. 3 shows a part excerpted from 7.3.10.5 Coding unit syntax of Non-Patent Document 1. Such non-entropy-coded control by the coding controller 107 is performed to comply with the underlined conditions in FIG.
  • FIG. 4 is an explanatory diagram showing the restrictions of intra_subpartitions_mode_flag and intra_subpartitions_split_flag.
  • MinTbSizeY 4
  • the constraints of intra_subpartitions_mode_flag and intra_subpartitions_split_flag for cbWidth and cbHeight are as shown in FIG. 4 by the control of the coding controller 107 described above.
  • "NA" indicates that the syntax value is not entropy-coded.
  • the coding controller 107 has an entropy code for an intraCU in which the value obtained by dividing cbHeight by NumIntraSubPartitions is less than MinTbSizeY and the value obtained by dividing cbWidth by NumIntraSubPartitions is less than MinTbSizeY. Do not allow the converter 102 to entropy-code the intra_subpartitions_mode_flag syntax value.
  • FIG. 5 is an explanatory diagram showing an example of the operation of the present embodiment. As shown by x in FIG. 5, in the present embodiment, division (application of IPS) such that the division result is less than the minimum TB size (4 pixels) is prohibited.
  • the video coding device uses the ISP and the luminance component block equally divided by the ISP. It is possible to prevent the width and height of the CBF of each TB from becoming smaller than the minimum TB size. That is, there is provided a video coding device 100 in which an increase in the amount of intermediate data is suppressed while improving the compression efficiency by using the ISP.
  • FIG. 6 is an explanatory diagram for facilitating the understanding of the effect of the present embodiment.
  • the intermediate data size is the same depending on whether the ISP is used or not.
  • FIG. 7 is a block diagram showing an embodiment of a video decoding device.
  • the video decoding device 200 of the present embodiment monitors at least the width and height of the intra-CU to control the ISP applied to the intra-CU.
  • the video decoder 200 shown in FIG. 7 includes a demultiplexer 201, an entropy decoder 202, an inverse quantization / inverse converter 203, a predictor 204, a buffer 205, and a decoding controller 206.
  • the demultiplexer 201 demultiplexes the input bitstream and extracts the entropy-coded data.
  • the entropy decoder 202 entropy-decodes the entropy-coded data.
  • the entropy decoder 202 supplies the entropy-decoded conversion quantization value to the inverse quantization / inverse converter 203.
  • the entropy decoder 202 supplies the difference information of split_cu_flag, split_qt_flag, mtt_split_cu_vertical_flag, mtt_split_cu_binary_flag, pred_mode_flag, intra_subpartitions_mode_flag, intra_subpartitions_split_flag, intra_subpartitions_split_flag, intra-prediction direction, and motion vector to the predictor.
  • the decoding controller 206 monitors the width cbWidth of the intra-CU, the height cbHeight, and the number of divisions of the ISP NumIntraSubPartitions, similarly to the coding controller 107 of the video coding device 100.
  • the inverse quantization / inverse converter 203 dequantizes the conversion quantization value by the quantization step width. Further, the inverse quantized / inverse converter 203 performs inverse frequency conversion of the inverse quantized frequency conversion coefficient.
  • Predictor 204 generates sub-blocks based on the difference information of split_cu_flag, split_qt_flag, mtt_split_cu_vertical_flag, mtt_split_cu_binary_flag, pred_mode_flag, intra_subpartitions_mode_flag, intra_subpartitions_split_flag, intra-prediction direction, and motion vector.
  • the prediction signal is generated based on the above-mentioned intra prediction or motion compensation prediction.
  • the reconstruction prediction error image that has been inversely frequency-converted by the inverse quantization / inverse converter 203 is supplied to the buffer 205 as a reconstruction picture after the prediction signal supplied from the predictor 204 is added by the adder. .. Buffer 205 stores the reconstructed picture. Then, the reconstructed picture stored in the buffer 205 is output as a decoded image.
  • the video decoding device 200 of the present embodiment generates and outputs a decoded image.
  • the decoding controller 206 controls the entropy decoding of the ISP information of the entropy decoder 202 (step S2001).
  • the decoding controller 206 entropy for the intra-CU in which the value obtained by dividing cbHeight by NumIntraSubPartitions becomes less than MinTbSizeY and the value obtained by dividing cbWidth by NumIntraSubPartitions becomes less than MinTbSizeY in the process of step S2001. Do not allow the decoder 202 to entropy decode the intra_subpartitions_mode_flag syntax value (see FIG. 4).
  • the decoding controller 206 monitors at least cbWidth, cbHeight, and MinTbSizeY in the same manner as the coding controller 107 of the video coding device 100.
  • the video decoding device 200 uses the ISP and each of the luminance component blocks equally divided by the ISP. It is possible to prevent the width and height of the TB CBF from becoming less than the minimum TB size. That is, there is provided a video decoding device 200 in which an increase in the amount of intermediate data is suppressed while improving the compression efficiency by using the ISP.
  • Embodiment 2 In the first embodiment, the video coding device 100 and the video decoding device 200 that can maintain compatibility with the VVC standard described in Non-Patent Document 1 have been described. However, the video coding device 100 and the video decoding device 200 of the present embodiment (second embodiment) further control the entropy coding and entropy decoding of the intra_subpartitions_mode_flag and the intra_subpartitions_split_flag whose values are fixed.
  • the configuration of the video coding device of the present embodiment (second embodiment) is the same as the configuration of the video coding device 100 of the first embodiment shown in FIG. However, the coding controller 107 in this embodiment also has an additional function to the function in the first embodiment. Further, the configuration of the video decoding device of the present embodiment is the same as the configuration of the video decoding device 200 of the first embodiment shown in FIG. 7. However, the decoding controller 206 in this embodiment also has an additional function to the function in the first embodiment.
  • the coding controller 107 controls the ISP determined by the predictor 105 as in the case of the first embodiment (step S1001). Further, the coding controller 107 controls the entropy coding of the information of the ISP of the entropy coding device 102 (step S1003).
  • the coding controller 107 monitors at least the width cbWidth, height cbHeight, and MinTbSizeY of the intra-CU in the process of step S1001.
  • the coding controller 107 does not cause the entropy coding device 102 to entropy-code the intra_subpartitions_mode_flag syntax value for the intra-CU in which the product of cbWidth and cbHeight is 16 or less.
  • the coding controller 107 attaches the entropy encoder 102 to the intra_subpartitions_mode_flag for the intra-CU in which both the value obtained by dividing cbWidth by NumIntraSubPartitions and the value obtained by dividing cbHeight by NumIntraSubPartitions are less than MinTbSizeY. Do not entropy code the syntax value.
  • the coding controller 107 also performs the following control in the process of step S1003.
  • decoding controller 206 The operation of the decoding controller 206 in the present embodiment will be described with reference to the flowchart of FIG.
  • the decoding controller 206 monitors at least the width cbWidth, height cbHeight, and MinTbSizeY of the intra-CU in the process of step S2002 as in the case of the first embodiment.
  • the decoding controller 206 does not cause the entropy decoder 202 to entropy decode the intra_subpartitions_mode_flag for the intra-CU in which the product of cbWidth and cbHeight is 16 or less.
  • the decoding controller 206 also performs the following control in the process of step S2002.
  • FIG. 11 shows a part excerpted from 7.3.10.5 Coding unit syntax of Non-Patent Document 1.
  • FIG. 11 reflects the control of this embodiment.
  • the part where the control of this embodiment is reflected is the part underlined.
  • FIG. 12 is an explanatory diagram showing the restrictions of intra_subpartitions_mode_flag and intra_subpartitions_split_flag.
  • MinTbSizeY 4
  • the constraints of intra_subpartitions_mode_flag and intra_subpartitions_split_flag for cbWidth and cbHeight are as shown in FIG. 12 by controlling the coding controller 107 and the decoding controller 206 of the present embodiment.
  • "NA" indicates that the syntax value is not entropy-coded.
  • Embodiment 3 In the above embodiment, at least the width and height of the intra-CU are monitored and the ISP applied to the intra-CU is controlled in order to suppress the increase in the amount of intermediate data of the CBF of each TB of the luminance component. ..
  • the image size may be monitored for the purpose of suppressing the monitoring process for each intra-CU.
  • the coding control 107 and the decoding control 206 set the gci_no_isp_constraint_flag syntax value to 1 or the sps_isp_enabled_flag syntax value to 0 based on the monitoring result of the image size to set the ISP applied to the intra-CU. It can be controlled to be prohibited.
  • the coding controller 107 and decoding controller 206 monitor sps_pic_width_max_on_luma_samples syntax value, sps_pic_height_max_on_luma_samples syntax value, pps_pic_width_in_luma_samples syntax value, pps_pic_height_in_luma_samples syntax value, etc.
  • the coding controller 107 and decoding controller 206 have sps_pic_width_max_on_luma_samples syntax values greater than 1920 and sps_pic_height_max_on_luma_samples syntax values.
  • the gci_no_isp_constraint_flag syntax value may be set to 1, or the sps_isp_enabled_flag syntax value may be set to 0.
  • gci_no_isp_constraint_flag syntax value is set to 1 or sps_isp enabled. good.
  • FIG. 13 is a block diagram showing an example of a video system.
  • the video system shown in FIG. 13 is a system in which the video coding device 100 and the video decoding device 200 of each of the above embodiments are connected by a transmission line (wireless transmission line or wired transmission line) 300.
  • the video coding device 100 is a video coding device 100 according to any one of the above embodiments.
  • the video decoding device 200 is a video decoding device 200 according to any one of the above embodiments.
  • the video coding device 100 can generate a bitstream having the features described in each of the above embodiments. Further, in the video system, the video decoding device 200 can decode the bitstream having the characteristics described in each of the above embodiments.
  • each of the above embodiments can be configured by hardware, it can also be realized by a computer program.
  • the information processing system shown in FIG. 14 includes a processor 1001 such as a CPU (Central Processing Unit), a program memory 1002, a storage medium 1003 for storing video data, and a storage medium 1004 for storing a bit stream.
  • the storage medium 1003 and the storage medium 1004 may be separate storage media or may be storage areas made of the same storage medium.
  • a magnetic storage medium such as a hard disk can be used.
  • the program memory 1002 stores a program (video coding program or video decoding program) for realizing the function of each block (excluding the buffer block) shown in each of the above embodiments.
  • the processor 1001 realizes the function of the video coding device 100 or the video decoding device 200 shown in each embodiment by executing the process according to the program stored in the program memory 1002.
  • At least the program memory 1002 is a non-transitory computer readable medium.
  • the program may be stored on various types of temporary computer readable medium.
  • the temporary computer-readable medium is supplied with a program, for example, via a wired or wireless channel, i.e., via an electrical signal, an optical signal, or an electromagnetic wave.
  • FIG. 15 is a block diagram showing a main part of the video coding device.
  • the luminance component block of the intra-CU divided by a quadtree or a multi-type tree is equally divided horizontally or vertically, and each is equally divided based on a common intra prediction direction.
  • Coding processing unit (coding processing means) 11 that applies prediction processing and conversion processing to the luminance component block (in the embodiment, it is realized by the conversion / quantizer 101, the inverse quantization / inverse converter 103, and the predictor 105. It is provided with at least a control unit (control means) 12 (in the embodiment, realized by the coding controller 107) that controls whether or not equal division is applied to the intra-CU.
  • FIG. 16 is a block diagram showing a main part of the video decoding device.
  • the video decoding device 20 shown in FIG. 16 divides the luminance component block of the intra-CU divided by a quadtree or a multi-type tree into equal divisions horizontally or vertically, and each division into equal divisions based on a common intra prediction direction.
  • a decoding processing unit (decoding processing means) 21 (in the embodiment, realized by the inverse quantization / inverse converter 203 and the predictor 204) that applies the prediction process and the inverse conversion process to the component block, and at least the intra-CU.
  • the luminance component block of the intra-CU divided by a quadtree or a multi-type tree is equally divided horizontally or vertically, and prediction processing is performed on each of the equally divided luminance component blocks based on a common intra prediction direction.
  • the coding processing means to which the conversion processing is applied A video coding device including at least a control means for controlling whether or not the equal division is applied to the intra-CU.
  • the control means monitors at least the width and height of the intra-CU, and the equal division is performed on condition that the width and height of each equally divided luminance component block are not less than the minimum conversion size.
  • the control means monitors at least the image size of the intra-CU, and applies the equal division on condition that the width and height of each equally divided luminance component block do not become less than the minimum conversion size.
  • a video decoding device including at least a control means for controlling whether or not the equal division is applied to the intra-CU.
  • the control means monitors at least the width and height of the intra-CU, and the equal division is performed on condition that the width and height of each equally divided luminance component block are not less than the minimum conversion size.
  • the control means monitors at least the image size of the intra-CU, and applies the equal division on condition that the width and height of each equally divided luminance component block do not become less than the minimum conversion size.
  • a video decoding device including a decoding means (in the embodiment, realized by the entropy decoder 202) for decoding the bitstream for which the equal division is invalid for a bitstream having an image size larger than a predetermined size.
  • Appendix 8 A video coding device from any of the appendices 1 to 3 and A video system including a video decoding device according to any one of Supplementary note 4 to Supplementary note 7.
  • the luminance component block of the intra-CU divided by a quadtree or a multi-type tree is equally divided horizontally or vertically, and prediction processing is performed on each of the equally divided luminance component blocks based on a common intra prediction direction. And apply the conversion process, A video coding method that controls whether or not the equal division is applied to at least the intra-CU.
  • At least the width and height of the intra-CU are monitored, and the equal division is applied provided that the width and height of each equally divided luminance component block do not become less than the minimum conversion size.
  • Video coding method At least the width and height of the intra-CU are monitored, and the equal division is applied provided that the width and height of each equally divided luminance component block do not become less than the minimum conversion size.
  • At least the image size of the intra-CU is monitored, and the equal division is applied on condition that the width and height of each equally divided luminance component block do not become less than the minimum conversion size. Coding method.
  • the luminance component block of the intra-CU divided by a quadtree or a multi-type tree is equally divided horizontally or vertically, and prediction processing is performed on each of the equally divided luminance component blocks based on a common intra prediction direction. And apply the inverse conversion process, A video decoding method that controls whether or not the equal division is applied to at least the intra-CU.
  • At least the width and height of the intra-CU are monitored, and the equal division is applied provided that the width and height of each equally divided luminance component block do not become less than the minimum conversion size.
  • Video decoding method At least the width and height of the intra-CU are monitored, and the equal division is applied provided that the width and height of each equally divided luminance component block do not become less than the minimum conversion size.
  • At least the image size of the intra-CU is monitored, and the equal division is applied on condition that the width and height of each equally divided luminance component block are not less than the minimum conversion size. Decryption method.
  • the luminance component block of the intra-CU divided by a quadtree or a multi-type tree is equally divided horizontally or vertically, and prediction processing is performed on each of the equally divided luminance component blocks based on a common intra prediction direction. And apply the inverse conversion process, A video decoding method for decoding a bitstream whose image size is larger than a predetermined size and for which the equal division is invalid.
  • the luminance component block of the intra-CU divided by a quadtree or a multi-type tree is divided horizontally or vertically into equal parts, and prediction processing and conversion processing are performed on each of the equally divided brightness component blocks based on a common intra prediction direction.
  • the luminance component block of the intra-CU divided by a quadtree or a multi-type tree is divided horizontally or vertically into equal parts, and prediction processing and conversion processing are performed on each of the equally divided brightness component blocks based on a common intra prediction direction.
  • the process to apply and A video coding program for executing at least a process of controlling whether or not the equal division is applied to the intra-CU.
  • Appendix 23 A video decoding program that executes each step of the video decoding method according to any one of the appendices 12 to 15.
  • Video coding device 11 Coding processing unit 12
  • Control unit 20 Video decoding device 21
  • Decoding processing unit 22 Control unit 100
  • Video coding device 101 Conversion / quantizer 102
  • Entropy coding device 103 Inverse quantization / Inverse converter 104 Buffer 105
  • Predictor 106 Multiplexer 107 Coding Controller 200
  • Video Decoding Device 201 Demultiplexing Demultiplexer 202
  • Entropy Decoder 203 Inverse Quantization / Inverse Converter
  • Predictor 205 Buffer 206 Decoding Controller 300 Transmission Channel 1001 Processor 1002 Program Memory 1003,1004 Storage medium

Abstract

映像符号化装置10は、四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて等分割された各輝度成分ブロックに予測処理および変換処理を適用する符号化処理部11と、少なくともイントラCUに等分割を適用するか否かを制御する制御部12とを含む。

Description

映像符号化装置、映像復号装置、映像符号化方法および映像復号方法
 本発明は、四分木およびマルチタイプ木に基づくブロック分割を用いる映像符号化装置、映像復号装置、映像符号化方法および映像復号方法に関する。
 非特許文献1は、VVC(Versatile Video Coding)と呼ばれる映像符号化方式を開示する。
 非特許文献1に記載された映像符号化方式では、ディジタル化された映像の各フレームは符号化ツリーユニット(CTU:Coding Tree Unit)に分割され、ラスタスキャン順に各CTUが符号化される。
 各CTUは、四分木(QT:Quad-Tree)構造またはマルチタイプ木(MMT:Multi-Type Tree)構造で、符号化ユニット(CU:Coding Unit)に分割されて符号化される。四分木構造を用いる分割では、ブロックが、水平および垂直に等分割される。マルチタイプ木構造を用いる分割では、ブロックが、水平もしくは垂直に2分割または3分割される。
 各CUは、予測符号化される。予測符号化には、イントラ予測と動き補償予測がある。各CUの予測誤差は、周波数変換に基づいて変換符号化される。
 イントラ予測は、符号化対象フレームと表示時刻が同一の再構築画像から予測画像を生成する予測である。非特許文献1では、図17に示す65種類の角度イントラ予測が定義されている。角度イントラ予測では、符号化対象ブロック周辺の再構築画素を65種類の方向のいずれかに外挿して、イントラ予測信号が生成される。非特許文献1では、角度イントラ予測に加えて、符号化対象ブロック周辺の再構築画素を平均するDCイントラ予測、および、符号化対象ブロック周辺の再構築画素を線形補間するPlanarイントラ予測が定義されている。以下、イントラ予測に基づいて符号化されたCUをイントラCUと呼ぶ。
 動き補償予測は、符号化対象フレームとは表示時刻が異なる再構築画像(参照ピクチャ)から予測画像を生成する予測である。以下、動き補償予測をインター予測ともいう。
 図18は、動き補償予測の例を示す説明図である。動きベクトルMV=(mvx, mvy)は、符号化対象ブロックに対する参照ピクチャの再構築画像ブロックの並進移動量を示す。インター予測では、参照ピクチャの再構築画像ブロックに基づいて(必要であれば画素補間を用いて)、インター予測信号が生成される。以下、動き補償予測に基づいて符号化されたCUをインターCUと呼ぶ。
 イントラCUのみで符号化されたフレームは、Iフレーム(または、Iピクチャ)と呼ばれる。イントラCUだけでなくインターCUも含めて符号化されたフレームは、Pフレーム(または、Pピクチャ)と呼ばれる。ブロックのインター予測に、1枚の参照ピクチャだけでなく、同時に2枚の参照ピクチャを用いるインターCUを含めて符号化されたフレームは、Bフレーム(またはBピクチャ)と呼ばれる。
 なお、1枚の参照ピクチャを用いるインター予測は片方向予測と呼ばれ、同時に2枚の参照ピクチャを用いるインター予測は双方向予測と呼ばれる。
 図19は、フレームの画素数がCIF(CIF:Common Intermediate Format)で、CTUサイズが64の場合のフレームtのCTU分割例、および、フレームtに含まれる第8のCTU(CTU8)の分割例を示す説明図である。
 図19には、全てのCUが正方形の場合が示されている。しかし、図20に示されるように、マルチタイプ木構造でCUが矩形に分割されてもよい。非特許文献1では、split_qt_flagシンタクス値が0の場合、マルチタイプ木構造が使用される。また、mtt_split_cu_vertical_flagシンタクス値とmtt_split_cu_binary_flagシンタクス値によって、分割の方向(水平、垂直)が規定される。
 図20(a)には、マルチタイプ木構造で使用される4つの分割形状(分割モード)が示されている。SPLIT_BT_HORおよびSPLIT_BT_VERは、二分木分割である。SPLIT_TT_HORおよびSPLIT_TT_VERは、三分木分割である。図20(b)には、分割形状とシンタクス値との関係が示されている。
 VVC規格には、Intra Sub-Partition(ISP)が導入されている。ISPは、イントラ予測方向を共有しながら、イントラ符号化ブロックの輝度成分ブロックを水平または垂直に等分割(2分割または4分割)する手法である。図21は、イントラ符号化ブロックのISPによる分割の一例を示す説明図である。
 ISPの分割数は、イントラ符号化ブロックのサイズが4×8または8×4のときに2であり、その他のときに4である。また、ISPによる分割後の輝度成分ブロックのイントラ予測の幅は4以上に制約される。よって、分割後の輝度成分ブロックの幅が4未満であるイントラ符号化ブロックにおいて、イントラ予測処理の単位と変換処理の単位とが異なる。また、ISPは、16画素よりも大きなサイズのイントラブロックのみに適用される。
 ISPによって、イントラ符号化ブロックの符号量を増加させることなく、処理対象画素と予測参照画素との距離を短くして予測性能を高めることができる。すなわち、ISPによって映像の圧縮効率を高めることができる。
Benjamin Bross, et al., "Versatile Video Coding (Draft 10)", JVET-S2001-v7, Joint Video Experts Team (JVET) of ITU-T SG16 WP3 and ISO/IEC JTC1/SC29/WG11 19th Meeting: by teleconference, 22 June - 1 July 2020
 しかし、ISPを利用すると、等分割された輝度成分ブロックが変換処理単位になる。その結果、輝度成分の各Transform Block(TB)のCoded Block Flag(CBF)を表現する中間データが大幅に増加するという課題がある。ISPで等分割された各TBの幅または高さが、本来の最小TBのサイズである変換処理の最小サイズよりも小さくなるからである。なお、中間データは、映像符号化処理および映像復号処理の実行過程においてフレームの再構築画像を得るために必要なデータである。映像符号化装置および映像復号装置は、中間データを格納しうるサイズの記憶部を有する。
 例えば、最小TBの幅および高さが4であっても、ISPによって水平方向に等分割された16×4のイントラブロックの各TBの高さは1である(図21における下段左側参照)。同様に、ISPによって垂直方向に等分割された4×16のイントラブロックの等分割された輝度成分の各TBの幅は1である。
 図22に示されるように、固定長で輝度成分のTBのCBFを表現する場合、ISPを利用するときに(図22における右側参照)、ISPを利用しないとき(図22における左側参照)と比較して、CBFを表現する粒度が16倍になる。すなわち、中間データ量が16倍になる。なお、図22に示す例では、ISPが利用されるときには、最小TBの粒度でCBFが保持される。ISPが利用されるときには、1画素の粒度でCBFが保持される。
 すなわち、映像符号化装置が、四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて、等分割された各ブロックに予測および変換を利用するときに、中間データ量が増大する。また、映像復号装置が、四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて、等分割された各ブロックに予測および変換を利用するときに、中間データ量が増大する。
 本発明は、映像データの圧縮効率を改善しつつ、中間データ量の増大を抑制できる映像符号化装置、映像復号装置、映像符号化方法および映像復号方法を提供することを目的とする。
 本発明による映像符号化装置は、四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて等分割された各輝度成分ブロックに予測処理および変換処理を適用する符号化処理手段と、少なくともイントラCUに等分割を適用するか否かを制御する制御手段とを含む。
 本発明による映像復号装置は、四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて等分割された各輝度成分ブロックに予測処理および逆変換処理を適用する復号処理手段と、少なくともイントラCUに等分割を適用するか否かを制御する制御手段とを含む。
 本発明による映像符号化方法は、四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて等分割された各輝度成分ブロックに予測処理および変換処理を適用し、少なくともイントラCUに等分割を適用するか否かを制御する。
 本発明による映像復号方法は、四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて等分割された各輝度成分ブロックに予測処理および逆変換処理を適用し、少なくともイントラCUに等分割を適用するか否かを制御する。
 本発明による映像符号化プログラムは、コンピュータに、四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて等分割された各輝度成分ブロックに予測処理および変換処理を適用する処理と、少なくともイントラCUに等分割を適用するか否かを制御する処理とを実行させる。
 本発明による映像復号プログラムは、コンピュータに、四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて等分割された各輝度成分ブロックに予測処理および逆変換処理を適用する処理と、所定サイズよりも大きな画像サイズのビットストリームでは等分割が無効とされたビットストリームを復号する処理とを実行させる。
 本発明によれば、映像データの圧縮効率を改善しつつ、中間データ量の増大が抑制される。
第1の実施形態の映像符号化装置を示すブロック図である。 第1の実施形態における符号化制御器の動作を示すフローチャートである。 CUシンタクス(Coding unit syntax)の一部を示す説明図である。 intra_subpartitions_mode_flagとintra_subpartitions_split_flagの制約を示す説明図である。 実施形態の作用の例を示す説明図である。 実施形態の効果を示す説明図である。 第1の実施形態の映像復号装置を示すブロック図である。 第1の実施形態における復号制御器の動作を示すフローチャートである。 第2の実施形態における符号化制御器の動作を示すフローチャートである。 第2の実施形態における復号制御器の動作を示すフローチャートである。 CUシンタクス(Coding unit syntax)の一部を示す説明図である。 第2の実施形態におけるintra_subpartitions_mode_flagとintra_subpartitions_split_flagの制約を示す説明図である。 映像システムの一例を示すブロック図である。 映像符号化装置および映像復号装置の機能を実現可能な情報処理システムの構成例を示すブロック図である。 映像符号化装置の主要部を示すブロック図である。 映像復号装置の主要部を示すブロック図である。 65種類の角度イントラ予測の例を示す説明図である。 フレーム間予測の例を示す説明図である。 フレームtのCTU分割例、および、フレームtのCTU8のCU分割例を示す説明図である。 マルチタイプ木構造を用いるCU分割例を示す説明図である。 イントラ符号化ブロックのISPによる分割の一例を示す説明図である。 ISPを利用しない場合とISPを利用する場合との比較のための説明図である。
 以下、本発明の実施形態を図面を参照して説明する。
実施形態1.
 図1は、映像符号化装置の実施形態(第1の実施形態)を示すブロック図である。本実施形態の映像符号化装置100は、少なくともイントラCUの幅および高さを監視して、イントラCUに適用されるISPを制御する。
 図1に示す映像符号化装置100は、変換/量子化器101、エントロピー符号化器102、逆量子化/逆変換器103、バッファ104、予測器105、多重化器106、および符号化制御器107を備える。
 予測器105は、CTU毎に、CU形状を決定するsplit_cu_flagシンタクス値、split_qt_flagシンタクス値、mtt_split_cu_vertical_flagシンタクス値、およびmtt_split_cu_binary_flagシンタクス値を決定する。CU形状は、例えば、符号化コストを最小にする形状である。
 また、予測器105は、CU毎に、イントラ予測/インター予測を決定するpred_mode_flagシンタクス値、ISPの有効/無効を決定するintra_subpartitions_mode_flagシンタクス値(1のときにISPは有効)、ISPの分割方向を決定するintra_subpartitions_split_flagシンタクス値(1のときに垂直方向に分割、0のときに水平方向に分割)、イントラ予測方向、および動きベクトルを決定する。それらの値は、例えば、符号化コストを最小にするような値である。
 さらに、予測器105は、決定されたsplit_cu_flagシンタクス値、split_qt_flagシンタクス値、mtt_split_cu_vertical_flagシンタクス値、mtt_split_cu_binary_flagシンタクス値、pred_mode_flagシンタクス値、intra_subpartitions_mode_flagシンタクス値、intra_subpartitions_split_flagシンタクス値、イントラ予測方向、および動きベクトルなどに基づいて、各CUの入力画像信号に対する予測信号を生成する。予測信号は、上述したイントラ予測またはインター予測に基づいて生成される。
 変換/量子化器101は、減算器で入力画像信号から予測信号が減じられた予測誤差画像を、周波数変換する。さらに、変換/量子化器101は、周波数変換された予測誤差画像(周波数変換係数)を量子化する。以下、量子化された周波数変換係数を変換量子化値と呼ぶ。
 エントロピー符号化器102は、予測器105が決定したsplit_cu_flagシンタクス値、split_qt_flagシンタクス値、mtt_split_cu_vertical_flagシンタクス値、mtt_split_cu_binary_flagシンタクス値、pred_mode_flagシンタクス値、intra_subpartitions_mode_flagシンタクス値、intra_subpartitions_split_flagシンタクス値、イントラ予測方向、動きベクトルの差分情報、および変換量子化値をエントロピー符号化する。
 符号化制御器107は、イントラCUの幅cbWidth、高さcbHeight、および、ISPの分割数NumIntraSubPartitionsを監視する。また、符号化制御器107は、cbWidth、cbHeight、およびMinTbSizeYを監視する。
 逆量子化/逆変換器103は、変換量子化値を逆量子化する。さらに、逆量子化/逆変換器103は、逆量子化した周波数変換係数を逆周波数変換する。逆周波数変換された再構築予測誤差画像は、加算器によって予測信号が加えられた後、バッファ104に供給される。バッファ104は、再構築画像を格納する。
 多重化器106は、エントロピー符号化器102から供給されるエントロピー符号化データに他のデータを多重化し、ビットストリームとして出力する。
 上述した動作によって、本実施形態の映像符号化装置100は、ビットストリームを生成して出力する。
 次に、図2のフローチャートを参照して、符号化制御器107の動作を説明する。
 符号化制御器107は、予測器105が決定するISPを制御する(ステップS1001)。
 具体的には、符号化制御器107は、ステップS1001の処理で、ISPで等分割された輝度成分ブロックの各TBの幅および高さが最小TBの幅および高さ未満にならないように、イントラCUについて予測器105が決定するintra_subpartitions_mode_flagシンタクス値、および、intra_subpartitions_split_flagシンタクス値を制御する。ただし、VVC規格において、NumIntraSubPartitionsは、intra_subpartitions_mode_flag=0のイントラブロックでは1個である。intra_subpartitions_mode_flag=1のイントラブロックでは、その画素数が32画素のとき(すなわち、cbWidthとcbHeightの積が32のとき)に、NumIntraSubPartitionsは2個である。その他のときには、NumIntraSubPartitionsは4個である。なお、VVC規格において、画素数が16画素以下のイントラCUではISPは無効であり、NumIntraSubPartitionsは1個である。
 より具体的には、符号化制御器107は、intra_subpartitions_split_flagが0の場合、ISPで等分割される輝度成分ブロックの各TBの高さ(すなわち、cbHeight)をNumIntraSubPartitionsで割った値がMinTbSizeY未満になるイントラCUについては、予測器105にintra_subpartitions_mode_flag=1を選択させない。そのような制御は、符号化制御器107が、intra_subpartitions_mode_flag=1の場合、ISPで等分割される輝度成分ブロックの各TBの高さ(すなわち、cbHeight)をNumIntraSubPartitionsで割った値がMinTbSizeY未満になるイントラCUでは、予測器105にintra_subpartitions_split_flag=0を選択させないことと等価である。
 同様に、符号化制御器107は、intra_subpartitions_split_flagが1の場合、ISPで等分割される輝度成分ブロックの各TBの幅(すなわち、cbWidth)をNumIntraSubPartitionsで割った値がMinTbSizeY未満になるイントラCUについては、予測器105にintra_subpartitions_mode_flag=1を選択させない。そのような制御は、符号化制御器107が、intra_subpartitions_mode_flag=1の場合、ISPで等分割される輝度成分ブロックの各TBの幅(すなわち、cbWidth)をNumIntraSubPartitionsで割った値がMinTbSizeY未満になるイントラCUでは、予測器105にintra_subpartitions_split_flag=1を選択させないことと等価である。ただし、MinTbSizeYは、最小TBのサイズである変換処理の最小サイズである。
 また、符号化制御器107は、エントロピー符号化器102のISPの情報のエントロピー符号化を制御する(ステップS1002)。
 具体的には、符号化制御器107は、ステップS1002の処理で、cbWidthとcbHeightの積が16以下のイントラCU(すなわち画素数が16画素以下のイントラCU)については、予測器105にintra_subpartitions_mode_flag=1を選択させないように制御する。
 また、符号化制御器107は、少なくとも、cbWidth、cbHeight、およびMinTbSizeYを監視する。符号化制御器107は、cbWidthとcbHeightの積が16以下のイントラCU(すなわち、画素数が16画素以下のイントラCU)については、エントロピー符号化器102にintra_subpartitions_mode_flagシンタクス値をエントロピー符号化させない。図3には、非特許文献1の7.3.10.5 Coding unit syntaxから抜粋された一部が示されている。符号化制御器107によるこのようなエントロピー符号化させない制御は、図3において下線が施されたされた条件を遵守するために実行される。
 図4は、intra_subpartitions_mode_flagとintra_subpartitions_split_flagの制約を示す説明図である。MinTbSizeY=4の場合、上述した符号化制御器107の制御によって、cbWidthとcbHeightに対するintra_subpartitions_mode_flagとintra_subpartitions_split_flagの制約は、図4に示されたようになる。なお、図4において、「NA」は、シンタクス値をエントロピー符号化しないことを示す。図4の記載からわかるように、符号化制御器107は、cbHeightをNumIntraSubPartitionsで割った値がMinTbSizeY未満になり、かつ、cbWidthをNumIntraSubPartitionsで割った値がMinTbSizeY未満になるイントラCUについては、エントロピー符号化器102に、intra_subpartitions_mode_flagシンタクス値をエントロピー符号化させない。
 図5は、本実施形態の作用の例を示す説明図である。図5において×で示されるように、本実施形態では、分割結果が最小TBサイズ(4画素)未満になるような分割(IPSの適用)が禁止される。
 以上に説明したように、符号化制御器107がイントラCUにIPSを適用するか否かを制御するので、映像符号化装置は、ISPを利用しつつ、ISPで等分割された輝度成分ブロックの各TBのCBFの幅および高さが最小TBサイズ未満となることを防止できる。すなわち、ISPを利用して圧縮効率を改善しながら、中間データ量の増大が抑制された映像符号化装置100が提供される。
 図6は、本実施形態の効果を把握しやすくするための説明図である。図6に示すように、本実施形態では、固定長で輝度成分のTBのCBFを表現する場合、ISPを利用しない場合と利用する場合とで、中間データサイズが同じになる。
 図7は、映像復号装置の実施形態を示すブロック図である。本実施形態の映像復号装置200は、少なくともイントラCUの幅および高さを監視して、イントラCUに適用されるISPを制御する。
 図7に示す映像復号装置200は、多重化解除器201、エントロピー復号器202、逆量子化/逆変換器203、予測器204、バッファ205、および復号制御器206を備える。
 多重化解除器201は、入力されるビットストリームを多重化解除して、エントロピー符号化データを抽出する。
 エントロピー復号器202は、エントロピー符号化データをエントロピー復号する。エントロピー復号器202は、エントロピー復号した変換量子化値を、逆量子化/逆変換器203に供給する。また、エントロピー復号器202は、split_cu_flag、split_qt_flag、mtt_split_cu_vertical_flag、mtt_split_cu_binary_flag、pred_mode_flag、intra_subpartitions_mode_flag、intra_subpartitions_split_flag、イントラ予測方向、および動きベクトルの差分情報を、予測器204に供給する。
 映像復号装置200において、復号制御器206は、映像符号化装置100の符号化制御器107と同様に、イントラCUの幅cbWidth、高さcbHeight、およびISPの分割数NumIntraSubPartitionsを監視する。
 逆量子化/逆変換器203は、量子化ステップ幅で、変換量子化値を逆量子化する。さらに、逆量子化/逆変換器203は、逆量子化した周波数変換係数を逆周波数変換する。
 予測器204は、split_cu_flag、split_qt_flag、mtt_split_cu_vertical_flag、mtt_split_cu_binary_flag、pred_mode_flag、intra_subpartitions_mode_flag、intra_subpartitions_split_flag、イントラ予測方向、および動きベクトルの差分情報に基づいて、各サブブロックの予測信号を生成する。予測信号は、上述したイントラ予測または動き補償予測に基づいて生成される。
 逆量子化/逆変換器203で逆周波数変換された再構築予測誤差画像は、加算器によって、予測器204から供給される予測信号が加えられた後、再構築ピクチャとしてバッファ205に供給される。バッファ205は、再構築ピクチャを格納する。そして、バッファ205に格納された再構築ピクチャがデコード画像として出力される。
 上述した動作によって、本実施形態の映像復号装置200は、デコード画像を生成して出力する。
 次に、図8のフローチャートを参照して、復号制御器206の動作を説明する。
 復号制御器206は、エントロピー復号器202のISPの情報のエントロピー復号を制御する(ステップS2001)。
 具体的には、復号制御器206は、ステップS2001の処理で、cbHeightをNumIntraSubPartitionsで割った値がMinTbSizeY未満になり、かつ、cbWidthをNumIntraSubPartitionsで割った値がMinTbSizeY未満になるイントラCUについては、エントロピー復号器202に、intra_subpartitions_mode_flagシンタクス値をエントロピー復号させない(図4参照)。
 また、映像復号装置200において、復号制御器206は、映像符号化装置100の符号化制御器107と同様に、少なくとも、cbWidth、cbHeight、およびMinTbSizeYを監視する。復号制御器206は、cbWidthとcbHeightの積が16以下のイントラCUについては、エントロピー復号器202に、intra_subpartitions_mode_flagをエントロピー復号させない。その場合、復号制御器206およびエントロピー復号器202は、そのようなイントラCUについては、intra_subpartitions_mode_flag=0を復号値として解釈する。
 以上に説明したように、復号制御器206がイントラCUにIPSを適用するか否かを制御するので、映像復号装置200は、ISPを利用しつつ、ISPで等分割された輝度成分ブロックの各TBのCBFの幅および高さが最小TBサイズ未満となることを防止できる。すなわち、ISPを利用して圧縮効率を改善しながら、中間データ量の増大が抑制された映像復号装置200が提供される。
実施形態2.
 第1の実施形態では、非特許文献1に記載されたVVC規格と互換性を保てる映像符号化装置100および映像復号装置200が説明された。しかし、本実施形態(第2の実施形態)の映像符号化装置100および映像復号装置200は、さらに、値が固定されるintra_subpartitions_mode_flagやintra_subpartitions_split_flagのエントロピー符号化およびエントロピー復号を制御する。
 本実施形態(第2の実施形態)の映像符号化装置の構成は、図1に示された第1の実施形態の映像符号化装置100の構成と同じである。ただし、本実施形態における符号化制御器107は、第1の実施形態における機能に対する追加機能も有する。また、本実施形態の映像復号装置の構成は、図7に示された第1の実施形態の映像復号装置200の構成と同じである。ただし、本実施形態における復号制御器206は、第1の実施形態における機能に対する追加機能も有する。
 図9のフローチャートを参照して、本実施形態における符号化制御器107の動作を説明する。
 本実施形態において、符号化制御器107は、第1の実施形態の場合と同様に、予測器105が決定するISPを制御する(ステップS1001)。また、符号化制御器107は、エントロピー符号化器102のISPの情報のエントロピー符号化を制御する(ステップS1003)。
 すなわち、符号化制御器107は、ステップS1001の処理で、少なくともイントラCUの幅cbWidth、高さcbHeight、およびMinTbSizeYを監視する。符号化制御器107は、cbWidthとcbHeightの積が16以下のイントラCUについては、エントロピー符号化器102にintra_subpartitions_mode_flagシンタクス値をエントロピー符号化させない。また、符号化制御器107は、ステップS1003の処理で、cbWidthをNumIntraSubPartitionsで割った値とcbHeightをNumIntraSubPartitionsで割った値との両方がMinTbSizeY未満となるイントラCUについては、エントロピー符号化器102にintra_subpartitions_mode_flagシンタクス値をエントロピー符号化させない。
 本実施形態では、符号化制御器107は、ステップS1003の処理で、以下のような制御も行う。
 符号化制御器107は、intra_subpartitions_mode_flag=1のイントラCUであって、cbWidthをNumIntraSubPartitionsで割った値とcbHeightをNumIntraSubPartitionsで割った値とのいずれか一方でMinTbSizeY未満となるイントラCUについては、エントロピー符号化器102に、intra_subpartitions_split_flagシンタクス値をエントロピー符号化させない。
 図10のフローチャートを参照して、本実施形態における復号制御器206の動作を説明する。
 本実施形態において、復号制御器206は、ステップS2002の処理で、第1の実施形態の場合と同様、少なくともイントラCUの幅cbWidth、高さcbHeight、およびMinTbSizeYを監視する。復号制御器206は、cbWidthとcbHeightの積が16以下のイントラCUについては、エントロピー復号器202に、intra_subpartitions_mode_flagをエントロピー復号させない。その場合、復号制御器206およびエントロピー復号器202は、そのようなイントラCUについては、intra_subpartitions_mode_flag=0を復号値として解釈する。
 本実施形態では、復号制御器206は、ステップS2002の処理で、以下のような制御も行う。
 復号制御器206は、intra_subpartitions_mode_flag=1のイントラCUであって、cbWidthをNumIntraSubPartitionsで割った値とcbHeightをNumIntraSubPartitionsで割った値とのいずれか一方でMinTbSizeY未満となるイントラCUについては、エントロピー復号器202に、intra_subpartitions_split_flagシンタクス値をエントロピー復号させない。
 なお、復号制御器206は、intra_subpartitions_mode_flag=1のイントラCUであって、cbWidthをNumIntraSubPartitionsで割った値がMinTbSizeY未満となるイントラCUについては、エントロピー復号されなかったintra_subpartitions_split_flagの復号値を0と解釈する。また、復号制御器206は、intra_subpartitions_mode_flag=1のイントラCUであって、cbHeightをNumIntraSubPartitionsで割った値がMinTbSizeY未満となるイントラCUについては、エントロピー復号されなかったintra_subpartitions_split_flagを復号値を1と解釈する。
 図11には、非特許文献1の7.3.10.5 Coding unit syntaxから抜粋された一部が示されている。図11には、本実施形態の制御が反映されている。本実施形態の制御が反映された箇所は、下線が施されたされた箇所である。
 図12は、intra_subpartitions_mode_flagとintra_subpartitions_split_flagの制約を示す説明図である。MinTbSizeY=4の場合、本実施形態の符号化制御器107および復号制御器206の制御によって、cbWidthとcbHeightに対するintra_subpartitions_mode_flagとintra_subpartitions_split_flagの制約は、図12に示されたようになる。なお、図12において、「NA」は、シンタクス値をエントロピー符号化しないことを示す。
実施形態3.
 上記の実施形態では、輝度成分の各TBのCBFの中間データ量が増大することを抑制するために、少なくともイントラCUの幅および高さが監視され、イントラCUに適用されるISPが制御された。しかし、イントラCU毎の監視処理も抑制する目的で、画像サイズを監視してもよい。その場合、符号化制御器107および復号制御器206は、画像サイズの監視結果に基づいて、gci_no_isp_constraint_flagシンタクス値を1にしたり、sps_isp_enabled_flagシンタクス値を0にすることによって、イントラCUに適用されるISPを禁止するように制御することができる。
 符号化制御器107および復号制御器206は、sps_pic_width_max_on_luma_samplesシンタクス値、sps_pic_height_max_on_luma_samplesシンタクス値、pps_pic_width_in_luma_samplesシンタクス値、pps_pic_height_in_luma_samplesシンタクス値などを監視すればよい。例えば、2K映像よりも大きな4K画像および8Kの映像でイントラCUに適用されるISPを禁止する場合、符号化制御器107および復号制御器206は、sps_pic_width_max_on_luma_samplesシンタクス値が1920よりも大きく、sps_pic_height_max_on_luma_samplesシンタクス値が1080よりも大きい場合に、gci_no_isp_constraint_flagシンタクス値を1としたり、sps_isp_enabled_flagシンタクス値を0とすればよい。また、符号化制御器107および復号制御器206は、pps_pic_width_in_luma_samplesシンタクス値が1920よりも大きく、pps_pic_height_in_luma_samplesシンタクス値が1080よりも大きい場合に、gci_no_isp_constraint_flagシンタクス値を1としたり、sps_isp_enabled_flagシンタクス値を0とすればよい。
 図13は、映像システムの一例を示すブロック図である。図13に示す映像システムは、上記の各実施形態の映像符号化装置100と映像復号装置200とが、伝送路(無線伝送路または有線伝送路)300で接続されるシステムである。映像符号化装置100は、上記の各実施形態のいずれかの映像符号化装置100である。映像復号装置200は、上記の各実施形態のいずれかの映像復号装置200である。
 映像システムにおいて、映像符号化装置100は、上記の各実施形態で説明された特徴を持つビットストリームを生成できる。また、映像システムにおいて、映像復号装置200は、上記の各実施形態で説明された特徴を持つビットストリームを復号できる。
 また、上記の各実施形態を、ハードウェアで構成することも可能であるが、コンピュータプログラムにより実現することも可能である。
 図14に示す情報処理システムは、CPU(Central Processing Unit)等のプロセッサ1001、プログラムメモリ1002、映像データを格納するための記憶媒体1003およびビットストリームを格納するための記憶媒体1004を備える。記憶媒体1003と記憶媒体1004とは、別個の記憶媒体であってもよいし、同一の記憶媒体からなる記憶領域であってもよい。記憶媒体として、ハードディスク等の磁気記憶媒体を用いることができる。
 情報処理システムにおいて、プログラムメモリ1002には、上記の各実施形態で示された各ブロック(バッファのブロックを除く)の機能を実現するためのプログラム(映像符号化プログラムまたは映像復号プログラム)が格納される。そして、プロセッサ1001は、プログラムメモリ1002に格納されているプログラムに従って処理を実行することによって、各実施形態で示された映像符号化装置100または映像復号装置200の機能を実現する。
 なお、少なくともプログラムメモリ1002は、非一時的なコンピュータ可読媒体(non-transitory computer readable medium)である。ただし、プログラムは、様々なタイプの一時的なコンピュータ可読媒体(transitory computer readable medium)に格納されてもよい。一時的なコンピュータ可読媒体には、例えば、有線通信路または無線通信路を介して、すなわち、電気信号、光信号または電磁波を介して、プログラムが供給される。
 図15は、映像符号化装置の主要部を示すブロック図である。図15に示す映像符号化装置10は、四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて等分割された各輝度成分ブロックに予測処理および変換処理を適用する符号化処理部(符号化処理手段)11(実施形態では、変換/量子化器101、逆量子化/逆変換器103および予測器105で実現される。)と、少なくともイントラCUに等分割を適用するか否かを制御する制御部(制御手段)12(実施形態では、符号化制御器107で実現される。)とを備えている。
 図16は、映像復号装置の主要部を示すブロック図である。図16に示す映像復号装置20は、四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて等分割された各輝度成分ブロックに予測処理および逆変換処理を適用する復号処理部(復号処理手段)21(実施形態では、逆量子化/逆変換器203および予測器204で実現される。)と、少なくともイントラCUに等分割を適用するか否かを制御する制御部(制御手段)22(実施形態では、復号制御器206で実現される。)とを備えている。
 上記の実施形態の一部または全部は、以下の付記のようにも記載され得るが、以下に限定されるわけではない。
(付記1)四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および変換処理を適用する符号化処理手段と、
 少なくともイントラCUに前記等分割を適用するか否かを制御する制御手段と
 を備える映像符号化装置。
(付記2)前記制御手段は、少なくともイントラCUの幅および高さを監視して、前記等分割された各輝度成分ブロックの幅と高さとが最小変換サイズ未満にならないことを条件として前記等分割を適用する
 付記1の映像符号化装置。
(付記3)前記制御手段は、少なくともイントラCUの画像サイズを監視して、前記等分割された各輝度成分ブロックの幅と高さとが最小変換サイズ未満にならないことを条件として前記等分割を適用する
 付記1の映像符号化装置。
(付記4)四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および逆変換処理を適用する復号処理手段と、
 少なくともイントラCUに前記等分割を適用するか否かを制御する制御手段と
 を備える映像復号装置。
(付記5)前記制御手段は、少なくともイントラCUの幅および高さを監視して、前記等分割された各輝度成分ブロックの幅と高さとが最小変換サイズ未満にならないことを条件として前記等分割を適用する
 付記4の映像復号装置。
(付記6)前記制御手段は、少なくともイントラCUの画像サイズを監視して、前記等分割された各輝度成分ブロックの幅と高さとが最小変換サイズ未満にならないことを条件として前記等分割を適用する
 付記4の映像復号装置。
(付記7)四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および逆変換処理を適用する復号処理手段と、
 所定サイズよりも大きな画像サイズのビットストリームでは前記等分割が無効とされたビットストリームを復号する復号手段(実施形態では、エントロピー復号器202で実現される。)と
 を備える映像復号装置。
(付記8)付記1から付記3のうちのいずれかの映像符号化装置と、
 付記4から付記7のうちのいずれかの映像復号装置と
 を備える映像システム。
(付記9)四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および変換処理を適用し、
 少なくともイントラCUに前記等分割を適用するか否かを制御する
 映像符号化方法。
(付記10)少なくともイントラCUの幅および高さを監視して、前記等分割された各輝度成分ブロックの幅と高さとが最小変換サイズ未満にならないことを条件として前記等分割を適用する
 付記9の映像符号化方法。
(付記11)少なくともイントラCUの画像サイズを監視して、前記等分割された各輝度成分ブロックの幅と高さとが最小変換サイズ未満にならないことを条件として前記等分割を適用する
 付記9の映像符号化方法。
(付記12)四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および逆変換処理を適用し、
 少なくともイントラCUに前記等分割を適用するか否かを制御する
 映像復号方法。
(付記13)少なくともイントラCUの幅および高さを監視して、前記等分割された各輝度成分ブロックの幅と高さとが最小変換サイズ未満にならないことを条件として前記等分割を適用する
 付記12の映像復号方法。
(付記14)少なくともイントラCUの画像サイズを監視して、前記等分割された各輝度成分ブロックの幅と高さとが最小変換サイズ未満にならないことを条件として前記等分割を適用する
 付記12の映像復号方法。
(付記15)四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および逆変換処理を適用し、
 所定サイズよりも大きな画像サイズのビットストリームでは前記等分割が無効とされたビットストリームを復号する
 映像復号方法。
(付記16)コンピュータに、
 四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および変換処理を適用する処理と、
 少なくともイントラCUに前記等分割を適用するか否かを制御する処理と
 を実行させる映像符号化プログラムが格納されたコンピュータ読み取り可能な記録媒体。
(付記17)コンピュータに、
 四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および逆変換処理を適用する処理と、
 少なくともイントラCUに前記等分割を適用するか否かを制御する処理と
 を実行させる映像復号プログラムが格納されたコンピュータ読み取り可能な記録媒体。
(付記18)コンピュータに、
 四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および逆変換処理を適用する処理と、
 所定サイズよりも大きな画像サイズのビットストリームでは前記等分割が無効とされたビットストリームを復号する処理と
 を実行させる映像復号プログラムが格納されたコンピュータ読み取り可能な記録媒体。
(付記19)コンピュータに、
 四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および変換処理を適用する処理と、
 少なくともイントラCUに前記等分割を適用するか否かを制御する処理と
 を実行させるための映像符号化プログラム。
(付記20)コンピュータに、
 四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および逆変換処理を適用する処理と、
 少なくともイントラCUに前記等分割を適用するか否かを制御する処理と
 を実行させるための映像復号プログラム。
(付記21)コンピュータに、
 四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および逆変換処理を適用する処理と、
 所定サイズよりも大きな画像サイズのビットストリームでは前記等分割が無効とされたビットストリームを復号する処理と
 を実行させるための映像復号プログラム。
(付記22)付記9から付記11のいずれかの映像符号化方法の各ステップを実行する映像符号化プログラム。
(付記23)付記12から付記15のいずれかの映像復号方法の各ステップを実行する映像復号プログラム。
 以上、実施形態を参照して本願発明を説明したが、本願発明は上記の実施形態に限定されるものではない。本願発明の構成や詳細には、本願発明のスコープ内で当業者が理解し得る様々な変更をすることができる。
 10   映像符号化装置
 11   符号化処理部
 12   制御部
 20   映像復号装置
 21   復号処理部
 22   制御部
 100  映像符号化装置
 101  変換/量子化器
 102  エントロピー符号化器
 103  逆量子化/逆変換器
 104  バッファ
 105  予測器
 106  多重化器
 107  符号化制御器
 200  映像復号装置
 201  多重化解除器
 202  エントロピー復号器
 203  逆量子化/逆変換器
 204  予測器
 205  バッファ
 206  復号制御器
 300  伝送路
 1001 プロセッサ
 1002 プログラムメモリ
 1003,1004 記憶媒体

Claims (18)

  1.  四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および変換処理を適用する符号化処理手段と、
     少なくともイントラCUに前記等分割を適用するか否かを制御する制御手段と
     を備える映像符号化装置。
  2.  前記制御手段は、少なくともイントラCUの幅および高さを監視して、前記等分割された各輝度成分ブロックの幅と高さとが最小変換サイズ未満にならないことを条件として前記等分割を適用する
     請求項1に記載の映像符号化装置。
  3.  前記制御手段は、少なくともイントラCUの画像サイズを監視して、前記等分割された各輝度成分ブロックの幅と高さとが最小変換サイズ未満にならないことを条件として前記等分割を適用する
     請求項1に記載の映像符号化装置。
  4.  四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および逆変換処理を適用する復号処理手段と、
     少なくともイントラCUに前記等分割を適用するか否かを制御する制御手段と
     を備える映像復号装置。
  5.  前記制御手段は、少なくともイントラCUの幅および高さを監視して、前記等分割された各輝度成分ブロックの幅と高さとが最小変換サイズ未満にならないことを条件として前記等分割を適用する
     請求項4に記載の映像復号装置。
  6.  前記制御手段は、少なくともイントラCUの画像サイズを監視して、前記等分割された各輝度成分ブロックの幅と高さとが最小変換サイズ未満にならないことを条件として前記等分割を適用する
     請求項4に記載の映像復号装置。
  7.  四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および逆変換処理を適用する復号処理手段と、
     所定サイズよりも大きな画像サイズのビットストリームでは前記等分割が無効とされたビットストリームを復号する復号手段と
     を備える映像復号装置。
  8.  請求項1から請求項3のうちのいずれか1項に記載の映像符号化装置と、
     請求項4から請求項7のうちのいずれか1項に記載の映像復号装置と
     を備える映像システム。
  9.  四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および変換処理を適用し、
     少なくともイントラCUに前記等分割を適用するか否かを制御する
     映像符号化方法。
  10.  少なくともイントラCUの幅および高さを監視して、前記等分割された各輝度成分ブロックの幅と高さとが最小変換サイズ未満にならないことを条件として前記等分割を適用する
     請求項9に記載の映像符号化方法。
  11.  少なくともイントラCUの画像サイズを監視して、前記等分割された各輝度成分ブロックの幅と高さとが最小変換サイズ未満にならないことを条件として前記等分割を適用する
     請求項9に記載の映像符号化方法。
  12.  四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および逆変換処理を適用し、
     少なくともイントラCUに前記等分割を適用するか否かを制御する
     映像復号方法。
  13.  少なくともイントラCUの幅および高さを監視して、前記等分割された各輝度成分ブロックの幅と高さとが最小変換サイズ未満にならないことを条件として前記等分割を適用する
     請求項12に記載の映像復号方法。
  14.  少なくともイントラCUの画像サイズを監視して、前記等分割された各輝度成分ブロックの幅と高さとが最小変換サイズ未満にならないことを条件として前記等分割を適用する
     請求項12に記載の映像復号方法。
  15.  四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および逆変換処理を適用し、
     所定サイズよりも大きな画像サイズのビットストリームでは前記等分割が無効とされたビットストリームを復号する
     映像復号方法。
  16.  コンピュータに、
     四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および変換処理を適用する処理と、
     少なくともイントラCUに前記等分割を適用するか否かを制御する処理と
     を実行させる映像符号化プログラムが格納されたコンピュータ読み取り可能な記録媒体。
  17.  コンピュータに、
     四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および逆変換処理を適用する処理と、
     少なくともイントラCUに前記等分割を適用するか否かを制御する処理と
     を実行させる映像復号プログラムが格納されたコンピュータ読み取り可能な記録媒体。
  18.  コンピュータに、
     四分木またはマルチタイプ木で分割されたイントラCUの輝度成分ブロックを水平または垂直に等分割し、共通のイントラ予測方向に基づいて前記等分割された各輝度成分ブロックに予測処理および逆変換処理を適用する処理と、
     所定サイズよりも大きな画像サイズのビットストリームでは前記等分割が無効とされたビットストリームを復号する処理と
     を実行させる映像復号プログラムが格納されたコンピュータ読み取り可能な記録媒体。
PCT/JP2020/032628 2020-08-28 2020-08-28 映像符号化装置、映像復号装置、映像符号化方法および映像復号方法 WO2022044267A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/JP2020/032628 WO2022044267A1 (ja) 2020-08-28 2020-08-28 映像符号化装置、映像復号装置、映像符号化方法および映像復号方法
JP2022545206A JPWO2022044267A1 (ja) 2020-08-28 2020-08-28

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/032628 WO2022044267A1 (ja) 2020-08-28 2020-08-28 映像符号化装置、映像復号装置、映像符号化方法および映像復号方法

Publications (1)

Publication Number Publication Date
WO2022044267A1 true WO2022044267A1 (ja) 2022-03-03

Family

ID=80352906

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/032628 WO2022044267A1 (ja) 2020-08-28 2020-08-28 映像符号化装置、映像復号装置、映像符号化方法および映像復号方法

Country Status (2)

Country Link
JP (1) JPWO2022044267A1 (ja)
WO (1) WO2022044267A1 (ja)

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
A. K. RAMASUBRAMONIAN (QUALCOMM), G. VAN DER AUWERA (QUALCOMM), T. HSIEH (QUALCOMM), V. SEREGIN (QUALCOMM), L. PHAM VAN (QUALCOMM): "CE3-1.6: On 1xN and 2xN subblocks of ISP", 15. JVET MEETING; 20190703 - 20190712; GOTHENBURG; (THE JOINT VIDEO EXPLORATION TEAM OF ISO/IEC JTC1/SC29/WG11 AND ITU-T SG.16 ), no. JVET-O0106, 19 June 2019 (2019-06-19), XP030205672 *
B. BROSS, J. CHEN, S. LIU, Y.-K. WANG: "Versatile Video Coding (Draft 10)", 131. MPEG MEETING; 20200629 - 20200703; ONLINE; (MOTION PICTURE EXPERT GROUP OR ISO/IEC JTC1/SC29/WG11), no. m54716 ; JVET-S2001 PD, 29 July 2020 (2020-07-29), XP030289312 *
HUA YANG (INTERDIGITAL), YUWEN HE (INTERDIGITAL), RAHUL VANAM (INTERDIGITAL): "CE3-1.3: CU-level low latency intra sub-partitions for 4x8 and 8x4 CUs", 15. JVET MEETING; 20190703 - 20190712; GOTHENBURG; (THE JOINT VIDEO EXPLORATION TEAM OF ISO/IEC JTC1/SC29/WG11 AND ITU-T SG.16 ), no. JVET-O0099, 18 June 2019 (2019-06-18), XP030205638 *
S. DE-LUXáN-HERNáNDEZ (FRAUNHOFER), V. GEORGE, J. MA, T. NGUYEN, H. SCHWARZ, D. MARPE, T. WIEGAND (HHI): "CE3: Intra Sub-Partitions Coding Mode (Tests 1.1.1 and 1.1.2)", 13. JVET MEETING; 20190109 - 20190118; MARRAKECH; (THE JOINT VIDEO EXPLORATION TEAM OF ISO/IEC JTC1/SC29/WG11 AND ITU-T SG.16 ), no. M0102-v5, 17 January 2019 (2019-01-17), pages 1 - 9, XP030202391 *
T.-C. MA (KWAI), X. XIU (KWAI), Y.-W. CHEN (KWAI), X. WANG (KWAI), H.-J. JHU (KWAI INC.): "CE3-1.4: Intra Sub-Partitions Coding without Thin Partitions", 15. JVET MEETING; 20190703 - 20190712; GOTHENBURG; (THE JOINT VIDEO EXPLORATION TEAM OF ISO/IEC JTC1/SC29/WG11 AND ITU-T SG.16 ), no. JVET-O0109, 19 June 2019 (2019-06-19), XP030205676 *

Also Published As

Publication number Publication date
JPWO2022044267A1 (ja) 2022-03-03

Similar Documents

Publication Publication Date Title
JP7343573B2 (ja) 逆量子化のための装置及び方法
US10097847B2 (en) Video encoding device, video decoding device, video encoding method, video decoding method, and program
RU2648592C2 (ru) Управляющие данные для набора мозаичных фрагментов с ограничениями движения
US9838685B2 (en) Method and apparatus for efficient slice header processing
CN109547790B (zh) 用于在高效率视频编解码中处理分区模式的设备和方法
CN107197277B (zh) 视频解码设备以及视频解码方法
KR20160106127A (ko) 인코딩된 비트 스트림에서의 움직임 벡터 표현
KR20160072181A (ko) 비디오 및 이미지 코딩 및 디코딩을 위한 인트라 블록 카피 예측 모드의 피쳐
KR20160070771A (ko) 비디오 및 영상 코딩 및 디코딩에 대한 기본 색상 인덱스 맵 모드의 특징
US20220279172A1 (en) Image encoding/decoding method and device for determining division mode on basis of color format, and method for transmitting bitstream
KR102594690B1 (ko) 크로마 양자화 파라미터 데이터 기반 영상 디코딩 방법 및 그 장치
JPWO2019069602A1 (ja) 映像符号化装置、映像復号装置、映像符号化方法、映像復号方法、プログラムおよび映像システム
US11363301B2 (en) Conditionally parsed extension syntax for HEVC extension processing
JP2022517081A (ja) イントラ・サブパーティション・コーディング・ツールによって引き起こされるサブパーティション境界のためのデブロッキングフィルタ
JPWO2019069601A1 (ja) 映像符号化装置、映像復号装置、映像符号化方法、映像復号方法およびプログラム
CN114930841A (zh) 用于亮度分量和色度分量的基于bdpcm的图像解码方法及其装置
TW202236852A (zh) 高效視訊編碼器架構
KR20140081681A (ko) 영상의 부호화 방법 및 이를 이용하는 장치
WO2019188464A1 (ja) 画像符号化装置、画像符号化方法、画像復号装置、および画像復号方法
WO2022044267A1 (ja) 映像符号化装置、映像復号装置、映像符号化方法および映像復号方法
KR102644971B1 (ko) 크로마 양자화 파라미터 테이블을 사용하는 영상 디코딩 방법 및 그 장치
CN114830642A (zh) 图像编码方法和图像解码方法
JP2021533618A (ja) イントラ予測のための方法及び機器
WO2022064700A1 (ja) 映像符号化装置、映像復号装置、映像符号化方法および映像復号方法
WO2022044268A1 (ja) 映像符号化装置、映像復号装置、映像符号化方法および映像復号方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20951517

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2022545206

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20951517

Country of ref document: EP

Kind code of ref document: A1