JP6813991B2 - Image coding device and its control method and program - Google Patents
Image coding device and its control method and program Download PDFInfo
- Publication number
- JP6813991B2 JP6813991B2 JP2016165071A JP2016165071A JP6813991B2 JP 6813991 B2 JP6813991 B2 JP 6813991B2 JP 2016165071 A JP2016165071 A JP 2016165071A JP 2016165071 A JP2016165071 A JP 2016165071A JP 6813991 B2 JP6813991 B2 JP 6813991B2
- Authority
- JP
- Japan
- Prior art keywords
- quantization
- tile
- quantization parameter
- interest
- subband
- 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
- 238000000034 method Methods 0.000 title claims description 124
- 238000013139 quantization Methods 0.000 claims description 296
- 238000006243 chemical reaction Methods 0.000 claims description 51
- 230000008569 process Effects 0.000 claims description 31
- 230000001174 ascending effect Effects 0.000 claims description 3
- 230000009466 transformation Effects 0.000 claims description 3
- 230000001186 cumulative effect Effects 0.000 description 16
- 238000003384 imaging method Methods 0.000 description 9
- 238000010586 diagram Methods 0.000 description 6
- 238000001914 filtration Methods 0.000 description 6
- 230000007704 transition Effects 0.000 description 5
- 230000006835 compression Effects 0.000 description 4
- 238000007906 compression Methods 0.000 description 4
- 230000008859 change Effects 0.000 description 2
- 238000002360 preparation method Methods 0.000 description 2
- 230000009467 reduction Effects 0.000 description 2
- 230000015572 biosynthetic process Effects 0.000 description 1
- 230000007423 decrease Effects 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 239000000126 substance Substances 0.000 description 1
- 238000003786 synthesis reaction Methods 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Landscapes
- Television Signal Processing For Recording (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
- Compression Of Band Width Or Redundancy In Fax (AREA)
Description
本発明は、画像の符号化技術に関するものである。 The present invention relates to an image coding technique.
現在、画像データを高効率に圧縮符号化する符号化手法が提案されている。その中の代表的な符号化方式として、JPEG(Joint Photographic Coding Experts Group)が挙げられる。このJPEG方式では、周波数変換において、DCT(離散コサイン変換:Discrete Cosine Transform)が用いられる。しかし、JPEGにおけるDCTは、8×8画素の固定ブロック単位で処理する為、低ビットレートにおいて、ブロック歪みが発生しやすいことで知られている。 Currently, a coding method for compressing and coding image data with high efficiency has been proposed. As a typical coding method among them, JPEG (Joint Photographic Coding Experts Group) can be mentioned. In this JPEG method, DCT (Discrete Cosine Transform) is used in the frequency conversion. However, since DCT in JPEG is processed in fixed block units of 8 × 8 pixels, it is known that block distortion is likely to occur at a low bit rate.
一方、このJPEGの後継として規格化されたJPEG2000と呼ばれる符号化方式では、周波数変換において、DWT(離散ウェーブレット変換:Discrete Wavelet Transform)が用いられている。DWTは、ハイパスフィルタとローパスフィルタを組み合わせたフィルタバンクと呼ばれるフィルタによって、画像データを複数の周波数帯域成分に分割する。DCTが固定ブロック単位で周波数変換を行うのに対し、DWTはそのサイズに実質的に制限はなく、たとえば画面単位に周波数変換を行うことができ、量子化に伴うブロック歪みが発生しない。そして、画像データを複数の周波数帯域(以降サブバンドと呼ぶ)に分割した後、サブバンド毎に量子化してから符号化する。量子化においては、人間の視覚特性を考慮して、低域サブバンドに符号量を多く割り当てることで、主観画質を損なわずに符号量を削減する手法が静止画や動画における量子化の一般的な考え方である。 On the other hand, in a coding method called JPEG2000, which is standardized as a successor to JPEG, DWT (Discrete Wavelet Transform) is used in frequency conversion. The DWT divides image data into a plurality of frequency band components by a filter called a filter bank, which is a combination of a high-pass filter and a low-pass filter. While the DCT performs frequency conversion in fixed block units, the DWT has substantially no limitation in its size. For example, frequency conversion can be performed in screen units, and block distortion due to quantization does not occur. Then, the image data is divided into a plurality of frequency bands (hereinafter referred to as subbands), then quantized for each subband, and then encoded. In quantization, a method of reducing the amount of code without impairing subjective image quality by allocating a large amount of code to low-frequency subbands in consideration of human visual characteristics is common in quantization for still images and moving images. It is a good idea.
ここで、JPEG2000におけるDWT及び量子化は、任意の矩形ブロック(以降タイルと呼ぶ)に対して適応可能である。このタイルに分割して符号化する技術により、処理の並列度を上げたり、内部で保持するRAM(ラインバッファ)容量を削減することができる。例えば、画像データを左右に2分割する場合を考察する。この場合、左右のタイルそれぞれの水平1ラインの画素数は、オリジナルのそれの半分になり、符号化する際に保持するラインバッファの容量も、オリジナルの場合の半分に削減できる。しかし、各タイルが独立した量子化を実行するため、各タイルの量子化誤差に差異が生じ、特に高圧縮時にはタイル境界部分で歪みが生じることが課題となっている。 Here, DWT and quantization in JPEG2000 are applicable to any rectangular block (hereinafter referred to as tile). By the technique of dividing into tiles and encoding, it is possible to increase the degree of parallelism of processing and reduce the RAM (line buffer) capacity held internally. For example, consider the case where the image data is divided into two left and right. In this case, the number of pixels in one horizontal line for each of the left and right tiles is half that of the original, and the capacity of the line buffer held when encoding can be reduced to half that of the original. However, since each tile performs independent quantization, there is a difference in the quantization error of each tile, and there is a problem that distortion occurs at the tile boundary portion particularly at the time of high compression.
先行技術として、DWTベースのタイル分割を行う画像符号化方式において、符号量制御のための下位ビットの破棄によって生じる画質の歪みを低減する方法が下記の特許文献1に開示されている。
As a prior art, in the image coding method for performing DWT-based tile division, a method for reducing image quality distortion caused by discarding the lower bits for controlling the code amount is disclosed in
各タイルが共通の量子化パラメータを使用することができれば、タイル境界の歪みは発生しない。しかし、各タイルが同一の量子化パラメータを適用するようにすると、逆に符号量の制御性が悪化し、目標ビットレートに収束しないケースが発生し得る。 If each tile can use common quantization parameters, no tile boundary distortion will occur. However, if the same quantization parameter is applied to each tile, on the contrary, the controllability of the code amount deteriorates, and a case may occur in which the target bit rate is not converged.
上述の特許文献1には、エンベデッド符号化(EBCOT)によるビットプレーン量子化を用いた符号量制御における、タイル間の下位ビット破棄位置が異なることで発生する境界歪みの低減方法が記載されている。詳細には、破棄すべき誤差データをタイルデータとは別に符号化して保持しておき、復号時には、保持していた誤差データを用いてタイルデータを復号することで境界歪みを低減する仕組みとなっている。しかし、この手法では、誤差データの符号化処理部、誤差データの復号処理部、復号時のタイルデータと誤差データの合成処理部が別途必要となるため、複雑かつ実装規模の増大が懸念される。
本発明は上記問題に鑑みなされたものであり、タイル分割した画像データを量子化、および符号化する際に、実装規模の増大を抑えつつ容易な制御方法で、タイル境界歪みの低減と符号量の高い制御性の両立を図る技術を提供しようとするものである。 The present invention has been made in view of the above problems, and when the tile-divided image data is quantized and encoded, the tile boundary distortion is reduced and the code amount is reduced by an easy control method while suppressing an increase in the mounting scale. This is an attempt to provide a technology that achieves both high controllability.
この課題を解決するため、例えば本発明の画像符号化装置は以下の構成を備える。すなわち、
符号化対象の画像データを複数のタイルに分割し、当該タイルを単位に符号化する画像符号化装置であって、
前記符号化対象の画像データのビットレートを設定する設定手段と、
前記符号化対象の画像データを複数のタイルに分割する分割手段と、
前記分割手段で分割した複数のタイルにおける着目タイルを周波数変換することで複数のサブバンドを生成する周波数変換手段と、
量子化パラメータに従って、前記着目タイルの各サブバンドの各変換係数データを量子化する量子化手段と、
前記量子化手段により量子化された変換係数データを符号化する符号化手段と、
前記着目タイルに隣接し符号化済みの隣接タイルの各サブバンドを量子化した際に用いた量子化パラメータを保持する保持手段と、
符号化対象の画像データの着目タイルの量子化パラメータが、前記保持手段に保持された前記隣接タイルを量子化する際に用いた量子化パラメータと所定範囲内の値となるように、前記着目タイルの量子化パラメータ決定する制御手段とを有し、
前記制御手段は、
前記着目タイルの着目サブバンド内の第iラインの変換係数データに対する量子化パラメータをQ(i)、当該着目サブバンドに対応する前記隣接タイル内のサブバンドの第iラインの変換係数データを量子化した際に用いた量子化パラメータをQpre(i)、前記ビットレートで決定した正のリミッタ値をThとしたとき、
前記着目サブバンド内の第iラインの量子化パラメータQ(i)の変動を許容する許容範囲を次式として決定する
Qpre(i)−Th≦Q(i)≦Qpre(i)+Th
ことを特徴とする。
In order to solve this problem, for example, the image coding apparatus of the present invention has the following configuration. That is,
An image coding device that divides image data to be encoded into a plurality of tiles and encodes the tiles in units.
A setting means for setting the bit rate of the image data to be encoded, and
A dividing means for dividing the image data to be encoded into a plurality of tiles, and
A frequency conversion means for generating a plurality of subbands by frequency-converting the tiles of interest in the plurality of tiles divided by the division means,
According quantization parameter, and a quantization means for quantizing each transformation coefficient data of each subband of the tile of interest,
A coding means for encoding the conversion coefficient data quantized by the quantization means, and
A holding means for holding the quantization parameter used when each subband of the adjacent tile that has been encoded adjacent to the tile of interest is quantized.
As quantization parameter tile of interest of the image data to be coded, a value within a quantization parameter and the predetermined range used in quantizing the neighbor tiles held in the holding means, the noted It has a control means to determine the quantization parameters of the tile ,
The control means
Q (i) is the quantization parameter for the conversion coefficient data of the i-line in the sub-band of interest of the attention tile, and the conversion coefficient data of the i-line of the sub-band in the adjacent tile corresponding to the sub-band of interest is quantum When the quantization parameter used at the time of conversion is Qpre (i) and the positive limiter value determined by the bit rate is Th.
The permissible range for allowing the variation of the quantization parameter Q (i) of the i-th line in the subband of interest is determined by the following equation.
Qpre (i) -Th ≤ Q (i) ≤ Qpre (i) + Th
It is characterized by that .
本発明によれば、タイル分割した画像データを量子化、および符号化する際に、実装規模の増大を抑えつつ容易な制御で、タイル境界歪みの低減と符号量の高い制御性の両立を図ることが可能となる。 According to the present invention, when quantizing and encoding tile-divided image data, it is possible to achieve both reduction of tile boundary distortion and controllability with a high code amount by easy control while suppressing an increase in mounting scale. It becomes possible.
以下、添付図面に従って本発明に係る実施形態を詳細に説明する。なお、以下の説明において、画像符号化装置の適用する装置として、デジタルカメラに代表される撮像装置を例にして説明する。従って符号化対象の画像データの発生源は、撮像装置が有する撮像部となる。しかし、本発明は撮像装置のみに適用されるものではない。また、符号化対象の画像データの発生源は、撮像部に限らず、符号化対象の画像データを記憶した記憶媒体でもよく、その種類も問わない。あくまで理解を容易にするためであると理解されたい。 Hereinafter, embodiments according to the present invention will be described in detail with reference to the accompanying drawings. In the following description, as an apparatus to which the image coding apparatus is applied, an imaging apparatus typified by a digital camera will be described as an example. Therefore, the source of the image data to be encoded is the image pickup unit included in the image pickup apparatus. However, the present invention is not limited to the imaging apparatus. Further, the source of the image data to be encoded is not limited to the imaging unit, but may be a storage medium that stores the image data to be encoded, and the type thereof does not matter. Please understand that this is just for ease of understanding.
[第1実施形態]
図1は、第1実施形態が適用する撮像装置100のブロック構成図である。撮像装置100は、撮像した画像情報を複数のタイルに分割してから、記録する構成となっている。また、タイルのサイズは可変で、例えば、画像データ全体を1つのタイルとして設定してもよい。制御部110は参照符号101乃至109の各構成要素を制御し、装置全体の制御を司るものである。典型的には、制御部110は、CPU、CPUの処理手順を示すプログラムやデータを格納したROM、CPUのワークエリア等として利用するRAMで構成されるものである。なお、参照符号101乃至109のいくつか、もしくは全部が制御部110の処理により実現しても構わない。
[First Embodiment]
FIG. 1 is a block configuration diagram of an
操作部101は、ユーザの指令を受け付け、指令に応じた制御信号を生成する。例えば、撮像指示、タイル分割数(タイルのサイズ)、記録ビットレートの設定などもこの操作部101から入力される。入力されたタイル分割数はタイル分割部103に供給される。また、記録ビットレートは量子化制御部106に供給される。
The
撮像部102は、操作部101からの制御信号に基づき、撮像センサの画素毎に配置される赤、緑、青(RGB)のカラーフィルターを透過した光強度の信号を画像情報に変換してタイル分割部103に出力する。本第1実施形態は、撮像部102から出力される画像データを、生(未現像)の画像を意味するRAW画像データと称す。撮像部102に配置されるカラーフィルターの一例としてベイヤ―配列がある。ベイヤ―配列は、赤(R)、緑(G)、青(B)が画素毎にモザイク状に配置されていて、2×2の4画素につき赤(R)1画素、青(B)1画素、緑(G1、G2)2画素を1セットにして規則的に並べられた構造となっている。
Based on the control signal from the
タイル分割部103は、撮像部102から入力されるRAW画像データを一旦内部メモリに格納し、操作部101から供給されるタイル分割数に基づき、RAW画像データを1つ以上のタイルに分割する。なお、操作部101からのタイル分割数はM×Nの形式であり、分割されるタイルは基本的に同じサイズとする。ただし、オリジナルのRAW画像データの水平画素数がMの整数倍となるとは限らないが、余った画素は予め設定された条件に従って適当なタイルにわりあてるものとする。かかる点は垂直方向の分割数Nについても同様である。タイル分割部103は、分割して得られた各タイルをプレーン形成部104へ順次供給する。なお、操作部101から入力されるタイル分割数を用いずに、撮像部102から入力される画像サイズに応じて、内部のメモリリソースが破綻しないような分割数を自動的に算出するようにしてもよい。
The
プレーン形成部104は、タイル分割部103から供給されたタイルのRAW画像データを色成分毎に分解して色プレーンを形成する。ベイヤ配列のRAW画像であるため、色プレーン形成部104は、赤(R)、緑(G1)、緑(G2)、青(B)の各色成分を抜き出し、色プレーンを形成する。そして、プレーン形成部104は、形成したRプレーン、G1プレーン、G2プレーン、そして、Bプレーンを、例えばこの順に周波数変換部105に供給する。
The
周波数変換部105は、プレーン形成部104より受信したRプレーンに対して離散ウェーブレット変換を実行し、その結果得られた変換係数データを量子化部107に供給する。この離散ウェーブレット変換では、例えば、JPEG2000で規定される整数型5×3型フィルタであってもよく、又は実数型9×7フィルタを用いても良い。そして、周波数変換部105は、プレーン形成部104から受信した他のプレーン(G1,G2,Bプレーン)に対しても離散ウェーブレット変換を実行し、その結果得られた変換係数データを量子化部107に供給する。
The
量子化制御部106は、操作部101から入力される記録ビットレートに基づき、量子化部107が使用する量子化パラメータを決定して、量子化部107に供給する。ここで、実施形態における量子化制御部106は、2つの量子化方法のいずれか一方に基づき、量子化パラメータを決定する構成となっている。この2つの量子化方法の詳細は後述する。
The
量子化部107は、周波数変換部105から受信した変換係数データに対して、量子化制御部106から受信した量子化パラメータを用いて量子化を実行し、量子化後の変換係数データをエントロピー符号化部108に供給する。
The
エントロピー符号化部108は、量子化部107から受信した量子化後の変換係数データを圧縮符号化し、符号化データを生成する。そして、エントロピー符号化部108は生成した符号化データを記憶媒体109に供給する。この圧縮符号化は、例えば、ゴロム符号化のようなエントロピー符号化を用いて実施する。
The
記憶媒体109は、エントロピー符号化部108から受信した符号化データを記憶する不揮発性メモリ(例えば脱着可能な記憶媒体(SDカード)等)である。
The
次に、量子化制御部106における、第1の量子化方法と、第2の量子化方法について、図2(a)、図2(b)を用いて説明する。
Next, the first quantization method and the second quantization method in the
図2(a)は、第1の量子化方法を示す概念図であり、図2(b)は、第2の量子化方法を示す概念図である。以下、これらについてさらに詳しく説明する。なお、実施形態における周波数変換部105は、1つのタイルに対して、離散ウェーブレット変換を2回行うものとして説明する。結果、図4(a)に示すように、1つのタイルから7つのサブバンドSB0乃至SB6が生成される。なお、この離散ウェーブレット変換の実行回数は2回に限らず、1回以上であればその回数に制限はない。場合によっては、操作部101からその回数を設定できるようにしても良い。
FIG. 2A is a conceptual diagram showing a first quantization method, and FIG. 2B is a conceptual diagram showing a second quantization method. These will be described in more detail below. The
<第1の量子化方法>
図2(a)に示すように、1つのサブバンドを面で均一に量子化する方法である。この量子化方法における量子化パラメータは、1サブバンドにつき1パラメータの関係が固定であり、各タイルにおける同一サブバンドの量子化パラメータ(量子化ステップ)が、隣接タイル間で同一の値とを取る。各タイルのサブバンドはタイル間で同一の量子化パラメータが設定されるため、量子化によるタイル境界の歪みが発生することはない。なお、本実施形態での量子化パラメータは、操作部101から入力されるビットレート付近に収束するような統計値を予め用意して量子化に適用する方法で説明する。
<First quantization method>
As shown in FIG. 2A, this is a method of uniformly quantizing one subband on a surface. As for the quantization parameters in this quantization method, the relationship of one parameter per subband is fixed, and the quantization parameter (quantization step) of the same subband in each tile takes the same value between adjacent tiles. .. Since the same quantization parameter is set between tiles in the subband of each tile, the tile boundary is not distorted due to quantization. The quantization parameter in the present embodiment will be described by preparing in advance a statistical value that converges to the vicinity of the bit rate input from the
なお、実施形態では、周波数変換部105から、1つのタイルから7つのサブバンドが生成される。それ故、それぞれに対してサブバンドに対し、予め設定した量子化パラメータが設定される。
In the embodiment, seven sub-bands are generated from one tile from the
<第2の量子化方法>
図2(b)に示すように、1つのサブバンドをライン単位に分割し、各ラインが異なる量子化パラメータ(Q#x)(x=0,1,2…)を用いて量子化する方法である。この量子化方法は、ライン毎に量子化パラメータを変更することが可能であるため、設定ビットレートへの収束性が高い。また、本実施形態では、1ライン毎に分割するものとしたが、所定数のライン単位で分割してもよい。
<Second quantization method>
As shown in FIG. 2 (b), one subband is divided into line units, and each line is quantized using different quantization parameters (Q # x) (x = 0, 1, 2, ...). Is. Since this quantization method can change the quantization parameter for each line, it has high convergence to the set bit rate. Further, in the present embodiment, it is divided for each line, but it may be divided for a predetermined number of line units.
第1の量子化方法および第2の量子化方法の決定処理の基本的な考え方を説明する。ビットレートが低い場合(目標圧縮率が高い場合)は、符号量を抑制するために量子化パラメータが大きく設定されるため、量子化誤差は大きくなる。つまり、タイル境界部の歪みが視認しやすくなる傾向になる。かかる点に従い、タイル境界の画質を優先した第1の量子化方法に決定する。 The basic concept of the determination process of the first quantization method and the second quantization method will be described. When the bit rate is low (when the target compression rate is high), the quantization parameter is set large in order to suppress the code amount, so that the quantization error becomes large. That is, the distortion at the tile boundary tends to be easily visible. Based on this point, the first quantization method that prioritizes the image quality of the tile boundary is determined.
一方、ビットレートが高い場合(目標圧縮率が低い場合)は、量子化パラメータが小さく設定されるため、量子化誤差は小さい。タイル境界部の歪みが視認しにくいことから、ビットレートの収束性を優先した第2の量子化方法に決定する。 On the other hand, when the bit rate is high (when the target compression ratio is low), the quantization parameter is set small, so that the quantization error is small. Since the distortion at the tile boundary is difficult to see, the second quantization method that prioritizes the convergence of the bit rate is decided.
続いて、RAW画像の符号化処理に対して、量子化制御部106が行う量子化方法決定処理について図3に示すフローチャートを基に説明を行う。
Subsequently, the quantization method determination process performed by the
S301にて、量子化制御部106は、ユーザが設定した操作部101からビットレートRを取得する。なお、ビットレートは、ユーザがそれを変更しない限り不図示のメモリに保持される場合には、そのメモリよりビットレートを取得しても構わない。S302にて、量子化制御部106は、取得したビットレートRと予め設定された閾値Tと比較し、大小判定を行う。ビットレートRが閾値T0を下回る場合(R<T0の場合)はS303に処理を進める。また、ビットレートRが閾値T0以上の場合にはS304に処理を進める。なお、閾値T0の設定例は後述する。
In S301, the
S303にて、量子化制御部106は、着目タイルの各サブバンドの量子化方法を、第1の量子化方法を用いるとして決定する。また、S304に処理が進んだ場合、量子化制御部106は、着目タイルの各サブバンドの量子化方法として、第1の量子化方法と第2の量子化方法との組み合わせを用いるものとして決定する。
In S303, the
ここで、閾値Tの設定例と、第1の量子化方法と第2の量子化方法とを組み合わせた量子化方法について、図4(a)、図4(b)を用いて説明する。 Here, an example of setting the threshold value T and a quantization method in which the first quantization method and the second quantization method are combined will be described with reference to FIGS. 4 (a) and 4 (b).
図4(a)は、1つのタイルに対し、離散ウェーブレット変換を2回実行した場合に生成されるサブバンドを示している。各サブバンドは以下の意味を持つ。
・サブバンドSB0(2LLとも表現する):
1回目の離散ウェーブレット変換で得られる低域成分の変換係数データの集合(1LL)に対して、垂直方向ローパスフィルタ処理、水平方向ローパスフィルタ処理を施して得られた変換係数データの集合である。
・サブバンドSB1(2HLとも表現する):
1回目の離散ウェーブレット変換で得られる低域成分の変換係数データの集合(1LL)に対して、垂直方向ローパスフィルタ処理、水平方向ハイパスフィルタ処理を施して得られた変換係数データの集合である
・サブバンドSB2(2LHとも表現する):
1回目の離散ウェーブレット変換で得られる低域成分の変換係数データの集合(1LL)に対して、垂直方向ハイパスフィルタ処理、水平方向ローパスフィルタ処理を施して得られた変換係数データの集合である。
・サブバンドSB3(2HHとも表現する):
1回目の離散ウェーブレット変換で得られる低域成分の変換係数データの集合(1LL)に対して、垂直方向ハイパスフィルタ処理、水平方向ハイパスフィルタ処理を施して得られた変換係数データの集合である。
・サブバンドSB4(1HLとも表現する):
タイルに対して、垂直方向ローパスフィルタ処理、水平方向ハイパスフィルタ処理を施して得られた変換係数データの集合である。
・サブバンドSB5(1LHとも表現する):
タイルに対して、垂直方向ハイパスフィルタ処理、水平方向ローパスフィルタ処理を施して得られた変換係数データの集合である。
・サブバンドSB6(1HHとも表現する):
タイルに対して、垂直方向ハイパスフィルタ処理、水平方向ハイパスフィルタ処理を施して得られた変換係数データの集合である。
FIG. 4A shows the subbands generated when the discrete wavelet transform is executed twice for one tile. Each subband has the following meaning.
-Subband SB0 (also expressed as 2LL):
This is a set of conversion coefficient data obtained by performing vertical low-pass filter processing and horizontal low-pass filter processing on a set of low-frequency component conversion coefficient data (1LL) obtained by the first discrete wavelet transform.
-Subband SB1 (also referred to as 2HL):
This is a set of conversion coefficient data obtained by performing vertical low-pass filter processing and horizontal high-pass filter processing on the set of conversion coefficient data (1LL) of low-frequency components obtained by the first discrete wavelet transform. Subband SB2 (also referred to as 2LH):
This is a set of conversion coefficient data obtained by subjecting a set of conversion coefficient data (1LL) of low-frequency components obtained by the first discrete wavelet transform to a vertical high-pass filter process and a horizontal low-pass filter process.
-Subband SB3 (also referred to as 2HH):
This is a set of conversion coefficient data obtained by performing vertical high-pass filter processing and horizontal high-pass filter processing on a set of low-frequency component conversion coefficient data (1LL) obtained by the first discrete wavelet transform.
-Subband SB4 (also expressed as 1HL):
This is a set of conversion coefficient data obtained by performing vertical low-pass filtering and horizontal high-pass filtering on tiles.
-Subband SB5 (also expressed as 1LH):
This is a set of conversion coefficient data obtained by performing vertical high-pass filtering and horizontal low-pass filtering on tiles.
-Subband SB6 (also expressed as 1HH):
This is a set of conversion coefficient data obtained by performing vertical high-pass filtering and horizontal high-pass filtering on tiles.
ここで、量子化制御部304のS303,S304の処理の具体例を説明する。図4(b)は、各サブバンドの量子化方法適用パターンを示したテーブルである。閾値の大小関係は、T0<T1<T2<T3である。
・パターン1:
ビットレートRが、閾値T0未満の場合に、着目タイルから得られた全サブバンドに第1の量子化方法を適用するパターンである。このパターン1に相当する場合の処理がS303の処理でもある。以下に説明するパターン2乃至パターン5は、S304における処理となる。
・パターン2:
ビットレートRが、閾値T0以上T1未満の場合に、サブバンドSB6に第2の量子化方法が適用され、それ以外のサブバンドSB0乃至5に対しては第1の量子化方法を適用するパターンである。
・パターン3:
ビットレートRが、閾値T1以上T2未満の場合に、サブバンドSB4乃至SB6に第2の量子化方法が適用され、それ以外のサブバンドSB0乃至3に対しては第1の量子化方法を適用するパターンである。
・パターン4:
ビットレートRが、閾値T2以上T3未満の場合に、サブバンドSB3乃至SB6に第2の量子化方法が適用され、それ以外のサブバンドSB0乃至2に対しては第1の量子化方法を適用するパターンである。
・パターン5:
ビットレートRが、閾値T3以上の場合に、サブバンドSB1〜SB6に対して第2の量子化方法が適用され、サブバンドSB0に対しては第1の量子化方法を適用するパターンである。
Here, a specific example of the processing of S303 and S304 of the quantization control unit 304 will be described. FIG. 4B is a table showing the application pattern of the quantization method for each subband. The magnitude relationship of the threshold values is T0 <T1 <T2 <T3.
・ Pattern 1:
This is a pattern in which the first quantization method is applied to all the subbands obtained from the tile of interest when the bit rate R is less than the threshold value T0. The process corresponding to this
・ Pattern 2:
A pattern in which the second quantization method is applied to the subband SB6 when the bit rate R is equal to or more than the threshold value T0 and less than T1, and the first quantization method is applied to the other subbands SB0 to 5. Is.
・ Pattern 3:
When the bit rate R is equal to or more than the threshold value T1 and less than T2, the second quantization method is applied to the subbands SB4 to SB6, and the first quantization method is applied to the other subbands SB0 to 3. It is a pattern to do.
・ Pattern 4:
When the bit rate R is equal to or more than the threshold value T2 and less than T3, the second quantization method is applied to the subbands SB3 to SB6, and the first quantization method is applied to the other subbands SB0 to 2. It is a pattern to do.
・ Pattern 5:
When the bit rate R is equal to or higher than the threshold value T3, the second quantization method is applied to the subbands SB1 to SB6, and the first quantization method is applied to the subband SB0.
ビットレートが最も高いパターン5においては、タイル境界部の歪みが視認しにくいため、第2の量子化方法を適用するサブバンドが最も多く、ビットレートの収束性を重視した制御となっている。
In the
実施形態におけるサブバンドはSB#(#=0,1,2、…)と表現している。ウェーブレット変換を行う回数が2以外でもかかる表現を用いるのであれば、周波数成分の低い順で表していると言える。上記のパターン1乃至5における量子化制御部106の処理は以下(1)、(2)のようにまとめることができる。
(1)周波数変換で得られる複数のサブバンドを周波数の低い順に並べた場合の、最も低い周波数から高い周波数に向かうM個のサブバンドについては第1の量子化方法を適用し、M+1個目から最も高い周波数までのN個のサブバンドについては第2の量子化方法を適用する。
(2)ビットレートが低いほどMを大きくする(または、ビットレートは高いほどNを大きくする)
ただし、最も周波数の低いサブバンドSB0(実施形態では2LL)は、ビットレートとは無関係に、第1の量子化方法を採用する。
The sub-band in the embodiment is expressed as SB # (# = 0, 1, 2, ...). If an expression is used in which the number of wavelet transforms is other than 2, it can be said that the frequency components are expressed in ascending order. The processing of the
(1) When a plurality of subbands obtained by frequency conversion are arranged in ascending order of frequency, the first quantization method is applied to the M subbands from the lowest frequency to the highest frequency, and the M + 1th subband is applied. The second quantization method is applied to the N subbands from to the highest frequency.
(2) The lower the bit rate, the larger M (or the higher the bit rate, the larger N).
However, the lowest frequency subband SB0 (2LL in the embodiment) employs the first quantization method regardless of the bit rate.
以上のようにすることで、タイル分割した画像の符号化において、ビットレートに応じて量子化方法を動的に切り替えることで、タイル境界歪みの抑制と符号量の制御性を両立可能な画像符号化装置を提供することができる。 By doing so, in the coding of the tile-divided image, the image code that can suppress the tile boundary distortion and control the code amount at the same time by dynamically switching the quantization method according to the bit rate. A conversion device can be provided.
なお、第1の量子化方法に基づく符号化処理は、着目サブバンドの全変換係数を同じ量子化パラメータに基づき量子化し、符号化することになるので、その説明は不要であろう。そこで以下では、第2の量子化方法にもとづく、各ラインの量子化パラメータの変更がどのようにして推移するのかを、その符号化処理と共に説明する。 In the coding process based on the first quantization method, all the conversion coefficients of the subband of interest are quantized and encoded based on the same quantization parameter, so that explanation is unnecessary. Therefore, in the following, how the change of the quantization parameter of each line changes based on the second quantization method will be described together with the coding process.
着目サブバンドのライン0、1、2…と符号化を行っていくと、各ラインの符号化データが生成されていく。つまり、各ラインの符号化を継続していく限り、総符号量は単調増加していく。
When the
着目サブバンドの全ラインの符号化を終えた際の目標符号量は、ユーザが設定したビットレートRに加え、分割タイル数、ウェーブレット変換の回数、並びに、着目サブバンドの種類で決まる。 The target code amount when the coding of all lines of the subband of interest is completed is determined by the number of divided tiles, the number of wavelet transforms, and the type of the subband of interest, in addition to the bit rate R set by the user.
図6は、着目サブバンドをライン0から順に量子化、符号化を行った際の符号量の推移を示している。図示の右肩上がりの直線は、目標符号量と原点を結ぶ理想推移を示す直線(以下、理想直線という)を示している。第0ラインから第iラインまでの累積目標符号量を『TA(i)』と表している。実際に量子化、符号化がこの理想直線上を推移するとは限らず、理想直線を上回ったり、下回ったりしながら累積符号量は増えていく。理想直線を上回った場合、符号量の発生を抑制する必要があることを意味する。それ故、次ラインの量子化の際には、量子化パラメータ(量子化ステップ)を所定値だけ増加させる。一方、理想直線を下回った場合、符号量を増やして画質を高めても良いことを意味する。それ故、次ラインの量子化の際には、量子化パラメータ(量子化ステップ)を所定値だけ減少させる。
FIG. 6 shows the transition of the code amount when the subband of interest is quantized and coded in order from
かかる点を踏まえ、実施形態における制御部110の制御下における或るサブバンドの符号化処理を図7のフローチャートに従って説明する。なお、以下の説明で用いる変数iはライン番号を特定するために用いられる。また、変数Aは、第0〜第iラインまでの累積符号量を格納するために用いられるものである。
Based on this point, the coding process of a certain subband under the control of the
まず、制御部110は、S1にて、量子化制御部106を制御し、着目サブバンドの符号化に先立ち、量子化パラメータQに初期値を設定する。この初期値は、ユーザが設定したビットレートR、分割タイル数、ウェーブレット変換の回数、並びに、着目サブバンドの種類で決まる。
First, the
次に、S2にて、制御部110は変数i、Aをそれぞれ0クリアする。そして、S3にて、制御部110は量子化部107を制御し、着目サブバンドから第iラインの変換係数データを周波数変換部105から入力させ、S4にて量子化パラメータQを用いて量子化を行わせる。そして、S5にて、制御部110はエントロピー符号化部108を制御して、量子化後の1ライン分の変換係数データに対しエントロピー符号化を実行させる。そして、制御部110は、S6にて、変数Aに第iラインの符号化データ量を加算することで、変数Aを更新する。
Next, in S2, the
次いで制御部110は、S7にて第iラインまでの累積符号量Aと累積目標符号量TA(i)との差の絶対値が、予め設定した閾値ε以下であるか否かを判定する。閾値ε以下である場合、処理はS11に進み、制御部110は全ラインの符号化を終えたか否かを判定し、否の場合にはS12にて変数iを“1”増加させ、S3以降の処理を繰り返す。
Next, the
また、第iラインまでの累積符号量Aと累積目標符号量TA(i)との差が閾値εを超える場合、制御部110は処理をS8に進め、A<TA(i)であるか否か、つまり、累積符号量Aが累積目標符号量TA(i)を下回っているか否かを判定する。A<TA(i)である場合、符号量を増やしても良いことになる。それ故、制御部110は、S9にて、量子化パラメータQを予め設定された正の所定値ΔQだけ減少させる。また、A>TA(i)であった場合、符号量を減らす必要がある。それ故、制御部110は、S10にて、量子化パラメータQを所定値ΔQだけ増加させる。
If the difference between the cumulative code amount A up to the i-th line and the cumulative target code amount TA (i) exceeds the threshold value ε, the
以上の結果、着目サブバンドの量子化パラメータをライン単位に変更した符号化が実現できる。 As a result of the above, it is possible to realize coding in which the quantization parameter of the subband of interest is changed for each line.
[第2実施形態]
第2実施形態に係る装置構成は、上記第1の実施形態と同様であるため、構成説明を省略する。また、量子化制御部106が行う量子化方法決定処理についても第1の実施形態と同様であるため省略する。異なる点は、本第2の実施形態における第2の量子化方法(図2(b))では、隣接タイルにおける同一サブバンド間の量子化パラメータが、所定の範囲内に収まるように、ライン毎の量子化パラメータを決定する構成とする点である。
[Second Embodiment]
Since the device configuration according to the second embodiment is the same as that of the first embodiment, the description of the configuration will be omitted. Further, the quantization method determination process performed by the
第1実施形態における第2の量子化方法は、ビットレートに依存することなく処理内容は常に同じであり、タイル間の量子化パラメータの差分について考慮されていなかった。そのため、特に、低ビットレート時は、隣接タイル間の量子化パラメータ差分量が大きい場合に、タイル境界の歪みが発生し得る可能性があった。 In the second quantization method in the first embodiment, the processing content is always the same regardless of the bit rate, and the difference in the quantization parameters between the tiles is not considered. Therefore, especially at a low bit rate, there is a possibility that distortion of the tile boundary may occur when the amount of quantization parameter difference between adjacent tiles is large.
そこで、本第2の実施形態の第2の量子化方法は、ビットレートに応じて隣接タイル間のライン毎の量子化パラメータに設定範囲を設けることで、より細かく画質とビットレートの収束性のバランスを最適にすることを目的とする。以下かかる詳細を説明する。 Therefore, in the second quantization method of the second embodiment, by providing a setting range for the quantization parameter for each line between adjacent tiles according to the bit rate, the image quality and the convergence of the bit rate can be further improved. The purpose is to optimize the balance. The details will be described below.
本第2実施形態における第2の量子化方法における量子化パラメータの設定方法、設定値の範囲について説明する。本第2実施形態では、分割したタイルの着目タイルのサブバンドの先頭ラインの量子化パラメータが、タイル間で同値であるものとする。 The method of setting the quantization parameter and the range of the set value in the second quantization method in the second embodiment will be described. In the second embodiment, it is assumed that the quantization parameters of the head line of the subband of the tile of interest of the divided tiles are the same between the tiles.
図5(a)は、タイルの所定のサブバンドの量子化パラメータの設定範囲を示している。また、図5(b)は、図5(a)で示した設定範囲の中に収まるように、ライン毎の量子化パラメータが推移していることを表している。図5(a)中の閾値T0,T1の設定方法については、例えば、記録可能な最大ビットレートを等割にした値を設定すればよい。ただし、閾値の大小関係はT0<T1であり、閾値に基づく設定パターンは3つであるものとして説明する。また、量子化パラメータ差分の許容範囲PA、PB、PCの大小関係はPA<PB<PCである。
・パターン1:
ビットレートRが、閾値T0未満の場合に、第2の量子化方法で用いる各ラインの量子化パラメータが、先頭ラインの量子化パラメータに対して、±PAの範囲に収まるように設定する。
・パターン2:
ビットレートRが、閾値T0以上T1未満の場合に、第2の量子化方法で用いる量子化パラメータが、先頭ラインの量子化パラメータに対して、±PBの範囲に収まるように設定する。
・パターン3:
ビットレートRが、閾値T1以上の場合に、第2の量子化方法で用いる量子化パラメータが、先頭ラインの量子化パラメータに対して、±PCの範囲に収まるように設定する。
FIG. 5A shows the setting range of the quantization parameter of a predetermined subband of the tile. Further, FIG. 5 (b) shows that the quantization parameter for each line is changing so as to be within the setting range shown in FIG. 5 (a). As for the method of setting the threshold values T0 and T1 in FIG. 5A, for example, a value obtained by equally dividing the maximum recordable bit rate may be set. However, it is assumed that the magnitude relation of the threshold value is T0 <T1 and there are three setting patterns based on the threshold value. Further, the allowable range P A of the quantization parameter difference, P B, the magnitude relation of P C is P A <P B <P C.
・ Pattern 1:
Bit rate R is, if less than the threshold T0, the quantization parameter for each line used in the second quantization methods, the quantized parameters of the first line, set to within a range of ± P A.
・ Pattern 2:
When the bit rate R is equal to or more than the threshold value T0 and less than T1, the quantization parameter used in the second quantization method is set so as to fall within the range of ± P B with respect to the quantization parameter of the head line.
・ Pattern 3:
Bit rate R is, in the case of more than the threshold value T1, the quantization parameter used in the second quantization methods, the quantized parameters of the first line, set to within a range of ± P C.
図5(a)、図5(b)から分かるように、ビットレートが最も高いパターン3においては、タイル境界部の歪みが視認しにくいため、より広い範囲で量子化パラメータを設定する。
As can be seen from FIGS. 5 (a) and 5 (b), in the
一方、ビットレートが最も低いパターン1においては、ビットレートが下がるとタイル境界部の歪みが視認しやすくなるため、より狭い範囲で量子化パラメータを設定することでタイル歪みを抑制している。
On the other hand, in the
以上のようにすることで、タイル分割した画像の符号化において、ビットレートに応じて量子化パラメータの設定範囲を動的に切り替えることで、より細かく画質とビットレート収束性のバランスを調整することが可能な画像符号化装置を提供することができる。
図8は、本第2の実施形態における、制御部110の制御下における或るサブバンドの符号化処理を示すフローチャートである。図8と図7との違いは、S21〜S24が追加された点である。そして、S21〜S24以外は図7と同じであるため、その説明は省略する。なお、以下の説明で用いるリミッタThは、先に示した、PA、PB、PCのいずれかである。
By doing the above, in the coding of the tiled image, the balance between image quality and bit rate convergence can be adjusted more finely by dynamically switching the setting range of the quantization parameter according to the bit rate. It is possible to provide an image coding apparatus capable of the above.
FIG. 8 is a flowchart showing the coding process of a certain subband under the control of the
制御部110は、S9にて量子化パラメータQを予め設定された正の所定値ΔQだけ減少させると、処理をS21に進める。このS21にて、制御部110は、減じた後の量子化パラメータQと、着目サブバンドの初期量子化パラメータ(第0ラインの量子化パラメータ)QiniからリミッタThを減じた結果とを比較する。
When the quantization parameter Q is reduced by a preset positive predetermined value ΔQ in S9, the
そして、Q<Qini−Thであった場合、制御部110は、S22にて、量子化パラメータQを、Qini−Thに設定する。この結果、量子化パラメータQが、先頭ラインの量子化パラメータQiniからThを減じた値を下回ることが無くなる。
Then, when Q <Qini-Th, the
一方、制御部110は、S10にて、量子化パラメータQを予め設定された正の所定値ΔQだけ増加させると、処理をS23に進める。このS23にて、制御部110は、増加後の量子化パラメータQと、着目サブバンドの初期量子化パラメータQiniにリミッタThを加算した結果とを比較する。
On the other hand, when the quantization parameter Q is increased by a preset positive predetermined value ΔQ in S10, the
そして、Q>Qini+Thであった場合、制御部110は、S24にて、量子化パラメータQを、Qini+Thに設定する。この結果、量子化パラメータQが、先頭ラインの量子化パラメータQiniにThを加算した値を上回ることが無くなる。
Then, when Q> Qini + Th, the
[第3実施形態]
図9は、第3実施形態が適用する撮像装置100のブロック構成図である。本第3実施形態は、上記第1の実施形態に対して、量子化パラメータ保持部111が追加された構成となる。その他の構成は上記第1の実施形態と同様であるため、説明を省略する。また、量子化制御部106が行う量子化方法決定処理についても第1の実施形態と同様であるため省略する。
[Third Embodiment]
FIG. 9 is a block configuration diagram of the
異なる点は、本第3実施形態における第2の量子化方法(図2(b))では、量子化パラメータ保持部111に保持された量子化パラメータを用いて、隣接タイルにおける同一サブバンド間の量子化パラメータが所定の範囲内に収まるようにライン毎の量子化パラメータを決定し、決定したライン毎の量子化パラメータを量子化パラメータ保持部111に出力し、保持された量子化パラメータを更新する構成とする点である。
The difference is that in the second quantization method (FIG. 2B) in the third embodiment, the quantization parameters held in the quantization
第2実施形態における第2の量子化方法によると、或るサブバンド内の第iラインの量子化パラメータは、そのサブバンドの先頭ラインの量子化パラメータに対して、設定された許容範囲内にある。従って、もし先頭ラインの量子化パラメータが誤設定であった場合、サブバンド内の他のラインもその誤設定から大きく変化することはできなくなる。その結果、画質の劣化、並びに、生成される符号化データ量も所望のビットレートから大きく外れてしまう可能性があった。 According to the second quantization method in the second embodiment, the quantization parameter of the i-th line in a certain subband is within a set tolerance with respect to the quantization parameter of the first line of the subband. is there. Therefore, if the quantization parameter of the head line is erroneously set, other lines in the subband cannot be significantly changed from the erroneous setting. As a result, there is a possibility that the image quality deteriorates and the amount of coded data generated also deviates significantly from the desired bit rate.
本第3実施形態における第2の量子化方法は、サブバンド内の各ラインの量子化パラメータを、その先頭の量子化パラメータに収束させるのではなく、隣接するタイルの同一サブバンドの各ラインの量子化パラメータから所定の範囲内に収まるようにする。 In the second quantization method in the third embodiment, the quantization parameter of each line in the subband is not converged to the quantization parameter at the head thereof, but in each line of the same subband of the adjacent tile. Try to stay within a predetermined range from the quantization parameters.
なお、量子化、符号化するタイルの順番は、タイルを単位とするラスタースキャン順とする。そして、着目タイルが第j番目のタイルであって、その着目タイル内の着目サブバンドの第iラインの量子化パラメータをQ(j,i)と表す。この場合、着目タイルの1つ前の符号化済みの隣接タイルにおける同一種類のサブバンドの第iラインを量子化する際に実際に用いた量子化パラメータはQ(j-1,i)と表せる。量子化パラメータ保持部111は、まさに1つ前に量子化したタイルの全サブバンドの量子化パラメータを記憶保持するものである。
The order of the tiles to be quantized and encoded is the raster scan order in units of tiles. Then, the tile of interest is the jth tile, and the quantization parameter of the i-line of the subband of interest in the tile of interest is represented as Q (j, i). In this case, the quantization parameter actually used when quantizationing the i-line of the same type of subband in the encoded adjacent tile immediately before the tile of interest can be expressed as Q (j-1, i). .. The quantization
本第3実施形態では、以下の条件が満たす限り、着目ラインの量子化パラメータQ(j-1,i)を変動を許容する。
Q(j-1,i) − Th ≦ Q(j,i) ≦ Q(j-1,i) + Th …(1)
上式において、Thは量子化パラメータの許容範囲を定義する正の値を持つリミッタ値である。
In the third embodiment, the quantization parameter Q (j-1, i) of the line of interest is allowed to fluctuate as long as the following conditions are satisfied.
Q (j-1, i) − Th ≤ Q (j, i) ≤ Q (j-1, i) + Th… (1)
In the above equation, Th is a limiter value having a positive value that defines the allowable range of the quantization parameter.
なお、画像情報に含まれる複数のタイルのうち、先頭タイルの各サブバンドを量子化、符号化する際には、量子化パラメータ保持部111に保持された、1つ前の画像の最終タイルの各サブバンドの量子化パラメータを用いるものとする。そして、動画像として記録を開始した最初の画像(フレーム)の最初のタイルについては、予め設定した量子化パラメータを用いるものとする。
When each subband of the first tile is quantized and encoded among the plurality of tiles included in the image information, the last tile of the previous image held in the quantization
以下、かかる点を踏まえ、第3実施形態をより詳しく説明する。本第3実施形態では、第2実施形態と同様に、分割したタイルの着目タイルのサブバンドの先頭ラインの量子化パラメータ(初期パラメータ)は、タイル間で同値であるものとする。 Hereinafter, the third embodiment will be described in more detail based on the above points. In the third embodiment, as in the second embodiment, the quantization parameter (initial parameter) of the head line of the subband of the tile of interest of the divided tile is assumed to be the same value among the tiles.
図10(a)は、ビットレートRに対する、タイルの所定のサブバンドの量子化パラメータ保持部で保持される同一ラインの量子化パラメータに対する量子化パラメータ設定範囲を示している。また、図10(b)は、図10(a)で示したライン毎の量子化パラメータ設定範囲が推移していることを表している
図10(a)中の閾値T0,T1の設定方法については、例えば、記録可能な最大ビットレートを等割にした値を設定すればよい。ただし、閾値の大小関係はT0<T1であり、閾値に基づく設定パターンは3つであるものとして説明する。また、量子化パラメータの許容量TA、TB,TCの大小関係はTA<TB<TCである。
・パターン1:
ビットレートRが、閾値T0未満の場合に、第2の量子化方法で用いる各ラインの量子化パラメータが、量子化パラメータ保持部で保持される隣接タイルの同一ラインの量子化パラメータに対して、±TAの範囲に収まるように設定する。つまり、式(1)で示されるリミッタ値ThをTAとして決定する。
・パターン2:
ビットレートRが、閾値T0以上T1未満の場合に、第2の量子化方法で用いる量子化パラメータが、量子化パラメータ保持部で保持される隣接タイルの同一ラインの量子化パラメータに対して、±TBの範囲に収まるように設定する。つまり、式(1)で示されるリミッタ値ThをTBとして決定する。
・パターン3:
ビットレートRが、閾値T1以上の場合に、第2の量子化方法で用いる量子化パラメータが、量子化パラメータ保持部で保持される隣接タイルの同一ラインの量子化パラメータに対して、±TCの範囲に収まるように設定する。つまり、式(1)で示されるリミッタ値ThをTCとして決定する。
FIG. 10A shows a quantization parameter setting range for the quantization parameter of the same line held by the quantization parameter holding unit of a predetermined subband of the tile with respect to the bit rate R. Further, FIG. 10 (b) shows the setting method of the threshold values T0 and T1 in FIG. 10 (a) showing that the quantization parameter setting range for each line shown in FIG. 10 (a) is changing. For example, a value obtained by equally dividing the maximum recordable bit rate may be set. However, it is assumed that the magnitude relation of the threshold value is T0 <T1 and there are three setting patterns based on the threshold value. Further, the allowable amount of the quantization parameter T A, T B, the magnitude relation from T C is T A <T B <T C .
・ Pattern 1:
When the bit rate R is less than the threshold value T0, the quantization parameter of each line used in the second quantization method is based on the quantization parameter of the same line of the adjacent tile held by the quantization parameter holding unit. set to within a range of ± T a. In other words, to determine the limiting value Th of the formula (1) as T A.
・ Pattern 2:
When the bit rate R is equal to or more than the threshold value T0 and less than T1, the quantization parameter used in the second quantization method is ± with respect to the quantization parameter of the same line of the adjacent tile held by the quantization parameter holding unit. set to within a range of T B. In other words, to determine the limiting value Th of the formula (1) as T B.
・ Pattern 3:
Bit rate R is, in the case of more than the threshold value T1, the quantization parameter used in the second quantization methods, the quantized parameters of the same line of adjacent tiles held by the quantization parameter storage unit, ± T C Set so that it falls within the range of. In other words, to determine the limiting value Th of the formula (1) as T C.
図10(b)から分かるように、量子化対象の着目サブバンド内の第iラインの量子化パラメータをQ(i)、隣接タイル(実施形態では直前に量子化、符号化したタイル)の同じ種類の対応するサブバンドの第iラインを量子化する際に用いた量子化パラメータをQpre(i)と定義したとき、量子化パラメータQ(i)は次式のような範囲内で変動が許容される。
Qpre(i)−Th≦Q(i)≦Qpre(i)+Th
ここで、Thは、TA、TB,TCのいずれかである。上記の結果、着目タイルと隣接タイルとの境界の歪みを抑制することができる。
As can be seen from FIG. 10 (b), the quantization parameter of the i-th line in the subband of interest to be quantized is Q (i), and the same adjacent tile (in the embodiment, the quantized and encoded tile immediately before). When the quantization parameter used to quantize the i-line of the corresponding subband of the type is defined as Qpre (i), the quantization parameter Q (i) can fluctuate within the range shown in the following equation. Will be done.
Qpre (i) -Th ≤ Q (i) ≤ Qpre (i) + Th
Here, Th is, T A, T B, is either T C. As a result of the above, distortion of the boundary between the tile of interest and the adjacent tile can be suppressed.
次の第3実施形態における制御部110の制御下における或るサブバンドの符号化処理を図11のフローチャートに従って説明する。なお、以下の説明で用いる変数iはライン番号を特定するために用いられる。また、変数Aは、第0〜第iラインまでの累積符号量を格納するために用いられるものである。また、符号化に先立ち、制御部110は、ビットレートRに基づいて、図10(a)のテーブルを参照して、{TA,TB,TC}の中の1つを選択し、それを量子化パラメータのリミッタ値Thとして設定しているものとする。
The coding process of a certain subband under the control of the
図11のフローチャートにおけるS1乃至S12は、第1実施形態の図7のS1乃至S12と同じであるが、再度、順を追って説明する。 S1 to S12 in the flowchart of FIG. 11 are the same as S1 to S12 of FIG. 7 of the first embodiment, but will be described again step by step.
まず、制御部110は、S1にて、量子化制御部106を制御し、着目サブバンドの符号化に先立ち、量子化パラメータQに初期値を設定する。この初期値は、ユーザが設定したビットレートR、分割タイル数、ウェーブレット変換の回数、並びに、着目サブバンドの種類で決まる。
First, the
次に、S2にて、制御部110は変数i、Aをそれぞれ0クリアする。そして、S3にて、制御部110は量子化部107を制御し、着目サブバンドから第iラインの変換係数データを周波数変換部105から入力させ、S4にて量子化パラメータQを用いて量子化を行わせる。そして、S5にて、制御部110はエントロピー符号化部108を制御して、量子化後の1ライン分の変換係数データに対しエントロピー符号化を実行させる。そして、制御部110は、S6にて、変数Aに第iラインの符号化データ量を加算することで、変数Aを更新する。
Next, in S2, the
次いで制御部110は、S7にて第iラインまでの累積符号量Aと累積目標符号量TA(i)との差の絶対値が、予め設定した閾値ε以下であるか否かを判定する。閾値ε以下である場合、処理はS11に進み、制御部110は全ラインの符号化を終えたか否かを判定し、否の場合にはS12にて変数iを“1”増加させ、S3以降の処理を繰り返す。
Next, the
また、第iラインまでの累積符号量Aと累積目標符号量TA(i)との差が閾値εを超える場合、制御部110は処理をS8に進め、A<TA(i)であるか否か、つまり、累積符号量Aが累積目標符号量TA(i)を下回っているか否かを判定する。
If the difference between the cumulative code amount A up to the i-th line and the cumulative target code amount TA (i) exceeds the threshold value ε, the
A<TA(i)である場合、符号量を増やしても良いことになる。それ故、制御部110は、S9にて、量子化パラメータQを予め設定された正の所定値ΔQだけ減少させる。この後、S31にて、制御部110は以下の処理を行う。
When A <TA (i), the code amount may be increased. Therefore, in S9, the
まず、制御部110は、隣接タイルの同じサブバンドの第iラインを量子化した際に用いた量子化パラメータQ(j-1,i)を、量子化パラメータ保持部111から読み出す。そして、制御部110は、S9で算出した量子化パラメータQと、読み出したQ(j-1,i)及びリミッタ値Th(=Ta,Tb、Tcのいずれか)との間で、次の不等式を満たすか否かを判定する。
Q<Q(j-1,i)−Th
上記不等式を満たす場合、着目ラインの量子化パラメータQは、隣接タイルの同じ種類のサブバンドの同一ラインに対して、許容範囲を超えて下回っているを意味する。それ故、制御部110は、S32にて、量子化パラメータQを、Q(j-1,i)−Thとして設定する。この結果、量子化パラメータQが、隣接タイルの同じ種類のサブバンドにおける同一ラインの量子化パラメータQ(j-1,i)からリミッタ値Thを減じた値を下回ることが無くなる。そして、制御部110は、S35にて、次のタイルの量子化、符号化に備えて、量子化パラメータQを、Q(j-1,i)として、量子化パラメータ保持部111に保存する。
First, the
Q <Q (j-1, i) -Th
When the above inequality is satisfied, it means that the quantization parameter Q of the line of interest is below the permissible range for the same line of the same type of subband of the adjacent tile. Therefore, the
一方、制御部110は、S10にて、量子化パラメータQを予め設定された正の所定値ΔQだけ増加させると、処理をS33に進める。このS33にて、制御部110は、以下の処理を行う。
On the other hand, when the quantization parameter Q is increased by a preset positive predetermined value ΔQ in S10, the
まず、制御部110は、量子化パラメータ保持部111から、量子化パラメータQ(j-1,i)を読み出す。そして、制御部110は、S10で算出した量子化パラメータQと、読み出したQ(j-1,i)及びリミッタ値Th(=Ta,Tb、Tcのいずれか)との間で次の不等式を満たすか否かを判定する。
Q>Q(j-1,i)+Th
上記不等式を満たす場合、着目ラインの量子化パラメータQは、隣接タイルの同じ種類のサブバンドの同一ラインに対して、許容範囲を超えて上回っているを意味する。それ故、制御部110は、S34にて、量子化パラメータQを、Q(j-1,i)+Thとして設定する。この結果、量子化パラメータQが、隣接タイルの同じ種類のサブバンドにおける同一ラインの量子化パラメータQ(j-1,i)にリミッタ値Thを加算した値を上回ることが無くなる。そして、制御部110は、S35にて、次のタイルの量子化、符号化に備えて、量子化パラメータQを、Q(j-1,i)として、量子化パラメータ保持部111に保存する。
First, the
Q> Q (j-1, i) + Th
When the above inequality is satisfied, it means that the quantization parameter Q of the line of interest exceeds the permissible range for the same line of the same type of subband of the adjacent tile. Therefore, the
制御部110は、S11に処理を進め、着目サブバンドの全ラインの符号化を終えたか否かを判定し、否の場合にはS12にて変数iを“1”増加させ、S3以降の処理を繰り返す。
The
以上のようにすることで、タイル分割した画像の符号化において、シーンが大きく変化した場合など、先頭ラインの量子化パラメータが誤設定であった場合でも、サブバンド内で量子化パラメータを大きく変化することが可能となり、よりビットレート収束性の高い画像符号化装置を提供することができる。 By doing the above, even if the quantization parameter of the head line is erroneously set, such as when the scene changes significantly in the coding of the tiled image, the quantization parameter changes significantly within the subband. This makes it possible to provide an image coding apparatus having higher bit rate convergence.
なお、本第3実施形態の量子化パラメータの許容量の種類をTA、TB、TCの3種類としたは、これ以上であっても構わない。 The present capacity of the types of T A of the quantization parameter of the third embodiment, T B, was three T C, may also be more.
また、第3実施形態では、着目タイル内の或るサブバンドの第iラインを量子化する際に用いる量子化パラメータQを、直前に量子化及び符号化した隣接タイル内の同じ種類のサブバンドの第iラインの量子化パラメータQ(j-1,i)±Thの範囲内に設定した。これに代えて以下のようにしても構わない。 Further, in the third embodiment, the quantization parameter Q used when quantizing the i-th line of a certain subband in the tile of interest is the same type of subband in the adjacent tile that has been quantized and encoded immediately before. It was set within the range of the quantization parameter Q (j-1, i) ± Th of the i-th line of. Instead of this, the following may be used.
タイル分割部103が、1フレーム分の画像データをN×M個のタイルに分割するものとする。そして、量子化、符号化対象の着目タイルをT(x、y)と定義する。ここで、0≦x≦N−1、0≦y≦M−1の関係である。量子化、符号化は、タイルを単位とするラスタースキャン順に行うものであるので、着目タイルT(x、y)の上隣のタイルT(x、y−1)、左隣のタイルT(x−1、y)は共に符号化済みであある。そこで、制御部110は、これらタイルT(x,y−1)、T(x−1、y)における同じサブバンド内の第iラインの量子化パラメータの平均値を算出し、上記Q(j-1,i)として決定する。このためには、量子化パラメータ保持部111は、2タイル分の量子化パラメータを保持すればよい。なお、着目タイルT(x、y)が、画像の上端に位置するとき、タイルT(x、y−1)は存在しない。また、着目タイルT(x、y)が、画像の左端に位置するとき、タイルT(x−1、y)は存在しない。このように存在しない隣接タイルを参照することになった場合には、その隣接タイルは予め設定された量子化パラメータを持っているものとして、処理すればよい。
It is assumed that the
なお、実施形態では、符号化対象の画像データを複数のタイルに分割するものとしたが、画像データのラインを分割するように、前記符号化対象の画像データを複数のタイルに分割しても構わない。 In the embodiment, the image data to be encoded is divided into a plurality of tiles, but the image data to be encoded may be divided into a plurality of tiles so as to divide the line of the image data. I do not care.
(その他の実施例)
また、本発明は、以下の処理を実行することによっても実現される。即ち、上述した実施形態の機能を実現するソフトウェア(プログラム)を、ネットワーク又は各種記憶媒体を介してシステム或いは装置に供給し、そのシステム或いは装置のコンピュータ(またはCPUやMPU等)がプログラムを読み出して実行する処理である。
(Other Examples)
The present invention is also realized by executing the following processing. That is, software (program) that realizes the functions of the above-described embodiment is supplied to the system or device via a network or various storage media, and the computer (or CPU, MPU, etc.) of the system or device reads the program. This is the process to be executed.
100…撮像装置、101…操作部、102…撮像部、103…タイル分割部、104…プレーン形成部、105…周波数変換部、106…量子化制御部、107…量子化部、108…エントロピー符号化部、109…記憶媒体、110…制御部、111…量子化パラメータ保持部 100 ... Imaging device, 101 ... Operation unit, 102 ... Imaging unit, 103 ... Tile division unit, 104 ... Plane forming unit, 105 ... Frequency conversion unit, 106 ... Quantization control unit, 107 ... Quantization unit, 108 ... Entropy code Chemical unit, 109 ... Storage medium, 110 ... Control unit, 111 ... Quantization parameter holding unit
Claims (12)
前記符号化対象の画像データのビットレートを設定する設定手段と、
前記符号化対象の画像データを複数のタイルに分割する分割手段と、
前記分割手段で分割した複数のタイルにおける着目タイルを周波数変換することで複数のサブバンドを生成する周波数変換手段と、
量子化パラメータに従って、前記着目タイルの各サブバンドの各変換係数データを量子化する量子化手段と、
前記量子化手段により量子化された変換係数データを符号化する符号化手段と、
前記着目タイルに隣接し符号化済みの隣接タイルの各サブバンドを量子化した際に用いた量子化パラメータを保持する保持手段と、
符号化対象の画像データの着目タイルの量子化パラメータが、前記保持手段に保持された前記隣接タイルを量子化する際に用いた量子化パラメータと所定範囲内の値となるように、前記着目タイルの量子化パラメータ決定する制御手段とを有し、
前記制御手段は、
前記着目タイルの着目サブバンド内の第iラインの変換係数データに対する量子化パラメータをQ(i)、当該着目サブバンドに対応する前記隣接タイル内のサブバンドの第iラインの変換係数データを量子化した際に用いた量子化パラメータをQpre(i)、前記ビットレートで決定した正のリミッタ値をThとしたとき、
前記着目サブバンド内の第iラインの量子化パラメータQ(i)の変動を許容する許容範囲を次式として決定する
Qpre(i)−Th≦Q(i)≦Qpre(i)+Th
ことを特徴とする画像符号化装置。 An image coding device that divides image data to be encoded into a plurality of tiles and encodes the tiles in units.
A setting means for setting the bit rate of the image data to be encoded, and
A dividing means for dividing the image data to be encoded into a plurality of tiles, and
A frequency conversion means for generating a plurality of subbands by frequency-converting the tiles of interest in the plurality of tiles divided by the division means,
According quantization parameter, and a quantization means for quantizing each transformation coefficient data of each subband of the tile of interest,
A coding means for encoding the conversion coefficient data quantized by the quantization means, and
A holding means for holding the quantization parameter used when each subband of the adjacent tile that has been encoded adjacent to the tile of interest is quantized.
As quantization parameter tile of interest of the image data to be coded, a value within a quantization parameter and the predetermined range used in quantizing the neighbor tiles held in the holding means, the noted It has a control means to determine the quantization parameters of the tile ,
The control means
Q (i) is the quantization parameter for the conversion coefficient data of the i-line in the sub-band of interest of the attention tile, and the conversion coefficient data of the i-line of the sub-band in the adjacent tile corresponding to the sub-band of interest is quantum When the quantization parameter used at the time of conversion is Qpre (i) and the positive limiter value determined by the bit rate is Th.
The permissible range for allowing the variation of the quantization parameter Q (i) of the i-th line in the subband of interest is determined by the following equation.
Qpre (i) -Th ≤ Q (i) ≤ Qpre (i) + Th
An image coding device characterized in that.
(1)タイル間の同一サブバンドに対し固定であって同一の量子化パラメータで量子化する第1の量子化方法
(2)タイル間の同一サブバンドに対して可変の量子化パラメータで量子化する第2の量子化方法
のいずれを用いるかを決定する量子化制御手段とを備え、
前記量子化手段は、
前記量子化制御手段によって前記第1の量子化方法を用いるとして決定された場合には、各サブバンドを予め固定の量子化パラメータに従って量子化し、
前記量子化制御手段によって前記第2の量子化方法を用いるとして決定された場合には、前記許容範囲内で変動が許容された量子化パラメータに従って、前記着目タイルの各サブバンドの各変換係数データを量子化する
ことを特徴とする請求項1又は3に記載の画像符号化装置。 Further, according to the bit rate set by the setting means.
(1) First quantization method that is fixed to the same subband between tiles and quantizes with the same quantization parameter (2) Quantization with variable quantization parameter for the same subband between tiles A quantization control means for determining which of the second quantization methods to be used is provided.
The quantization means is
When the quantization control means determines that the first quantization method is used, each subband is prequantized according to a fixed quantization parameter.
When the quantization control means determines that the second quantization method is used, the conversion coefficient data of each subband of the tile of interest is determined according to the quantization parameter that allows fluctuation within the allowable range. The image coding apparatus according to claim 1 or 3 , wherein the image coding apparatus is characterized in that.
前記設定手段で設定したビットレートが、第1の閾値を下回る場合は前記着目タイルから得られた全サブバンドを前記第1の量子化方法を用いて符号化するとして決定し、
前記設定手段で設定したビットレートが、前記第1の閾値を下回らない場合は前記着目タイルから得られた全サブバンドにおける予め設定されたサブバンドには前記第1の量子化方法と、前記着目タイルから得られた全サブバンドにおける、上記以外のサブバンドには前記第2の量子化方法で用いるとして決定する
ことを特徴とする請求項4に記載の画像符号化装置。 The quantization control means is
When the bit rate set by the setting means is lower than the first threshold value, it is determined that all the subbands obtained from the tile of interest are encoded by using the first quantization method.
When the bit rate set by the setting means does not fall below the first threshold value, the preset sub-bands in all the sub-bands obtained from the tile of interest are subjected to the first quantization method and the focus. The image coding apparatus according to claim 4 , wherein the subbands other than the above among all the subbands obtained from the tiles are determined to be used in the second quantization method.
前記周波数変換で得られる複数のサブバンドを周波数の低い順に並べた場合の、最も低い周波数から高い周波数に向かうM個のサブバンドについては第1の量子化方法を適用し、M+1個目から最も高い周波数までのN個のサブバンドについては第2の量子化方法を適用し、
前記ビットレートが低いほど前記Mを大きくする
ことを特徴とする請求項5に記載の画像符号化装置。 The quantization control means is
When the plurality of subbands obtained by the frequency conversion are arranged in ascending order of frequency, the first quantization method is applied to the M subbands from the lowest frequency to the highest frequency, and the M + 1th is the most. The second quantization method is applied to the N subbands up to high frequencies.
The image coding apparatus according to claim 5 , wherein the lower the bit rate, the larger the M.
ことを特徴とする請求項4乃至6のいずれか1項に記載の画像符号化装置。 The quantization control means is determined to apply the first quantization method to the lowest frequency subband among all the subbands obtained from the tile of interest, regardless of the bit rate. The image coding apparatus according to any one of claims 4 to 6 , wherein the image coding apparatus is characterized.
ことを特徴とする請求項4乃至7のいずれか1項に記載の画像符号化装置。 The image coding apparatus according to any one of claims 4 to 7 , wherein the second quantization method determines a quantization parameter in units of lines of a subband of interest.
ことを特徴とする請求項4乃至8のいずれか1項に記載の画像符号化装置。 Any of claims 4 to 8 , wherein the quantization control means determines an allowable range of a quantization parameter when quantization of a subband of interest according to the second quantization method according to a bit rate. The image coding apparatus according to item 1.
前記符号化対象の画像データのビットレートを設定する設定工程と、
前記符号化対象の画像データを複数のタイルに分割する分割工程と、
前記分割工程で分割した複数のタイルにおける着目タイルを周波数変換することで複数のサブバンドを生成する周波数変換工程と、
量子化パラメータに従って、前記着目タイルの各サブバンドの各変換係数データを量子化する量子化工程と、
前記量子化工程により量子化された変換係数データを符号化する符号化工程と、
前記着目タイルに隣接し符号化済みの隣接タイルの各サブバンドを量子化した際に用いた量子化パラメータを保持する保持工程と、
符号化対象の画像データの着目タイルの量子化パラメータが、前記保持工程で保持された前記隣接タイルを量子化する際に用いた量子化パラメータと所定範囲内の値となるように、前記着目タイルの量子化パラメータ決定する制御工程とを有し、
前記制御工程は、
前記着目タイルの着目サブバンド内の第iラインの変換係数データに対する量子化パラメータをQ(i)、当該着目サブバンドに対応する前記隣接タイル内のサブバンドの第iラインの変換係数データを量子化した際に用いた量子化パラメータをQpre(i)、前記ビットレートで決定した正のリミッタ値をThとしたとき、
前記着目サブバンド内の第iラインの量子化パラメータQ(i)の変動を許容する許容範囲を次式として決定する
Qpre(i)−Th≦Q(i)≦Qpre(i)+Th
ことを特徴とする画像符号化装置の制御方法。 This is a control method of an image coding device that divides image data to be encoded into a plurality of tiles and encodes the tiles in units.
A setting process for setting the bit rate of the image data to be encoded, and
A division step of dividing the image data to be encoded into a plurality of tiles, and
A frequency conversion step of generating a plurality of subbands by frequency-converting the tiles of interest in the plurality of tiles divided in the division step,
According quantization parameter, and a quantization step of quantizing each transformation coefficient data of each subband of the tile of interest,
A coding step that encodes the conversion coefficient data quantized by the quantization step, and
A holding step of holding the quantization parameter used when each subband of the adjacent tile that has been encoded adjacent to the tile of interest is quantized.
As quantization parameter tile of interest of the image data to be coded, a value within a quantization parameter and the predetermined range used in quantizing the neighbor tiles held in the holding step, the noted It has a control process to determine the quantization parameters of the tile .
The control step is
Q (i) is the quantization parameter for the conversion coefficient data of the i-th line in the sub-band of interest of the attention tile, and the conversion coefficient data of the i-line of the sub-band in the adjacent tile corresponding to the sub-band of interest is quantum. When the quantization parameter used at the time of conversion is Qpre (i) and the positive limiter value determined by the bit rate is Th.
The permissible range for allowing the variation of the quantization parameter Q (i) of the i-th line in the subband of interest is determined by the following equation.
Qpre (i) -Th ≤ Q (i) ≤ Qpre (i) + Th
A control method for an image coding device.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2016165071A JP6813991B2 (en) | 2016-08-25 | 2016-08-25 | Image coding device and its control method and program |
US15/357,634 US10356408B2 (en) | 2015-11-27 | 2016-11-21 | Image encoding apparatus and method of controlling the same |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2016165071A JP6813991B2 (en) | 2016-08-25 | 2016-08-25 | Image coding device and its control method and program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2018033044A JP2018033044A (en) | 2018-03-01 |
JP6813991B2 true JP6813991B2 (en) | 2021-01-13 |
Family
ID=61303646
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2016165071A Active JP6813991B2 (en) | 2015-11-27 | 2016-08-25 | Image coding device and its control method and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6813991B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7033013B2 (en) * | 2018-06-15 | 2022-03-09 | キヤノン株式会社 | Image coding device, image decoding device, their control method, and program |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3833585B2 (en) * | 2002-07-24 | 2006-10-11 | Kddi株式会社 | Image coding apparatus, image coding method, and computer program |
JP4670947B2 (en) * | 2008-12-05 | 2011-04-13 | ソニー株式会社 | Information processing apparatus and method |
WO2013001717A1 (en) * | 2011-06-30 | 2013-01-03 | 三菱電機株式会社 | Image encoding apparatus, image decoding apparatus, image encoding method and image decoding method |
-
2016
- 2016-08-25 JP JP2016165071A patent/JP6813991B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2018033044A (en) | 2018-03-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4365957B2 (en) | Image processing method and apparatus and storage medium | |
JP4656190B2 (en) | Information processing apparatus and method | |
CN102647586B (en) | Code rate control method and device used in video coding system | |
CN110495174B (en) | Encoding method, apparatus, image processing system, and computer-readable storage medium | |
US20130083855A1 (en) | Adaptive color space selection for high quality video compression | |
JP2017085247A (en) | Encoding method, encoding device, imaging apparatus and program | |
JP2019004428A (en) | Image encoding device, image decoding device, image encoding method, image decoding method, and program | |
US10897615B2 (en) | Image encoding apparatus and control method therefor | |
JP2017224965A (en) | Image coding device and control method | |
JP2017216630A5 (en) | ||
JP7033013B2 (en) | Image coding device, image decoding device, their control method, and program | |
US10356408B2 (en) | Image encoding apparatus and method of controlling the same | |
JP6813991B2 (en) | Image coding device and its control method and program | |
US8279932B2 (en) | Information processing apparatus and method | |
JP6792370B2 (en) | Image processing equipment, its control method, and computer programs | |
JP2009044483A (en) | Image encoding device | |
JP6564314B2 (en) | Image encoding apparatus, control method thereof, program, and storage medium | |
JP6454229B2 (en) | Image encoding device, image decoding device, image encoding program, and image decoding program | |
US12069306B2 (en) | Image encoding apparatus and method for controlling the same and non-transitory computer-readable storage medium | |
JP2017216625A (en) | Image encoding device and its control method | |
JPH07203430A (en) | Image coding device | |
JP6793499B2 (en) | Image coding device and its control method | |
JP7016660B2 (en) | Coding device, its control method, and control program, and image pickup device. | |
JP2001231009A (en) | Image data storage device ad method | |
JP6792359B2 (en) | Image coding device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20190805 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20200710 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20200814 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20201007 |
|
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: 20201120 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20201218 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 6813991 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |