JP2015103982A - Image encoding device - Google Patents

Image encoding device Download PDF

Info

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
Application number
JP2013243598A
Other languages
Japanese (ja)
Other versions
JP6185375B2 (en
Inventor
晃一 古谷
Koichi Furuya
晃一 古谷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shikino High Tech Co Ltd
Original Assignee
Shikino High Tech Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Shikino High Tech Co Ltd filed Critical Shikino High Tech Co Ltd
Priority to JP2013243598A priority Critical patent/JP6185375B2/en
Publication of JP2015103982A publication Critical patent/JP2015103982A/en
Application granted granted Critical
Publication of JP6185375B2 publication Critical patent/JP6185375B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an image encoding device including a quantization part capable of adaptively allocating a QP index in accordance with characteristics of an image for each macro block without storing the QP index in a large storage area that is expanded in proportion to an image size.SOLUTION: The image encoding device includes a color space conversion part, a frequency conversion part, a quantization part 10, a coefficient prediction part, an adaptive scan part, a VLC encoding part and a bit stream output part. The quantization part 10 is formed from: an adaptive QP index selection portion 20 for adaptively selecting one QP index (i) on the basis of coefficient data in a neighboring block; a quantization parameter selection part 30 for selecting a quantization parameter Q(i) corresponding to the QP index (i); a quantization arithmetic processing part 40 for quantizing the coefficient data in the block by using the quantization parameter Q(i); and a block counter part 50 for counting the number of blocks.

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 image encoding apparatus 100 includes a color space conversion unit 110, a frequency conversion unit 120, a quantization unit 130, a coefficient prediction unit 140, an adaptive scan unit 150, a VLC encoding unit 160, bits The stream output unit 170 is configured. Note that VLC in the name of the VLC encoding unit 160 is an abbreviation for Variable Length Coding (Variable Length Coding).

画像データは、画像の最小単位である画素(ピクセル)から構成され、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 space conversion unit 110 performs color space conversion processing on the input image data for each pixel in units of macroblocks. The color space conversion process depends on the pixel format defined in the standard of Non-Patent Document 1. When the pixel format requires color space conversion, the original image data in the RGB format is converted into the YUV format, and the original image data in the CMYK format is converted into the YUVK format. The Further, when the pixel format does not require color space conversion, the original image data is processed so as not to be color space converted. Then, the color space conversion unit 110 inputs the processed image data to the frequency conversion unit 120.

前記周波数変換部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 frequency conversion unit 120 converts the image data that has been color space processed by the color space conversion unit 110 into a raster order in units of macroblocks, and within each macroblock, in the order of the color components after the color space conversion in each macroblock. For each block, processing (frequency conversion) for converting the data of each pixel into coefficient data for each frequency band is performed. The frequency conversion unit 120 performs frequency conversion on the 16 pixel data of 4 × 4 pixels in each block and converts the pixel data into coefficient data, and then removes the remaining data except the coefficient data on the upper left of the 16 blocks. Fifteen coefficient data are collected to form first layer data. This is HP coefficient (high pass coefficient) data which is a high frequency component. Next, the coefficient data at the upper left of each of the 16 blocks are collected to generate 16 coefficient data of 4 × 4, and the collected 4 × 4 coefficient data is further frequency-converted to obtain 4 × 4 The second hierarchical data is formed by the remaining 15 coefficient data except the one coefficient data at the upper left of the 4 × 4 coefficient data subjected to frequency conversion, and after the second frequency conversion. Among the 4 × 4 coefficient data, the third hierarchical data is formed by one coefficient data at the upper left. The second layer data corresponds to LP coefficient (low-pass coefficient) data that is a low frequency component, and the third layer data corresponds to DC coefficient (DC coefficient) data that is a direct current component. As described above, the frequency conversion unit 120 generates the first layer data (HP coefficient), the second layer data (LP coefficient), and the third layer data (DC coefficient), and each of these layer data is quantized. Input to the unit 130.

前記量子化部130は、前記周波数変換部120から入力された周波数変換後の第1階層データ、第2階層データ、及び第3階層データを、それぞれ選択された量子化パラメータで除算して量子化する処理を行い、処理後の前記第1階層データ、第2階層データ、及び第3階層データを前記係数予測部140に入力する。   The quantization unit 130 divides the first layer data, the second layer data, and the third layer data after the frequency conversion input from the frequency conversion unit 120 by the selected quantization parameter, respectively. The first layer data, the second layer data, and the third layer data after processing are input to the coefficient prediction unit 140.

前記量子化部130は、図14に示すように、QPインデックス取得・記憶部111、量子化パラメータ選択部112、量子化演算部113、ブロックカウンタ部114から構成される。以下、図15に示す量子化処理部130を中心とした処理フロー、図16〜図19に示すQPインデックスの具体的設定例を参照しながら説明する。   The quantization unit 130 includes a QP index acquisition / storage unit 111, a quantization parameter selection unit 112, a quantization operation unit 113, and a block counter unit 114, as shown in FIG. Hereinafter, a description will be given with reference to a processing flow centering on the quantization processing unit 130 shown in FIG. 15 and specific setting examples of the QP index shown in FIGS.

非特許文献1の規格では、QPインデックスと呼ばれるパラメータを使って量子化処理を実施することができる。QPインデックスとは、16画素×16画素のマクロブロック毎に、0〜15の数値からなる16個のQPインデックスと呼ばれるパラメータの中からその1つを指定し、指定されたQPインデックスに対応する量子化パラメータを用いて、そのマクロブロックに含まれる周波数変換後のLP係数データ及びHP係数データを除算して、量子化するためのものである。   In the standard of Non-Patent Document 1, quantization processing can be performed using a parameter called a QP index. The QP index designates one of 16 parameters called a QP index composed of numerical values of 0 to 15 for each macro block of 16 pixels × 16 pixels, and a quantum corresponding to the designated QP index. By using the quantization parameter, the frequency-converted LP coefficient data and HP coefficient data included in the macroblock are divided and quantized.

図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 QP indexes 0 to 15, and LP For the second color component, the third color component, and the fourth color component, the QP parameters are designated as 30 to 45, 50 to 65, and 70 to 85, corresponding to the QP indexes 0 to 15, respectively. Can do. The same applies to the HP coefficients, and different values or the same values can be designated for the quantization parameters corresponding to the QP indexes 0 to 15. An integer in the range of 0 to 255 can be specified as the quantization parameter. The setting examples shown in FIGS. 16 and 17 are examples of designation, and other values may be designated for the quantization parameter corresponding to the QP index. As an example of setting, an example is shown in which quantization parameters are specified for all of the first color component to the fourth color component and the QP indexes 0 to 15. However, the number of color components is determined by the original image format. The number of QP indexes to be used can be specified in the range of 1 to 16 depending on the setting at the time of compression, and can be increased or decreased depending on the intended use and purpose.

図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 area 1, and an area outside the image delimited by a thick line is area 2. For example, assuming that the QP index designated for the region 1 is 0 and the QP index designated for the region 2 is 1, the quantization parameter corresponding to each QP index can be designated. In general, there is an important and fine image at the center of the image, and there are often less important images at the periphery. For example, the QP index specified for the area 1 in the center of the image corresponds to 0. The value of the quantization parameter to be set is a small value, and the compression is reduced to a delicate image, and the value of the quantization parameter corresponding to the QP index set to 1 in the peripheral region 2 is set to a large value for high compression. By doing so, a rough image can be obtained.

図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 area 1 and the right area is the area 2 in the central part of the image separated by the thick line, the upper area of the image separated by the thick line is the area 3, and the lower area of the image separated by the thick line is the area. 4, 0 to 5 are assigned to the area 1 as QP indexes, 6 to 11 are assigned to the area 2, 12 to 13 are assigned to the area 3, and 14 to 13 are assigned to the area 4. To 15 are assigned. As in FIG. 18, for example, the quantization parameter value corresponding to the QP index specified in the central region 1 and the region 2 corresponding to 0 to 11 is reduced to a low value to obtain a delicate image, and the peripheral portion. By setting the quantization parameter value corresponding to 12 to 15 in the QP index set in the regions 3 and 4 to a high value and performing high compression, a rough image can be obtained.

このような指定ができる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 parameter selection unit 112 acquires and stores a quantization parameter corresponding to each QP index from an external controller or the like before starting the compression process (step S21). At the start of the compression process, the block counter unit 114 initializes the macroblock count value m, the color component count value c, and the block count value n to 1 (step S22), and is input as the compression process proceeds. The count values of m, c, and n are updated while counting the number of coefficient data to be obtained (steps S28, S30, and S32).

前記周波数変換部120は、最初のマクロブロック(カウント値mは1)の画像データを周波数変換して、第1階層データ(HP係数)、第2階層データ(LP係数)、第3階層データ(DC係数)からなる係数データを生成し、前記量子化部130に入力する(ステップ23)。以降の処理は、第1階層データ(HP係数)について説明する。第2階層データ(LP係数)については、マクロブロック内のブロックの数を1として、同様の処理となるが、第3階層データ(DC係数)については、量子化処理にQPインデックスを用いないため、QPインデックスの取得は不要となる。   The frequency conversion unit 120 performs frequency conversion on the image data of the first macroblock (count value m is 1) to generate first layer data (HP coefficient), second layer data (LP coefficient), and third layer data ( Coefficient data consisting of DC coefficients is generated and input to the quantization unit 130 (step 23). Subsequent processing will be described for the first layer data (HP coefficient). For the second layer data (LP coefficient), the number of blocks in the macroblock is set to 1, and the same processing is performed. However, for the third layer data (DC coefficient), the QP index is not used for the quantization process. QP acquisition is not necessary.

前記QPインデックス取得・記憶部111は、最初のマクロブロック(カウント値mは1)に対応するQPインデックスについて、データ要求信号を出力し、データ記憶部よりQPインデックスを取得し、記憶する(ステップS24)。なお、QPインデックスの値は、マクロブロック毎に指定され、画像サイズが大きくなると、その画像データに含まれるマクロブロックの数も増大し、各マクロブロックに対応するQPインデックスの数も増大するため、各マクロブロックに対応するQPインデックスは、外部又は内部のデータ記憶領域に保持しておくのが一般的である。   The QP index acquisition / storage unit 111 outputs a data request signal for the QP index corresponding to the first macroblock (count value m is 1), acquires the QP index from the data storage unit, and stores it (step S24). ). Note that the value of the QP index is specified for each macroblock, and as the image size increases, the number of macroblocks included in the image data also increases, and the number of QP indexes corresponding to each macroblock also increases. Generally, a QP index corresponding to each macroblock is held in an external or internal data storage area.

前記量子化パラメータ選択部112は、前記QPインデックス取得・記憶部111に記憶された最初のマクロブロック(カウント値mは1)に対応するQPインデックスiを参照し、QPインデックスiに対応する量子化パラメータQ(i)を、圧縮処理の起動前に取得した量子化パラメータの中から選択し、選択した量子化パラメータQ(i)を量子化演算部113に入力する(ステップS25)。   The quantization parameter selection unit 112 refers to the QP index i corresponding to the first macroblock (count value m is 1) stored in the QP index acquisition / storage unit 111 and performs quantization corresponding to the QP index i. The parameter Q (i) is selected from the quantization parameters acquired before starting the compression process, and the selected quantization parameter Q (i) is input to the quantization operation unit 113 (step S25).

前記量子化演算部113は、前記周波数変換部120より入力された最初のマクロブロック(カウント値mは1)の第1色成分(カウント値cは1)の最初のブロック(カウント値nは1)に対応するブロックの係数データを前記量子化パラメータ選択部112より取得したQPパラメータQ(i)で除算し、量子化データを生成するとともに、生成した量子化データを前記係数予測部140へ入力する(ステップS26)。   The quantization operation unit 113 receives the first block (count value n is 1) of the first color component (count value c is 1) of the first macroblock (count value m is 1) input from the frequency converter 120. ) Is divided by the QP parameter Q (i) acquired from the quantization parameter selection unit 112 to generate quantization data, and the generated quantization data is input to the coefficient prediction unit 140 (Step S26).

最終ブロック(カウンタ値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 block counter unit 114 counts up the count value n by 1 (step S28). Similarly, the quantization operation unit 113 determines the first block. Quantization processing of the next block is performed using the same quantization parameter Q (i) (step S26). Then, the count value n is sequentially counted up, and the quantization process for each block is performed. After the quantization processing of the block, if the processed block is the final block, the block counter unit 114 checks whether the color component is the final block (step S29).

最終の色成分でなければ、前記ブロックカウンタ部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 block counter 114 initializes the block count value n to 1, increments the color component count value c by 1 (step S30), and then selects the quantization parameter. The unit 112 selects the quantization parameter Q (i) corresponding to the QP index i of the first macroblock (count value m is 1) in the current color component (color component corresponding to the count value c) (step S25). ) The quantization operation unit 113 performs the quantization process on the coefficient data for the number of blocks using the selected quantization parameter (step S26). Similarly, each time the quantization process is advanced for each block, and the quantization process for the final block is completed, the block counter unit 114 checks the count value c of the color component, and the count value c is the final value c. If it is not the color component, the count value c is counted up, and if it is the final color component, it is confirmed whether the count value of the macroblock is the final one (step S31).

最終のマクロブロックでなければ、前記ブロックカウンタ部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 block counter unit 114 initializes the count value n of the block and the count value c of the color component to 1, and increments the count value m of the macro block by 1 (step S32). ), The frequency conversion unit 120 converts the frequency of the image data of the macroblock into coefficient data in units of blocks (step S23), and the QP index acquisition / storage unit 111 receives a QP index from the data storage unit. (Step S24), the quantization parameter selection unit 112 selects a quantization parameter Q (i) corresponding to the acquired QP index i (step S25), and the quantization calculation unit 113 The coefficient data generated by the conversion unit 120 is converted by the quantization parameter selection unit 112. Is divided by the selected quantization parameter Q (i), it generates quantized data, and outputs to the coefficient prediction unit 140. When the quantization process in units of macroblocks proceeds and the processed macroblock becomes the final macroblock, the quantization unit 130 ends the series of quantization processes. Whether or not it is the last macroblock is determined based on whether or not the counter value m of the macroblock matches (horizontal image size / 16) × (vertical image size / 16).

以上のように、前記量子化部130は、前記ブロックカウンタ部114にて、マクロブロック、色成分、ブロックのカウント値を更新しながら、前記QPインデックス取得・記憶部111にて、各マクロブロック毎のQPインデックスを取得し、前記量子化パラメータ選択部112にて、取得した量子化インデックスより量子化パラメータを選択し、前記量子化演算部113にて、現在のマクロブロックにおける係数データを選択された量子化パラメータで除算して、量子化データを生成するという量子化処理を、マクロブロックの数だけ繰り返すというものである。そして、量子化パラメータを選定する基となるQPインデックスは、データ記憶部より、マクロブロック毎に取得していく。   As described above, the quantization unit 130 updates the macroblock, color component, and block count value in the block counter unit 114 while the QP index acquisition / storage unit 111 updates each macroblock. The quantization parameter selection unit 112 selects a quantization parameter from the acquired quantization index, and the quantization operation unit 113 selects coefficient data in the current macroblock. The quantization process of dividing by the quantization parameter to generate quantized data is repeated for the number of macroblocks. Then, a QP index that is a basis for selecting a quantization parameter is acquired for each macroblock from the data storage unit.

前記係数予測部140は、前記量子化部130から入力されたブロック毎の前記第1階層データ、第2階層データ、及び第3階層データについて、それぞれ、隣接するブロック間の係数値の比較を行って予測モードを算出し、所定の演算式に基づいて、導出された予測モードの方向に、相関の高いブロック間で減算する処理を行う。そして、前記係数予測部140は、処理後の第1階層データ、第2階層データ、及び第3階層データをブロック毎に、適応型スキャン部150に入力する。   The coefficient prediction unit 140 compares coefficient values between adjacent blocks for the first layer data, second layer data, and third layer data for each block input from the quantization unit 130. Thus, a prediction mode is calculated, and a process of subtracting between blocks having high correlation in the direction of the derived prediction mode is performed based on a predetermined arithmetic expression. Then, the coefficient prediction unit 140 inputs the processed first layer data, second layer data, and third layer data to the adaptive scan unit 150 for each block.

前記適応型スキャン部150は、前記係数予測部140から入力された第1階層データ及び第2階層データについて、ブロック毎にその係数データを入れ替える処理を行う。この入替処理は、周波数変換後のブロック内の画素位置が小さい側(低周波数側)に非ゼロの係数データを集め、ブロック内の画素位置が大きい側(高周波数側)にゼロ値が連続する係数データを集めるので、符号化の圧縮率を高めることができる。そして、前記適応型スキャン部150は、係数データを入れ替えた第1階層データ、第2階層データ、及び入替処理を実施しない第3階層データを、前記VLC符号化部160に入力する。   The adaptive scan unit 150 performs a process of replacing the coefficient data for each block with respect to the first layer data and the second layer data input from the coefficient prediction unit 140. In this replacement process, non-zero coefficient data is collected on the side where the pixel position in the block after frequency conversion is small (low frequency side), and the zero value is continuous on the side where the pixel position in the block is large (high frequency side). Since coefficient data is collected, the compression rate of encoding can be increased. Then, the adaptive scan unit 150 inputs the first layer data, the second layer data, and the third layer data on which the replacement process is not performed to the VLC encoding unit 160.

前記VLC符号化部160は、前記適応型スキャン部150で処理された第1階層データ、第2階層データ、及び第3階層データに対して、エントロピー符号化処理を施し、コードストリームを生成して、そのコードストリームを前記ビットストリーム出力部170に入力する。   The VLC encoder 160 performs entropy encoding on the first layer data, the second layer data, and the third layer data processed by the adaptive scan unit 150 to generate a code stream. The code stream is input to the bit stream output unit 170.

前記ビットストリーム170は、ヘッダ情報としての画像設定データに、前記VLC符号化部160で符号化されたコードストリームを順次連接し、1画像データ分のビットストリームとして1纏めにして、1つのファイルを形成し、形成したファイルを外部に出力する。   The bit stream 170 sequentially concatenates the code stream encoded by the VLC encoding unit 160 to the image setting data as header information, and collects one file as a bit stream for one image data. Create and output the formed file to the outside.

JPEG XR勧告書ITU-T T.832 : Information technology -JPEG XR image coding system - Image coding specification. [online].Recommendation T.832(01/12). Approval 2012-01-13. Status : In force.2012-9-14, ITU(International Telecommunication Union).[retrieved on 2013-10-29]. Retrieved from the Internet : <URL : http://www.itu.int/rec/T-REC-T.832-201201-I/en>.JPEG XR Recommendation ITU-T T.832: Information technology -JPEG XR image coding system-Image coding specification. [Online] .Recommendation T.832 (01/12). Approval 2012-01-13. Status: In force. 2012-9-14, ITU (International Telecommunication Union). [Retrieved on 2013-10-29]. Retrieved from the Internet: <URL: http://www.itu.int/rec/T-REC-T.832 -201201-I / en>.

ところで、図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.

本発明の一実施形態に係る画像符号化装置の概略構成を示したブロック図である。It is the block diagram which showed schematic structure of the image coding apparatus which concerns on one Embodiment of this invention. 本実施形態に係る量子化部の構成を示したブロック図である。It is the block diagram which showed the structure of the quantization part which concerns on this embodiment. 本実施形態に係るアダプティブQPインデックス選択部の構成を示したブロック図である。It is the block diagram which showed the structure of the adaptive QP index selection part which concerns on this embodiment. 本実施形態に係る基準値比較部の構成を示したブロック図である。It is the block diagram which showed the structure of the reference value comparison part which concerns on this embodiment. 本実施形態に係るプライオリティエンコーダの機能を示した真理値表である。It is a truth table showing the function of the priority encoder according to the present embodiment. 本実施形態に係る量子化部を中心とした処理手順を示したフローチャートである。It is the flowchart which showed the process sequence centering on the quantization part which concerns on this embodiment. 本実施形態に係るアダプティブQPインデックス選択部における差分平均値処理方法の一例を説明するための説明図である。It is explanatory drawing for demonstrating an example of the difference average value processing method in the adaptive QP index selection part which concerns on this embodiment. 本実施形態に係るアダプティブQPインデックス選択部における差分平均値処理の一例を説明するための説明図である。It is explanatory drawing for demonstrating an example of the difference average value process in the adaptive QP index selection part which concerns on this embodiment. 本実施形態に係るアダプティブQPインデックス選択部における差分平均値処理の一例を説明するための説明図である。It is explanatory drawing for demonstrating an example of the difference average value process in the adaptive QP index selection part which concerns on this embodiment. 本実施形態に係るアダプティブQPインデックス選択部における差分平均値処理の一例を説明するための説明図である。It is explanatory drawing for demonstrating an example of the difference average value process in the adaptive QP index selection part which concerns on this embodiment. 本実施形態に係る量子化部における基準値比較と量子化パラメータ選択の一例を説明するための説明図である。It is explanatory drawing for demonstrating an example of the reference value comparison in the quantization part which concerns on this embodiment, and quantization parameter selection. 本実施形態に係る量子化部における基準値比較と量子化パラメータ選択の一例を説明するための説明図である。It is explanatory drawing for demonstrating an example of the reference value comparison in the quantization part which concerns on this embodiment, and quantization parameter selection. 従来の画像符号化装置の概略構成を示したブロック図である。It is the block diagram which showed schematic structure of the conventional image coding apparatus. 従来の量子化部の構成を示したブロック図である。It is the block diagram which showed the structure of the conventional quantization part. 従来の量子化部を中心とした処理手順を示したフローチャートである。It is the flowchart which showed the processing procedure centering on the conventional quantization part. QPインデックスと量子化パラメータの関係を説明するための説明図である。It is explanatory drawing for demonstrating the relationship between a QP index and a quantization parameter. QPインデックスと量子化パラメータの関係を説明するための説明図である。It is explanatory drawing for demonstrating the relationship between a QP index and a quantization parameter. 従来の画像を領域分割してQPインデックスを割り当てる方式の一例を説明するための説明図である。It is explanatory drawing for demonstrating an example of the system which divides | segments the conventional image and allocates a QP index. 従来の画像を領域分割してQPインデックスを割り当てる方式の一例を説明するための説明図である。It is explanatory drawing for demonstrating an example of the system which divides | segments the conventional image and allocates a QP index.

以下、本発明の具体的な実施形態について、図面を参照しながら説明する。尚、図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 image encoding device 1 according to the present embodiment, and FIGS. 2 to 5 are block diagrams illustrating a configuration and functions of a quantization unit according to the present embodiment. It is a truth table. FIG. 6 is a flowchart showing a processing procedure centering on the quantization unit according to the present embodiment.

図1に示すように、本実施形態の画像符号化装置1は、図13の従来の画像符号化装置100における量子化部130に代えて、これとはその構成の異なる量子化部10を備えるもので、この点においてのみ、従来の画像符号化装置100とその構成が異なっている。従って、他の構成については、上記画像符号化装置100におけるものと同一の符号を付して、その詳しい説明は省略する。   As shown in FIG. 1, the image encoding device 1 of the present embodiment includes a quantization unit 10 having a configuration different from that of the quantization unit 130 in the conventional image encoding device 100 of FIG. 13. However, only in this respect, the configuration of the conventional image encoding apparatus 100 is different. Therefore, the other components are denoted by the same reference numerals as those in the image encoding device 100, and detailed description thereof is omitted.

前記量子化部10は、図2に示すように、適応的にQPインデックスを選択するアダプティブQPインデックス選択部20、選択したQPインデックスに対応する量子化パラメータを選択する量子化パラメータ選択部30、選択した量子化パラメータを用いて量子化を行う量子化演算部40、及びブロック等のカウンタ値をカウントするブロックカウンタ部50から構成される。   As shown in FIG. 2, the quantization unit 10 includes an adaptive QP index selection unit 20 that adaptively selects a QP index, a quantization parameter selection unit 30 that selects a quantization parameter corresponding to the selected QP index, and a selection. The quantization operation unit 40 performs quantization using the quantization parameter and the block counter unit 50 counts a counter value such as a block.

この量子化部10においても、上述した量子化部130と同様に、前記周波数変換部120から出力される第1階層データ及び第2階層データについて、マクロブロック単位で扱われ、更にマクロブロックでは、ブロック単位で処理を行う。尚、以下では、第1階層データの処理について説明するが、第2階層データの処理についても同様である。また、図6の本発明の量子化部10を中心とした動作フローを併せて説明する。   In the quantization unit 10, similarly to the quantization unit 130 described above, the first layer data and the second layer data output from the frequency conversion unit 120 are handled in units of macroblocks. Process in block units. In the following, the processing of the first layer data will be described, but the same applies to the processing of the second layer data. The operation flow centering on the quantization unit 10 of the present invention shown in FIG. 6 will also be described.

まず、画像符号化処理前に、前記アダプティブQPインデックス選択部20は、外部コントローラ等から各QPインデックスに対応する基準値を取得して記憶し(ステップS1)、前記量子化パラメータ選択部30は、同様に外部コントローラ等から各QPインデックスに対応する量子化パラメータを取得して記憶する(ステップS2)。   First, before the image encoding process, the adaptive QP index selection unit 20 acquires and stores a reference value corresponding to each QP index from an external controller or the like (step S1), and the quantization parameter selection unit 30 Similarly, a quantization parameter corresponding to each QP index is acquired from an external controller or the like and stored (step S2).

次に、画像符号化処理開始時に、前記ブロックカウンタ部50は、マクロブロック、色成分、及びブロックの各カウント値m、c及びnをそれぞれ1に初期化する(ステップS3)。以降、前記ブロックカウンタ部50は、周波数変換部120より入力される係数データの数をカウントしながら、各カウント値m、c、及びnを更新する(ステップS13、S15、S17)。   Next, at the start of the image encoding process, the block counter unit 50 initializes the macroblock, the color component, and the count values m, c, and n of the block to 1 (step S3). Thereafter, the block counter unit 50 updates the count values m, c, and n while counting the number of coefficient data input from the frequency conversion unit 120 (steps S13, S15, and S17).

画像符号化処理開始後、前記周波数変換部120は最初のマクロブロックを周波数変換し(ステップS4)、前記アダプティブQPインデックス選択部20は、隣接したブロックのDC係数データ及びLP係数データを取得する(ステップS5)。これ以降の処理を説明するため、アダプティブQPインデックス選択部20のブロック構成を図3に示す。   After the start of the image encoding process, the frequency converting unit 120 converts the frequency of the first macroblock (step S4), and the adaptive QP index selecting unit 20 acquires DC coefficient data and LP coefficient data of adjacent blocks ( Step S5). In order to explain the subsequent processing, the block configuration of the adaptive QP index selection unit 20 is shown in FIG.

前記アダプティブQPインデックス選択部20は、隣接するブロックのDC係数データ及びLP係数データ間の差分を求める差分処理部21、差分処理した差分データを絶対値化する絶対値算出部22、絶対値化した差分データの平均を求める平均値算出部23、QPインデックス毎の基準値を記憶しておく基準値記憶部24、及び算出した差分平均値と基準値を比較してQPインデックスを選定する基準値比較部25から構成されている。   The adaptive QP index selection unit 20 includes a difference processing unit 21 that calculates a difference between DC coefficient data and LP coefficient data of adjacent blocks, an absolute value calculation unit 22 that converts the difference data that has been subjected to difference processing into an absolute value, and an absolute value An average value calculation unit 23 for obtaining an average of difference data, a reference value storage unit 24 for storing a reference value for each QP index, and a reference value comparison for selecting the QP index by comparing the calculated difference average value with the reference value The unit 25 is configured.

本実施形態における差分平均値算出の具体例を図7に示す。16×16画素からなるマクロブロックを16個のブロック(1つのブロックは4×4画素)に分割し、各ブロックの左上の画素をDC(DC係数データ)又はLP(LP係数データ)とし、それ以外の画素をHP(HP係数データ)としている。マクロブロックの上側のブロックのDC/LP係数を左から順にDC,LP,LP,LPとし、マクロブロックの左側のブロックのDC/LP係数を上から順にDC,LP,LP,LPとしたとき、隣接するブロックのそれぞれの差分結果をa=DC−LP,b=LP−LP,c=LP−LP,d=DC−LP,e=LP−LP,f=LP−LPとし、差分結果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 -LP 2, c = LP 2 -LP 3, d = DC-LP 4, e = LP 4 - LP 5 , f = LP 5 −LP 6, and absolute values were taken and averaged for each of the difference results a, b, c, d, e, and f (| a | + | b | + | c | + | d) | + | E | + | f |) / 6 is the difference average value.

自然画の画像の一部を周波数変換して得られた係数データの具体的数値について、差分平均値を求めた一例を図8〜図10に示す。図8は周波数変換して得られた係数データの具体的数値である。DCは−60,LP〜LPはそれぞれ、262,−116,45,−935,−44,223である。このとき、図9において、該係数データの差分値DC−LP,LP−LP,LP−LP,DC−LP,LP−LP,LP−LPを求めると、それぞれ、−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 index selection unit 20 will be described. The difference processing unit 21 obtains a difference between DC coefficient data and LP coefficient data of adjacent blocks input from the frequency conversion unit 120, and inputs the difference data to the absolute value calculation unit 22 (step S6).

前記絶対値算出部22は、前記差分処理部21により減算処理された差分データを絶対値化し、差分絶対値データを前記平均値算出部23に入力する(ステップS7)。   The absolute value calculation unit 22 converts the difference data subtracted by the difference processing unit 21 into an absolute value, and inputs the difference absolute value data to the average value calculation unit 23 (step S7).

前記平均値算出部23は、前記絶対値算出部22により絶対値化された差分絶対値データの平均値である差分平均値を算出し、その差分平均値データを前記基準値比較部25に入力する(ステップS8)。   The average value calculation unit 23 calculates a difference average value that is an average value of the difference absolute value data converted into an absolute value by the absolute value calculation unit 22 and inputs the difference average value data to the reference value comparison unit 25. (Step S8).

前記基準値比較部25は、前記平均値算出部23により平均された差分平均値データを、前記基準値記憶部24に予め保持されたQPインデックスの小さい方から順に、該QPインデックスに対応する基準値と大小比較して、最初にその基準値よりも小さいと判断した基準値に対応するQPインデックスを選定する(ステップS9)。なお、基準値は、QPインデックスの値の小さい方から順に、小さい基準値を割り当てるものとする。   The reference value comparison unit 25 calculates the difference average value data averaged by the average value calculation unit 23 in order from the smaller QP index stored in the reference value storage unit 24 in advance, in accordance with the reference corresponding to the QP index. The QP index corresponding to the reference value that is first determined to be smaller than the reference value is selected by comparing with the value (step S9). The reference value is assigned with a small reference value in order from the smallest QP index value.

図4に前記基準値比較部25のブロック構成を示す。前記基準値比較部25は、基準値T〜T14と差分平均値Pを比較して比較結果C〜C14を出力する比較器26a〜26o、及び優先度をつけて該比較結果からQPインデックスの値をエンコードするプライオリティエンコーダ27から構成される。 FIG. 4 shows a block configuration of the reference value comparison unit 25. The reference value comparison unit 25 compares the reference values T 0 to T 14 with the difference average value P and outputs comparison results C 0 to C 14 , and priorities are added to the comparison results. The priority encoder 27 encodes the value of the QP index.

比較器26a〜26oは、それぞれ、前記基準値記憶部24より入力された基準値T〜T14と前記平均値算出部23により平均された差分平均値Pの大小を比較する。すなわち、比較器26aは差分平均値Pと基準値Tを比較し、差分平均値Pの方が小さければ1を、そうでなければ0を比較結果Cとして出力する。 The comparators 26 a to 26 o respectively compare the reference values T 0 to T 14 input from the reference value storage unit 24 with the difference average value P averaged by the average value calculation unit 23. Namely, the comparator 26a compares the differential average value P and the reference value T 0, and 1 if is smaller the difference average value P, and outputs the comparison result C 0 0 otherwise.

前記比較器26bは差分平均値Pと基準値T1を前記比較器26aと同様の要領で比較し、比較結果Cを出力する。同様に、比較器26c〜26oまで、それぞれ差分平均値Pと基準値T〜T14を比較し、比較結果C〜C14を出力する。なお、基準値T〜T14は、基準値Tを最小値として添え字の番号が昇順のものの順に、値が大きくなるように設定されているものとする。 The comparator 26b compares the difference average value P and the reference value T1 in the same manner as the comparator 26a, and outputs the comparison result C 1. Similarly, until the comparator 26C~26o, respectively to compare the difference average value P and the reference value T 2 through T 14, and outputs the comparison result C 2 -C 14. The reference value T 0 through T 14 is the number of subscripts reference value T 0 as a minimum value in order of ascending ones, it assumed to be set so that the value becomes larger.

基準値T〜T14が上記の設定となっている場合、例えば、差分平均値Pが基準値T以上で基準値T未満であれば、基準値T及びTは差分平均値Pよりも小さく、基準値T〜T14は差分平均値P以上(小さくない)という関係になるので、比較結果C及びCは0、比較結果C〜C14までは1ということになる。このように、比較結果C〜C14は、差分平均値Pがある基準値よりも小さくなるところを境に、境となる比較結果をCとして、比較結果C〜Cn−1までは0、比較結果C〜C14までは1という値をとる。また、差分平均値Pが基準値Tよりも小さいとき、比較結果C〜C14は全て1となり、差分平均値Pが基準値T14以上のとき、比較結果C〜C14は全て0となる。 If the reference value T 0 through T 14 is in the above configuration, for example, if it is less than the reference value T 2 by a difference average value P is the reference value above T 1, the reference value T 0 and T 1 is the difference mean value Since the relationship is such that the reference values T 2 to T 14 are smaller than P and the difference average value P is not less than (not smaller), the comparison results C 0 and C 1 are 0, and the comparison results C 2 to C 14 are 1. become. As described above, the comparison results C 0 to C 14 are compared with the comparison result C 0 to C n−1 , where the difference comparison value P is smaller than a certain reference value and the comparison result serving as the boundary is C n. Takes a value of 0, and the comparison results C n to C 14 take a value of 1. When the difference average value P is smaller than the reference value T 0 , the comparison results C 0 to C 14 are all 1, and when the difference average value P is greater than or equal to the reference value T 14, all the comparison results C 0 to C 14 are all. 0.

図5に前記プライオリティエンコーダ27の機能を示した真理値表を示す。左側の比較結果C〜C14までが入力であり、右側のQPインデックスiが出力となっている。なお、真理値表中の入力のxは任意(0でも1でもどちらでもよい)であることを示している。 FIG. 5 shows a truth table showing the functions of the priority encoder 27. The comparison results C 0 to C 14 on the left side are inputs, and the right QP index i is an output. The x in the truth table indicates that it is arbitrary (it may be 0 or 1).

同図5の真理値表の上から順に、まず、Cが1になったとき、QPインデックスiは0となり、次にCが0でCが1となったとき、QPインデックスiは1となり、そして、C及びCが0でCが1となったとき、QPインデックスiは2となる。同様に、C〜Cn−1が0でCが1となったとき、それに対応するエンコード結果として、QPインデックスiはnの値(nは1〜14の整数)を出力する。また、最下部のC〜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 parameter selection unit 30 changes for each color component corresponding to the QP index i selected by the adaptive QP index selection unit 20 every time the value c of the color component count c counted by the block counter unit 50 changes. A quantization parameter Q (i) is selected (step S10).

前記量子化演算部40は、前記量子化パラメータ選択部30により選択された量子化パラメータQ(i)を用いて、周波数変換部120より入力される係数データをブロック毎に量子化する(ステップS11)。   The quantization operation unit 40 quantizes the coefficient data input from the frequency conversion unit 120 for each block using the quantization parameter Q (i) selected by the quantization parameter selection unit 30 (step S11). ).

上記の量子化の処理を具体的に説明するため、図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 average value 482 is applied to FIGS. 11 and 12, the difference average value 482 is compared from the smaller reference value, and a reference value smaller than the difference average value is obtained first. Therefore, the corresponding QP index is QP index 8 in the reference value 500. For the QP index 8, 80 values are selected for the LP coefficient and the HP coefficient as the quantization parameter.

このようにして、隣接ブロックにおける係数データ(本例では、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 block counter unit 50 checks whether the processed block is the last block, and updates the block counter value (n = n + 1) if it is not the last block (step n = n + 1). If it is the last block (step S12), it is confirmed whether it is the last color component (step S14).

前記ブロックカウンタ部50は、色成分のカウンタ値を確認し、最終色成分でなければ、ブロックカウンタ値を初期化(n=1)するとともに、色成分カウンタ値を更新(c=c+1)し(ステップS15)、最終色成分であれば(ステップS14)、最終マクロブロックであるかどうかを確認する(ステップS16)。   The block counter unit 50 checks the counter value of the color component, and if it is not the final color component, it initializes the block counter value (n = 1) and updates the color component counter value (c = c + 1) ( If it is the last color component (step S14), it is confirmed whether it is the last macroblock (step S16).

前記ブロックカウンタ部50は、マクロブロックのカウンタ値を確認し、最終マクロブロックでなければ、ブロックカウンタ値及び色成分カウンタ値を初期化(n=1,c=1)するとともに、マクロブロックカウンタ値を更新(m=m+1)し(ステップS17)、最終マクロブロックであれば(ステップS16)、1画像分の量子化処理を終了する。なお、前述のように、最終のマクロブロックであるか否かは、マクロブロックのカウンタ値mが、(水平方向の画像サイズ/16)×(垂直方向の画像サイズ/16)に一致するか否かで判断する。   The block counter unit 50 confirms the counter value of the macro block. If it is not the final macro block, the block counter unit 50 initializes the block counter value and the color component counter value (n = 1, c = 1) and also sets the macro block counter value. Is updated (m = m + 1) (step S17), and if it is the last macroblock (step S16), the quantization processing for one image is completed. Note that, as described above, whether or not it is the last macroblock depends on whether or not the counter value m of the macroblock matches (horizontal image size / 16) × (vertical image size / 16). Judge.

以上の構成を備えた本例の画像符号化装置1によれば、まず、色空間変換部110に、1画像分の画像データが入力され、画像データのピクセルフォーマットに従い、色空間変換され、又は色空間変換されず、前記色空間変換部110での処理を経由した画像データが周波数変換部120へ入力される。   According to the image encoding apparatus 1 of the present example having the above configuration, first, image data for one image is input to the color space conversion unit 110, and color space conversion is performed according to the pixel format of the image data, or Image data that has not undergone color space conversion and has undergone processing in the color space conversion unit 110 is input to the frequency conversion unit 120.

周波数変換部120は、マクロブロック単位(16×16画素)でラスター方向に順次、各画素のデータを周波数帯域毎の係数に変換する処理を行い、処理後の第1階層データ(HP係数)、第2階層データ(LP係数)、及び第3階層データ(DC係数)をブロック単位(4×4画素)で量子化部10に入力する。   The frequency conversion unit 120 performs processing for sequentially converting the data of each pixel into a coefficient for each frequency band in the raster direction in units of macroblocks (16 × 16 pixels), and the first layer data (HP coefficient) after processing, The second layer data (LP coefficient) and the third layer data (DC coefficient) are input to the quantization unit 10 in block units (4 × 4 pixels).

量子化部10は、周波数変換部120により係数化された第1階層データ、第2階層データ、及び第3階層データを、隣接するブロックにおける係数データを基に選定されたQPインデックスに対応する量子化パラメータで除算して量子化する処理を行い、処理後の第1階層データ、第2階層データ、及び第3階層データを係数予測部140に入力する。   The quantization unit 10 quantizes the first layer data, the second layer data, and the third layer data that have been coefficientized by the frequency conversion unit 120 with a quantum corresponding to a QP index selected based on the coefficient data in an adjacent block. The first hierarchical data, the second hierarchical data, and the third hierarchical data after processing are input to the coefficient prediction unit 140 after being divided by the quantization parameter and quantized.

係数予測部140は、同じく、ブロック毎の第1階層データ、第2階層データ、及び第3階層データについて、予測モードを導出するとともに、相関の高いブロック間で減算する処理を行い、処理後の第1階層データ、第2階層データ、及び第3階層データをブロック毎に適応型スキャン部150に入力する。   Similarly, the coefficient prediction unit 140 derives a prediction mode for the first tier data, the second tier data, and the third tier data for each block, and performs a process of subtracting between highly correlated blocks. The first layer data, the second layer data, and the third layer data are input to the adaptive scanning unit 150 for each block.

適応型スキャン部150は、第1階層データ及び第2階層データについて、ブロック毎にその係数データを入れ替える処理を行う。この入替処理は、周波数変換後、ブロック内の画素位置が小さい側(低周波数側)に非ゼロの係数を集め、ブロック内の画素位置が大きい側(高周波数側)にゼロ値が連続する係数データを集めることで、符号化の圧縮率を高めるためのものである。係数データが入れ替えられた第1階層データ、第2階層データ、及び入替処理が実施されない第3階層データは、VLC符号化部160に入力される。   The adaptive scanning unit 150 performs processing for replacing the coefficient data for each block with respect to the first layer data and the second layer data. In this replacement process, after frequency conversion, non-zero coefficients are collected on the side where the pixel position in the block is small (low frequency side), and the zero value continues on the side where the pixel position in the block is large (high frequency side). This is to increase the compression rate of encoding by collecting data. The first layer data, the second layer data, and the third layer data on which the replacement process is not performed are input to the VLC encoding unit 160.

VLC符号化部160は、適応型スキャン部150で処理された第1階層データ、第2階層データ、及び第3階層データに対して、エントロピー符号化処理を施し、コードストリームを生成して、そのコードストリームをビットストリーム出力部170に入力する。   The VLC encoding unit 160 performs entropy encoding processing on the first layer data, the second layer data, and the third layer data processed by the adaptive scan unit 150, generates a code stream, The code stream is input to the bit stream output unit 170.

ビットストリーム出力部170は、ヘッダ情報としての画像設定データに、VLC符号化部160で符号化されたコードストリームを順次連接し、1画像データ分のビットストリームとして1纏めにして1つのファイルを形成し、形成したファイルを外部に出力する。   The bit stream output unit 170 sequentially concatenates the code streams encoded by the VLC encoding unit 160 to the image setting data as header information, and forms one file as a bit stream for one image data. And output the formed file to the outside.

以上詳述したように、本実施形態の画像符号化装置1によれば、その量子化部10において、処理している画像領域内の隣接するブロックにおけるDC係数並びにLP係数の差分平均値を求め、その差分平均値を予め設定した基準と比較することで、QPインデックスを選定し、選定したQPインデックスに対応する量子化パラメータで、係数データを除算して量子化するので、従来の量子化部130に比べ、各画像領域に対応するQPインデックスを画像サイズに比例して増大する大容量の記憶領域に蓄える必要がなく、処理している画像領域の画像特性に応じた量子化ができ、画像符号化処理の最適化が実現できる。また、差分平均値と比較する基準を外部から設定できるようにしているので、画像データの特性が変わっても基準を変えることで、柔軟な対応ができる。   As described above in detail, according to the image encoding device 1 of the present embodiment, the quantization unit 10 obtains the difference average value of the DC coefficient and the LP coefficient in adjacent blocks in the image area being processed. Since the difference average value is compared with a preset reference, a QP index is selected, and the coefficient data is divided and quantized by the quantization parameter corresponding to the selected QP index. Compared to 130, it is not necessary to store the QP index corresponding to each image area in a large-capacity storage area that increases in proportion to the image size, and can perform quantization according to the image characteristics of the image area being processed. The encoding process can be optimized. In addition, since the reference for comparison with the difference average value can be set from the outside, even if the characteristics of the image data change, it is possible to flexibly cope with the change by changing the reference.

以上、本発明の一実施形態について説明したが、本発明が採り得る具体的な態様は、何らこれに限定されるものではない。例えば、上例では、量子化部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 quantization unit 10, but the present invention is not limited to this, and the HP coefficient data is used. Also good. Further, although the DC coefficient data and LP coefficient data of the upper and left blocks in the macroblock are used as the coefficient data, LP coefficient data of other blocks in the macroblock may be used. DC coefficient data and all LP coefficient data may be used.

本実施形態では、処理している領域に対応する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 SYMBOLS 1 Image coding apparatus 10 Quantization part 20 Adaptive QP index selection part 21 Difference processing part 22 Absolute value calculation part 23 Average value calculation part 24 Reference value storage part 25 Reference value comparison part 26a-26o Comparator 27 Priority encoder 30 Quantization Parameter selection unit 40 Quantization operation unit 50 Block counter unit 100 Image encoding device 110 Color space conversion unit 111 QP index acquisition / storage unit 112 Quantization parameter selection unit 113 Quantization operation unit 114 Block counter unit 120 Frequency conversion unit 130 Quantum 140 Coefficient prediction unit 150 Adaptive scan unit 160 VLC encoding unit 170 Bit stream output unit

Claims (2)

画像データを水平及び垂直の各方向に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の整数である。
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インデックスを選択された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).
JP2013243598A 2013-11-26 2013-11-26 Image encoding device Active JP6185375B2 (en)

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)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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

Patent Citations (3)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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