JP2015103982A - Image encoding device - Google Patents
Image encoding device Download PDFInfo
- Publication number
- JP2015103982A JP2015103982A JP2013243598A JP2013243598A JP2015103982A JP 2015103982 A JP2015103982 A JP 2015103982A JP 2013243598 A JP2013243598 A JP 2013243598A JP 2013243598 A JP2013243598 A JP 2013243598A JP 2015103982 A JP2015103982 A JP 2015103982A
- Authority
- JP
- Japan
- Prior art keywords
- data
- unit
- index
- block
- quantization
- 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
- 238000013139 quantization Methods 0.000 claims abstract description 163
- 238000006243 chemical reaction Methods 0.000 claims abstract description 52
- 230000003044 adaptive effect Effects 0.000 claims abstract description 31
- 238000000034 method Methods 0.000 claims description 36
- 238000004364 calculation method Methods 0.000 claims description 24
- 230000000875 corresponding effect Effects 0.000 description 55
- 238000007906 compression Methods 0.000 description 14
- 238000013500 data storage Methods 0.000 description 11
- 230000006835 compression Effects 0.000 description 10
- 238000010586 diagram Methods 0.000 description 8
- 230000002596 correlated effect Effects 0.000 description 2
- 230000002093 peripheral effect Effects 0.000 description 2
- 230000001174 ascending effect Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 230000003247 decreasing effect Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000003672 processing method Methods 0.000 description 1
Images
Landscapes
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
Description
本発明は、画像データを圧縮して符号化する画像符号化装置に関する。 The present invention relates to an image encoding apparatus that compresses and encodes image data.
従来、通信における負荷等を軽減する目的で、画像データを圧縮して符号化する画像符号化装置が知られている。そして、近年では、さらに圧縮効率を高めた画像符号化の規格が提案されている(非特許文献1参照)。 2. Description of the Related Art Conventionally, there has been known an image encoding device that compresses and encodes image data for the purpose of reducing a load or the like in communication. In recent years, a standard for image coding with higher compression efficiency has been proposed (see Non-Patent Document 1).
前記規格に従った画像符号化装置の概略構成を図13に示す。同図13に示すように、この画像符号化装置100は、色空間変換部110、周波数変換部120、量子化部130、係数予測部140、適応型スキャン部150、VLC符号化部160、ビットストリーム出力部170より構成される。なお、前記VLC符号化部160の名称中のVLCは、可変長符号化方式(Variable Length Coding)の略称である。
FIG. 13 shows a schematic configuration of an image encoding device according to the standard. As shown in FIG. 13, the
画像データは、画像の最小単位である画素(ピクセル)から構成され、16画素(水平方向)×16画素(垂直方向)で区切られた256画素の画像領域を1つの単位として、これをマクロブロックと呼び、このマクロブロックを水平方向、垂直方向にそれぞれ4分割した4画素×4画素の単位をブロックと呼ぶ。前記規格に従った画像処理では、このマクロブロック及びブロックを単位として処理が進められる。 The image data is composed of pixels (pixels) which are the minimum unit of an image, and a 256-pixel image area divided by 16 pixels (horizontal direction) × 16 pixels (vertical direction) is regarded as one unit, and this is a macroblock. A unit of 4 pixels × 4 pixels obtained by dividing this macroblock into four parts in the horizontal direction and the vertical direction is called a block. In the image processing according to the standard, the processing proceeds in units of the macroblock and the block.
前記色空間変換部110は、入力された画像データをマクロブロック単位で画素毎に色空間変換処理する。色空間変換処理は、非特許文献1の規格で定められたピクセルフォーマットに依存する。ピクセルフォーマットが色空間変換を必要とするものである場合、RGBフォーマットである原画像データはYUVフォーマットに変換される処理がされ、CMYKフォーマットである原画像データはYUVKフォーマットに変換される処理がされる。また、ピクセルフォーマットが色空間変換を必要とするものでない場合、原画像データは色空間変換されない処理がなされる。そして、前記色空間変換部110は、前記処理をした画像データを前記周波数変換部120に入力する。
The color
前記周波数変換部120は、前記色空間変換部110によって色空間処理された画像データを、マクロブロック単位でラスター順に、各マクロブロック内では前記色空間変換後の色成分順に、各色成分内の16個のブロックについて、各画素のデータを周波数帯域毎の係数データに変換する処理(周波数変換)を行う。この周波数変換部120は、各ブロック内の4×4画素の16個の画素データについて、周波数変換をして係数データに変換した後、16個のブロックの各左上の係数データを除く残りの各15個の係数データを集めて、第1階層データを形成する。これは、高周波成分であるHP係数(ハイパス係数)データとなる。次に、16個のブロックの各左上の係数データを集めて、4×4の16個の係数データを生成し、この集められた4×4の係数データをさらに周波数変換して、4×4の係数データとし、この周波数変換した4×4の係数データの内、左上の1個の係数データを除く残りの15個の係数データで第2階層データを形成し、前記2回目の周波数変換後の4×4の係数データの内、左上の1個の係数データで第3階層データを形成する。この第2階層データは、低周波成分であるLP係数(ローパス係数)データに相当し、第3階層データは、直流成分であるDC係数(ディーシー係数)データに相当する。このように前記周波数変換部120は、前記第1階層データ(HP係数)、第2階層データ(LP係数)、第3階層データ(DC係数)を生成し、これらの各階層データを前記量子化部130に入力する。
The
前記量子化部130は、前記周波数変換部120から入力された周波数変換後の第1階層データ、第2階層データ、及び第3階層データを、それぞれ選択された量子化パラメータで除算して量子化する処理を行い、処理後の前記第1階層データ、第2階層データ、及び第3階層データを前記係数予測部140に入力する。
The
前記量子化部130は、図14に示すように、QPインデックス取得・記憶部111、量子化パラメータ選択部112、量子化演算部113、ブロックカウンタ部114から構成される。以下、図15に示す量子化処理部130を中心とした処理フロー、図16〜図19に示すQPインデックスの具体的設定例を参照しながら説明する。
The
非特許文献1の規格では、QPインデックスと呼ばれるパラメータを使って量子化処理を実施することができる。QPインデックスとは、16画素×16画素のマクロブロック毎に、0〜15の数値からなる16個のQPインデックスと呼ばれるパラメータの中からその1つを指定し、指定されたQPインデックスに対応する量子化パラメータを用いて、そのマクロブロックに含まれる周波数変換後のLP係数データ及びHP係数データを除算して、量子化するためのものである。
In the standard of Non-Patent
図16及び図17に、QPインデックスの具体的な設定例を示す。図16は、QPインデックスが0〜7までの量子化パラメータの設定例、図17は、QPインデックスが8〜15までの量子化パラメータの設定例となっている。DC係数については、量子化パラメータは1種類しか取り得ないので、QPインデックスの指定はないが、仮に、QPインデックスが0に対応するとして、QPインデックスが0の部分に、第1色成分〜第4色成分について1〜4の量子化パラメータを指定している。同図16及び図17に示した例によれば、例えば、LP係数の第1色成分については、QPインデックス0〜15に対応させて、QPパラメータを10〜25と指定することができ、LPの第2色成分、第3色成分、及び第4色成分については、QPインデックス0〜15に対応させて、QPパラメータをそれぞれ、30〜45、50〜65、及び70〜85と指定することができる。HP係数についても同様であり、QPインデックス0〜15に対応する量子化パラメータに異なる値、もしくは同じ値を指定することができる。なお、量子化パラメータには0〜255の範囲の整数を指定することができる。同図16及び図17に示した設定例は、指定の一例であって、QPインデックスに対応する量子化パラメータにこの他の値を指定してもよい。なお、設定例として、第1色成分〜第4色成分、QPインデックス0〜15の全てに量子化パラメータを指定した例を示したが、色成分の数は、元となる画像フォーマットにより決定され、使用するQPインデックスの数については、圧縮の際の設定により1から16の範囲で指定できるものであり、使用の用途、目的等により増減させることができる。
16 and 17 show specific setting examples of the QP index. FIG. 16 shows an example of setting a quantization parameter with a QP index of 0 to 7, and FIG. 17 shows an example of setting of a quantization parameter with a QP index of 8 to 15. As for the DC coefficient, since only one type of quantization parameter can be taken, there is no designation of the QP index. However, assuming that the QP index corresponds to 0, the first color component to the fourth color are assigned to the portion where the QP index is 0. 1 to 4 quantization parameters are specified for the color components. According to the example shown in FIGS. 16 and 17, for example, for the first color component of the LP coefficient, the QP parameter can be designated as 10 to 25 corresponding to the
図18に画像を16×16画素のマクロブロック単位の領域に分け、領域毎にQPインデックスを指定する例を示す。細線で区切った矩形領域をマクロブロック、太線で区切った画像の内側の領域を領域1とし、太線で区切った画像の外側の領域を領域2としている。例えば、領域1に指定するQPインデックスを0とし、領域2に指定するQPインデックスを1として、それぞれのQPインデックスに対応する量子化パラメータを指定することができる。なお、一般的に、画像の中央部に重要で精細なイメージがあり、周辺部にはあまり重要でないイメージがあることが多く、例えば、画像中央部の領域1に指定したQPインデックスが0に対応する量子化パラメータの値を小さな値として、低圧縮にすることで繊細な画像とし、周辺部の領域2に設定したQPインデックスが1に対応する量子化パラメータの値を大きな値として、高圧縮にすることで粗い画像とすることができる。
FIG. 18 shows an example in which an image is divided into 16 × 16 pixel macroblock unit areas and a QP index is designated for each area. A rectangular area delimited by a thin line is a macro block, an area inside the image delimited by a thick line is
図19に画像をマクロブロック単位の領域に分け、領域毎にQPインデックスを指定する別の例を示す。太線で区切った画像の中央部の内、左側の領域を領域1、右側の領域を領域2とし、太線で区切った画像の上部の領域を領域3、太線で区切った画像の下部の領域を領域4とし、領域1にはQPインデックスとして0〜5を割り当て、領域2にはQPインデックスとして6〜11を割り当て、領域3にはQPインデックスとして12〜13を割り当て、領域4にはQPインデックスとして14〜15を割り当てたものである。図18と同様、例えば、中央部の領域1と領域2に指定したQPインデックスが0〜11に対応する量子化パラメータの値を小さな値として低圧縮にすることで、繊細な画像とし、周辺部の領域3と領域4に設定したQPインデックスが12〜15に対応する量子化パラメータの値を大きな値として高圧縮にすることで、粗い画像とすることもできる。
FIG. 19 shows another example in which an image is divided into macro block units and a QP index is designated for each region. The left area is the
このような指定ができるQPインデックスを用いた量子化処理の動作を図14及び図15を用いて説明する。 The operation of the quantization process using the QP index that can be designated as described above will be described with reference to FIGS.
前記量子化パラメータ選択部112は、圧縮処理の開始前に、外部コントローラ等から各QPインデックスに対応する量子化パラメータを取得し、記憶する(ステップS21)。ブロックカウンタ部114は、圧縮処理の開始時に、マクロブロックのカウント値m、色成分のカウント値c、ブロックのカウント値nをそれぞれ1に初期化して(ステップS22)、圧縮処理の進行とともに入力される係数データの数をカウントしながら、これらm,c,nのカウント値を更新していく(ステップS28,S30,S32)。
The quantization
前記周波数変換部120は、最初のマクロブロック(カウント値mは1)の画像データを周波数変換して、第1階層データ(HP係数)、第2階層データ(LP係数)、第3階層データ(DC係数)からなる係数データを生成し、前記量子化部130に入力する(ステップ23)。以降の処理は、第1階層データ(HP係数)について説明する。第2階層データ(LP係数)については、マクロブロック内のブロックの数を1として、同様の処理となるが、第3階層データ(DC係数)については、量子化処理にQPインデックスを用いないため、QPインデックスの取得は不要となる。
The
前記QPインデックス取得・記憶部111は、最初のマクロブロック(カウント値mは1)に対応するQPインデックスについて、データ要求信号を出力し、データ記憶部よりQPインデックスを取得し、記憶する(ステップS24)。なお、QPインデックスの値は、マクロブロック毎に指定され、画像サイズが大きくなると、その画像データに含まれるマクロブロックの数も増大し、各マクロブロックに対応するQPインデックスの数も増大するため、各マクロブロックに対応するQPインデックスは、外部又は内部のデータ記憶領域に保持しておくのが一般的である。
The QP index acquisition /
前記量子化パラメータ選択部112は、前記QPインデックス取得・記憶部111に記憶された最初のマクロブロック(カウント値mは1)に対応するQPインデックスiを参照し、QPインデックスiに対応する量子化パラメータQ(i)を、圧縮処理の起動前に取得した量子化パラメータの中から選択し、選択した量子化パラメータQ(i)を量子化演算部113に入力する(ステップS25)。
The quantization
前記量子化演算部113は、前記周波数変換部120より入力された最初のマクロブロック(カウント値mは1)の第1色成分(カウント値cは1)の最初のブロック(カウント値nは1)に対応するブロックの係数データを前記量子化パラメータ選択部112より取得したQPパラメータQ(i)で除算し、量子化データを生成するとともに、生成した量子化データを前記係数予測部140へ入力する(ステップS26)。
The
最終ブロック(カウンタ値nが15)でなければ(ステップS27)、前記ブロックカウンタ部114は、カウント値nを1だけカウントアップし(ステップS28)、同様に量子化演算部113は、最初のブロックと同じ量子化パラメータQ(i)を用いて、次のブロックの量子化処理を実施する(ステップS26)。そして、順次、カウント値nをカウントアップしていき、各ブロックの量子化処理を実施する。該ブロックの量子化処理後、処理したブロックが最終ブロックであれば、前記ブロックカウンタ部114は、色成分が最終のものであるかどうかを確認する(ステップS29)。
If it is not the last block (counter value n is 15) (step S27), the
最終の色成分でなければ、前記ブロックカウンタ部114は、ブロックのカウント値nを1に初期化し、色成分のカウント値cを1だけカウントアップした上で(ステップS30)、前記量子化パラメータ選択部112は、現状の色成分(カウント値cに対応する色成分)における最初のマクロブロック(カウント値mは1)のQPインデックスiに対応する量子化パラメータQ(i)を選択し(ステップS25)、前記量子化演算部113は、選択された量子化バラメータにて、ブロック数分の係数データの量子化処理を実施する(ステップS26)。そして、同様にブロック毎に量子化処理を進め、最終のブロックの量子化処理を終了する毎に、前記ブロックカウンタ部114は、色成分のカウント値cを確認し、そのカウント値cが最終の色成分のものでなければ、カウント値cをカウントアップし、最終の色成分のものであれば、マクロブロックのカウント値が最終のものであるかどうかを確認する(ステップS31)。
If it is not the final color component, the
最終のマクロブロックでなければ、前記ブロックカウンタ部114は、ブロックのカウント値nと色成分のカウント値cを1に初期化し、マクロブロックのカウント値mを1だけカウントアップした上で(ステップS32)、前記周波数変換部120は、該マクロブロックの画像データを周波数変換してブロック単位の係数データに変換し(ステップS23)、前記QPインデックス取得・記憶部111は、前記データ記憶部よりQPインデックスを取得し(ステップS24)、前記量子化パラメータ選択部112は、取得したQPインデックスiに対応する量子化パラメータQ(i)を選択し(ステップS25)、前記量子化演算部113は、前記周波数変換部120により生成された係数データを前記量子化パラメータ選択部112により選択された量子化パラメータQ(i)で除算して、量子化データを生成し、前記係数予測部140へ出力する。そして、マクロブロック単位での量子化処理が進み、処理したマクロブロックが最終のマクロブロックになれば、前記量子化部130は、一連の量子化処理を終了する。なお、最終のマクロブロックであるか否かは、マクロブロックのカウンタ値mが、(水平方向の画像サイズ/16)×(垂直方向の画像サイズ/16)に一致するか否かで判断する。
If it is not the final macro block, the
以上のように、前記量子化部130は、前記ブロックカウンタ部114にて、マクロブロック、色成分、ブロックのカウント値を更新しながら、前記QPインデックス取得・記憶部111にて、各マクロブロック毎のQPインデックスを取得し、前記量子化パラメータ選択部112にて、取得した量子化インデックスより量子化パラメータを選択し、前記量子化演算部113にて、現在のマクロブロックにおける係数データを選択された量子化パラメータで除算して、量子化データを生成するという量子化処理を、マクロブロックの数だけ繰り返すというものである。そして、量子化パラメータを選定する基となるQPインデックスは、データ記憶部より、マクロブロック毎に取得していく。
As described above, the
前記係数予測部140は、前記量子化部130から入力されたブロック毎の前記第1階層データ、第2階層データ、及び第3階層データについて、それぞれ、隣接するブロック間の係数値の比較を行って予測モードを算出し、所定の演算式に基づいて、導出された予測モードの方向に、相関の高いブロック間で減算する処理を行う。そして、前記係数予測部140は、処理後の第1階層データ、第2階層データ、及び第3階層データをブロック毎に、適応型スキャン部150に入力する。
The
前記適応型スキャン部150は、前記係数予測部140から入力された第1階層データ及び第2階層データについて、ブロック毎にその係数データを入れ替える処理を行う。この入替処理は、周波数変換後のブロック内の画素位置が小さい側(低周波数側)に非ゼロの係数データを集め、ブロック内の画素位置が大きい側(高周波数側)にゼロ値が連続する係数データを集めるので、符号化の圧縮率を高めることができる。そして、前記適応型スキャン部150は、係数データを入れ替えた第1階層データ、第2階層データ、及び入替処理を実施しない第3階層データを、前記VLC符号化部160に入力する。
The
前記VLC符号化部160は、前記適応型スキャン部150で処理された第1階層データ、第2階層データ、及び第3階層データに対して、エントロピー符号化処理を施し、コードストリームを生成して、そのコードストリームを前記ビットストリーム出力部170に入力する。
The
前記ビットストリーム170は、ヘッダ情報としての画像設定データに、前記VLC符号化部160で符号化されたコードストリームを順次連接し、1画像データ分のビットストリームとして1纏めにして、1つのファイルを形成し、形成したファイルを外部に出力する。
The
ところで、図14に示す従来の画像符号化装置では、予めマクロブロック毎のQPインデックスを蓄えておくため、画像サイズに比例して増大する記憶領域をもったデータ記憶部を備える必要があり、マクロブロックの周波数変換が終了する毎に、該データ記憶部からQPインデックスを取得する必要があった。このため、画像サイズの増大とともに大きな記憶領域を必要とし、マクロブロックの処理毎にQPインデックスのデータ転送のためにデータ記憶部へのアクセスが必要であるという問題があった。 By the way, in the conventional image encoding device shown in FIG. 14, since the QP index for each macroblock is stored in advance, it is necessary to include a data storage unit having a storage area that increases in proportion to the image size. Every time the frequency conversion of the block is completed, it is necessary to obtain a QP index from the data storage unit. For this reason, a large storage area is required as the image size increases, and there is a problem that access to the data storage unit is necessary for data transfer of the QP index every time the macroblock is processed.
また、このQPインデックスを用いた画像圧縮における量子化は、各マクロブロック毎に予めQPインデックス値を定めておく必要があり、図18及び図19について前述したように、例えば、画像を、マクロブロックを単位として、複数のマクロブロックで区切った領域毎にQPインデックスを割り当てるといったQPインデックスの指定が行われている。このため、この画像領域の区切り毎でしかQPインデックスを割り当てることができず、マクロブロック毎の画像の特性に合わせて、符号化処理中に、適応的にQPインデックスを割り当てることができないという問題があった。 In addition, the quantization in the image compression using the QP index requires that a QP index value be determined in advance for each macro block. For example, as described above with reference to FIGS. A QP index is specified such that a QP index is assigned to each area divided by a plurality of macroblocks in units of. For this reason, the QP index can be assigned only for each segment of the image area, and the QP index cannot be adaptively assigned during the encoding process according to the characteristics of the image for each macroblock. there were.
本発明は、以上の実情に鑑み、なされたものであって、QPインデックスを大きな記憶領域に蓄えることなく、マクロブロック毎に、画像の特性に合わせ、適応的にQPインデックスを割り当てることが可能な量子化部を備えた画像符号化装置の提供を、その目的とする。 The present invention has been made in view of the above circumstances, and it is possible to adaptively assign a QP index in accordance with the characteristics of an image for each macroblock without storing the QP index in a large storage area. An object of the present invention is to provide an image encoding device including a quantization unit.
上記課題を解決するため、発明の画像符号化装置は、
画像データを水平及び垂直の各方向にn画素からなるブロックを単位として、水平及び垂直の各方向にm個のブロックからなるマクロブロックについて周波数変換し、マクロブロック内の各ブロックの左上の画素位置以外の画素位置に相当するデータを高周波数成分の係数データとし、マクロブロック内の各ブロックの左上の画素位置に相当するデータを集めてさらに周波数変換し、該周波数変換後の左上の画素位置に相当するデータを直流成分の係数データとし、左上以外の画素位置に相当するデータを低周波数成分の係数データとする周波数変換部と、
前記周波数変換部により周波数変換された各成分の係数データを、内部又は外部の記憶領域に保持された量子化パラメータで除算することにより量子化して量子化係数データとする量子化部と、
前記量子化部により量子化された低周波数成分及び高周波数成分の量子化係数データのブロック内における画素の並び順を入れ替える処理をして入替後係数データとする係数スキャン部と、
前記量子化部による量子化後の直流成分の量子化係数データ及び前記係数スキャン部による入替処理後の入替後係数データを符号化して符号化データを生成する符号化部とを備えた画像符号化装置において、
前記量子化部は、
前記マクロブロック内の上側の各ブロックにおいて左右に隣接し、左側の各ブロックにおいて上下に隣接するブロックの直流成分の係数データと低周波数成分の係数データとの差分、及び前記隣接するブロックにおける低周波数成分の係数データ同士での差分をとり、絶対値化し、その平均をとった差分平均値と、0〜p−1のp個の数値により1つの前記量子化パラメータを指定するものである各QPインデックスに、対応する基準値であって、外部又は内部の記憶領域に保持された基準値とを、基準値の小さい方から順に比較し、最初に該差分平均値がその基準値よりも小さくなった基準値に対応するQPインデックスを選択されたQPインデックス(i)とするアダプティプQPインデックス選択部と、
前記選択したQPインデックス(i)に対応する量子化パラメータQ(i)を選択する量子化パラメータ選択部と、
前記選択した量子化パラメータQ(i)を用いて、マクロブロック内の各ブロックにおける低周波数成分及び高周波数成分の各係数データを量子化する量子化演算処理部とを備える。
但し、前記n,m及びpは2以上の整数であり、前記iは0〜p−1の整数である。
In order to solve the above problems, an image encoding device of the invention provides:
The image data is frequency-converted for a macroblock consisting of m blocks in each horizontal and vertical direction in units of a block consisting of n pixels in each horizontal and vertical direction, and the upper left pixel position of each block in the macroblock The data corresponding to the pixel position other than the above is used as the coefficient data of the high frequency component, the data corresponding to the upper left pixel position of each block in the macro block is collected, further frequency-converted, and the upper left pixel position after the frequency conversion. The frequency conversion unit which makes the corresponding data the coefficient data of the direct current component, and the data corresponding to the pixel position other than the upper left the coefficient data of the low frequency component,
A quantization unit that quantizes the coefficient data of each component frequency-converted by the frequency conversion unit by dividing the coefficient data by a quantization parameter held in an internal or external storage area to obtain quantized coefficient data;
A coefficient scanning unit that performs a process of changing the order of pixels in the block of quantized coefficient data of the low frequency component and the high frequency component quantized by the quantizing unit, and sets the coefficient data after replacement;
An image coding unit comprising: an encoding unit that encodes the quantized coefficient data of the DC component after quantization by the quantization unit and the post-replacement coefficient data after the replacement process by the coefficient scanning unit to generate encoded data In the device
The quantization unit is
The difference between the DC component coefficient data and the low frequency component coefficient data of the block adjacent to the left and right in the upper block in the macro block and the upper and lower adjacent blocks in the left block, and the low frequency in the adjacent block Each QP that takes the difference between the coefficient data of the components, converts it to an absolute value, takes the average, and designates one quantization parameter by p numerical values from 0 to p−1. A reference value corresponding to an index, which is a reference value held in an external or internal storage area, is compared in order from the smallest reference value, and the difference average value is initially smaller than the reference value. An adaptive QP index selection unit that sets the QP index corresponding to the selected reference value as the selected QP index (i);
A quantization parameter selection unit that selects a quantization parameter Q (i) corresponding to the selected QP index (i);
A quantization operation processing unit that quantizes each coefficient data of a low frequency component and a high frequency component in each block in the macroblock using the selected quantization parameter Q (i).
However, n, m and p are integers of 2 or more, and i is an integer of 0 to p-1.
上記構成を備えた本発明に係る画像符号化装置によれば、まず、1画像分の画像データが周波数変換部に入力され、周波数変換部においては、画像データは水平及び垂直の各方向にn画素からなるブロックを単位として、水平及び垂直の各方向にm個のブロックからなるマクロブロックについて周波数変換されて高周波数成分、低周波数成分、及び直流成分の係数データとされ、量子化部に入力される。 According to the image coding apparatus according to the present invention having the above-described configuration, first, image data for one image is input to the frequency conversion unit, and the image data is divided into n in each of the horizontal and vertical directions. Using a block of pixels as a unit, frequency conversion is performed on a macroblock consisting of m blocks in each of the horizontal and vertical directions to obtain coefficient data of a high frequency component, a low frequency component, and a direct current component, and input to the quantization unit Is done.
そして、量子化部において、周波数変換された各成分の係数データは、内部又は外部の記憶領域に保持された量子化パラメータで除算することにより量子化される。 Then, in the quantization unit, the coefficient data of each component subjected to frequency conversion is quantized by dividing by the quantization parameter held in the internal or external storage area.
量子化された係数データは、係数予測部に入力され、係数予測部において、予測モードを導出するとともに、相関の高いブロック間で減算される処理を行った後、係数スキャン部に入力され、係数スキャン部において、非ゼロの係数データをブロック内の低周波数側に集中させるように、ブロック内の画素の並び順を入れ替える処理が行われ、入れ替え後のブロック単位の係数データが符号化部において符号化され、符号化データが生成される。 The quantized coefficient data is input to the coefficient prediction unit. The coefficient prediction unit derives a prediction mode and performs a process of subtracting between highly correlated blocks, and then inputs the coefficient data to the coefficient scan unit. In the scanning unit, processing for changing the arrangement order of the pixels in the block is performed so that non-zero coefficient data is concentrated on the low frequency side in the block, and the coefficient data in the block unit after the replacement is encoded in the encoding unit. And encoded data is generated.
そして、量子化部では、アダプティプQPインデックス選択部において、マクロブロック内の上側の各ブロックにおいて左右に隣接し、左側の各ブロックにおいて上下に隣接するブロックの直流成分の係数データと低周波数成分の係数データとの差分、及び前記隣接するブロックにおける低周波数成分の係数データ同士での差分をとり、絶対値化し、その平均をとった差分平均値と、各QPインデックスに対応する基準値とを、基準値の小さい方から順に比較し、最初に該差分平均値がその基準値よりも小さくなった基準値に対応するQPインデックスを選択されたQPインデックス(i)とし、量子化パラメータ選択部において、選択されたQPインデックス(i)に対応する量子化パラメータQ(i)が選択され、量子化演算処理部において、選択された量子化パラメータQ(i)を用いて、ブロック単位の各係数データが除算され、量子化される。 Then, in the quantization unit, in the adaptive QP index selection unit, the DC component coefficient data and the low-frequency component coefficient of the block adjacent to the left and right in each upper block in the macro block and vertically adjacent in each left block The difference between the data and the difference between the coefficient data of the low frequency components in the adjacent blocks is taken, converted into an absolute value, and the difference average value obtained by taking the average and the reference value corresponding to each QP index, The QP index corresponding to the reference value whose difference average value is smaller than the reference value is set as the selected QP index (i) first, and the quantization parameter selection unit selects the QP index (i). The quantization parameter Q (i) corresponding to the QP index (i) thus selected is selected, and the quantization operation processing unit Te, by using the selected quantization parameter Q (i), the coefficient data of the block unit is divided and quantized.
このように、本発明の構成によれば、量子化部内にアダプティプQPインデックス選択部を設け、マクロブロックの上側及び左側のブロック内で隣接する各ブロックにおける直流成分及び低周波数成分の係数データについて差分平均値をとり、QPインデックスに対応する設定した基準値の小さい方から順に比較することで、所定個数のQPインデックスの中から1つのQPインデックスを選択するようにしているので、従来の構成のように、画像サイズに比例して増大するQPインデックスを記憶するデータ記憶部を設ける必要がなく、該データ記憶部からQPインデックスを取得する処理も不要となる。また、隣接するブロックにおける直流成分及び低周波数成分の係数データから差分平均値を求め、QPインデックスに対応する基準値と大小比較することで、1つのQPインデックスを選択するようにしているので、処理している画像領域の特性に合致するようなQPインデックスを決定でき、このQPインデックスに対応する量子化パラメータで、ブロック単位の各係数データを除算するので、画像の各領域の画像特性に適した量子化処理が可能となり、画像符号化処理の最適化を図ることができる。 As described above, according to the configuration of the present invention, the adaptive QP index selection unit is provided in the quantization unit, and the difference between the coefficient data of the DC component and the low-frequency component in each adjacent block in the upper and left blocks of the macroblock. Since an average value is taken and compared in order from the smallest set reference value corresponding to the QP index, one QP index is selected from a predetermined number of QP indexes. In addition, it is not necessary to provide a data storage unit that stores a QP index that increases in proportion to the image size, and processing for obtaining a QP index from the data storage unit is also unnecessary. In addition, since the difference average value is obtained from the coefficient data of the DC component and the low frequency component in the adjacent block and is compared with the reference value corresponding to the QP index, one QP index is selected. A QP index that matches the characteristics of the image area being processed can be determined, and each coefficient data in a block unit is divided by the quantization parameter corresponding to the QP index, which is suitable for the image characteristics of each area of the image. Quantization processing is possible, and image encoding processing can be optimized.
また、本発明の画像符号化装置のアダプティプQPインデックス選択部は、
前記マクロブロック内の前記隣接する各ブロック間の、直流成分の係数データから低周波数成分の係数データを減算、又は低周波数成分の係数データから上下又は左右に隣接するブロックの低周波数成分の係数データを減算してその差分データを生成する差分処理部と、
前記差分処理部で生成した各差分データの絶対値をとって絶対値データを生成する絶対値算出部と、
前記絶対値算出部で生成した各絶対値データの平均をとって、前記隣接するブロック間の直流成分及び低周波数成分の係数データについての差分平均値データを生成する平均値算出部と、
前記平均値算出部で生成した差分平均値データとQPインデックス毎に定められた各基準値とを基準値の小さい方から順に比較し、最初に該差分平均値がその基準値よりも小さくなった基準値に対応するQPインデックスを選択されたQPインデックス(i)とする基準値比較部とを備える。
In addition, the adaptive QP index selection unit of the image encoding device of the present invention,
The coefficient data of the low frequency component is subtracted from the coefficient data of the DC component between the adjacent blocks in the macro block, or the coefficient data of the low frequency component of the adjacent block vertically or horizontally from the coefficient data of the low frequency component. And a difference processing unit that generates the difference data by subtracting
An absolute value calculation unit that generates absolute value data by taking the absolute value of each difference data generated by the difference processing unit;
An average value calculation unit that averages each absolute value data generated by the absolute value calculation unit and generates difference average value data for coefficient data of the DC component and the low frequency component between the adjacent blocks;
The difference average value data generated by the average value calculation unit and each reference value determined for each QP index are compared in order from the smallest reference value, and the difference average value is initially smaller than the reference value. A reference value comparison unit that uses the QP index corresponding to the reference value as the selected QP index (i).
上記構成を備えた本発明に係る画像符号化装置におけるアダプティプQPインデックス選択部によれば、まず、差分処理部において、マクロブロックの上側及び下側ブロックの隣接するブロック間における直流成分及び低周波数成分の係数データの差分データを生成し、絶対値算出部において、その差分データの絶対値を取り、平均値算出部において、絶対値化した差分データの平均値である差分平均値を求める。そして、基準値比較部において、前記差分平均値とQPインデックス毎に定めた基準値とを大小比較して、所定個数のQPインデックスの中から1つのQPインデックスを選択する。 According to the adaptive QP index selection unit in the image coding apparatus according to the present invention having the above configuration, first, in the difference processing unit, the DC component and the low frequency component between the adjacent blocks of the upper and lower blocks of the macroblock The absolute value of the difference data is generated by the absolute value calculation unit, and the average value of the difference data is obtained by the average value calculation unit. Then, the reference value comparison unit compares the difference average value with the reference value determined for each QP index, and selects one QP index from a predetermined number of QP indexes.
このように、本発明の構成によれば、差分処理部にてマクロブロックの上側及び下側ブロックの隣接するブロック間における直流成分及び低周波数成分の係数データの差分データを取り、絶対値算出部にてその差分データを絶対値化し、平均値算出部にて差分データを絶対値化したものの平均値である差分平均値をとり、基準値比較部にてその差分平均値とQPインデックス毎の基準値とを大小比較して1つのQPインデックスを選択しているので、処理している画像領域の画像の状態に対応したQPインデックスの選定ができるようになり、選定したQPインデックスに対応する量子化パラメータで量子化することで、処理している画像領域の特性に合った量子化が可能となる。 As described above, according to the configuration of the present invention, the difference processing unit takes the difference data of the coefficient data of the direct current component and the low frequency component between the adjacent blocks of the upper block and the lower block of the macroblock, and calculates the absolute value The difference data is converted into an absolute value at, and the difference value is averaged by converting the difference data into an absolute value at the average value calculation unit, and the difference average value and the reference for each QP index are calculated at the reference value comparison unit. Since one QP index is selected by comparing the values with each other, it becomes possible to select a QP index corresponding to the state of the image in the image area being processed, and the quantization corresponding to the selected QP index. By quantizing with parameters, it is possible to perform quantization that matches the characteristics of the image area being processed.
以上のように、本発明によれば、処理している画像領域における、マクロブロックの上側及び左側に隣接するブロック間における直流成分及び低周波数成分の各係数データから差分平均値を求め、差分平均値とQPインデックスに対応する基準値と大小比較することで、1つのQPインデックスを選択しているので、QPインデックスを記憶するデータ記憶部を設ける必要がなく、従って、データ記憶部からQPインデックスを取得する処理も不要となり、また、処理している画像領域の特性に合致するQPインデックスを決定し、これに対応するQPパラメータで、ブロック単位の各係数データを除算するので、画像の各領域の画像特性に適した量子化処理が可能となり、画像符号化処理の最適化を図ることができる。 As described above, according to the present invention, the difference average value is obtained from the coefficient data of the DC component and the low frequency component between the blocks adjacent to the upper side and the left side of the macroblock in the image area being processed. Since one QP index is selected by comparing the value with the reference value corresponding to the QP index, there is no need to provide a data storage unit for storing the QP index. Therefore, the QP index is obtained from the data storage unit. The processing to obtain is not necessary, and the QP index that matches the characteristics of the image area being processed is determined, and the coefficient data for each block is divided by the corresponding QP parameter. Quantization processing suitable for image characteristics becomes possible, and image encoding processing can be optimized.
以下、本発明の具体的な実施形態について、図面を参照しながら説明する。尚、図1は本実施形態に係る画像符号化装置1の構成を示したブロック図であり、図2〜図5は、本実施形態に係る量子化部の構成及び機能を示したブロック図及び真理値表である。また、図6は本実施形態に係る量子化部を中心とした処理手順を示したフローチャートである。
Hereinafter, specific embodiments of the present invention will be described with reference to the drawings. 1 is a block diagram illustrating a configuration of an
図1に示すように、本実施形態の画像符号化装置1は、図13の従来の画像符号化装置100における量子化部130に代えて、これとはその構成の異なる量子化部10を備えるもので、この点においてのみ、従来の画像符号化装置100とその構成が異なっている。従って、他の構成については、上記画像符号化装置100におけるものと同一の符号を付して、その詳しい説明は省略する。
As shown in FIG. 1, the
前記量子化部10は、図2に示すように、適応的にQPインデックスを選択するアダプティブQPインデックス選択部20、選択したQPインデックスに対応する量子化パラメータを選択する量子化パラメータ選択部30、選択した量子化パラメータを用いて量子化を行う量子化演算部40、及びブロック等のカウンタ値をカウントするブロックカウンタ部50から構成される。
As shown in FIG. 2, the
この量子化部10においても、上述した量子化部130と同様に、前記周波数変換部120から出力される第1階層データ及び第2階層データについて、マクロブロック単位で扱われ、更にマクロブロックでは、ブロック単位で処理を行う。尚、以下では、第1階層データの処理について説明するが、第2階層データの処理についても同様である。また、図6の本発明の量子化部10を中心とした動作フローを併せて説明する。
In the
まず、画像符号化処理前に、前記アダプティブQPインデックス選択部20は、外部コントローラ等から各QPインデックスに対応する基準値を取得して記憶し(ステップS1)、前記量子化パラメータ選択部30は、同様に外部コントローラ等から各QPインデックスに対応する量子化パラメータを取得して記憶する(ステップS2)。
First, before the image encoding process, the adaptive QP
次に、画像符号化処理開始時に、前記ブロックカウンタ部50は、マクロブロック、色成分、及びブロックの各カウント値m、c及びnをそれぞれ1に初期化する(ステップS3)。以降、前記ブロックカウンタ部50は、周波数変換部120より入力される係数データの数をカウントしながら、各カウント値m、c、及びnを更新する(ステップS13、S15、S17)。
Next, at the start of the image encoding process, the
画像符号化処理開始後、前記周波数変換部120は最初のマクロブロックを周波数変換し(ステップS4)、前記アダプティブQPインデックス選択部20は、隣接したブロックのDC係数データ及びLP係数データを取得する(ステップS5)。これ以降の処理を説明するため、アダプティブQPインデックス選択部20のブロック構成を図3に示す。
After the start of the image encoding process, the
前記アダプティブQPインデックス選択部20は、隣接するブロックのDC係数データ及びLP係数データ間の差分を求める差分処理部21、差分処理した差分データを絶対値化する絶対値算出部22、絶対値化した差分データの平均を求める平均値算出部23、QPインデックス毎の基準値を記憶しておく基準値記憶部24、及び算出した差分平均値と基準値を比較してQPインデックスを選定する基準値比較部25から構成されている。
The adaptive QP
本実施形態における差分平均値算出の具体例を図7に示す。16×16画素からなるマクロブロックを16個のブロック(1つのブロックは4×4画素)に分割し、各ブロックの左上の画素をDC(DC係数データ)又はLP(LP係数データ)とし、それ以外の画素をHP(HP係数データ)としている。マクロブロックの上側のブロックのDC/LP係数を左から順にDC,LP1,LP2,LP3とし、マクロブロックの左側のブロックのDC/LP係数を上から順にDC,LP4,LP5,LP6としたとき、隣接するブロックのそれぞれの差分結果をa=DC−LP1,b=LP1−LP2,c=LP2−LP3,d=DC−LP4,e=LP4−LP5,f=LP5−LP6とし、差分結果a,b,c,d,e,fのそれぞれについて絶対値をとり、平均した(|a|+|b|+|c|+|d|+|e|+|f|)/6を差分平均値とするものである。
A specific example of the difference average value calculation in this embodiment is shown in FIG. A macro block composed of 16 × 16 pixels is divided into 16 blocks (one block is 4 × 4 pixels), and the upper left pixel of each block is set to DC (DC coefficient data) or LP (LP coefficient data). Pixels other than are HP (HP coefficient data). The DC / LP coefficients of the upper block of the macro block are DC, LP 1 , LP 2 , LP 3 in order from the left, and the DC / LP coefficients of the left block of the macro block are DC, LP 4 , LP 5 , when the LP 6, each of the difference result of the adjacent blocks a = DC-LP 1, b = LP 1 -
自然画の画像の一部を周波数変換して得られた係数データの具体的数値について、差分平均値を求めた一例を図8〜図10に示す。図8は周波数変換して得られた係数データの具体的数値である。DCは−60,LP1〜LP6はそれぞれ、262,−116,45,−935,−44,223である。このとき、図9において、該係数データの差分値DC−LP1,LP1−LP2,LP2−LP3,DC−LP4,LP4−LP5,LP5−LP6を求めると、それぞれ、−322,378,−161,875,−891,−267となる。図10において、この差分値の絶対値を取ると、それぞれ、322,378,161,875,891,267となり、これらの平均値(差分平均値)を求めると482となる。このような手順で差分平均値を算出する。そして、この差分平均値を後述する基準値比較に用いる。 An example in which a difference average value is obtained for specific numerical values of coefficient data obtained by frequency-converting a part of a natural image is shown in FIGS. FIG. 8 shows specific numerical values of coefficient data obtained by frequency conversion. DC is −60, and LP 1 to LP 6 are 262, −116, 45, −935, −44, and 223, respectively. At this time, when the difference values DC-LP 1 , LP 1 -LP 2 , LP 2 -LP 3 , DC-LP 4 , LP 4 -LP 5 , and LP 5 -LP 6 of the coefficient data are obtained in FIG. -322, 378, -161, 875, -891, and -267, respectively. In FIG. 10, taking the absolute value of this difference value gives 322, 378, 161, 875, 891, 267, and 482 when the average value (difference average value) of these is obtained. The difference average value is calculated in such a procedure. The difference average value is used for reference value comparison described later.
前記アダプティブQPインデックス選択部20の処理について説明する。前記差分処理部21は、周波数変換部120より入力された隣接ブロックのDC係数データ及びLP係数データについての差分を求め、差分データを前記絶対値算出部22に入力する(ステップS6)。
A process of the adaptive QP
前記絶対値算出部22は、前記差分処理部21により減算処理された差分データを絶対値化し、差分絶対値データを前記平均値算出部23に入力する(ステップS7)。
The absolute
前記平均値算出部23は、前記絶対値算出部22により絶対値化された差分絶対値データの平均値である差分平均値を算出し、その差分平均値データを前記基準値比較部25に入力する(ステップS8)。
The average
前記基準値比較部25は、前記平均値算出部23により平均された差分平均値データを、前記基準値記憶部24に予め保持されたQPインデックスの小さい方から順に、該QPインデックスに対応する基準値と大小比較して、最初にその基準値よりも小さいと判断した基準値に対応するQPインデックスを選定する(ステップS9)。なお、基準値は、QPインデックスの値の小さい方から順に、小さい基準値を割り当てるものとする。
The reference
図4に前記基準値比較部25のブロック構成を示す。前記基準値比較部25は、基準値T0〜T14と差分平均値Pを比較して比較結果C0〜C14を出力する比較器26a〜26o、及び優先度をつけて該比較結果からQPインデックスの値をエンコードするプライオリティエンコーダ27から構成される。
FIG. 4 shows a block configuration of the reference
比較器26a〜26oは、それぞれ、前記基準値記憶部24より入力された基準値T0〜T14と前記平均値算出部23により平均された差分平均値Pの大小を比較する。すなわち、比較器26aは差分平均値Pと基準値T0を比較し、差分平均値Pの方が小さければ1を、そうでなければ0を比較結果C0として出力する。
The
前記比較器26bは差分平均値Pと基準値T1を前記比較器26aと同様の要領で比較し、比較結果C1を出力する。同様に、比較器26c〜26oまで、それぞれ差分平均値Pと基準値T2〜T14を比較し、比較結果C2〜C14を出力する。なお、基準値T0〜T14は、基準値T0を最小値として添え字の番号が昇順のものの順に、値が大きくなるように設定されているものとする。
The
基準値T0〜T14が上記の設定となっている場合、例えば、差分平均値Pが基準値T1以上で基準値T2未満であれば、基準値T0及びT1は差分平均値Pよりも小さく、基準値T2〜T14は差分平均値P以上(小さくない)という関係になるので、比較結果C0及びC1は0、比較結果C2〜C14までは1ということになる。このように、比較結果C0〜C14は、差分平均値Pがある基準値よりも小さくなるところを境に、境となる比較結果をCnとして、比較結果C0〜Cn−1までは0、比較結果Cn〜C14までは1という値をとる。また、差分平均値Pが基準値T0よりも小さいとき、比較結果C0〜C14は全て1となり、差分平均値Pが基準値T14以上のとき、比較結果C0〜C14は全て0となる。
If the
図5に前記プライオリティエンコーダ27の機能を示した真理値表を示す。左側の比較結果C0〜C14までが入力であり、右側のQPインデックスiが出力となっている。なお、真理値表中の入力のxは任意(0でも1でもどちらでもよい)であることを示している。
FIG. 5 shows a truth table showing the functions of the
同図5の真理値表の上から順に、まず、C0が1になったとき、QPインデックスiは0となり、次にC0が0でC1が1となったとき、QPインデックスiは1となり、そして、C0及びC1が0でC2が1となったとき、QPインデックスiは2となる。同様に、C0〜Cn−1が0でCnが1となったとき、それに対応するエンコード結果として、QPインデックスiはnの値(nは1〜14の整数)を出力する。また、最下部のC0〜C14が全て0の場合は、QPインデックス値は15を出力する。これにより、最初に差分平均値Pが基準値よりも小さくなった場合に相当するQPインデックスiを適応的に選定することができる。 In order from the top of the truth table of FIG. 5, when C 0 becomes 1, the QP index i becomes 0, and then when C 0 becomes 0 and C 1 becomes 1, the QP index i becomes When C 0 and C 1 are 0 and C 2 is 1, the QP index i is 2. Similarly, when C 0 to C n−1 are 0 and C n is 1, the QP index i outputs a value of n (n is an integer of 1 to 14) as the corresponding encoding result. Further, when C 0 to C 14 at the bottom are all 0, the QP index value is 15. Thereby, it is possible to adaptively select the QP index i corresponding to the case where the difference average value P first becomes smaller than the reference value.
前記量子化パラメータ選択部30は、前記ブロックカウンタ部50でカウントする色成分のカウントcの値が変わる毎に、前記アダプティブQPインデックス選択部20で選定したQPインデックスiに応じた色成分毎に異なる量子化パラメータQ(i)を選択する(ステップS10)。
The quantization
前記量子化演算部40は、前記量子化パラメータ選択部30により選択された量子化パラメータQ(i)を用いて、周波数変換部120より入力される係数データをブロック毎に量子化する(ステップS11)。
The
上記の量子化の処理を具体的に説明するため、図10で自然画の画像の一部より得られた係数データから算出した差分平均値である482に対応するQPインデックスと量子化パラメータを具体的に選択する実施例を示す。図11及び図12は、具体的な基準値とそれに対応するQPインデックス、及び各QPインデックスに対応するLP係数、HP係数毎の量子化パラメータを示している。本実施例では基準値を30〜4000、量子化パラメータを25〜90の範囲で指定しているが、指定の範囲はこれに限られるものではなく、画像特性や画像圧縮の条件等により随時変更することができる。また、本例は各ブロックにおける係数データの差分値(差分平均値)が大きい程、即ち、基準が大きい側に小さい量子化パラメータを指定して、画像の微細な成分を残すよう、画質優先の量子化パラメータの指定としているが、量子化パラメータの指定は、これに限られない。 In order to specifically describe the above quantization processing, the QP index and the quantization parameter corresponding to 482 which is the difference average value calculated from the coefficient data obtained from a part of the natural image in FIG. An embodiment to select automatically is shown. 11 and 12 show specific reference values, QP indexes corresponding to the reference values, and LP coefficients and HP coefficients corresponding to the QP indexes. In this embodiment, the reference value is specified in the range of 30 to 4000 and the quantization parameter is specified in the range of 25 to 90. However, the specified range is not limited to this, and can be changed as needed depending on image characteristics, image compression conditions, and the like. can do. Also, in this example, priority is given to image quality so that the smaller the difference value (difference average value) of coefficient data in each block is, that is, the smaller quantization parameter is specified on the side where the reference is larger, and the fine components of the image remain. Although the quantization parameter is specified, the specification of the quantization parameter is not limited to this.
前記算出した差分平均値である482を同図11及び図12に適用すると、差分平均値482を基準値の小さい方から比較していき、最初にその差分平均値より小さくなる基準値を求めると500となり、従って、対応するQPインデックスは基準値500におけるQPインデックス8となる。QPインデックス8に対しては量子化パラメータとして、LP係数及びHP係数について80の値が選択されることになる。
When the calculated difference
このようにして、隣接ブロックにおける係数データ(本例では、DC係数及びLP係数)の差分平均値より、適応的にQPインデックスを選定し、それに対応する量子化パラメータを選択し、処理している画像領域であるマクロブロック毎に選択した量子化パラメータを用いて、係数データを量子化していく。 In this way, the QP index is adaptively selected from the difference average value of the coefficient data (in this example, the DC coefficient and the LP coefficient) in the adjacent block, and the corresponding quantization parameter is selected and processed. The coefficient data is quantized using the quantization parameter selected for each macroblock which is an image region.
1つのブロックの量子化処理が終了する毎に、前記ブロックカウンタ部50は、処理したブロックが最終ブロックかどうか確認し、最終ブロックでなければ、ブロックカウンタ値を更新(n=n+1)し(ステップS13)、最終ブロックであれば(ステップS12)、最終色成分であるかどうかを確認する(ステップS14)。
Each time the quantization processing of one block is completed, the
前記ブロックカウンタ部50は、色成分のカウンタ値を確認し、最終色成分でなければ、ブロックカウンタ値を初期化(n=1)するとともに、色成分カウンタ値を更新(c=c+1)し(ステップS15)、最終色成分であれば(ステップS14)、最終マクロブロックであるかどうかを確認する(ステップS16)。
The
前記ブロックカウンタ部50は、マクロブロックのカウンタ値を確認し、最終マクロブロックでなければ、ブロックカウンタ値及び色成分カウンタ値を初期化(n=1,c=1)するとともに、マクロブロックカウンタ値を更新(m=m+1)し(ステップS17)、最終マクロブロックであれば(ステップS16)、1画像分の量子化処理を終了する。なお、前述のように、最終のマクロブロックであるか否かは、マクロブロックのカウンタ値mが、(水平方向の画像サイズ/16)×(垂直方向の画像サイズ/16)に一致するか否かで判断する。
The
以上の構成を備えた本例の画像符号化装置1によれば、まず、色空間変換部110に、1画像分の画像データが入力され、画像データのピクセルフォーマットに従い、色空間変換され、又は色空間変換されず、前記色空間変換部110での処理を経由した画像データが周波数変換部120へ入力される。
According to the
周波数変換部120は、マクロブロック単位(16×16画素)でラスター方向に順次、各画素のデータを周波数帯域毎の係数に変換する処理を行い、処理後の第1階層データ(HP係数)、第2階層データ(LP係数)、及び第3階層データ(DC係数)をブロック単位(4×4画素)で量子化部10に入力する。
The
量子化部10は、周波数変換部120により係数化された第1階層データ、第2階層データ、及び第3階層データを、隣接するブロックにおける係数データを基に選定されたQPインデックスに対応する量子化パラメータで除算して量子化する処理を行い、処理後の第1階層データ、第2階層データ、及び第3階層データを係数予測部140に入力する。
The
係数予測部140は、同じく、ブロック毎の第1階層データ、第2階層データ、及び第3階層データについて、予測モードを導出するとともに、相関の高いブロック間で減算する処理を行い、処理後の第1階層データ、第2階層データ、及び第3階層データをブロック毎に適応型スキャン部150に入力する。
Similarly, the
適応型スキャン部150は、第1階層データ及び第2階層データについて、ブロック毎にその係数データを入れ替える処理を行う。この入替処理は、周波数変換後、ブロック内の画素位置が小さい側(低周波数側)に非ゼロの係数を集め、ブロック内の画素位置が大きい側(高周波数側)にゼロ値が連続する係数データを集めることで、符号化の圧縮率を高めるためのものである。係数データが入れ替えられた第1階層データ、第2階層データ、及び入替処理が実施されない第3階層データは、VLC符号化部160に入力される。
The
VLC符号化部160は、適応型スキャン部150で処理された第1階層データ、第2階層データ、及び第3階層データに対して、エントロピー符号化処理を施し、コードストリームを生成して、そのコードストリームをビットストリーム出力部170に入力する。
The
ビットストリーム出力部170は、ヘッダ情報としての画像設定データに、VLC符号化部160で符号化されたコードストリームを順次連接し、1画像データ分のビットストリームとして1纏めにして1つのファイルを形成し、形成したファイルを外部に出力する。
The bit
以上詳述したように、本実施形態の画像符号化装置1によれば、その量子化部10において、処理している画像領域内の隣接するブロックにおけるDC係数並びにLP係数の差分平均値を求め、その差分平均値を予め設定した基準と比較することで、QPインデックスを選定し、選定したQPインデックスに対応する量子化パラメータで、係数データを除算して量子化するので、従来の量子化部130に比べ、各画像領域に対応するQPインデックスを画像サイズに比例して増大する大容量の記憶領域に蓄える必要がなく、処理している画像領域の画像特性に応じた量子化ができ、画像符号化処理の最適化が実現できる。また、差分平均値と比較する基準を外部から設定できるようにしているので、画像データの特性が変わっても基準を変えることで、柔軟な対応ができる。
As described above in detail, according to the
以上、本発明の一実施形態について説明したが、本発明が採り得る具体的な態様は、何らこれに限定されるものではない。例えば、上例では、量子化部10における差分平均値を求める隣接するブロックの係数データとして、DC係数データとLP係数データを用いたが、これに限られるものではなく、HP係数データを用いてもよい。また、前記係数データとして、マクロブロック内の上側と左側のブロックのDC係数データとLP係数データを用いたが、マクロブロック内のそれ以外のブロックのLP係数データを用いてもよく、マクロブロック内のDC係数データと全てのLP係数データを用いてもよい。
As mentioned above, although one Embodiment of this invention was described, the specific aspect which this invention can take is not limited to this at all. For example, in the above example, the DC coefficient data and the LP coefficient data are used as the coefficient data of the adjacent blocks for which the difference average value is obtained in the
本実施形態では、処理している領域に対応するQPインデックスとして、LP係数データ及びHP係数データに共通した1つのQPインデックスを選定するようにしているが、これに限られるものではなく、LP係数データ及びHP係数データ毎にそれぞれ別のQPインデックスを選定するようにしてもよい。 In the present embodiment, one QP index common to the LP coefficient data and the HP coefficient data is selected as the QP index corresponding to the area being processed. However, the present invention is not limited to this. Different QP indexes may be selected for each data and HP coefficient data.
また、本実施形態では、係数の変化が大きい程、即ち、基準値が大きくなる程(QPインデックスが大きくなる程)、小さい量子化パレメータを指定して、画質を優先する実施例を挙げたが、本発明はこれに限られず、逆に、係数の変化が大きい程、即ち、基準値が大きくなる程、大きい量子化パラメータを指定して、圧縮率を高めるように各QPインデックスに対応する量子化パラメータの指定をしてもよい。 In this embodiment, an example in which image quality is given priority by specifying a smaller quantization parameter as the coefficient change is larger, that is, as the reference value is larger (as the QP index is larger) has been described. However, the present invention is not limited to this, and conversely, the larger the coefficient change, that is, the larger the reference value, the larger the quantization parameter is specified, and the quantum corresponding to each QP index is increased so as to increase the compression rate. You may specify a parameter.
1 画像符号化装置
10 量子化部
20 アダプティブQPインデックス選択部
21 差分処理部
22 絶対値算出部
23 平均値算出部
24 基準値記憶部
25 基準値比較部
26a〜26o 比較器
27 プライオリティエンコーダ
30 量子化パラメータ選択部
40 量子化演算部
50 ブロックカウンタ部
100 画像符号化装置
110 色空間変換部
111 QPインデックス取得・記憶部
112 量子化パラメータ選択部
113 量子化演算部
114 ブロックカウンタ部
120 周波数変換部
130 量子化部
140 係数予測部
150 適応型スキャン部
160 VLC符号化部
170 ビットストリーム出力部
DESCRIPTION OF
Claims (2)
前記周波数変換部により周波数変換された各成分の係数データを、内部又は外部の記憶領域に保持された量子化パラメータで除算することにより量子化して量子化係数データとする量子化部と、
前記量子化部により量子化された低周波数成分及び高周波数成分の量子化係数データのブロック内における画素の並び順を入れ替える処理をして入替後係数データとする係数スキャン部と、
前記量子化部による量子化後の直流成分の量子化係数データ及び前記係数スキャン部による入替処理後の入替後係数データを符号化して符号化データを生成する符号化部とを備えた画像符号化装置において、
前記量子化部は、
前記マクロブロック内の上側の各ブロックにおいて左右に隣接し、左側の各ブロックにおいて上下に隣接するブロックの直流成分の係数データと低周波数成分の係数データとの差分、及び前記隣接するブロックにおける低周波数成分の係数データ同士での差分をとり、絶対値化し、その平均をとった差分平均値と、0〜p−1のp個の数値により1つの前記量子化パラメータを指定するものである各QPインデックスに、対応する基準値であって、外部又は内部の記憶領域に保持された基準値とを、基準値の小さい方から順に比較し、最初に該差分平均値がその基準値よりも小さくなった基準値に対応するQPインデックスを選択されたQPインデックス(i)とするアダプティプQPインデックス選択部と、
前記選択したQPインデックス(i)に対応する量子化パラメータQ(i)を選択する量子化パラメータ選択部と、
前記選択した量子化パラメータQ(i)を用いて、マクロブロック内の各ブロックにおける低周波数成分及び高周波数成分の各係数データを量子化する量子化演算処理部とを備えて構成されることを特徴とする画像符号化装置。
但し、前記n,m及びpは2以上の整数であり、前記iは0〜p−1の整数である。 The image data is frequency-converted for a macroblock consisting of m blocks in each horizontal and vertical direction in units of a block consisting of n pixels in each horizontal and vertical direction, and the upper left pixel position of each block in the macroblock The data corresponding to the pixel position other than the above is used as the coefficient data of the high frequency component, the data corresponding to the upper left pixel position of each block in the macro block is collected, further frequency-converted, and the upper left pixel position after the frequency conversion. The frequency conversion unit which makes the corresponding data the coefficient data of the direct current component, and the data corresponding to the pixel position other than the upper left the coefficient data of the low frequency component,
A quantization unit that quantizes the coefficient data of each component frequency-converted by the frequency conversion unit by dividing the coefficient data by a quantization parameter held in an internal or external storage area to obtain quantized coefficient data;
A coefficient scanning unit that performs a process of changing the order of pixels in the block of quantized coefficient data of the low frequency component and the high frequency component quantized by the quantizing unit, and sets the coefficient data after replacement;
An image coding unit comprising: an encoding unit that encodes the quantized coefficient data of the DC component after quantization by the quantization unit and the post-replacement coefficient data after the replacement process by the coefficient scanning unit to generate encoded data In the device
The quantization unit is
The difference between the DC component coefficient data and the low frequency component coefficient data of the block adjacent to the left and right in the upper block in the macro block and the upper and lower adjacent blocks in the left block, and the low frequency in the adjacent block Each QP that takes the difference between the coefficient data of the components, converts it to an absolute value, takes the average, and designates one quantization parameter by p numerical values from 0 to p−1. A reference value corresponding to an index, which is a reference value held in an external or internal storage area, is compared in order from the smallest reference value, and the difference average value is initially smaller than the reference value. An adaptive QP index selection unit that sets the QP index corresponding to the selected reference value as the selected QP index (i);
A quantization parameter selection unit that selects a quantization parameter Q (i) corresponding to the selected QP index (i);
A quantization operation processing unit configured to quantize each coefficient data of a low frequency component and a high frequency component in each block in the macro block using the selected quantization parameter Q (i). An image encoding device.
However, n, m and p are integers of 2 or more, and i is an integer of 0 to p-1.
前記マクロブロック内の前記隣接する各ブロック間の、直流成分の係数データから低周波数成分の係数データを減算、又は低周波数成分の係数データから上下又は左右に隣接するブロックの低周波数成分の係数データを減算してその差分データを生成する差分処理部と、
前記差分処理部で生成した各差分データの絶対値をとって絶対値データを生成する絶対値算出部と、
前記絶対値算出部で生成した各絶対値データの平均をとって、前記隣接するブロック間の直流成分及び低周波数成分の係数データについての差分平均値データを生成する平均値算出部と、
前記平均値算出部で生成した差分平均値データとQPインデックス毎に定められた各基準値とを基準値の小さい方から順に比較し、最初に該差分平均値がその基準値よりも小さくなった基準値に対応するQPインデックスを選択されたQPインデックス(i)とする基準値比較部とを備えて構成されることを特徴とする請求項1記載の画像符号化装置。 The adaptive QP index selection unit
The coefficient data of the low frequency component is subtracted from the coefficient data of the DC component between the adjacent blocks in the macro block, or the coefficient data of the low frequency component of the adjacent block vertically or horizontally from the coefficient data of the low frequency component. And a difference processing unit that generates the difference data by subtracting
An absolute value calculation unit that generates absolute value data by taking the absolute value of each difference data generated by the difference processing unit;
An average value calculation unit that averages each absolute value data generated by the absolute value calculation unit and generates difference average value data for coefficient data of the DC component and the low frequency component between the adjacent blocks;
The difference average value data generated by the average value calculation unit and each reference value determined for each QP index are compared in order from the smallest reference value, and the difference average value is initially smaller than the reference value. The image coding apparatus according to claim 1, further comprising: a reference value comparison unit that uses a QP index corresponding to the reference value as a selected QP index (i).
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2013243598A JP6185375B2 (en) | 2013-11-26 | 2013-11-26 | Image encoding device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2013243598A JP6185375B2 (en) | 2013-11-26 | 2013-11-26 | Image encoding device |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2015103982A true JP2015103982A (en) | 2015-06-04 |
JP6185375B2 JP6185375B2 (en) | 2017-08-23 |
Family
ID=53379357
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013243598A Active JP6185375B2 (en) | 2013-11-26 | 2013-11-26 | Image encoding device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6185375B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113256747A (en) * | 2021-04-09 | 2021-08-13 | 福建升腾资讯有限公司 | Bitmap index compression method, decompression method, equipment and medium |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004519920A (en) * | 2001-03-02 | 2004-07-02 | ドルビー・ラボラトリーズ・ライセンシング・コーポレーション | High-precision encoding and decoding of video images |
WO2012178053A1 (en) * | 2011-06-22 | 2012-12-27 | Qualcomm Incorporated | Quantization parameter prediction in video coding |
JP2013176157A (en) * | 2013-05-16 | 2013-09-05 | Mega Chips Corp | Image compression apparatus |
-
2013
- 2013-11-26 JP JP2013243598A patent/JP6185375B2/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004519920A (en) * | 2001-03-02 | 2004-07-02 | ドルビー・ラボラトリーズ・ライセンシング・コーポレーション | High-precision encoding and decoding of video images |
WO2012178053A1 (en) * | 2011-06-22 | 2012-12-27 | Qualcomm Incorporated | Quantization parameter prediction in video coding |
JP2013176157A (en) * | 2013-05-16 | 2013-09-05 | Mega Chips Corp | Image compression apparatus |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113256747A (en) * | 2021-04-09 | 2021-08-13 | 福建升腾资讯有限公司 | Bitmap index compression method, decompression method, equipment and medium |
CN113256747B (en) * | 2021-04-09 | 2023-10-20 | 福建升腾资讯有限公司 | Bitmap index compression method, bitmap index decompression equipment and bitmap index medium |
Also Published As
Publication number | Publication date |
---|---|
JP6185375B2 (en) | 2017-08-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP7284137B2 (en) | Block information encoding/decoding method using quadtree and apparatus using the method | |
US11677940B2 (en) | Method and device for encoding/decoding image, and recording medium having stored bitstream | |
US20200296425A1 (en) | Boundary handling for adaptive loop filtering | |
WO2013058473A1 (en) | Adaptive transform method based on in-screen prediction and apparatus using the method | |
KR102288526B1 (en) | Intra prediction method of chrominance block using luminance sample, and apparatus using same | |
KR101759672B1 (en) | Method for managing a reference picture list, and apparatus using same | |
KR102061201B1 (en) | Methods of transformation based on block information and appratuses using the same | |
KR20190123288A (en) | In-loop filtering method based on adaptive pixel classification criteria | |
US11949870B2 (en) | Context modeling for low-frequency non-separable transformation signaling for video coding | |
KR20210133970A (en) | Combined Residual Coding in Video Coding | |
WO2013066026A1 (en) | Method for encoding/decoding a quantization coefficient, and apparatus using same | |
US11290709B2 (en) | Image data encoding and decoding | |
WO2013051794A1 (en) | Method for encoding/decoding an intra-picture prediction mode using two intra-prediction mode candidates, and apparatus using such a method | |
TW202023277A (en) | Deblocking filter for video coding and processing | |
KR20160051343A (en) | A method and an apparatus for encoding/decoding a video signal using intra prediction | |
WO2013068733A1 (en) | Context adaptive data encoding | |
KR20230143626A (en) | Image encoding/decoding method using pixel value range constituting image | |
KR101743665B1 (en) | Method and apparatus for processing a video signal based on intra prediction | |
JP6185375B2 (en) | Image encoding device | |
CN113068030A (en) | Video image component prediction method and device, and computer storage medium | |
GB2564150A (en) | Image data encoding and decoding | |
JP7193929B2 (en) | Image processing device, image processing method, and program | |
KR20210119916A (en) | Method and device for processing a video | |
CN116636207A (en) | Adaptive loop filter with fixed filter | |
JP2020141377A (en) | Image encoding device, image decoding device, imaging device, image encoding method, image decoding method, and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20161006 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20170620 |
|
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: 20170706 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20170727 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6185375 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |