JP6799122B2 - 画像符号化方法、画像復号方法および画像復号装置 - Google Patents
画像符号化方法、画像復号方法および画像復号装置 Download PDFInfo
- Publication number
- JP6799122B2 JP6799122B2 JP2019164567A JP2019164567A JP6799122B2 JP 6799122 B2 JP6799122 B2 JP 6799122B2 JP 2019164567 A JP2019164567 A JP 2019164567A JP 2019164567 A JP2019164567 A JP 2019164567A JP 6799122 B2 JP6799122 B2 JP 6799122B2
- Authority
- JP
- Japan
- Prior art keywords
- sao
- unit
- decoding
- value
- coding
- 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.)
- Active
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/20—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using video object coding
-
- 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/13—Adaptive entropy coding, e.g. adaptive variable length coding [AVLC] or context adaptive binary arithmetic coding [CABAC]
-
- 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/91—Entropy coding, e.g. variable length coding [VLC] or arithmetic coding
-
- 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/117—Filters, e.g. for pre-processing or post-processing
-
- 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/80—Details of filtering operations specially adapted for video compression, e.g. for pixel interpolation
- H04N19/82—Details of filtering operations specially adapted for video compression, e.g. for pixel interpolation involving filtering within a prediction loop
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
- Compression, Expansion, Code Conversion, And Decoders (AREA)
Description
aptive Offset)と呼ばれるオフセット処理がある。SAO処理とは、符号列(符号化ビットストリーム)から復号した画像の各画素に対し、オフセット値を加算する処理である。SAO処理を実行することにより、符号化による画像劣化を低減し、復号される画像を原画像により近づけることができる。HEVC規格では、SAO処理のオフセット値を、算術符号化処理して符号列に付与する。
本発明者は、「背景技術」の欄において記載した画像符号化方法等に関し、以下の問題が生じることを見出した。
Oオフセット値に対するコンテキスト算術符号化処理を開始することができない。このため、処理が順次的になり、スループットが低下するという問題がある。
実施の形態1の画像符号化装置および画像符号化方法について、図1〜図9を基に説明する。
本実施の形態の画像符号化装置について、図1を基に説明する。図1は、本実施の形態のHEVC規格に係る動画像符号化装置の構成を示すブロック図である。
次に、画像符号化装置100の動作について、図4を基に説明する。図4は、画像符号化装置100の処理手順を示すフローチャートである。
画素×縦32画素である。
本実施の形態のSAOパラメータ符号化部110の動作について、図5を基に説明する。
本実施の形態のsao_offset符号化部112の動作について、図6Aを基に説明する。図6Aは、sao_offset符号化部112の処理の一例を示すフローチャートである。
以上、本実施の形態の画像符号化装置100は、sao_offsetの後半のbinに対し、バイパス算術符号化処理を行うため、処理を高速化することが可能となる。より具体的には、本実施の形態では、binIdexが2以上のbinに対しては、コンテキスト算術符号化処理ではなくバイパス算術符号化処理が行われる。上述したように、バイ
パス算術符号化処理は、コンテキストのロードおよび更新が不要である。このため、他の予測対象ブロックのSAOオフセット値の算術符号化処理の完了を待つことなく、SAOオフセット値の算術符号化処理を始めることが可能になり、処理を高速化することが可能である。
なお、上記実施の形態1では、binIdx2以降のbinをバイパス算術符号化処理しているが、これに限るものではない。
スト1算術符号化部116を備えていなくてもよい。
図9は、実施の形態1および変形例における符号化効率の実験結果を示す表である。
実施の形態2の画像復号装置および画像復号方法について、図10〜図15Aを基に説明する。
本実施の形態の画像復号装置について、図10を基に説明する。図10は、本実施の形態のHEVC規格に係る画像復号装置の構成を示すブロック図である。
可変長復号)することにより、量子化係数、および、復号に必要な各種情報(予測対象ブロックのパーティション情報、予測の種別、動きベクトル、予測モード(面内予測モード)、および、量子化パラメータ等)を取得する。
次に、画像復号装置200の動作について、図13を基に説明する。図13は、画像復号装置200の処理手順を示すフローチャートである。
本実施の形態のSAOパラメータ復号部210の動作について、図14を基に説明する。
本実施の形態のsao_offset復号部212の動作について、図15Aを基に説明する。図15Aは、sao_offset復号部212の処理の一例を示すフローチャートである。
inのbinIdx値を判定する(S221、S223、S225)。
以上、本実施の形態の画像復号装置200は、sao_offsetの後半のbinに対し、バイパス算術復号処理を行うため、処理を高速化することが可能となる。
なお、上記実施の形態2では、binIdx2以降のbinをバイパス算術復号処理しているが、これに限るものではない。実施の形態1と同様に、binIdx1以降のbinをバイパス算術復号処理しても良いし(変形例1)、全てのbinをバイパス算術復号処理してもよい(変形例2)。
化する(S227、2値信号をオフセット値に変換するステップ)。なお、当該変形例2の場合は、全てのbinをバイパス算術復号処理するため、最も処理を高速化させることが可能である。
(1)上記実施の形態1および実施の形態2(変形例を含む)では、SAOパラメータとして、SAOオフセット値の分類を示すsao_type_idxとSAOオフセット値を示すsao_offsetとを用いているが、これに限るものではない。他のSAOパラメータとしては、例えば、例えば、画素を分類分けする補助情報となるパラメータを追加してもよい。
ra_chroma_pred_mode等が考えられる。
上記各実施の形態で示した動画像符号化方法(画像符号化方法)または動画像復号化方法(画像復号方法)の構成を実現するためのプログラムを記憶メディアに記録することにより、上記各実施の形態で示した処理を独立したコンピュータシステムにおいて簡単に実施することが可能となる。記憶メディアは、磁気ディスク、光ディスク、光磁気ディスク、ICカード、半導体メモリ等、プログラムを記録できるものであればよい。
103で行ってもよいし、互いに分担して行ってもよい。また、カメラex113に限らず、カメラex116で撮影した静止画像および/または動画像データを、コンピュータex111を介してストリーミングサーバex103に送信してもよい。この場合の符号化処理はカメラex116、コンピュータex111、ストリーミングサーバex103のいずれで行ってもよいし、互いに分担して行ってもよい。
復調する、または外部に送信する多重化データに変調する変調/復調部ex302と、復調した多重化データを映像データと、音声データとに分離する、または信号処理部ex306で符号化された映像データ、音声データを多重化する多重/分離部ex303を備える。
ダex218のいずれで行ってもよいし、テレビex300とリーダ/レコーダex218が互いに分担して行ってもよい。
ことがコンピュータex111や携帯電話ex114等でも考えられる。
上記各実施の形態で示した動画像符号化方法または装置と、MPEG−2、MPEG4−AVC、VC−1など異なる規格に準拠した動画像符号化方法または装置とを、必要に応じて適宜切替えることにより、映像データを生成することも可能である。
時刻を示す。多重化データには図25下段に示すようにソースパケットが並ぶこととなり、多重化データの先頭からインクリメントする番号はSPN(ソースパケットナンバー)と呼ばれる。
がどれだけであるかなどの情報を持つ。これらの情報は、プレーヤが再生する前のデコーダの初期化などに利用される。
上記各実施の形態で示した動画像符号化方法および装置、動画像復号化方法および装置は、典型的には集積回路であるLSIで実現される。一例として、図30に1チップ化されたLSIex500の構成を示す。LSIex500は、以下に説明する要素ex501、ex502、ex503、ex504、ex505、ex506、ex507、ex508、ex509を備え、各要素はバスex510を介して接続している。電源回路部ex505は電源がオン状態の場合に各部に対して電力を供給することで動作可能な状態に起動する。
部ex507ではさらに、場合により符号化された音声データと符号化された映像データを多重化するなどの処理を行い、ストリームI/Oex506から外部に出力する。この出力された多重化データは、基地局ex107に向けて送信されたり、または記録メディアex215に書き込まれたりする。なお、多重化する際には同期するよう、一旦バッファex508にデータを蓄積するとよい。
上記各実施の形態で示した動画像符号化方法または装置によって生成された映像データを復号する場合、従来のMPEG−2、MPEG4−AVC、VC−1などの規格に準拠する映像データを復号する場合に比べ、処理量が増加することが考えられる。そのため、LSIex500において、従来の規格に準拠する映像データを復号する際のCPUex502の駆動周波数よりも高い駆動周波数に設定する必要がある。しかし、駆動周波数を高くすると、消費電力が高くなるという課題が生じる。
タである場合には、映像データが、上記各実施の形態で示した動画像符号化方法または装置によって生成されたものである場合に比べ、駆動周波数を低く設定する。そして、従来の規格に準拠する復号処理部ex802に対し、映像データを復号するよう指示する。
別情報が、上記各実施の形態で示した動画像符号化方法または装置によって生成された映像データであることを示している場合には、LSIex500またはLSIex500を含む装置に与える電圧を高く設定し、従来のMPEG−2、MPEG4−AVC、VC−1などの規格に準拠する映像データであることを示している場合には、LSIex500またはLSIex500を含む装置に与える電圧を低く設定することも考えられる。また、他の例としては、識別情報が、上記各実施の形態で示した動画像符号化方法または装置によって生成された映像データであることを示している場合には、CPUex502の駆動を停止させることなく、従来のMPEG−2、MPEG4−AVC、VC−1などの規格に準拠する映像データであることを示している場合には、処理に余裕があるため、CPUex502の駆動を一時停止させることも考えられる。識別情報が、上記各実施の形態で示した動画像符号化方法または装置によって生成された映像データであることを示している場合であっても、処理に余裕があれば、CPUex502の駆動を一時停止させることも考えられる。この場合は、従来のMPEG−2、MPEG4−AVC、VC−1などの規格に準拠する映像データであることを示している場合に比べて、停止時間を短く設定することが考えられる。
テレビや、携帯電話など、上述した機器・システムには、異なる規格に準拠する複数の映像データが入力される場合がある。このように、異なる規格に準拠する複数の映像データが入力された場合にも復号できるようにするために、LSIex500の信号処理部ex507が複数の規格に対応している必要がある。しかし、それぞれの規格に対応する信号処理部ex507を個別に用いると、LSIex500の回路規模が大きくなり、また、コストが増加するという課題が生じる。
101 ブロック分割部
102 減算部
103 変換部
104 可変長符号化部
105、202 逆変換部
106、203 加算部
107、204 SAO処理部
108、206 フレームメモリ
109、207 予測部
110 SAOパラメータ符号化部
111 sao_type_idx符号化部
112 sao_offset符号化部
113 sao_offset2値化部
114 算術符号化切替部
115 コンテキスト0算術符号化部
116 コンテキスト1算術符号化部
117 バイパス算術符号化部
200 画像復号装置
201 可変長復号部
205 復号ブロック結合部
210 SAOパラメータ復号部
211 sao_type_idx復号部
212 sao_offset復号部
213 算術復号切替部
214 コンテキスト0算術復号部
215 コンテキスト1算術復号部
216 バイパス算術復号部
217 sao_offset多値化部
Claims (10)
- SAO(Sample Adaptive Offset)値のためのSAOタイプパラメータを決定するステップと、
前記SAOタイプパラメータを符号化ビットストリームに符号化するステップであって、前記SAO値がバンドオフセット値であることを示すステップと、
前記SAO値の大きさを示す整数および前記SAO値の符号を示す符号パラメータとして表された前記SAO値であって、再構成画像の画素値に加算される前記SAO値を決定するステップと、
固定確率のバイパス算術符号化を用いて、決定した前記整数を前記符号化ビットストリームに符号化するステップと、
前記固定確率のバイパス算術符号化を用いて、決定した前記符号パラメータを前記符号化ビットストリームに符号化するステップと、
を有する、方法。 - 前記固定確率は、50%の確率である、
請求項1に記載の方法。 - 前記SAOタイプパラメータは、前記SAO値がエッジオフセット値であることを示す、
請求項1に記載の方法。 - 装置であって、
少なくとも1つのプロセッサと、
コンピュータプログラムコードを含む少なくとも1つのメモリと、を備え、前記メモリおよび前記コンピュータプログラムコードは、前記少なくとも1つのプロセッサと協働して、前記装置に、
ビットストリームからSAO(Sample Adaptive Offset)タイプパラメータを復号するステップと、
SAO値のためのSAOタイプを前記SAOパラメータから決定するステップであって、前記SAOタイプパラメータは前記SAO値がバンドオフセット値であることを示す、前記ステップと、
固定確率のバイパス算術符号化を用いて、前記SAO値の大きさを示す整数を前記ビットストリームから復号するステップと、
前記固定確率のバイパス算術符号化を用いて、前記SAO値の符号を示す符号パラメータを前記ビットストリームから復号するステップと、
復号された前記整数と前記符号とを用いて前記SAO値を決定するステップと、を行わせる、
装置。 - 前記メモリおよび前記コンピュータプログラムコードは、前記少なくとも1つのプロセッサと協働して、前記装置に、前記SAO値を画像のピクセル値に加算させる、
請求項4に記載の装置。 - 前記固定確率は、50%の確率である、
請求項4に記載の装置。 - 前記SAOタイプパラメータは、前記SAO値がエッジオフセット値であることを示す、
請求項4に記載の装置。 - ビットストリームからSAO(Sample Adaptive Offset)タイプパラメータを復号するステップと、
SAO値のためのSAOタイプを前記SAOパラメータから決定するステップであって、前記SAOタイプパラメータは前記SAO値がバンドオフセット値であることを示す前記ステップと、
固定確率のバイパス算術符号化を用いて、前記SAO値の大きさを示す整数を前記ビットストリームから復号するステップと、
前記固定確率のバイパス算術符号化を用いて、前記SAO値の符号を示す符号パラメータを前記ビットストリームから復号するステップと、
復号された前記整数と前記符号とを用いて前記SAO値を決定するステップと、
を有する、方法。 - 前記SAO値を画像のピクセル値に加算する、
請求項8に記載の方法。 - 前記SAOタイプパラメータは、前記SAO値がエッジオフセット値であることを示す、
請求項8に記載の方法。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US201261651649P | 2012-05-25 | 2012-05-25 | |
US61/651,649 | 2012-05-25 |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2017132865A Division JP2017201826A (ja) | 2012-05-25 | 2017-07-06 | 画像符号化方法および画像符号化装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2020005300A JP2020005300A (ja) | 2020-01-09 |
JP6799122B2 true JP6799122B2 (ja) | 2020-12-09 |
Family
ID=49621580
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013547759A Active JP6179813B2 (ja) | 2012-05-25 | 2013-04-08 | 画像符号化方法、画像符号化装置、画像復号方法、画像復号装置および画像符号化復号装置 |
JP2017132865A Pending JP2017201826A (ja) | 2012-05-25 | 2017-07-06 | 画像符号化方法および画像符号化装置 |
JP2019164567A Active JP6799122B2 (ja) | 2012-05-25 | 2019-09-10 | 画像符号化方法、画像復号方法および画像復号装置 |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013547759A Active JP6179813B2 (ja) | 2012-05-25 | 2013-04-08 | 画像符号化方法、画像符号化装置、画像復号方法、画像復号装置および画像符号化復号装置 |
JP2017132865A Pending JP2017201826A (ja) | 2012-05-25 | 2017-07-06 | 画像符号化方法および画像符号化装置 |
Country Status (14)
Country | Link |
---|---|
US (3) | US8929437B2 (ja) |
EP (1) | EP2858356A4 (ja) |
JP (3) | JP6179813B2 (ja) |
KR (1) | KR102212821B1 (ja) |
CN (2) | CN103650500B (ja) |
AR (2) | AR091142A1 (ja) |
AU (1) | AU2013264361B2 (ja) |
BR (1) | BR112014000374A8 (ja) |
CA (2) | CA2841107C (ja) |
MX (1) | MX2013014976A (ja) |
RU (2) | RU2679984C2 (ja) |
SG (2) | SG10201608592UA (ja) |
TW (1) | TW201401887A (ja) |
WO (1) | WO2013175698A1 (ja) |
Families Citing this family (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9942571B2 (en) | 2012-05-29 | 2018-04-10 | Hfi Innovations Inc. | Method and apparatus for coding of sample adaptive offset information |
US10623759B2 (en) * | 2012-06-13 | 2020-04-14 | Sony Corporation | Decoupling enhancements in sample adaptive offset (SAO) for high efficiency video encoder (HEVC) |
KR20180064423A (ko) * | 2015-11-04 | 2018-06-14 | 엘지전자 주식회사 | 영상 코딩 시스템에서 영상 디코딩 방법 및 장치 |
CN107507254B (zh) * | 2017-08-18 | 2018-11-23 | 济南大学 | 基于算术编码的图像压缩加密方法 |
KR102462940B1 (ko) | 2017-11-03 | 2022-11-04 | 삼성전자주식회사 | 폴리이미드, 폴리이미드 제조용 조성물, 폴리이미드를 포함하는 성형품 및 표시 장치 |
DE112018005899T5 (de) * | 2017-12-18 | 2020-08-13 | Arris Enterprises Llc | System und Verfahren zum Konstruieren einer Ebene für planare Prädiktion |
KR20200074569A (ko) | 2018-12-17 | 2020-06-25 | 양정민 | 반려동물을 위한 덴탈 기능성 천연성분 겔 조성물과 덴탈 기능성 실리콘소재 놀이기구 |
CN111988609B (zh) * | 2019-05-22 | 2024-07-16 | 富士通株式会社 | 图像编码装置、概率模型生成装置和图像解码装置 |
WO2021199283A1 (ja) * | 2020-03-31 | 2021-10-07 | 富士通株式会社 | 画像処理制御装置、画像処理制御プログラム、及び画像処理制御方法 |
Family Cites Families (81)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5912636A (en) * | 1996-09-26 | 1999-06-15 | Ricoh Company, Ltd. | Apparatus and method for performing m-ary finite state machine entropy coding |
CN1182726C (zh) * | 1999-10-29 | 2004-12-29 | 皇家菲利浦电子有限公司 | 视频编码方法 |
FI117533B (fi) | 2000-01-20 | 2006-11-15 | Nokia Corp | Menetelmä digitaalisten videokuvien suodattamiseksi |
EP3282699B1 (en) | 2001-11-29 | 2019-10-23 | Godo Kaisha IP Bridge 1 | Coding distortion removal method |
US6894628B2 (en) | 2003-07-17 | 2005-05-17 | Fraunhofer-Gesellschaft Zur Forderung Der Angewandten Forschung E.V. | Apparatus and methods for entropy-encoding or entropy-decoding using an initialization of context variables |
US6900748B2 (en) | 2003-07-17 | 2005-05-31 | Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V. | Method and apparatus for binarization and arithmetic coding of a data value |
CA2534695C (en) | 2003-08-19 | 2011-10-25 | Matsushita Electric Industrial Co., Ltd. | Method for encoding moving image and method for decoding moving image |
KR100624432B1 (ko) * | 2004-08-05 | 2006-09-19 | 삼성전자주식회사 | 내용 기반 적응적 이진 산술 복호화 방법 및 장치 |
JP4856954B2 (ja) | 2005-06-08 | 2012-01-18 | パナソニック株式会社 | 画像符号化装置 |
KR100718134B1 (ko) | 2005-07-21 | 2007-05-14 | 삼성전자주식회사 | 비트율에 적응적인 영상 데이터 이진 산술 부호화/복호화장치 및 방법 |
US7221296B2 (en) * | 2005-08-22 | 2007-05-22 | Streaming Networks (Pvt.) Ltd. | Method and system for fast context based adaptive binary arithmetic coding |
CN100438629C (zh) | 2005-09-19 | 2008-11-26 | 华为技术有限公司 | 图像编码处理中的环路滤波方法 |
CN100466739C (zh) * | 2005-10-12 | 2009-03-04 | 华为技术有限公司 | Cabac解码系统及方法 |
JP2007142637A (ja) * | 2005-11-16 | 2007-06-07 | Matsushita Electric Ind Co Ltd | 画像情報符号化装置 |
US8606023B2 (en) | 2006-06-26 | 2013-12-10 | Qualcomm Incorporated | Reduction of errors during computation of inverse discrete cosine transform |
RU2419855C2 (ru) * | 2006-06-26 | 2011-05-27 | Квэлкомм Инкорпорейтед | Снижение ошибок в ходе вычисления обратного дискретного косинусного преобразования |
US7535387B1 (en) | 2007-09-10 | 2009-05-19 | Xilinx, Inc. | Methods and systems for implementing context adaptive binary arithmetic coding |
US8782379B2 (en) * | 2007-09-27 | 2014-07-15 | Qualcomm Incorporated | H.264 video decoder CABAC core optimization techniques |
US7999870B2 (en) | 2008-02-01 | 2011-08-16 | Omnivision Technologies, Inc. | Sampling and readout of an image sensor having a sparse color filter array pattern |
US20100123504A1 (en) * | 2008-11-14 | 2010-05-20 | Lauxtermann Stefan C | Adaptive low noise offset subtraction for imagers with long integration times |
US8660809B2 (en) * | 2008-12-02 | 2014-02-25 | Broadcom Corporation | Method for accurate battery run time estimation utilizing adaptive offset values |
JP5274317B2 (ja) | 2009-03-17 | 2013-08-28 | パナソニック株式会社 | 符号量推定装置、符号量推定方法、符号量推定プログラムおよび、符号量推定集積回路 |
EP2237557A1 (en) | 2009-04-03 | 2010-10-06 | Panasonic Corporation | Coding for filter coefficients |
US20120069906A1 (en) | 2009-06-09 | 2012-03-22 | Kazushi Sato | Image processing apparatus and method (as amended) |
US8518561B2 (en) | 2009-07-03 | 2013-08-27 | National Tsing Hua University | Antireflection structures with an exceptional low refractive index and devices containing the same |
US20120127002A1 (en) | 2009-08-06 | 2012-05-24 | Youji Shibahara | Coding method, decoding method, coding apparatus, and decoding apparatus |
US9973768B2 (en) | 2010-03-16 | 2018-05-15 | Texas Instruments Incorporated | CABAC decoder with decoupled arithmetic decoding and inverse binarization |
JP4665056B1 (ja) | 2010-03-31 | 2011-04-06 | 黒崎播磨株式会社 | 浸漬ノズル |
WO2011126277A2 (en) | 2010-04-05 | 2011-10-13 | Samsung Electronics Co., Ltd. | Low complexity entropy-encoding/decoding method and apparatus |
CN103119849B (zh) | 2010-04-13 | 2017-06-16 | 弗劳恩霍夫应用研究促进协会 | 概率区间分割编码器和译码器 |
US8660174B2 (en) * | 2010-06-15 | 2014-02-25 | Mediatek Inc. | Apparatus and method of adaptive offset for video coding |
JP5632328B2 (ja) | 2010-06-14 | 2014-11-26 | 日本電信電話株式会社 | 符号量予測装置及びプログラム |
ITVI20100175A1 (it) * | 2010-06-21 | 2011-12-22 | St Microelectronics Pvt Ltd | Sistema per la codifica entropica di video h.264 per applicazioni hdtv in tempo reale |
US9591320B2 (en) | 2010-07-15 | 2017-03-07 | Texas Instruments Incorporated | Context and bypass encoding video |
JP2012023613A (ja) * | 2010-07-15 | 2012-02-02 | Mitsubishi Electric Corp | 動画像符号化装置、動画像復号装置、動画像符号化方法及び動画像復号方法 |
US8520740B2 (en) * | 2010-09-02 | 2013-08-27 | International Business Machines Corporation | Arithmetic decoding acceleration |
US9055305B2 (en) | 2011-01-09 | 2015-06-09 | Mediatek Inc. | Apparatus and method of sample adaptive offset for video coding |
CN106878729B (zh) * | 2010-10-05 | 2019-09-24 | 寰发股份有限公司 | 基于分区基础的自适应环路滤波方法和装置 |
US8861617B2 (en) * | 2010-10-05 | 2014-10-14 | Mediatek Inc | Method and apparatus of region-based adaptive loop filtering |
US9042440B2 (en) | 2010-12-03 | 2015-05-26 | Qualcomm Incorporated | Coding the position of a last significant coefficient within a video block based on a scanning order for the block in video coding |
CA2822929C (en) | 2011-01-04 | 2016-07-12 | Research In Motion Limited | Coding of residual data in predictive compression |
CA2822925C (en) | 2011-01-04 | 2017-09-19 | Research In Motion Limited | Coding of residual data in predictive compression |
CN102176750B (zh) * | 2011-03-10 | 2012-12-26 | 西安电子科技大学 | 高性能自适应二进制算术编码器 |
CN107396129B (zh) * | 2011-03-30 | 2020-05-05 | Lg 电子株式会社 | 环路滤波方法及其设备 |
US20120294353A1 (en) | 2011-05-16 | 2012-11-22 | Mediatek Inc. | Apparatus and Method of Sample Adaptive Offset for Luma and Chroma Components |
US10123053B2 (en) | 2011-05-23 | 2018-11-06 | Texas Instruments Incorporated | Acceleration of bypass binary symbol processing in video coding |
US9112526B2 (en) | 2011-06-15 | 2015-08-18 | Sony Corporation | Binarization of DQP using separate absolute value and sign (SAVS) in CABAC |
BR112013032333B1 (pt) | 2011-06-16 | 2022-07-26 | Ge Video Compression, Llc | Comutação de modo auxiliar para codificação por entropia |
US8837582B2 (en) | 2011-06-22 | 2014-09-16 | Blackberry Limited | Compressing image data |
US20130083856A1 (en) | 2011-06-29 | 2013-04-04 | Qualcomm Incorporated | Contexts for coefficient level coding in video compression |
WO2013003823A1 (en) | 2011-06-30 | 2013-01-03 | Huawei Technologies, Co., Ltd. | Lossless coding and associated signaling methods for compound video |
US9008179B2 (en) | 2011-06-30 | 2015-04-14 | Futurewei Technologies, Inc. | Encoding of prediction residuals for lossless video coding |
US9392301B2 (en) | 2011-07-01 | 2016-07-12 | Qualcomm Incorporated | Context adaptive entropy coding for non-square blocks in video coding |
US9807426B2 (en) | 2011-07-01 | 2017-10-31 | Qualcomm Incorporated | Applying non-square transforms to video data |
US20130003823A1 (en) * | 2011-07-01 | 2013-01-03 | Kiran Misra | System for initializing an arithmetic coder |
US10536701B2 (en) | 2011-07-01 | 2020-01-14 | Qualcomm Incorporated | Video coding using adaptive motion vector resolution |
EP2705668A1 (en) | 2011-07-12 | 2014-03-12 | Huawei Technologies Co., Ltd | Pixel-based intra prediction for coding in hevc |
EP2736255A4 (en) | 2011-07-18 | 2014-12-17 | Panasonic Ip Corp America | IMAGE ENCODING METHOD, IMAGE DECODING METHOD, IMAGE ENCODING APPARATUS, IMAGE DECODING APPARATUS, AND IMAGE ENCODING / DECODING APPARATUS |
WO2013050612A1 (en) | 2011-10-06 | 2013-04-11 | Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. | Entropy coding buffer arrangement |
US9871537B2 (en) | 2011-10-27 | 2018-01-16 | Qualcomm Incorporated | Mapping states in binary arithmetic coder for video coding |
US20130114691A1 (en) | 2011-11-03 | 2013-05-09 | Qualcomm Incorporated | Adaptive initialization for context adaptive entropy coding |
US10051289B2 (en) * | 2011-11-04 | 2018-08-14 | Qualcomm Incorporated | Adaptive center band offset filter for video coding |
US9253508B2 (en) | 2011-11-04 | 2016-02-02 | Futurewei Technologies, Inc. | Differential pulse code modulation intra prediction for high efficiency video coding |
US9088796B2 (en) | 2011-11-07 | 2015-07-21 | Sharp Kabushiki Kaisha | Video decoder with enhanced CABAC decoding |
EP2779648A4 (en) | 2011-11-07 | 2016-06-01 | Panasonic Ip Corp America | PICTURE CODING METHOD, PICTURE DECODING METHOD, PICTURE CODING DEVICE, PICTURE DECODING DEVICE, AND PICTURE CODING / DECODING DEVICE |
EP3139617B1 (en) | 2011-11-07 | 2018-01-17 | Tagivan Ii Llc | Arithmetic coding of the position of the last non-zero coefficient |
US9154792B2 (en) | 2011-11-08 | 2015-10-06 | Qualcomm Incorporated | Progressive coding of position of last significant coefficient |
US9344722B2 (en) | 2011-11-18 | 2016-05-17 | Futurewei Technologies, Inc. | Scanning of prediction residuals in high efficiency video coding |
US9503717B2 (en) * | 2012-01-09 | 2016-11-22 | Texas Instruments Incorporated | Context adaptive binary arithmetic coding (CABAC) with scalable throughput and coding efficiency |
US9654139B2 (en) | 2012-01-19 | 2017-05-16 | Huawei Technologies Co., Ltd. | High throughput binarization (HTB) method for CABAC in HEVC |
US8581753B2 (en) | 2012-01-19 | 2013-11-12 | Sharp Laboratories Of America, Inc. | Lossless coding technique for CABAC in HEVC |
US20130188741A1 (en) * | 2012-01-21 | 2013-07-25 | General Instrument Corporation | Devices and methods for sample adaptive offset coding and/or selection of band offset parameters |
US9380302B2 (en) | 2012-02-27 | 2016-06-28 | Texas Instruments Incorporated | Sample adaptive offset (SAO) parameter signaling |
US9584802B2 (en) | 2012-04-13 | 2017-02-28 | Texas Instruments Incorporated | Reducing context coded and bypass coded bins to improve context adaptive binary arithmetic coding (CABAC) throughput |
CA2864570A1 (en) | 2012-04-16 | 2013-10-24 | Mediatek Inc. | Method and apparatus for sample adaptive offset coding with separate sign and magnitude |
US9031137B2 (en) | 2012-05-03 | 2015-05-12 | Texas Instruments Incorporated | Signaling signed band offset values for sample adaptive offset (SAO) filtering in video coding |
EP2858354B1 (en) * | 2012-05-25 | 2022-12-21 | Sun Patent Trust | Video image coding method, video image decoding method, video image coding device, video image decoding device, and video image coding-decoding device |
WO2013175736A1 (ja) * | 2012-05-25 | 2013-11-28 | パナソニック株式会社 | 動画像符号化方法、動画像符号化装置、動画像復号方法、動画像復号装置、および、動画像符号化復号装置 |
US9942571B2 (en) | 2012-05-29 | 2018-04-10 | Hfi Innovations Inc. | Method and apparatus for coding of sample adaptive offset information |
EP2858357B1 (en) * | 2012-06-04 | 2022-07-06 | Sun Patent Trust | Video image encoding method, video image decoding method |
US9386307B2 (en) | 2012-06-14 | 2016-07-05 | Qualcomm Incorporated | Grouping of bypass-coded bins for SAO syntax elements |
-
2013
- 2013-04-08 WO PCT/JP2013/002396 patent/WO2013175698A1/ja active Application Filing
- 2013-04-08 AU AU2013264361A patent/AU2013264361B2/en active Active
- 2013-04-08 JP JP2013547759A patent/JP6179813B2/ja active Active
- 2013-04-08 SG SG10201608592UA patent/SG10201608592UA/en unknown
- 2013-04-08 BR BR112014000374A patent/BR112014000374A8/pt not_active Application Discontinuation
- 2013-04-08 RU RU2017133923A patent/RU2679984C2/ru active
- 2013-04-08 CA CA2841107A patent/CA2841107C/en active Active
- 2013-04-08 MX MX2013014976A patent/MX2013014976A/es active IP Right Grant
- 2013-04-08 CN CN201380002084.6A patent/CN103650500B/zh active Active
- 2013-04-08 EP EP13794340.3A patent/EP2858356A4/en not_active Withdrawn
- 2013-04-08 CA CA3217710A patent/CA3217710A1/en active Pending
- 2013-04-08 RU RU2013158336A patent/RU2634207C2/ru active
- 2013-04-08 CN CN201810995536.XA patent/CN109151473B/zh active Active
- 2013-04-08 KR KR1020147000406A patent/KR102212821B1/ko active IP Right Grant
- 2013-04-08 SG SG10201803891XA patent/SG10201803891XA/en unknown
- 2013-05-20 TW TW102117757A patent/TW201401887A/zh unknown
- 2013-05-21 US US13/898,783 patent/US8929437B2/en active Active
- 2013-05-23 AR ARP130101800A patent/AR091142A1/es active IP Right Grant
-
2014
- 2014-10-08 US US14/509,199 patent/US10142624B2/en active Active
-
2017
- 2017-07-06 JP JP2017132865A patent/JP2017201826A/ja active Pending
-
2018
- 2018-09-24 AR ARP180102735A patent/AR113083A2/es active IP Right Grant
- 2018-10-12 US US16/158,379 patent/US10893282B2/en active Active
-
2019
- 2019-09-10 JP JP2019164567A patent/JP6799122B2/ja active Active
Also Published As
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6498811B2 (ja) | 符号化方法および符号化装置 | |
JP6799122B2 (ja) | 画像符号化方法、画像復号方法および画像復号装置 | |
JP6384690B2 (ja) | 画像符号化方法、画像符号化装置、画像復号方法及び画像復号装置 | |
JP6288423B2 (ja) | 動画像符号化方法、動画像符号化装置、動画像復号方法、および、動画像復号装置 | |
TWI580254B (zh) | A moving picture coding method, a moving picture coding apparatus, a moving picture decoding method, a moving picture decoding apparatus, and a moving picture coding / decoding apparatus | |
JP2014030230A (ja) | 符号化復号装置 | |
KR20140120253A (ko) | 화상 부호화 방법, 화상 복호 방법, 화상 부호화 장치, 화상 복호 장치, 화상 부호화 복호 장치 | |
JP6489337B2 (ja) | 算術復号方法および算術符号化方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20190910 |
|
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: 20201027 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20201119 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6799122 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313113 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |