JP2021164003A - 画像復号装置、画像復号方法及びプログラム - Google Patents
画像復号装置、画像復号方法及びプログラム Download PDFInfo
- Publication number
- JP2021164003A JP2021164003A JP2020061226A JP2020061226A JP2021164003A JP 2021164003 A JP2021164003 A JP 2021164003A JP 2020061226 A JP2020061226 A JP 2020061226A JP 2020061226 A JP2020061226 A JP 2020061226A JP 2021164003 A JP2021164003 A JP 2021164003A
- Authority
- JP
- Japan
- Prior art keywords
- bdpcm
- block
- conversion
- unit
- intra
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims description 74
- 238000006243 chemical reaction Methods 0.000 claims abstract description 78
- 238000012545 processing Methods 0.000 abstract description 41
- 238000013139 quantization Methods 0.000 description 22
- 230000009466 transformation Effects 0.000 description 10
- 230000007274 generation of a signal involved in cell-cell signaling Effects 0.000 description 6
- 238000011045 prefiltration Methods 0.000 description 6
- 238000010586 diagram Methods 0.000 description 5
- 238000001914 filtration Methods 0.000 description 4
- 238000005070 sampling Methods 0.000 description 4
- 239000011159 matrix material Substances 0.000 description 3
- 241000023320 Luma <angiosperm> Species 0.000 description 2
- OSWPMRLSEDHDFF-UHFFFAOYSA-N methyl salicylate Chemical compound COC(=O)C1=CC=CC=C1O OSWPMRLSEDHDFF-UHFFFAOYSA-N 0.000 description 2
- 238000012546 transfer Methods 0.000 description 2
- 230000003044 adaptive effect Effects 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 230000001143 conditioned effect Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000012795 verification Methods 0.000 description 1
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/50—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
- H04N19/593—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving spatial prediction techniques
-
- 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/70—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by syntax aspects related to video coding, e.g. related to compression standards
-
- 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
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
Description
(第1実施形態)
以下、図1〜図8を参照して、本発明の第1実施形態に係る画像処理システム10について説明する。図1は、本実施形態に係る実施形態に係る画像処理システム10を示す図である。
以下、図2を参照して、本実施形態に係る画像復号装置200について説明する。図2は、本実施形態に係る画像復号装置200の機能ブロックの一例について示す図である。
以下、図3を参照して、本実施形態に係るイントラ予測部242について説明する。図3は、本実施形態に係る画像復号装置200のイントラ予測部242の機能ブロックの一例について示す図である。
MaxBdpcmHeightC=Min(maxTbHeight,MaxTsSize)
ここで、maxTbWidth及びmaxTbHeightは、輝度信号の最大TUサイズ(MaxTbSizeY)及びとカラーフォーマット(4:2:0、4:2:2又は4:4:4)に応じて決定される色差信号の最大TUサイズであり、具体的には、以下のように算出される。
maxTbHeight=MaxTbSizeY/SubHeightC
ここで、SubWidthCは、4:2:0及び4:2:2フォーマットの場合は「2」であり、それ以外の場合は「1」である。SubHeightCは、4:2:0フォーマットの場合は「2」であり、それ以外の場合は「1」である。
以下、図7を参照して、本実施形態に係る画像符号化装置100について説明する。図7は、本実施形態に係る画像符号化装置100の機能ブロックの一例について示す図である。
以下、図8を参照して、本実施形態に係るイントラ予測部112について説明する。図8は、本実施形態に係る画像符号化装置112のイントラ予測部112の機能ブロックの一例について示す図である。
以下、図9〜図10を参照して、本発明の第2実施形態について説明する。なお、以降では第1実施形態との差分のみを説明することとし、第1実施形態と同一の処理の箇所については説明を省略する。
ここで、a ? b : cは、条件aが真のときはbの値を返し、条件aが偽の時はcの値を返す関数である。
MaxBdpcmHeightC=(maxTbHeight>MaxTsSize)? MaxTsSize:CtbSizeY/SubHeightC
すなわち、イントラ予測モード復号部242Bは、色差CU(符号化ブロック)に対して色差BDPCMを適用可能かどうかについて判定する所定条件1として、MaxTSize(変換スキップモードの最大サイズ)及びMaxTbSizeY(変換ブロックの最大サイズ)の両方を用いるように構成されている。
100…画像符号化装置
111、241…インター予測部
112、242…イントラ予測部
112A…イントラ予測モード決定部
112B…イントラ予測モード符号化部
112C、242C…予測信号生成部
121…減算器
122、230…加算器
131…変換・量子化部
132、220…逆変換・逆量子化部
140…符号化部
150、250…インループフィルタ処理部
160、260…フレームバッファ
200…画像復号装置
210…復号部
242B…イントラ予測モード復号部
Claims (7)
- 画像復号装置であって、
符号化ブロックに対してBDPCMを適用可能かどうかについて判定する所定条件として、変換スキップモードの最大サイズ及び変換ブロックの最大サイズの両方を用いるように構成されているイントラ予測モード復号部を備えることを特徴とする画像復号装置。 - 前記イントラ予測モード復号部は、前記符号化ブロックのサイズが前記変換スキップモードの最大サイズ及び前記変換ブロックの最大サイズのうち小さい方の値以下の場合に、前記符号化ブロックに対してBDPCMを適用可能と判定するように構成されていることを特徴とする請求項1に記載の画像復号装置。
- 前記イントラ予測モード復号部は、前記符号化ブロックの幅が前記変換スキップモードの最大サイズ及び前記変換ブロックの幅の最大値のうち小さい方の値以下であり、且つ、前記符号化ブロックの高さが前記変換スキップモードの最大サイズ及び前記変換ブロックの高さの最大値のうち小さい方の値以下である場合に、前記符号化ブロックに対してBDPCMを適用可能と判定するように構成されていることを特徴とする請求項2に記載の画像復号装置。
- 前記イントラ予測モード復号部は、前記変換ブロックの最大サイズが前記変換スキップモードの最大サイズ以下の場合に、全てのサイズの前記符号化ブロックに対してBDPCMを適用可能と判定するように構成されていることを特徴とする請求項1に記載の画像復号装置。
- 前記イントラ予測モード復号部は、前記変換ブロックの幅の最大値が前記変換スキップモードの最大サイズ以下であり、且つ、前記変換ブロックの高さの最大値が前記変換スキップモードの最大サイズ以下である場合に、全てのサイズの前記符号化ブロックに対してBDPCMを適用可能と判定するように構成されていることを特徴とする請求項4に記載の画像復号装置。
- 符号化ブロックに対してBDPCMを適用可能かどうかについて判定する所定条件として、変換スキップモードの最大サイズ及び変換ブロックの最大サイズの両方を用いる工程を有することを特徴とする画像復号方法。
- 画像復号装置で用いるプログラムであって、コンピュータに、
符号化ブロックに対してBDPCMを適用可能かどうかについて判定する所定条件として、変換スキップモードの最大サイズ及び変換ブロックの最大サイズの両方を用いる工程を実行させることを特徴とするプログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2020061226A JP7315509B2 (ja) | 2020-03-30 | 2020-03-30 | 画像復号装置、画像復号方法及びプログラム |
PCT/JP2021/006371 WO2021199780A1 (ja) | 2020-03-30 | 2021-02-19 | 画像復号装置、画像復号方法及びプログラム |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2020061226A JP7315509B2 (ja) | 2020-03-30 | 2020-03-30 | 画像復号装置、画像復号方法及びプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2021164003A true JP2021164003A (ja) | 2021-10-11 |
JP7315509B2 JP7315509B2 (ja) | 2023-07-26 |
Family
ID=77927069
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2020061226A Active JP7315509B2 (ja) | 2020-03-30 | 2020-03-30 | 画像復号装置、画像復号方法及びプログラム |
Country Status (2)
Country | Link |
---|---|
JP (1) | JP7315509B2 (ja) |
WO (1) | WO2021199780A1 (ja) |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2021015524A1 (ko) * | 2019-07-19 | 2021-01-28 | 주식회사 윌러스표준기술연구소 | 비디오 신호 처리 방법 및 장치 |
-
2020
- 2020-03-30 JP JP2020061226A patent/JP7315509B2/ja active Active
-
2021
- 2021-02-19 WO PCT/JP2021/006371 patent/WO2021199780A1/ja active Application Filing
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2021015524A1 (ko) * | 2019-07-19 | 2021-01-28 | 주식회사 윌러스표준기술연구소 | 비디오 신호 처리 방법 및 장치 |
Also Published As
Publication number | Publication date |
---|---|
WO2021199780A1 (ja) | 2021-10-07 |
JP7315509B2 (ja) | 2023-07-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP7051773B2 (ja) | イントラ予測方法とそれを利用した符号化器及び復号化器 | |
JP6660074B2 (ja) | 映像復号化方法及び装置 | |
CN106464877B (zh) | 在视频译码中确定将解块滤波应用于经调色板译码块 | |
CN105144718B (zh) | 当跳过变换时用于有损译码的帧内预测模式 | |
KR101865309B1 (ko) | 이미지들을 인코딩 및 디코딩하기 위한 방법,인코딩 및 디코딩 디바이스,및 대응하는 컴퓨터 프로그램들 | |
US20220210430A1 (en) | Method and device for coding/decoding image using differential coding of residual coefficient, and method for transmitting bitstream | |
CN113826383B (zh) | 变换跳过模式的块维度设置 | |
WO2012138032A1 (ko) | 영상 정보 부호화 방법 및 복호화 방법 | |
CN114786019B (zh) | 图像预测方法、编码器、解码器以及存储介质 | |
JP2015136172A (ja) | 映像復号化装置 | |
JP2016072903A (ja) | 動画像符号化装置、動画像復号装置、動画像圧縮伝送システム、動画像符号化方法、動画像復号方法、およびプログラム | |
CN113826398B (zh) | 变换跳过模式和其它编解码工具之间的交互 | |
CN116389737A (zh) | 视频编解码中变换系数的编解码 | |
KR20240013896A (ko) | 영상을 인코딩 및 디코딩하기 위한 방법, 인코딩 및 디코딩 장치, 및 해당 컴퓨터 프로그램 | |
CA3155622A1 (en) | Efficient implementation of matrix-based intra-prediction | |
JP2024534816A (ja) | 多用途ビデオコーディングのための操作範囲拡張 | |
WO2021199780A1 (ja) | 画像復号装置、画像復号方法及びプログラム | |
WO2021251278A1 (ja) | 画像復号装置、画像復号方法及びプログラム | |
WO2020059341A1 (ja) | 画像復号装置、画像符号化装置、画像処理システム及びプログラム | |
US11638024B2 (en) | Image encoding/decoding method and apparatus for signaling residual coding method used for encoding block to which BDPCM is applied, and method for transmitting bitstream | |
CN115349258B (zh) | 图像编码系统中用于残差编码的图像解码方法及其设备 | |
JP7189854B2 (ja) | 画像復号装置、画像復号方法及びプログラム | |
CN113891084B (zh) | 帧内预测模式相关的编码器、解码器、对应方法及计算机可读介质 | |
EP4325848A1 (en) | Encoding method, decoding method, encoder, decoder and storage medium | |
WO2014002510A1 (en) | High throughput binarization/de-binarization of a cabac syntax element |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20210407 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20220202 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20230131 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20230403 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20230411 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20230627 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20230713 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 7315509 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |