WO2016037363A1 - Procédés de représentation arborescente de transformée résiduelle - Google Patents
Procédés de représentation arborescente de transformée résiduelle Download PDFInfo
- Publication number
- WO2016037363A1 WO2016037363A1 PCT/CN2014/086426 CN2014086426W WO2016037363A1 WO 2016037363 A1 WO2016037363 A1 WO 2016037363A1 CN 2014086426 W CN2014086426 W CN 2014086426W WO 2016037363 A1 WO2016037363 A1 WO 2016037363A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- transform
- depth
- split
- signaled
- component
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/169—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding
- H04N19/186—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being a colour or a chrominance component
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/102—Methods 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/119—Adaptive subdivision aspects, e.g. subdivision of a picture into rectangular or non-rectangular coding blocks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/90—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using coding techniques not provided for in groups H04N19/10-H04N19/85, e.g. fractals
- H04N19/96—Tree coding, e.g. quad-tree coding
Definitions
- the invention relates generally to video processing.
- the present invention relates to methods and apparatuses for residue transform tree representation for Y, U, and V components in High Efficiency Video Coding (HEVC) .
- HEVC High Efficiency Video Coding
- HEVC is an advanced video coding system developed under the Joint Collaborative Team on Video Coding (JCT-VC) group of video coding experts from ITU-T Study Group.
- JCT-VC Joint Collaborative Team on Video Coding
- the residue transform depth is shared between luma (Y) and chroma (U and V) components.
- a syntax element split_transform_flag is used to indicate the transform depth increase for all Y, U, and V components as shown in Fig. 1.
- the transform tree coding (including transform split flag, cbf and coefficients) signals the residual of Y, U, V components together as shown in Fig. 2.
- a syntax element max_transform_hierarchy_depth_inter is used to indicate the maximum transform depth in a sequence for all Y, U, and V components for inter case
- a syntax element max_transform_hierarchy_depth_intra is used to indicate the maximum transform depth in a sequence for all Y, U, and V components for intra case.
- transform tree syntax three separate syntax elements split_transform_Y_flag, split_transform_U_flag, and split_transform_V_flag instead of one shared split_transform_flag, are used to indicate the transform depth increase for Y, U, and V components respectively as shown in Fig. 3.
- the transform tree coding for Y, U, and V components are shown in Fig. 4, Fig. 5, and Fig. 6 respectively.
- the transform tree is signaled separately for each component and with the Y components signaled at the last. For example, first, the transform tree for U component is signaled, then the transform tree for V component is signaled, and finally the transform tree for Y component is signaled.
- two separate syntax elements split_transform_luma_flag, and split_transform_chroma_flag instead of one shared split_transform_flag are used to indicate the transform depth increase for luma and chroma components respectively as shown in Fig. 7.
- the transform tree coding for luma component is shown in Fig. 8.
- the transform tree coding for chroma component is shown in Fig. 9.
- the transform tree for chroma is signaled first, and then the transform tree for luma is signaled.
- Fig. 1 is a diagram illustrating the TU split in HEVC.
- Fig. 2 is a flowchart illustrating the transform tree coding in HEVC.
- Fig. 3 is a diagram illustrating the TU split in the first embodiment of the proposed method.
- Fig. 4 is a flowchart illustrating the transform tree coding for Y component in the first embodiment of the proposed method.
- Fig. 5 is a flowchart illustrating the transform tree coding for U component in the first embodiment of the proposed method.
- Fig. 6 is a flowchart illustrating the transform tree coding for V component in the first embodiment of the proposed method.
- Fig. 7 is a diagram illustrating the TU split in the second embodiment of the proposed method.
- Fig. 8 is a flowchart illustrating the transform tree coding for luma component in the second embodiment of the proposed method.
- Fig. 9 is a flowchart illustrating the transform tree coding for chroma component in the second embodiment of the proposed method.
- the transform tree in the first embodiment, in CU level, is signaled separately for Y, U, V component, and with the Y component signaled at the last, i.e., the transform tree can be signaled as U first, then V, and finally Y, or can be signaled as V first, then U, and finally Y.
- the transform tree coding for Y, U, and V components are shown in Fig. 4, Fig. 5, and Fig. 6 respectively.
- the transform split flag is signaled in each transform unit level, and the cbf is only signaled in the leaf transform unit level when there is no further transform unit split.
- the transform split flag is signaled after the cbf in each transform unit level.
- the benefit is that for inter-coded CU, if the cbf is signaled as zero, then the transform split flag can be avoid.
- the transform trees for luma and chroma are signaled separately, and the transform tree for chroma components is signaled before the transform tree for luma component.
- the transform tree coding for luma and chroma components are shown in Fig. 8, and Fig. 9 respectively.
- the transform split flag is signaled in each transform unit level, and the cbf is only signaled in the leaf transform unit level when there is no further transform unit split.
- the transform split flag is signaled after the cbfU and cbfV in each transform unit level.
- the benefit is that for inter-coded CU, if the cbfU and cbfV are both signaled as zero, then the transform split flag can be avoid.
- 2 separate syntax elements max_transform_hierarchy_depth_luma_inter and max_transform_hierarchy_depth_chroma_inter instead of one shared syntax element max_transform_hierarchy_depth_inter are used to indicate the maximum transform depth in a sequence for luma and chroma components respectively for inter case.
- an embodiment of the present invention can be a circuit integrated into a video compression chip or program codes integrated into video compression software to perform the processing described herein.
- An embodiment of the present invention may also be program codes to be executed on a Digital Signal Processor (DSP) to perform the processing described herein.
- DSP Digital Signal Processor
- the invention may also involve a number of functions to be performed by a computer processor, a digital signal processor, a microprocessor, or field programmable gate array (FPGA) .
- processors can be configured to perform particular tasks according to the invention, by executing machine-readable software code or firmware code that defines the particular methods embodied by the invention.
- the software code or firmware codes may be developed in different programming languages and different format or style.
- the software code may also be compiled for different target platform.
- different code formats, styles and languages of software codes and other means of configuring code to perform the tasks in accordance with the invention will not depart from the spirit and scope of the invention.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
L'invention concerne un procédé de représentation arborescente de transformée résiduelle destiné à des composantes chromatiques comprenant des composantes Y, U et V. Les composantes Y, U, et V ne sont pas contraintes d'avoir la même profondeur de transformée résiduelle.
Priority Applications (6)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2014/086426 WO2016037363A1 (fr) | 2014-09-12 | 2014-09-12 | Procédés de représentation arborescente de transformée résiduelle |
| PCT/CN2015/078270 WO2015169207A1 (fr) | 2014-05-05 | 2015-05-05 | Procédé et appareil de détermination de représentation d'arbre de transformée de résidus |
| CA2946779A CA2946779C (fr) | 2014-05-05 | 2015-05-05 | Procede et appareil de determination de representation d'arbre de transformee de residus |
| CN201580023132.9A CN106256125B (zh) | 2014-05-05 | 2015-05-05 | 确定残余转换树表达的方法及装置 |
| US15/305,834 US20170048552A1 (en) | 2014-05-05 | 2015-05-05 | Method and apparatus for determining residue transform tree representation |
| EP15788919.7A EP3127330A4 (fr) | 2014-05-05 | 2015-05-05 | Procédé et appareil de détermination de représentation d'arbre de transformée de résidus |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2014/086426 WO2016037363A1 (fr) | 2014-09-12 | 2014-09-12 | Procédés de représentation arborescente de transformée résiduelle |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US15/305,834 Continuation-In-Part US20170048552A1 (en) | 2014-05-05 | 2015-05-05 | Method and apparatus for determining residue transform tree representation |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2016037363A1 true WO2016037363A1 (fr) | 2016-03-17 |
Family
ID=55458282
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2014/086426 Ceased WO2016037363A1 (fr) | 2014-05-05 | 2014-09-12 | Procédés de représentation arborescente de transformée résiduelle |
Country Status (1)
| Country | Link |
|---|---|
| WO (1) | WO2016037363A1 (fr) |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102067609A (zh) * | 2008-06-12 | 2011-05-18 | 汤姆森特许公司 | 利用降低的比特深度更新模式和降低的色度采样更新模式进行视频编码和解码的方法及装置 |
| WO2013106988A1 (fr) * | 2012-01-16 | 2013-07-25 | Mediatek Singapore Pte. Ltd. | Procédés et appareils de représentation de profondeur de transformée de résidus |
| CN103444177A (zh) * | 2011-03-10 | 2013-12-11 | 高通股份有限公司 | 在视频译码中的变换 |
| CN103959785A (zh) * | 2011-11-01 | 2014-07-30 | 高通股份有限公司 | 在视频译码中用于色度分量的变换单位分割 |
-
2014
- 2014-09-12 WO PCT/CN2014/086426 patent/WO2016037363A1/fr not_active Ceased
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102067609A (zh) * | 2008-06-12 | 2011-05-18 | 汤姆森特许公司 | 利用降低的比特深度更新模式和降低的色度采样更新模式进行视频编码和解码的方法及装置 |
| CN103444177A (zh) * | 2011-03-10 | 2013-12-11 | 高通股份有限公司 | 在视频译码中的变换 |
| CN103959785A (zh) * | 2011-11-01 | 2014-07-30 | 高通股份有限公司 | 在视频译码中用于色度分量的变换单位分割 |
| WO2013106988A1 (fr) * | 2012-01-16 | 2013-07-25 | Mediatek Singapore Pte. Ltd. | Procédés et appareils de représentation de profondeur de transformée de résidus |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2017173593A1 (fr) | Codage séparé d'éléments de syntaxe de transformation secondaire pour différentes composantes chromatiques | |
| WO2016074147A1 (fr) | Arbre de codage séparé pour la luminance et la chrominance | |
| US9930330B2 (en) | Method and apparatus for coded block flag coding in high efficiency video coding | |
| WO2016090568A1 (fr) | Structure de partitionnement de bloc d'arbre binaire | |
| US10334281B2 (en) | Method of conditional binary tree block partitioning structure for video and image coding | |
| US20170048552A1 (en) | Method and apparatus for determining residue transform tree representation | |
| MX2021008346A (es) | Un codificador de video, un decodificador de video y metodos correspondientes. | |
| WO2013067687A1 (fr) | Profondeur d'arbre quaternaire résiduel pour composantes de chrominance | |
| WO2015100522A1 (fr) | Procédés de prédiction inter-composant par les résidus | |
| RU2016113364A (ru) | Квантование цветности в кодировании видеосигналов | |
| WO2017219342A1 (fr) | Procédés de signalisation de paramètre de quantification pour structure d'arbre binaire et arbre quaternaire (qtbt) | |
| WO2015139203A1 (fr) | Signalisation de table dlt en codage vidéo 3d | |
| WO2016115708A1 (fr) | Procédés de codage de composantes de chrominance avec mode de prédiction intra séparé | |
| JP6857053B2 (ja) | 少なくとも1つの画像ユニットを符号化する方法及びデバイス、並びに少なくとも1つの画像ユニットを表すストリームを復号する方法及びデバイス | |
| MX2022003556A (es) | Un codificador, un decodificador y metodos correspondientes. | |
| CN108141601B (zh) | 对图片序列进行编码和解码的方法、设备和可读介质 | |
| US20180359494A1 (en) | Method and apparatus of prediction binary tree structure for video and image coding | |
| WO2016115728A1 (fr) | Procédés de codage de valeur d'échappement améliorés | |
| WO2013102299A1 (fr) | Profondeur d'arbre quaternaire résiduel pour composantes de chrominance | |
| WO2016065538A1 (fr) | Prédiction de composantes croisées guidée | |
| WO2015180166A1 (fr) | Codage en mode d'intra-prédiction amélioré | |
| WO2013106988A1 (fr) | Procédés et appareils de représentation de profondeur de transformée de résidus | |
| WO2016037363A1 (fr) | Procédés de représentation arborescente de transformée résiduelle | |
| WO2015131404A1 (fr) | Procédés de codage de cartes de profondeur | |
| WO2016205999A1 (fr) | Groupe de codage adaptatif pour codage d'image/de vidéo |
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: 14901635 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 14901635 Country of ref document: EP Kind code of ref document: A1 |