JPH05191652A - Decoder for variable length code of picture data - Google Patents
Decoder for variable length code of picture dataInfo
- Publication number
- JPH05191652A JPH05191652A JP4006003A JP600392A JPH05191652A JP H05191652 A JPH05191652 A JP H05191652A JP 4006003 A JP4006003 A JP 4006003A JP 600392 A JP600392 A JP 600392A JP H05191652 A JPH05191652 A JP H05191652A
- Authority
- JP
- Japan
- Prior art keywords
- code
- coefficient
- length
- decoding
- group
- 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
Landscapes
- Compression Or Coding Systems Of Tv Signals (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
- Compression Of Band Width Or Redundancy In Fax (AREA)
- Compression, Expansion, Code Conversion, And Decoders (AREA)
- Image Processing (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、直交交換を用いて高能
率に符号化された多値画像の可変長符号を復号する画像
データの復元装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image data restoration device for decoding a variable length code of a multi-valued image coded with high efficiency using orthogonal exchange.
【0002】[0002]
【従来の技術】テレビ会議/テレビ電話、カラー静止
画、カラー動画等の分野においては、数値データに比べ
て情報量が桁違いに大きい画像データ、特に中間調画像
やカラー画像のデータを蓄積し、さらには、それらの画
像データを高速、高品質で伝送する必要があるため、画
素等の階調値を高能率に符号化する処理が必要不可欠で
ある。2. Description of the Related Art In the fields of video conferencing / telephone calls, color still images, color moving images, etc., image data having an order of magnitude greater than numerical data, particularly halftone images and color image data, is stored. Furthermore, since it is necessary to transmit those image data at high speed and high quality, it is essential to perform a process of highly efficiently encoding the gradation values of pixels and the like.
【0003】そして、このような画像データの高能率な
圧縮方式として、例えば適応離散コサイン変換符号化方
式が知られている。この適応離散コサイン変換符号化方
式(Adaptive Discrete Cosine Transform以下、略して
ADCTと称する)は、画像を例えば8×8画素からな
る複数のブロックに分割し、その各ブロックの画信号を
2次元離散コサイン変換(以下、2次元DCTと称す
る)により空間周波数分布の係数(2次元DCT係数)
に変換し、次にその変換により得られた各ブロック内の
2次元DCT係数を視覚に適応した閾値で量子化し、さ
らにその量子化により求められた量子化係数を統計的に
求めたハフマン・テーブルにより符号化するものであ
る。An adaptive discrete cosine transform coding method is known as a highly efficient compression method for such image data. This adaptive discrete cosine transform coding system (Adaptive Discrete Cosine Transform, hereinafter abbreviated as ADCT) divides an image into a plurality of blocks each including, for example, 8 × 8 pixels, and the image signal of each block is a two-dimensional discrete cosine. Coefficient of spatial frequency distribution (two-dimensional DCT coefficient) by transformation (hereinafter referred to as two-dimensional DCT)
To a Huffman table in which the two-dimensional DCT coefficient in each block obtained by the conversion is quantized by a threshold value adapted to the visual sense, and the quantized coefficient obtained by the quantization is statistically obtained. Is encoded by.
【0004】次に、このADCTの符号化動作を図6に
示すADCT変換回路のブロック図を参照しながらより
詳細に説明する。まず、原画像を図7に示すような8×
8画素からなる複数のブロックに分割し、各ブロックの
画信号を順次、DCT変換部24に入力する。DCT変
換部24では、入力される1ブロックの画信号を2次元
DCTにとり直交変換して、図8に示す空間周波数分布
の8×8個の2次元DCT係数に変換し、線形量子化部
25に出力する。Next, the ADCT encoding operation will be described in more detail with reference to the block diagram of the ADCT conversion circuit shown in FIG. First, the original image is 8 × as shown in FIG.
The image signal of each block is divided into a plurality of blocks each having 8 pixels and sequentially input to the DCT conversion unit 24. In the DCT transform unit 24, the input image signal of one block is converted into a two-dimensional DCT and subjected to orthogonal transform to transform into 8 × 8 two-dimensional DCT coefficients of the spatial frequency distribution shown in FIG. Output to.
【0005】上記2次元DCT変換部のブロック構成の
一例を図9に示す。図9に示す構成の2次元DCT変換
部においては、入力される1ブロック(8×8画素)の
画信号を1次元DCT変換部30で1次元DCT変換
し、次に転置部31でブロック内の上記1次元DCT変
換により得られた係数の行と列を入れ換えた後(転
置)、1次元DCT変換部32に出力する。次に、1次
元DCT変換部32では、前記1次元DCT変換部30
と同様な1次元DCT変換を行い、転置部33に出力す
る。そして、さらに転置部33で前記転置部31と同様
な転置処理を行い、その転置処理により得られた1ブロ
ックの2次元DCT係数を図6に示す線形量子化25に
出力する。そして、このような処理を画像データの全ブ
ロックについて施すことで、全ブロックの画信号は、2
次元DCT係数に変換される。FIG. 9 shows an example of the block configuration of the above-mentioned two-dimensional DCT conversion section. In the two-dimensional DCT conversion unit having the configuration shown in FIG. 9, an input image signal of one block (8 × 8 pixels) is subjected to one-dimensional DCT conversion in the one-dimensional DCT conversion unit 30 and then in the transposition unit 31 in the block. After the rows and columns of the coefficients obtained by the above one-dimensional DCT transform are transposed (transposed), they are output to the one-dimensional DCT transform unit 32. Next, in the one-dimensional DCT conversion unit 32, the one-dimensional DCT conversion unit 30
The same one-dimensional DCT transform is performed and output to the transposing unit 33. Then, the transposing unit 33 further performs the same transposing process as the transposing unit 31 and outputs the one-block two-dimensional DCT coefficient obtained by the transposing process to the linear quantization 25 shown in FIG. By applying such processing to all the blocks of the image data, the image signals of all the blocks become 2
It is converted into a dimensional DCT coefficient.
【0006】線型量子化部25は、上述のようにして入
力される各ブロック毎の2次元DCT係数を視覚実験に
より決められた、例えば図10に示すような閾値で構成
する量子化マトリクス28により線形量子化する。この
線形量子化により得られる結果を図11に示す。同図に
示すように、閾値より小さい値の2次元DCT係数は0
となり、DC成分(=5)とわずかのAC成分のみが値
を持つ量子化係数が生成される。The linear quantizing unit 25 uses the quantizing matrix 28 configured by a threshold value as shown in FIG. 10, for example, to determine the two-dimensional DCT coefficient for each block input as described above by visual experiments. Linearly quantize. The result obtained by this linear quantization is shown in FIG. As shown in the figure, the two-dimensional DCT coefficient having a value smaller than the threshold is 0.
Therefore, a quantized coefficient having values of only the DC component (= 5) and a few AC components is generated.
【0007】次に、図11に示すように2次元的に配列
された量子化係数は、図12に示す番号の順序で量子化
係数の走査を行うジグザグスキャンと呼ばれる走査によ
り1次元の数値列に変換され、可変長符号化部26に入
力される。可変長符号化部26は、各ブロック先頭のD
C成分(DC係数)と前ブロック先頭のDC成分(DC
係数)との差分値を可変長符号化する。また、AC成分
については有効係数(値が0でない係数)の値(以下、
インデックスと称する)とそこまでの無効係数(値が0
の係数)のランの長さ(以下、零ラン長と称する)とを
組み合わせて、ブロック毎に可変長符号化する。この可
変長符号化においては、DC,ACの各成分は、画像ご
との統計量を基に作成するハフマン・テーブルで構成す
る符号表27を用いて符号化され、その符号化により得
られた符号データは、順次、外部に出力される。Next, the quantized coefficients arranged two-dimensionally as shown in FIG. 11 are a one-dimensional numerical sequence by a scan called a zigzag scan for scanning the quantized coefficients in the order of the numbers shown in FIG. And is input to the variable length encoding unit 26. The variable length coding unit 26 uses D at the beginning of each block.
C component (DC coefficient) and DC component (DC
Coefficient) is subjected to variable length coding. For the AC component, the value of the effective coefficient (coefficient whose value is not 0) (hereinafter,
The index and the invalid coefficient up to that point (value is 0)
Variable length coding for each block in combination with the run length (hereinafter referred to as the zero run length) of the coefficient. In this variable length coding, each component of DC and AC is coded using a code table 27 composed of a Huffman table created based on the statistic of each image, and the code obtained by the coding The data is sequentially output to the outside.
【0008】一方、上述のようにして符号化された符号
データは図13に示すADCT復元回路により画像に復
元される。次に、上記ADCT復元回路により行われる
画像の復元方法を説明する。On the other hand, the coded data coded as described above is restored to an image by the ADCT restoration circuit shown in FIG. Next, an image restoration method performed by the ADCT restoration circuit will be described.
【0009】ブロック単位で入力される符号データは、
まず可変長符号部41に入力される。可変長復号部41
では、前記符号表27のハフマン・テーブルと逆のテー
ブルで構成する復号表42を用いて、入力された符号デ
ータを前記インデックスと前記零ラン長から成る固定長
データに復号し、逆量子化部43に出力する。逆量子化
部43は、その入力される固定長データの各量子化係数
に量子化マトリクス46の対応する閾値を乗算すること
により、入力された量子化係数を逆量子化して2次元D
CT係数に復号し、その復号した2次元DCT係数を2
次元逆DCT変換部44に出力する。2次元逆DCT変
換部44は、入力される2次元DCT係数を用いて逆2
次元DCT変換を行い、画信号を復元する。Code data input in block units is
First, it is input to the variable length coding unit 41. Variable length decoding unit 41
Then, using the decoding table 42 that is a table that is the inverse of the Huffman table of the code table 27, the input code data is decoded into fixed-length data composed of the index and the zero run length, and the dequantization unit Output to 43. The inverse quantizer 43 inversely quantizes the input quantized coefficient by multiplying each quantized coefficient of the input fixed-length data by the corresponding threshold value of the quantization matrix 46 to generate a two-dimensional D
Decode to CT coefficient, and the decoded two-dimensional DCT coefficient to 2
The data is output to the dimensional inverse DCT conversion unit 44. The two-dimensional inverse DCT transform unit 44 uses the input two-dimensional DCT coefficient to perform the inverse 2
Dimensional DCT conversion is performed to restore the image signal.
【0010】図14に、上記2次元逆DCT変換部の一
構成例を示す。この2次元逆DCT変換部において、入
力される2次元DCT係数は1次元逆DCT変換部51
で1次元逆DCT変換され、転置部52に出力される。
転置部52は、1ブロック内の係数の行と列を入れ換え
て1次元逆DCT変換部53に出力する。1次元逆DC
T変換部53は、入力された転置後の係数を再び1次元
逆DCT変換し、転置部54に出力する。転置部54
は、転置部52と同様に再度1ブロック内の係数の行と
列を入れ換えることにより得られる信号を出力し、その
ことにより、画信号が復元される。FIG. 14 shows an example of the configuration of the two-dimensional inverse DCT conversion section. In the two-dimensional inverse DCT transform unit, the input two-dimensional DCT coefficient is converted into the one-dimensional inverse DCT transform unit 51.
Is one-dimensional inverse DCT-transformed and output to the transposing unit 52.
The transposing unit 52 interchanges the rows and columns of the coefficients in one block and outputs the transposed coefficients to the one-dimensional inverse DCT transform unit 53. 1-dimensional inverse DC
The T conversion unit 53 performs one-dimensional inverse DCT conversion on the input transposed coefficient again, and outputs it to the transposition unit 54. Transposed part 54
Outputs a signal obtained by replacing the rows and columns of the coefficients in one block again like the transposing unit 52, and thereby the image signal is restored.
【0011】上述したように、従来のADCT方式にお
いては、画信号を符号化する際の量子化係数は、2次元
DCT係数を量子化閾値で量子化することにより求ま
る。図15に従来の線形量子化回路の一構成例を示す。As described above, in the conventional ADCT method, the quantized coefficient at the time of encoding the image signal is obtained by quantizing the two-dimensional DCT coefficient with the quantized threshold value. FIG. 15 shows a configuration example of a conventional linear quantization circuit.
【0012】同図において、端子60より入力される2
次元DCT係数は、いったんDCT係数入力部63に保
持される。DCT係数入力部63は、タイミング制御部
61からのデータ読み出し信号(RED)に従って、入
力されるDCT係数を1画素毎に順次、除算部69に出
力する。また、量子化閾値保持部62も上記タイミング
制御61からのデータ読み出し信号(RED)にしたが
って、DCT係数入力部に保持されている画素に対応し
た量子化閾値を順次除算部69に出力する。In the figure, 2 input from the terminal 60
The dimensional DCT coefficient is temporarily held in the DCT coefficient input unit 63. The DCT coefficient input unit 63 sequentially outputs the input DCT coefficients for each pixel to the division unit 69 according to the data read signal (RED) from the timing control unit 61. The quantization threshold holding unit 62 also sequentially outputs the quantization threshold corresponding to the pixel held in the DCT coefficient input unit to the division unit 69 according to the data read signal (RED) from the timing control 61.
【0013】除算部69は、入力される各画素のDCT
係数を、入力される量子化閾値で除算することにより量
子化し、その除算結果を量子化係数(QUD)としてラ
ッチ部64に出力する。タイミング制御部61は、除算
部69のアクセス時間を計算してラッチ部64にデータ
ラッチ用のラッチ信号(LAT)を発生する。このラッ
チ信号(LAT)によりラッチ部64に量子化係数がラ
ッチされ、その量子化係数が端子70から図10に示す
可変長符号化部26に出力される。タイミング制御部6
1は、1画素分の2次元DCT係数の量子化が終了する
と、DCT係数入力部63及び量子化閾値保持部62に
対し、次の画素の2次元DCT係数及び量子化閾値の読
み出しを指示し、次の画素の2次元DCT係数の量子化
を行わせる。The division unit 69 receives the DCT of each pixel input.
The coefficient is quantized by dividing it by the input quantization threshold, and the result of the division is output to the latch unit 64 as a quantized coefficient (QUD). The timing controller 61 calculates the access time of the divider 69 and generates a latch signal (LAT) for data latch in the latch 64. The quantized coefficient is latched in the latch section 64 by this latch signal (LAT), and the quantized coefficient is output from the terminal 70 to the variable length coding section 26 shown in FIG. Timing control unit 6
When the quantization of the two-dimensional DCT coefficient for one pixel is completed, 1 instructs the DCT coefficient input unit 63 and the quantization threshold holding unit 62 to read the two-dimensional DCT coefficient and the quantization threshold of the next pixel. , Quantizes the two-dimensional DCT coefficient of the next pixel.
【0014】このように、DCT係数入力部63に保持
されている2次元DCT係数を1画素単位で読み出し、
その読み出した2次元DCT係数を量子化閾値保持部6
2に保持されている量子化閾値で除算して、その除算結
果を対象画素の量子化係数として出力する処理を、1画
素毎、ブロック単位に1画面分繰り返すことにより、1
画面分の2次元DCT係数が量子化される。In this way, the two-dimensional DCT coefficient held in the DCT coefficient input unit 63 is read out in pixel units,
The read two-dimensional DCT coefficient is stored in the quantization threshold holding unit 6
The process of dividing by the quantization threshold value held in 2 and outputting the division result as the quantization coefficient of the target pixel is repeated for each screen for each pixel for one screen.
The two-dimensional DCT coefficient for the screen is quantized.
【0015】そして、得られた量子化係数はジグザグス
キャン(図12参照)によって、DC成分については、
前ブロックのDC成分と差分値を求め、その差分値(D
C差分値)を図16に示す表に従って、グループ番号
(SSSS)とそのグループ番号(SSSS)によって
示されるグループ内での上記差分値の位置を示す付加ビ
ット(グループインデックス:GDL)とに分ける。そ
して、上記グループ番号(SSSS)を、1次元のハフ
マン符号テーブルを用いて可変長符号化し、そのハフマ
ン符号の後に上記付加ビット(ビット数は上記SSSS
の値に等しい)を付加した可変長符号を生成する。一
方、AC成分については、連続する“0”の個数(零ラ
ン長:NNNN)と0でない係数(有効係数)との組み
合わせから成る複数の組に分け、さらに各組の有効係数
(インデックス)に対しては、図17に示す表を用い
て、前記DC成分の(DC係数)の差分値に対して施し
たと同様なグループ化を行い、有効係数が属するグルー
プの番号(SSSS)とそのグループ内での位置を示す
グループインデックス(GI)を求める。そして、上記
零ラン長(NNNN)とグループ番号(SSSS)の組
み合わせで2次元ハフマン符号化を行って可変長符号を
生成し、さらに、その可変長符号に上記グループインデ
ックス(GI)の値を示す付加ビットを付加して可変長
符号を生成する。Then, the obtained quantized coefficient is subjected to a zigzag scan (see FIG. 12), and for the DC component,
The DC component of the previous block and the difference value are obtained, and the difference value (D
According to the table shown in FIG. 16, the C difference value is divided into a group number (SSSS) and an additional bit (group index: GDL) indicating the position of the difference value in the group indicated by the group number (SSSS). Then, the group number (SSSS) is variable-length coded using a one-dimensional Huffman code table, and the additional bit (the number of bits is the SSSS is added after the Huffman code.
(Equal to the value of) is generated. On the other hand, the AC component is divided into a plurality of sets consisting of a combination of the number of consecutive “0” s (zero run length: NNNN) and a non-zero coefficient (effective coefficient), and further divided into effective coefficients (index) of each set. On the other hand, using the table shown in FIG. 17, the same grouping as that applied to the difference value of the (DC coefficient) of the DC component is performed, and the group number (SSSS) to which the effective coefficient belongs and the group thereof. A group index (GI) indicating a position within the group is obtained. Then, two-dimensional Huffman coding is performed with a combination of the zero run length (NNNN) and the group number (SSSS) to generate a variable length code, and the variable length code indicates the value of the group index (GI). A variable length code is generated by adding additional bits.
【0016】このように、2次元ADCTを用いた多値
画像データの可変長符号化においては、DC成分(DC
係数)については、前ブロックのDC成分(DC係数)
との差分値が1次元ハフマン符号化によりグループ番号
(SSSS)を示す符号〔CGDL〕にグループインデ
ックス〔GDL〕が付加された可変長符号に符号化さ
れ、AC成分(AC係数)については、2次元ハフマン
符号化により上記零ラン長(NNNN)とグループ番号
(SSSS)の組み合わせで可変長符号化がなされ、そ
の可変長符号化により得られた可変長符号〔CRMi/
CIi〕にグループインデックス〔CGIi 〕が付加さ
れた可変長符号が生成される。As described above, in the variable length coding of multi-valued image data using the two-dimensional ADCT, the DC component (DC
Coefficient), the DC component (DC coefficient) of the previous block
And the difference value is encoded by a one-dimensional Huffman coding into a variable-length code in which a group index [GDL] is added to a code [CGDL] indicating a group number (SSSS), and the AC component (AC coefficient) is 2 Variable length coding is performed by the combination of the zero run length (NNNN) and the group number (SSSS) by the dimension Huffman coding, and the variable length coding [CRMi /
A variable length code in which the group index [CGI i ] is added to CIi] is generated.
【0017】上述のような可変長符号化により生成され
る1ブロックの可変長符号列の構成を図18に示す。次
に、図13に示すADCT復元回路の可変長復号部41
と復号表(復号テーブル)42とから成る従来の可変長
復号回路の構成を図19に示す。FIG. 18 shows the configuration of a variable length code string of one block generated by the variable length coding as described above. Next, the variable length decoding unit 41 of the ADCT restoration circuit shown in FIG.
FIG. 19 shows the configuration of a conventional variable-length decoding circuit including a decoding table (decoding table) 42 and a decoding table.
【0018】この可変長復号回路においては、符号シフ
ト器81は、上記図18に示す構成の最初のブロックの
可変長符号列から、まず、DC係数の差分値の符号を含
む所定長の可変長符号列〔CDL〕を切り出し、ラッチ
部84及び逆グルーピングテーブル86に出力する。そ
して、ラッチ部84にラッチされた上記符号〔CDL〕
を含む可変長符号列は、復号テーブル85によりDC差
分値DLが属するグループのグループ番号〔IDX〕に
復号された後、ラッチ部88に保持され、ラッチ部88
を介して符号シフト器81に出力される。また、このと
き、復号テーブル85は、上記符号〔CGDL〕の符号
長(ビット長)CLENを符号シフト器81に出力す
る。In this variable length decoding circuit, the code shifter 81 starts with the variable length code string of the first block having the configuration shown in FIG. The code string [CDL] is cut out and output to the latch unit 84 and the reverse grouping table 86. Then, the above code [CDL] latched by the latch section 84.
The variable-length code string including "1" is decoded by the decoding table 85 to the group number [IDX] of the group to which the DC difference value DL belongs, and then is held in the latch unit 88 and latched by the latch unit 88.
Is output to the code shifter 81 via. At this time, the decoding table 85 outputs the code length (bit length) CLEN of the code [CGDL] to the code shifter 81.
【0019】符号シフト器81は、上記グループ番号
〔IDX〕と上記符号長CLENとに基づき、今度はD
C差分値DLのグループインデックスの符号〔CGD
L〕を、逆グルーピングテーブル86に出力する(グル
ープ番号〔IDX〕=グループインデックス〔CGD
L〕のビット長)。The code shifter 81 is based on the group number [IDX] and the code length CLEN.
Code of group index of C difference value DL [CGD
L] is output to the reverse grouping table 86 (group number [IDX] = group index [CGD]
L] bit length).
【0020】逆グルーピングテーブル86は、上記符号
〔CGDL〕とラッチ部88を介して入力されるグルー
プ番号〔IDX〕とに基づき、DC差分値〔DL〕を復
号し出力する。The reverse grouping table 86 decodes and outputs the DC difference value [DL] based on the code [CGDL] and the group number [IDX] input via the latch unit 88.
【0021】続いて、符号シフト器81は、AC成分の
最初のインデックス(有効係数)の可変長符号〔CRM
1 /CI1 〕を含む所定長の可変長符号列を、ラッチ部
84を介して復号テーブル85に出力する。復号テーブ
ル85は、入力される最初のAC成分の可変長符号〔C
RM1 /CI1 〕を含む可変長符号列から、零ラン長R
M(NNNN)を復号すると共に、上記符号〔CRM1
/CI1 〕の符号長(ビット長)CLENを符号シフト
器81に出力する。また、復号テーブル85は、同時
に、AC成分の最初のインデックス(有効係数)I1 が
属するグループの番号(SSSS)IDXも復号し、そ
のグループ番号(SSSS)IDXを、ラッチ部88を
介して符号シフト器81及び逆グルーピングテーブル8
6に出力する。Next, the code shifter 81 controls the variable length code [CRM] of the first index (effective coefficient) of the AC component.
The variable length code string having a predetermined length including 1 / CI 1 ] is output to the decoding table 85 via the latch unit 84. The decoding table 85 uses the variable length code [C
RM 1 / CI 1 ], a variable length code string including a zero run length R
While decoding M (NNNN), the code [CRM 1
/ CI 1 ], and outputs the code length (bit length) CLEN to the code shifter 81. At the same time, the decoding table 85 also decodes the number (SSSS) IDX of the group to which the first index (effective coefficient) I 1 of the AC component belongs, and codes the group number (SSSS) IDX via the latch unit 88. Shifter 81 and reverse grouping table 8
Output to 6.
【0022】符号シフト器81は、次に上記符号長CL
ENと上記グループ番号IDXとに基づき、逆グルーピ
ングテーブル86に、AC成分の最初の符号〔CRM1
/CI1 〕の付加ビット〔CGI1 〕を逆グルーピング
テーブル86に出力する(グループ番号IDXの値=符
号ビット〔CGI1 〕のビット長)。The code shifter 81 then determines the code length CL.
On the basis of EN and the group number IDX, the first code [CRM 1
/ CI 1 ] additional bit [CGI 1 ] is output to the inverse grouping table 86 (value of group number IDX = bit length of code bit [CGI 1 ]).
【0023】逆グルーピングテーブル86は、上記付加
ビット〔CGI1 〕と上記グループ番号IDXとを基
に、AC成分の最初のインデックス(有効係数)I1 を
復号し出力する。The inverse grouping table 86 decodes and outputs the first index (effective coefficient) I 1 of the AC component based on the additional bit [CGI 1 ] and the group number IDX.
【0024】以後、同様にして可変長復号回路は1ブロ
ックの残りの符号列、即ち、符号〔CRM2 /CI2 〕
並びに符号〔CGI2 〕,符号〔CRM3 /CI3 〕並
びに符号〔CGI3 〕,・・・符号〔CRMN /C
IN 〕並びに符号〔CGIN 〕の可変長符号列から、順
次〔RM2 ,I2 〕,〔RM3 ,I3 〕,・・・〔RM
N ,IN 〕を復号し、最初の1ブロックの可変長符号列
を復号する。Thereafter, the variable length decoding circuit similarly performs the remaining code string of one block, that is, the code [CRM 2 / CI 2 ].
And code [CGI 2 ], code [CRM 3 / CI 3 ], code [CGI 3 ], ... Code [CRM N / C
I N ], and the variable length code sequence of the code [CGI N ], sequentially [RM 2 , I 2 ], [RM 3 , I 3 ], ... [RM
N , I N ], and the first one-block variable-length code string is decoded.
【0025】そして、可変長符号回路は、上述したよう
な1ブロック単位の可変長符号列の復号処理を、一画面
の残りのブロックについても繰り返し行い、一画面の可
変長符号列の復号を終了する。Then, the variable-length code circuit repeats the above-described decoding processing of the variable-length code string in block units for the remaining blocks of one screen, and completes the decoding of the variable-length code string of one screen. To do.
【0026】[0026]
【発明が解決しようとする課題】上述したように、従来
においては、2次元ADCTにより符号化された可変長
符号列を復号する際、DC成分(DC係数)の差分値D
Lについてはグループ番号DL及びその付加ビット(グ
ループインデックス)GDLを、AC成分(AC係数)
については、有効係数(インデックス)のグループ番号
Ii (i=1,2,・・・,N)並びに零ラン長(NN
NN)RMi 、及び上記グループ番号Ii (i=1,
2,・・・,N)の付加ビット(グループインデック
ス)GIi (i=1,2,・・・,N)を、それぞれシ
リアルに復号していた。As described above, in the past, when decoding a variable-length code string encoded by two-dimensional ADCT, the difference value D of the DC component (DC coefficient)
For L, the group number DL and its additional bits (group index) GDL are used as AC components (AC coefficients).
For the effective coefficient (index) group number I i (i = 1, 2, ..., N) and zero run length (NN
NN) RM i , and the group number I i (i = 1, 1)
, ..., N) additional bits (group index) GI i (i = 1, 2, ..., N) are serially decoded.
【0027】このため、上記復号の処理速度が遅いとい
う問題があった。本発明は、原画像を複数の画素から成
る複数のブロックに分割して得られる各ブロック毎に、
そのブロック内の複数の画素の階調値を直交変換すると
により得られた変換係数を量子化し、その結果得られた
量子化係数をグループ化を行った後、符号化した可変長
符号の復号を高速に行えるようにすることを目的とす
る。Therefore, there is a problem that the decoding processing speed is slow. The present invention, for each block obtained by dividing the original image into a plurality of blocks composed of a plurality of pixels,
The transform coefficients obtained by orthogonally transforming the gradation values of multiple pixels in the block are quantized, the quantized coefficients obtained as a result are grouped, and then the encoded variable-length code is decoded. The purpose is to enable high-speed operation.
【0028】[0028]
【課題を解決するための手段】図1は、本発明の原理ブ
ロック図である。本発明は原画像を複数の画素から成る
複数のブロックに分割して得られる各ブロック毎に、そ
のブロック内の複数の画素の階調値を直交変換して得ら
れた変換係数を量子化し、その結果得られた量子化係数
をグループ化を行った後、符号化した可変長符号を復号
する画像データの可変長符号の復号装置を前提とする。FIG. 1 is a block diagram showing the principle of the present invention. The present invention, for each block obtained by dividing the original image into a plurality of blocks composed of a plurality of pixels, the transform coefficient obtained by orthogonally transforming the gradation values of the plurality of pixels in the block is quantized, It is premised on a decoding device for a variable length code of image data, which performs grouping of the obtained quantized coefficients and then decodes the encoded variable length code.
【0029】そして、請求項1記載の第1の発明は、以
下の各手段を備える。符号列取り出し手段1は、入力さ
れる前記各ブロックの前記可変長符号の符号列を所定長
単位で切り出し出力する。The first aspect of the present invention comprises the following means. The code string extracting means 1 cuts out and outputs the code string of the variable length code of each of the input blocks in units of a predetermined length.
【0030】この取り出される符号列は、前記可変長符
号の符号列がハフマン符号化を用いた適応離散コサイン
変換符号化方式により符号化された符号列であった場
合、直流係数(DC係数)についてはDC係数の差分値
(DC差分値)の符号とその付加ビット、交流係数(A
C係数)についてはAC係数が属するグループの番号
(SSSS)と零ラン長(NNNN)との組み合わせの
符号とその付加ビットを含むものである。When the code string of the variable-length code is a code string coded by the adaptive discrete cosine transform coding method using Huffman coding, the extracted code string has a DC coefficient (DC coefficient). Is the sign of the difference value of the DC coefficient (DC difference value), its additional bit, and the AC coefficient (A
The C coefficient includes a code of a combination of the number of the group to which the AC coefficient belongs (SSSS) and the zero run length (NNNN) and its additional bit.
【0031】復号手段2は、符号列取り出し手段1から
出力される符号列から、直流係数の差分値が属するグル
ープの復号または交流成分の有効係数が属するグループ
の番号の復号並びにその有効係数の前の無効係数のラン
長を復号し、上記復号された直流係数の差分値が属する
グループの番号の符号とその符号に続く付加ビットとの
合計符号長並びに上記付加ビットのビット長、または上
記復号された交流係数の有効係数が属するグループの番
号と上記復号された無効係数のラン長との組み合わせの
符号とその符号に続く付加ビットとの合計符号長並びに
上記付加ビットのビット長を出力する。The decoding means 2 decodes, from the code string output from the code string extracting means 1, the decoding of the group to which the difference value of the DC coefficient belongs or the decoding of the number of the group to which the effective coefficient of the AC component belongs and the effective coefficient thereof. Decoding the run length of the invalid coefficient of, the total code length of the code of the number of the group to which the differential value of the decoded DC coefficient belongs and the additional bit following the code, and the bit length of the additional bit, or the decoded bit The total code length of the code of the combination of the group number to which the effective coefficient of the AC coefficient belongs and the run length of the decoded invalid coefficient and the additional bit following the code, and the bit length of the additional bit are output.
【0032】付加ビット切り出し手段3は、符号列取り
出し手段1から出力される符号列から、前記復号手段2
から出力される前記合計符号長と前記付加ビットのビッ
ト長とに基づき、前記直流係数の差分値が属するグルー
プの番号に続く付加ビットまたは前記交流係数の有効係
数が属するグループの番号と前記無効係数のラン長との
組み合わせの符号に続く付加ビットを切り出す。The additional bit cutout means 3 extracts the code string output from the code string extraction means 1 from the decoding means 2
Based on the total code length and the bit length of the additional bit output from, the number of the additional bit following the group number to which the differential value of the DC coefficient belongs or the group number to which the effective coefficient of the AC coefficient belongs and the invalid coefficient The additional bit following the code of the combination with the run length of is cut out.
【0033】そして、符号取り出し手段1は、2回目の
符号列の切り出し以降、復号手段2から出力される前記
合計符号長に基づき、次に出力する符号列の先頭を決定
する。Then, the code extracting means 1 determines the head of the code string to be output next, based on the total code length output from the decoding means 2 after the second extraction of the code string.
【0034】次に請求項2記載の第2の発明は、上記符
号列取り出し手段1、復号手段2、付加ビット取り出し
手段3に加え、下記の復元手段4をさらに備える。復元
手段4は、復号手段2から出力される直流係数の差分値
が属するグループの番号もしくは交流係数の有効係数が
属するグループの番号及び付加ビット取り出し手段3か
ら出力される付加ビットとに基づき、前記直流係数の差
部値及び前記交流成分の有効係数を復号する。Next, the second invention according to claim 2 further comprises the following restoring means 4 in addition to the code string extracting means 1, the decoding means 2 and the additional bit extracting means 3. The restoring means 4 is based on the number of the group to which the difference value of the DC coefficient output from the decoding means 2 belongs or the number of the group to which the effective coefficient of the AC coefficient belongs and the additional bit output from the additional bit extracting means 3. The difference value of the DC coefficient and the effective coefficient of the AC component are decoded.
【0035】また、上記第1の発明及び上記第2の発明
の復号装置により復号される画像データの可変長符号
は、例えば請求項3記載のように適応離散コサイン変換
符号化により得られたものであってもよい。Further, the variable length code of the image data decoded by the decoding device of the first invention and the second invention is obtained by adaptive discrete cosine transform coding as described in claim 3, for example. May be
【0036】[0036]
【作用】上記第1の発明の作用は、次の通りである。符
号列切り出し手段1は、外部からの可変長符号列が入力
すると、その可変長符号列の先頭から所定ビット長の符
号を取り出し、復号手段2及び付加ビット切り出し手段
3に出力する。The operation of the first invention is as follows. When the variable length code string from the outside is input, the code string cutout unit 1 extracts a code having a predetermined bit length from the head of the variable length code string and outputs it to the decoding unit 2 and the additional bit cutout unit 3.
【0037】復号手段2は、入力される符号列から直流
係数の差分値が属するグループの番号(SSSS)を復
号すると共に、その復号値から上記復号された符号に続
く付加ビットのビット長を得、そのビット長を付加ビッ
ト取り出し手段3に出力する。また、復号手段2は、上
記動作と同時に上記復号を行った直流係数の差分値が属
するグループの番号の符号と上記付加ビットとの合計符
号長及び上記付加ビット長を符号列取り出し手段1に出
力する。The decoding means 2 decodes the number (SSSS) of the group to which the difference value of the DC coefficient belongs from the input code string, and obtains the bit length of the additional bit following the decoded code from the decoded value. , And outputs the bit length to the additional bit extracting means 3. Further, the decoding means 2 outputs the total code length of the code of the number of the group to which the differential value of the DC coefficient subjected to the above decoding and the additional bit and the additional bit length to the code string extracting means 1 at the same time as the above operation. To do.
【0038】付加ビット切り出し手段3は、上記合計符
号長(合計ビット長)及び上記付加ビット長が入力され
ると、それらに基づいて、符号列取り出し手段1から入
力される符号列から上記付加ビット(上記直流係数の差
分値の上記グループ内での位置を示す値)を切り出す。When the total code length (total bit length) and the additional bit length are input, the additional bit cutting-out means 3 extracts the additional bits from the code string input from the code string extracting means 1 based on them. (A value indicating the position of the difference value of the DC coefficient in the group) is cut out.
【0039】このように、符号取り出し手段1が入力さ
れる符号列の先頭から所定ビット長の符号列を1回出力
するだけで、復号手段2により直流係数の差分値が属す
るグループの番号の復号が行われると共に、付加ビット
切り出し手段3によりその直流係数の差分値の上記グル
ープ内での位置を示す情報である付加ビットが切り出さ
れる。As described above, the code extracting means 1 outputs the code string having the predetermined bit length once from the beginning of the input code string, and the decoding means 2 decodes the number of the group to which the differential value of the DC coefficient belongs. At the same time, the additional bit cutting-out means 3 cuts out an additional bit which is information indicating the position of the difference value of the DC coefficient in the group.
【0040】続いて、符号列取り出し手段1は、復号手
段2から入力される上記合計符号長に基づき、上記入力
された可変長符号列から上記復号か行われた符号に続く
所定ビット長の符号列、即ちAC係数の最初の有効係数
が属するグループの番号(SSSS)の符号とその前に
続く零ラン長(NNNN)との組み合わせの符号及びそ
の符号に続く付加ビット(上記AC係数の最初の有効係
数の上記グループ内での位置を示す値)を含む符号列を
復号手段2及び付加ビット切り出し手段3に出力する。Then, the code string extracting means 1 is based on the total code length input from the decoding means 2 and has a predetermined bit length following the decoded code from the input variable length code string. A code of a combination of a code of a group, that is, a group number (SSSS) to which the first effective coefficient of the AC coefficient belongs and a zero run length (NNNN) preceding the string and an additional bit following the code (the first coefficient of the AC coefficient). A code string including a value indicating the position of the effective coefficient in the group) is output to the decoding unit 2 and the additional bit cutting unit 3.
【0041】復号手段2は、その入力される符号列から
上記AC係数の最初の有効係数が属するグループの番号
(SSSS)及び上記零ラン長を復号すると共に、上記
グループ番号(SSSS)の値からそのグループ番号
(SSSS)の符号に続く上記付加ビットのビット長を
得、その付加ビット長を付加ビット取り出し手段3に出
力する。また、復号手段2は、上記動作と同時に上記復
号を行った符号(AC係数の最初の有効係数が属するグ
ループの番号(SSSS)と上記零ラン長(NNNN)
との組み合わせの符号)と上記付加ビットとの合計符号
長を、符号列取り出し手段1及び付加ビット切り出し手
段3に出力する。The decoding means 2 decodes the number (SSSS) of the group to which the first effective coefficient of the AC coefficient belongs and the zero run length from the input code string, and from the value of the group number (SSSS). The bit length of the additional bit following the code of the group number (SSSS) is obtained, and the additional bit length is output to the additional bit extracting means 3. In addition, the decoding means 2 performs the above decoding at the same time as the above operation (the group number to which the first effective coefficient of the AC coefficient belongs (SSSS) and the zero run length (NNNN)).
The total code length of the code (combined with the code) and the additional bit is output to the code string extracting unit 1 and the additional bit extracting unit 3.
【0042】付加ビット切り出し手段3は、上記合計符
号長及び上記付加ビット長が入力されると、それらに基
づいて上記符号列切り出し手段1から入力されている符
号列から上記付加ビットを取り出す。When the total code length and the additional bit length are input, the additional bit cutting means 3 extracts the additional bit from the code string input from the code string cutting means 1 based on them.
【0043】このように、符号取り出し手段1は、復号
手段2から入力する合計符号長に基づき、入力される可
変長符号列から次に復号すべきAC係数の最初の有効係
数が属するグループの番号(SSSS)とその有効係数
の前に続く零ラン長(NNNN)との組み合わせの符号
及びその符号に対する付加ビットを含む符号列を取り出
して復号手段2及び付加ビット取り出し手段3に出力で
き、復号手段2及び付加ビット切り出し手段3は、その
可変長符号列から、それぞれAC係数の最初の有効係数
が属するグループの番号(SSSS)並びに零ラン長
(NNNN)の復号及び上記最初の有効係数の上記グル
ープ内での位置を示す付加ビットの切り出しを行うこと
ができる以下、同様の動作が繰り返され、AC係数の2
番目以降の有効係数について、それが属するグループの
番号(SSSS)並びに対応する零ラン長(NNNN)
の復号及び対応する付加ビットの切り出しが、符号切り
出し手段1から符号列が出力される毎に、復号手段2及
び付加ビット切り出し手段3により行われる。In this way, the code extracting means 1 is based on the total code length input from the decoding means 2 and is the number of the group to which the first effective coefficient of the AC coefficient to be decoded next from the input variable length code string belongs. (SSSS) and a code of a combination of a zero run length (NNNN) preceding the effective coefficient and a code string including additional bits for the code can be extracted and output to the decoding unit 2 and the additional bit extracting unit 3, and the decoding unit 2 and the additional bit cut-out means 3 decode the group number (SSSS) and the zero run length (NNNN) of the group to which the first effective coefficient of the AC coefficient belongs from the variable length code string and the group of the first effective coefficient. It is possible to cut out an additional bit that indicates the position within the area. Thereafter, the same operation is repeated, and the AC coefficient is 2
For the second and subsequent effective coefficients, the number of the group to which it belongs (SSSS) and the corresponding zero run length (NNNN)
Decoding and clipping of the corresponding additional bits are performed by the decoding means 2 and the additional bit clipping means 3 each time the code string is output from the code clipping means 1.
【0044】従って、直流係数の差分値が属するグルー
プ番号の復号とそのグループ内での位置を示す付加ビッ
トの切り出し、及び交流係数の有効係数が属するグルー
プの番号(SSSS)と対応する零ラン長(NNNN)
の復号とそのグループ内での位置を示す付加ビットの切
り出しを、並行して(並列に)行うことができる。Therefore, the decoding of the group number to which the difference value of the DC coefficient belongs, the extraction of the additional bit indicating the position in the group, and the zero run length corresponding to the group number (SSSS) to which the effective coefficient of the AC coefficient belongs (NNNN)
Can be decoded and additional bits indicating the position within the group can be cut out in parallel.
【0045】また、上記第2の発明においては、上述し
た上記第1の発明の動作に加え、復元手段4は、復号手
段2から入力される直流係数の差分値のグループ番号
(SSSS)と付加ビット取り出し手段3から入力され
る付加ビットとに基づき上記直流係数の差分値を復元す
る。また、復元手段4は復号手段2から入力される交流
係数の有効係数が属するグループ番号(SSSS)と付
加ビット切り出し手段3から入力される付加ビットとに
基づき、交流係数の有効係数を可変長符号列の配列順に
順次復元する。Further, in the second invention, in addition to the operation of the first invention described above, the restoring means 4 adds the group number (SSSS) of the difference value of the DC coefficient input from the decoding means 2. The difference value of the DC coefficient is restored based on the additional bits input from the bit extracting means 3. In addition, the restoration unit 4 sets the effective coefficient of the AC coefficient to a variable length code based on the group number (SSSS) to which the effective coefficient of the AC coefficient input from the decoding unit 2 belongs and the additional bit input from the additional bit cutout unit 3. Restores sequentially in the order of the columns.
【0046】従って、上述した第1の発明と同様に高速
で可変長符号の復号を行えることに加え、交流係数の有
効係数の復元も高速に行うことができる。Therefore, the variable-length code can be decoded at high speed as in the above-mentioned first invention, and the effective coefficient of the AC coefficient can be restored at high speed.
【0047】[0047]
【実施例】以下、図面を参照しながら本発明の実施例に
ついて説明する。本実施例で取り扱う画像データの符号
は、前述したように、原画像を8×8画素から成る複数
のブロックに分割し、各ブロック毎に2次元適応離散コ
サイン変換(2次元ADCT)を行い、その結果得られ
た変換係数に対し、さらに量子化、グループ化、さらに
ハフマン符号化を行って得られた可変長符号である。Embodiments of the present invention will be described below with reference to the drawings. As the code of the image data handled in this embodiment, as described above, the original image is divided into a plurality of blocks composed of 8 × 8 pixels, and two-dimensional adaptive discrete cosine transform (two-dimensional ADCT) is performed for each block. It is a variable length code obtained by further performing quantization, grouping, and Huffman coding on the transform coefficient obtained as a result.
【0048】図16,図17は、それぞれ、上記ハフマ
ン符号化を行う前にDC差分値(DC係数の差分値)、
AC係数値をグループ化するために用いる表100,2
00を示す図である。16 and 17, DC difference values (difference values of DC coefficients) before the Huffman coding are performed, respectively.
Tables 100 and 2 used to group AC coefficient values
It is a figure which shows 00.
【0049】各ブロックのDC差分値は、上記表100
を用いて、「1」〜「11」までのグループ番号(SS
SS)を有するグループに分類される。また、各ブロッ
クのAC係数の有効係数(零でないAC係数)は、上記
表200を用いて、「1」〜「16」までのグループ番
号を有するグループに分類される。The DC difference value of each block is shown in Table 100 above.
Group numbers (1 to 11) (SS
SS). In addition, the effective coefficient (non-zero AC coefficient) of the AC coefficient of each block is classified into groups having group numbers of "1" to "16" using the above table 200.
【0050】そして、DC差分値は所属するグループの
番号(SSSS)により、最小2ビット,最大11ビッ
トのハフマン符号〔CDL〕に可変長符号され、さら
に、そのハフマン符号〔CDL〕に対しDC差分値
“L”の上記所属グループ内での位置情報を示すグルー
プインデックス〔CGDL〕が付加され、DC差分値の
可変長符号化がなされる(図18参照)。Then, the DC difference value is variable-length coded into a Huffman code [CDL] having a minimum of 2 bits and a maximum of 11 bits according to the number (SSSS) of the group to which the DC difference value belongs, and further the DC difference with respect to the Huffman code [CDL]. A group index [CGDL] indicating position information of the value “L” in the belonging group is added, and variable length coding of the DC difference value is performed (see FIG. 18).
【0051】そして、このDC差分値の可変長符号化に
おいて、 グループ番号(SSSS)の値=グループインデックス
〔CGDL〕のビット長・・・・(1) の関係が成立する(図16参照)。Then, in the variable length encoding of the DC difference value, the relationship of the group number (SSSS) value = the bit length of the group index [CGDL] (1) is established (see FIG. 16).
【0052】したがって、DC差分値が属するグループ
番号SSSSの可変長符号〔CDL〕とグループインデ
ックス〔CGDL〕から成る可変長符号のビット長の範
囲は、2ビットから22(=11+11)ビットまでと
なる(グループ番号SSSS=「0」の場合、〔CD
L〕=“00”に可変長符号され、〔CGDL〕は付加
されない)。Therefore, the range of the bit length of the variable length code consisting of the variable length code [CDL] and the group index [CGDL] of the group number SSSS to which the DC difference value belongs is from 2 bits to 22 (= 11 + 11) bits. (When the group number SSSS = "0", [CD
L] = “00” is variable-length coded and [CGDL] is not added).
【0053】また、AC係数(AC成分)は、上記無効
係数のラン長(NNNN)と有効係数(値が「0」でな
い係数)の値を用いて可変長符号化される。すなわち、
無効係数のラン長(NNNN)RMi (i=1,2,・
・・,N)と有効係数が属するグループの番号(SSS
S)Ii (i=1,2,・・・,N)の組み合わせで、
最小2ビット,最大16ビットのハフマン符号〔CRM
i /CIi 〕が生成され、そのハフマン符号〔CRMi
/Ii 〕に有効係数が属するグループ内での位置情報を
示すグループインデックス〔CGIi 〕(i=1,2,
・・・,N)が付加されAC成分の可変長符号化がなさ
れる(図17参照)。The AC coefficient (AC component) is variable-length coded using the run length (NNNN) of the invalid coefficient and the value of the effective coefficient (coefficient whose value is not "0"). That is,
Run length of invalid coefficient (NNNN) RM i (i = 1, 2, ...
.., N) and the number of the group to which the effective coefficient belongs (SSS
S) I i (i = 1, 2, ..., N) in combination,
Huffman code of minimum 2 bits and maximum 16 bits [CRM
i / CI i ] is generated and its Huffman code [CRM i
/ I i ], the group index [CGI i ] (i = 1, 2,
, N) are added and variable length coding of the AC component is performed (see FIG. 17).
【0054】そして、このAC成分の可変長符号におい
て、 グループ番号(SSSS)の値=グループインデックス
〔CGIi 〕のビット長 (i=1,2,・・・,N)の関係が成立する。In the variable length code of the AC component, the relationship of the group number (SSSS) value = the bit length of the group index [CGI i ] (i = 1, 2, ..., N) is established.
【0055】したがって、N個の各AC係数の有効係数
毎に生成される、符号〔CRMi /CIi 〕(i=1,
2,・・・,N)と符号〔CGIi 〕(i=1,2,・
・・,N)から成る可変長符号のビット長の範囲は、3
ビットから32ビットまでと成る。Therefore, the code [CRM i / CI i ] (i = 1, 1) generated for each effective coefficient of each of the N AC coefficients.
2, ..., N) and code [CGI i ] (i = 1, 2, ...
.., N) and the bit length range of the variable length code is 3
Bits to 32 bits.
【0056】次に、本発明の一実施例である可変長復号
回路の構成を図2に示す。符号シフト器181は、特に
図示していない外部回路から伝送されてくる上述のよう
にして可変長符号化された符号を、例えば、1ブロック
単位で入力し、特に図示してない内部のバッファに格納
する。そして、ラッチ部182に図18に示す符号〔G
DL〕、〔CRM1 〕,・・・・〔CRMN 〕で始まる
22ビット(符号(GDL)で始まる場合)または32
ビット(符号〔CRM1 〕,・・・・〔CRMN 〕で始
まる場合)の可変長符号列CODE2 を、順次出力す
る。また、符号シフト器181は、ラッチ部184に対
しては符号〔GDL〕,〔CRM1 〕,・・・〔CRM
N 〕で始まる16ビットの可変長符号列CODE1 を出
力する。Next, FIG. 2 shows the configuration of a variable length decoding circuit which is an embodiment of the present invention. The code shifter 181 inputs the variable-length coded code as described above transmitted from an external circuit (not shown), for example, in 1-block units, and stores it in an internal buffer (not shown). Store. Then, the latch portion 182 has the code [G
DL], [CRM 1 ], ... 22 bits starting with [CRM N ] (when starting with code (GDL)) or 32
The variable-length code string CODE 2 of bits (starting with code [CRM 1 ], ... [CRM N ]) is sequentially output. In addition, the code shifter 181 applies codes [GDL], [CRM 1 ], ... [CRM] to the latch unit 184.
A 16-bit variable length code string CODE 1 starting with N ] is output.
【0057】ラッチ部182は、符号シフト器181か
ら出力される上記22ビットまたは上記32ビットの可
変長符号列を、特に図示していないタイミング制御部か
ら加わるラッチ信号によりラッチし、グループインデッ
クス切り出し部186に出力する。The latch unit 182 latches the 22-bit or 32-bit variable length code string output from the code shifter 181 by a latch signal applied from a timing control unit (not shown), and a group index cutout unit. Output to 186.
【0058】ラッチ部184は、符号シフト器181か
ら出力される上記16ビットの可変長符号列CODE1
を前記タイミング制御部から加わるラッチ信号によりラ
ッチし、復号テーブル185に出力する。The latch section 184 outputs the 16-bit variable length code string CODE 1 output from the code shifter 181.
Is latched by the latch signal applied from the timing control unit and output to the decoding table 185.
【0059】復号テーブル185は、DC差分値(DC
係数の差分値)“L”が属するグループ番号(SSS
S)の符号〔CDL〕をそのグループ番号(SSSS)
を示す値DLに復号するためのDC差分値用の復号テー
ブル、〔零ラン長RMi (NNNN)/AC係数Ii 〕
(i=1,2,・・・,N)の符号〔CRMi /C
Ii 〕を、元の零ラン長RMi (i=1,2,・・・,
N)及びAC係数の有効係数が属するグループ番号(S
SSS)Ii (i=1,2,・・・,N)に復号するた
めのAC係数用の復号テーブルを内蔵している。The decoding table 185 shows the DC difference value (DC
Coefficient difference value) Group number to which "L" belongs (SSS
The code [CDL] of S) is the group number (SSSS)
A decoding table for a DC difference value for decoding into a value DL indicating [0 run length RM i (NNNN) / AC coefficient I i ].
Codes (i = 1, 2, ..., N) [CRM i / C
I i ], the original zero run length RM i (i = 1, 2, ...,
N) and the group number to which the effective coefficient of the AC coefficient belongs (S
SSS) I i (i = 1, 2, ..., N) has a built-in decoding table for AC coefficients.
【0060】上記DC差分値用の復号テーブルは、復号
が行われたDC差分値“L”が属するグループ番号(S
SSS)DLの符号〔CDL〕のビット長にそのDC差
分値“L”のグループインデックス〔CGDL〕のビッ
ト長を加えた値、すなわち符号〔CDL〕と符号〔CG
DL〕の合計符号長CLENを出力するための情報も格
納している。The decoding table for the DC difference value is the group number to which the decoded DC difference value "L" belongs (S
A value obtained by adding the bit length of the group index [CGDL] of the DC difference value “L” to the bit length of the code [CDL] of the SSS) DL, that is, the code [CDL] and the code [CG
Information for outputting the total code length CLEN of [DL] is also stored.
【0061】上記合計符号長CLENは、付加ビットで
あるグループインデックスCGDLの符号長(ビット
長)が、グループ番号(SSSS)の値に等しい、すな
わち、 〔CDL〕の復号値(SSSS)=〔CGDL〕のビッ
ト長 ・・・(3) が成り立つことを利用して求める。In the total code length CLEN, the code length (bit length) of the group index CGDL, which is an additional bit, is equal to the value of the group number (SSSS), that is, the decoded value (SSSS) of [CDL] = [CGDL]. ] The bit length of [] is obtained by using the fact that (3) holds.
【0062】図3に、従来のDC差分値用の復号テーブ
ルと本実施例で用いるDC差分値用の復号テーブルの構
成の違いを示す。DC差分値用の復号テーブルは、上記
ラッチ回路184を介して16ビットのアドレス信号が
入力されるROM(リート・オンリ・メモリ)から成っ
ている。したがって、DC差分値用の復号テーブルに
は、図3に示すように、「00」,「010」,・・
・,「111111110」までの12種類の値を取り
うる、最小2ビット,最大9ビットのDC差分値“L”
が属するグループの番号(SSSS)DLの符号CDL
を下位ビット側に含む16ビットの可変長符号(CGD
L,GDL,CRM1 等も含む場合もあり得る)が16
ビットのアドレス信号として入力される。なお、同図に
おいて「×」印で示されたビットは、符号〔CDL〕以
外のビットであり、その値は不定であってよい。同図に
おいて、16ビットアドレス信号に含まれる符号「0
0」は、最も出現確率の高いグループ番号(SSSS)
が「3」の符号〔CDL〕であり、符号「010」は次
に出現確率の高いグループ番号(SSSS)が「0」の
符号〔CDL〕である。以下、同様にして、それぞれグ
ループ番号(SSSS)が「1」,「2」,「4」,・
・・,「10」,「11」の符号〔CDL〕の値「01
1」,「100」,「110」・・・,「111111
10」,「111111110」が16ビットアドレス
信号の下位ビット側に示されている。FIG. 3 shows the difference in structure between the conventional decoding table for DC difference values and the decoding table for DC difference values used in this embodiment. The decoding table for the DC difference value is composed of a ROM (leat only memory) to which a 16-bit address signal is input via the latch circuit 184. Therefore, in the decoding table for the DC difference value, as shown in FIG. 3, “00”, “010”, ...
., DC difference value "L" of minimum 2 bits and maximum 9 bits that can take 12 types of values up to "111111110"
Of the group to which the belongs (SSSS) DL code CDL
16-bit variable-length code (CGD
L, GDL, CRM 1 etc. may be included) 16
It is input as a bit address signal. Note that, in the figure, the bits indicated by "x" are bits other than the code [CDL], and their values may be undefined. In the figure, the code "0" included in the 16-bit address signal
0 ”is the group number (SSSS) with the highest appearance probability
Is the code [CDL] of "3", and the code "010" is the code [CDL] of which the group number (SSSS) with the next highest occurrence probability is "0". In the same manner, the group numbers (SSSS) are "1", "2", "4", ...
.., the value [01] of the code [CDL] of "10" or "11"
1 ”,“ 100 ”,“ 110 ”...,“ 111111 ”
"10" and "111111110" are shown on the lower bit side of the 16-bit address signal.
【0063】ハフマン符号は、周知のように瞬時復号可
能な(一意復号可能な)コンパクト符号であるので、符
号シフト器181から符号〔CDL〕を下位ビットとす
る16ビットの可変長符号をアドレス信号として入力す
ることにより、DC差分値“L”の属するグループの番
号(SSSS)DLの値に等しい2進値である復号デー
タIDXが、図2に示すようにグループインデックス切
り出し部186及び逆グルーピングテーブル187に出
力される。Since the Huffman code is a compact code that can be instantaneously decoded (uniquely decodable) as is well known, a 16-bit variable length code having the code [CDL] as the lower bit is sent from the code shifter 181 to the address signal. By inputting as, the decoded data IDX, which is a binary value equal to the value of the group number (SSSS) DL to which the DC difference value “L” belongs, is converted into the group index cutout unit 186 and the reverse grouping table as shown in FIG. It is output to 187.
【0064】ところで、本実施例のDC差分値用の復号
テーブルにおいては、上記式(3) の関係が成り立つこと
を利用して、図3に示すように、従来のように復号され
た符号〔CDL〕の符号長をそのまま符号長CLENと
して出力するのではなく、復号により得られたDC差分
値DLの属するグループ番号(SSSS)を基に、その
グループ番号(SSSS)の値に等しい符号CDLに続
く付加ビットCGDLのビット長を加えた値を合計符号
長CLENとして、符号シフト器181及びグループイ
ンデックス切り出し部186に出力する。By the way, in the decoding table for the DC difference value of the present embodiment, the fact that the relationship of the above expression (3) is established is utilized, as shown in FIG. The code length of the CDL] is not output as the code length CLEN as it is, but based on the group number (SSSS) to which the DC difference value DL obtained by the decoding belongs, a code CDL equal to the value of the group number (SSSS) is obtained. A value obtained by adding the bit lengths of the subsequent additional bits CGDL is output as the total code length CLEN to the code shifter 181 and the group index cutout unit 186.
【0065】次に、復号テーブル185内に内蔵されて
いる本実施例のAC係数(AC成分)の有効係数用の復
号テーブルと従来のAC係数の有効係数用の復号テーブ
ルの違いを図4に示す。Next, FIG. 4 shows the difference between the decoding table for the effective coefficient of the AC coefficient (AC component) of the present embodiment, which is built in the decoding table 185, and the conventional decoding table for the effective coefficient of the AC coefficient. Show.
【0066】このAC係数の有効係数用復号テーブル
も、16ビットのアドレス信号が入力されるROMから
成っており、可変長符号〔CRMi /CIi 〕(i=
1,2,・・・,N)を下位ビット側に含むまたは16
ビット全てが可変長符号〔CRM i /CIi 〕(i=
1,2,・・・,N)である16ビットのアドレス信号
をラッチ部184を介して入力する。Decoding table for effective coefficients of this AC coefficient
Also from the ROM to which the 16-bit address signal is input
Variable length code [CRMi/ CIi] (I =
1, 2, ..., N) on the lower bit side or 16
All bits are variable length code [CRM i/ CIi] (I =
1, 2, ..., N) 16-bit address signal
Is input via the latch unit 184.
【0067】この可変長〔CRMi /CIi 〕(i=
1,2,・・・,N)もハフマン符号化により得られた
ものであるため、AC係数の有効係数用の復号テーブル
は、符号シフト器181から可変長符号〔CRMi /C
Ii 〕(i=1,2,・・・,N)を含む16ビットの
アドレス信号がラッチ部184を介して入力されると、
直ちに上記可変長符号〔CRMi /CIi 〕に対応する
零ラン長(NNNN)RMi 及びAC係数の有効係数が
属するグループ番号(SSSS)の値IDX(I i :i
=1,2,・・・,N)が直ちに復号され、IDXはグ
ループインデックス切り出し部186及び逆グルーピン
グテーブル187に出力される。また、零ラン長(NN
NN)RMi は特に図示していない無効係数復元回路に
出力される。This variable length [CRMi/ CIi] (I =
1, 2, ..., N) were also obtained by Huffman coding
The decoding table for the effective coefficient of the AC coefficient
From the code shifter 181 to the variable length code [CRMi/ C
Ii] Of 16 bits including (i = 1, 2, ..., N)
When the address signal is input via the latch unit 184,
Immediately the above variable length code [CRMi/ CIi]
Zero run length (NNNN) RMiAnd the effective coefficient of the AC coefficient is
Value IDX (I of the group number to which it belongs (SSSS) i: I
, 1, 2, ..., N) are immediately decoded, and IDX is
Loop index cutout portion 186 and reverse glue pin
It is output to the table 187. In addition, the zero run length (NN
NN) RMiIs an invalid coefficient restoration circuit not specifically shown.
Is output.
【0068】このAC係数の有効係数用の復号テーブル
も、上述したDC差分値用の復号テーブルと同様に、従
来のAC係数の有効係数用の復号テーブルとは異なり、
復号された符号〔CRMi /CIi 〕の符号長(ビット
長)ではなく、復号されたAC係数の有効係数が属する
グループの番号(SSSS)の値Ii を基に、符号〔C
RMi /CIi 〕に続くグループインデックス〔CGI
i 〕の符号長(ビット長)を加えた値を合計符号長CL
ENとして、符号シフト器181及びグループインデッ
クス切り出し部186に出力する。The decoding table for the effective coefficient of the AC coefficient is also different from the conventional decoding table for the effective coefficient of the AC coefficient, like the above-mentioned decoding table for the DC difference value.
Based on the value I i of the group number (SSSS) to which the effective coefficient of the decoded AC coefficient belongs, instead of the code length (bit length) of the decoded code [CRM i / CI i ], the code [C
RM i / CI i ], the group index [CGI
i ]] code length (bit length) is added to the total code length CL
The EN is output to the code shifter 181 and the group index cutout unit 186.
【0069】すなわち、 〔CIi 〕の復号値(SSSS)=〔CGIi 〕のビッ
ト長 ・・・(4) が成立することを利用して、上記合計符号長CLENを
求め出力する。That is, the total code length CLEN is obtained and output by utilizing the fact that the bit length of the decoded value (SSSS) of [CI i ] = [CGI i ] (4) holds.
【0070】なお、図4において、アドレス信号として
示されている「00」は、〔RMi (NNNN)=0,
Ii (SSSS)=1〕の符号〔CRMi /CIi 〕で
あり、「100」は、〔RMi (NNNN)=0,Ii
(SSSS)=1〕すなわち〔EOB〕の符号「CRM
i /CIi 〕である。また、「11011」は〔RM i
(NNNN)=4,Ii (SSSS)=1〕の符号〔C
RMi /CIi 〕である。In FIG. 4, as an address signal
The indicated "00" is [RMi(NNNN) = 0,
Ii(SSSS) = 1] code [CRMi/ CIi〕so
Yes, "100" means [RMi(NNNN) = 0, Ii
(SSSS) = 1], that is, the code “CRM” of [EOB]
i/ CIi]. Also, "11011" is [RM i
(NNNN) = 4, Ii(SSSS) = 1] code [C
RMi/ CIi].
【0071】なお、上記EOB(End of Block)は、ブ
ロック内の最後のAC成分が「0」のときのみ付けられ
る。すなわち、ブロック内の最後のAC成分が有効係数
(0でない)であるときには付けられない。The EOB (End of Block) is added only when the last AC component in the block is "0". That is, it is not added when the last AC component in the block is the effective coefficient (not 0).
【0072】次に、グループインデックス切り出し部1
86の説明に移る。グループインデックス切り出し部1
86は、前記ラッチ部186から入力される可変長符号
データの中から、復号テーブル185から入力される前
記合計符号長CLENと前記復号されたグループ番号
(SSSS)の値IDXとに基づいて、DC差分値
“L”のグループインデックス〔CGDL〕及びAC係
数の有効係数のグループインデックス〔CGIi 〕(i
=1,2,・・・,N)を切り出し(抽出し)、それら
を逆グルーピングテーブル187に出力する。Next, the group index cutout unit 1
Moving on to the description of 86. Group index cutout part 1
86, based on the total code length CLEN input from the decoding table 185 and the decoded group number (SSSS) value IDX from the variable length code data input from the latch unit 186, DC The group index [CGDL] of the difference value “L” and the group index [CGI i ] (i of the effective coefficient of the AC coefficient)
, 1, 2, ..., N) are cut out (extracted) and output to the reverse grouping table 187.
【0073】逆グルーピングテーブル187は、復号テ
ーブル185から入力されるIDX(DC差分値“L”
が属するグループ番号(SSSS)またはAC係数の有
効係数が属するグループ番号(SSSS))とグループ
インデックス切り出し部186から入力される上記DC
差分値“L”または上記AC係数の有効係数のグループ
内での位置情報を示すグループインデックス〔CGD
L〕または〔CGIi 〕(i=1,2,・・・,N)と
に基づき、DC差分値“L”が属するグループの番号
(SSSS)及びAC係数の有効係数が属するグループ
の番号(SSSS)Ii (i=1,2,・・・,N)の
復号を行う。The inverse grouping table 187 is the IDX (DC difference value "L") input from the decoding table 185.
The group number (SSSS) to which the group belongs or the group number (SSSS) to which the effective coefficient of the AC coefficient belongs and the DC input from the group index cutout unit 186.
Group index [CGD] indicating the position information of the difference value “L” or the effective coefficient of the AC coefficient in the group
L] or [CGI i ] (i = 1, 2, ..., N), the group number (SSSS) to which the DC difference value “L” belongs and the group number (SSSS) to which the effective coefficient of the AC coefficient belongs ( SSSS) I i (i = 1, 2, ..., N) is decoded.
【0074】次に、上記構成の可変長復号回路の動作を
説明する。符号シフト器181は、図18に示す構成の
任意のブロックの可変長符号列を入力すると、まずDC
差分値“L”が属するグループ番号(SSSS)の符号
〔CDL〕から始まる16ビットの可変長符号データC
ODE1 をラッチ部184に、同じくDC差分値“L”
が属するグループ番号(SSSS)の符号〔CDL〕か
ら始まる22ビットの可変長符号データCODE2 をラ
ッチ部182に出力する。Next, the operation of the variable length decoding circuit having the above configuration will be described. When the code shifter 181 inputs a variable length code string of an arbitrary block having the configuration shown in FIG.
16-bit variable length code data C starting from the code [CDL] of the group number (SSSS) to which the difference value "L" belongs
ODE 1 is input to the latch unit 184 and the DC difference value “L” is also set.
The 22-bit variable-length code data CODE 2 starting from the code [CDL] of the group number (SSSS) to which is belongs to is output to the latch unit 182.
【0075】ラッチ部184は、上記符号〔CDL〕か
ら始まる16ビットの可変長符号データCODE1 をラ
ッチすると、それを復号テーブル185に16ビットの
アドレス信号として出力する。When the latch section 184 latches the 16-bit variable length code data CODE 1 starting from the code [CDL], it outputs it to the decoding table 185 as a 16-bit address signal.
【0076】復号テーブル185は、上記入力される符
号〔CDL〕から始まる16ビットの可変長符号データ
CODE1 を、ROMから成る前記DC成分用の復号テ
ーブル300にアドレス信号として出力する。このこと
により、DC成分用の復号テーブル300は、符号〔C
DL〕に対応するDC差分値“L”の属するグループ番
号(SSSS)IDXをグループインデックス切り出し
部186と逆グルーピングテーブル187に出力すると
共に、上記符号〔CDL〕とそれに続く符号〔CGD
L〕の合計符号長CLENを、符号シフト器181及び
グループインデックス切り出し部186に出力する。The decoding table 185 outputs the 16-bit variable-length code data CODE 1 starting from the input code [CDL] as an address signal to the DC component decoding table 300 including a ROM. As a result, the decoding table 300 for the DC component has the code [C
The group number (SSSS) IDX to which the DC difference value “L” corresponding to DL] belongs is output to the group index cutout unit 186 and the reverse grouping table 187, and the code [CDL] and the following code [CGD] are output.
The total code length CLEN of L] is output to the code shifter 181 and the group index cutout unit 186.
【0077】上記動作が行われている間、グループイン
デックス切り出し部186にはラッチ部182の出力す
る図5(a) に示す符号〔CDL〕から始まる22ビット
の可変長符号データ(CODE2 )500が入力され
る。While the above operation is being performed, the 22-bit variable length code data (CODE 2 ) 500 starting from the code [CDL] shown in FIG. Is entered.
【0078】グループインデックス切り出し部186
は、上記22ビットの可変長符号データ(CODE2 )
500から、復号テーブル185から入力される上記合
計符号長CLENと上記復号データIDXを基に、DC
差分値“L”のグループインデックス〔CGDL〕を切
り出し、それを逆グルーピングテーブル187に出力す
る。すなわち、グループインデックス切り出し部186
は、まず図5(a) に示すラッチ部182から入力される
22ビットの可変長符号データ(CODE2 )500の
先頭から上記合計符号長CLENの値に等しい可変長符
号データ501を切り出し、次にその可変長符号データ
501の後方の復号データIDEXの値に等しいビット
数のグループインデックス〔CGDL〕を切り出し、そ
れを逆グルーピングテーブル187に出力する。Group index cutout unit 186
Is the 22-bit variable length code data (CODE 2 )
DC from 500 based on the total code length CLEN and the decoded data IDX input from the decoding table 185.
The group index [CGDL] of the difference value “L” is cut out and output to the reverse grouping table 187. That is, the group index cutout unit 186
First, the variable length code data 501 equal to the value of the total code length CLEN is cut out from the beginning of the 22-bit variable length code data (CODE 2 ) 500 input from the latch unit 182 shown in FIG. Then, a group index [CGDL] having the number of bits equal to the value of the decoded data IDEX behind the variable length code data 501 is cut out and is output to the reverse grouping table 187.
【0079】逆グルーピングテーブル187は、そのグ
ループインデックスCGDLと復号テーブル185から
入力されるDC差分値“L”の属するグループ番号(S
SSS)IDXとに基づき、図16に示す形式の表10
0を参照して、DC差分値“L”を復号・出力する。The reverse grouping table 187 has the group index CGDL and the group number (S) to which the DC difference value “L” input from the decoding table 185 belongs.
SSS) IDX and Table 10 in the format shown in FIG.
With reference to 0, the DC difference value “L” is decoded and output.
【0080】次に、符号シフト器181は、復号テーブ
ル185から入力されるCLENに基づき、図18に示
す1ブロックの可変長符号列から符号〔CGDL〕に続
く、符号〔CRM1 /CI1 〕から始まる16ビットの
可変長符号列CODE1 をラッチ部184に、図5(b)
に示す符号〔CRM1 /CI1 〕から始まる32ビット
の可変長符号列をラッチ部182に出力する。Next, the code shifter 181 receives the code [CRM 1 / CI 1 ] following the code [CGDL] from the variable length code string of one block shown in FIG. 18 based on the CLEN input from the decoding table 185. The 16-bit variable-length code string CODE 1 starting from
A 32-bit variable-length code string starting from the code [CRM 1 / CI 1 ] shown in is output to the latch unit 182.
【0081】ラッチ部184は、上記16ビットの可変
長符号列CODE1 を入力すると、それを復号テーブル
185に出力する。復号テーブル185は、入力される
上記符号〔CRM1 /CI1 〕から始まる16ビットの
可変長符号データCODE1 をROMである前記AC係
数用の復号テーブルにアドレス信号として出力する。こ
のことにより、AC係数用の復号テーブルは、最初のA
C係数の有効係数が属するグループ番号(SSSS)I
1 の値(IDXの値に等しい)を復号してグループイン
デックス切り出し部186及び逆グルーピングテーブル
187に出力すると共に、上記復号した符号〔CRM 1
/CI1 〕とそれに続くグループインデックス〔CGI
1 〕の合計符号長CLENを符号シフト器181及びグ
ループインデックス切り出し部186に出力する。ま
た、AC係数の復号テーブルは、上記有効係数I1 の前
に続く無効係数の数に等しく零ラン長RM1 も復号し、
出力する。The latch section 184 is a 16-bit variable
Long code string CODE1Type in the decryption table
Output to 185. The decryption table 185 is input
The above code [CRM1/ CI1] 16-bit
Variable length code data CODE1Is the ROM
Output as an address signal to the decoding table for numbers. This
Therefore, the decoding table for the AC coefficient is the first A
Group number (SSSS) I to which the effective coefficient of C coefficient belongs
1Value (equal to the value of IDX) is decoded and grouped in
Dex cutting section 186 and reverse grouping table
To the decoded code [CRM 1
/ CI1] And the following group index [CGI
1] The total code length CLEN of
It is output to the loop index cutout unit 186. Well
Further, the decoding table of the AC coefficient is the effective coefficient I1Before
Zero run length RM equal to the number of invalid coefficients following1Also decrypts
Output.
【0082】上記動作が行われている間、ラッチ部18
2は、符号〔CRM1 /CI1 〕から始まる図5(b) に
示す32ビットの可変長符号データをラッチし、グルー
プインデックス切り出し部186に出力する。While the above operation is being performed, the latch section 18
2 latches the 32-bit variable length code data shown in FIG. 5 (b) starting from the code [CRM 1 / CI 1 ] and outputs it to the group index cutout unit 186.
【0083】グループインデックス切り出し部186
は、上記図5(b) に示す32ビットの可変長符号データ
600を入力すると、復号テーブル185から入力され
る上記復号データIDX及び上記合計符号長CLENに
基づき、上記32ビットの可変長符号列からグループイ
ンデックス〔CGI1 〕を切り出し、それを逆グルーピ
ングテーブル187に出力する。すなわち、グループイ
ンデックス切り出し部186は、まず上記32ビットの
可変長符号列の先頭から上記合計符号長CLENの値に
等しいビット数分の可変長符号列、すなわち可変長符号
〔CRMI1 /CGI1 〕及びグループインデックス
〔CGI1 〕を切り出し、次に上記IDXの値に基づ
き、その切り出しデータの後方にある上記IDXの値に
等しいビット長のグループインデックス〔CGI1 〕を
切り出す。Group index cutout unit 186
When the 32-bit variable-length code data 600 shown in FIG. 5B is input, the 32-bit variable-length code string is generated based on the decoded data IDX and the total code length CLEN input from the decoding table 185. The group index [CGI 1 ] is cut out from the group index and output to the reverse grouping table 187. That is, the group index slicing unit 186 first has a variable length code string for the number of bits equal to the value of the total code length CLEN from the head of the 32-bit variable length code string, that is, a variable length code [CRMI 1 / CGI 1 ]. And the group index [CGI 1 ] are cut out, and then the group index [CGI 1 ] having a bit length equal to the value of the IDX located behind the cut-out data is cut out based on the value of the IDX.
【0084】逆グルーピングテーブル187は、復号テ
ーブル185から入力するAC係数の最初の有効係数I
1 が属するグループの番号(SSSS)の値IDXとグ
ループインデックス切り出し部186から入力する上記
AC係数の最初の有効係数I 1 のグループインデックス
〔CGI1 〕を基に、AC係数の最初の有効係数を復号
し出力する。The inverse grouping table 187 is a decoding table.
First effective coefficient I of AC coefficient input from table 185
1Group ID (SSSS) value IDX and
The above input from the loop index cutout unit 186
First effective coefficient I of AC coefficient 1Group index of
[CGI1], Decoding the first effective coefficient of the AC coefficient
And output.
【0085】以後、同様にして、符号シフト器181
は、復号テーブル185から入力する合計符号長CLE
Nの値に基づき符号〔CRM2 /CI2 〕,〔CRM3
/CI 3 〕,・・・から始まる16ビットの可変長符号
データ及び32ビットの可変長符号データを、それぞれ
ラッチ部184,ラッチ部182に順次出力する。そし
て、上記と同様な動作が繰り返され、〔零ラン長R
M2 ,AC係数の2番目の有効係数〕,〔零ラン長RM
3 ,AC係数の3番目の有効係数〕,・・・〔零ラン長
RMN ,AC係数のN番目の有効係数〕が順次復号され
て、最初の1ブロックの可変長符号列の復号が終了す
る。Thereafter, similarly, the code shifter 181
Is the total code length CLE input from the decoding table 185.
A code [CRM based on the value of N2/ CI2], [CRM3
/ CI 3], ... 16-bit variable length code
Data and 32-bit variable length code data
The data is sequentially output to the latch unit 184 and the latch unit 182. That
Then, the same operation as above is repeated, and [zero run length R
M2, Second effective coefficient of AC coefficient], [zero run length RM
3, Third effective coefficient of AC coefficient], [Zero run length
RMN, The Nth effective coefficient of the AC coefficient] are sequentially decoded.
The decoding of the variable length code string of the first 1 block is completed.
It
【0086】そして、この最初の1ブロックの可変長符
号列に対する復号処理を、一画面のの残りのブロックに
ついても繰り返すことにより、一画面分の可変長符号列
の復号が終了し、各ブロック毎にAC係数の全ての有効
係数が復元される。Then, the decoding process for the variable length code string of the first one block is repeated for the remaining blocks of one screen, whereby the decoding of the variable length code string for one screen is completed, and each block is decoded. All the effective coefficients of the AC coefficient are restored to.
【0087】また、復号テーブル185から出力される
零ラン長RMi (i=1,2,・・・,N)が特に図示
していないAC係数の無効係数復元回路により、無効係
数(値が“0”のAC係数)の列に復元される。The zero run length RM i (i = 1, 2, ..., N) output from the decoding table 185 is set by an invalid coefficient restoring circuit for AC coefficients (not shown). It is restored to the column of "0" AC coefficient).
【0088】そして、このことにより、一画面分の可変
長符号が、一画面分の量子化係数に復元される。このよ
うに本実施例の可変長符号回路では、符号シフト器18
1から出力される可変長符号列から、復号テーブル18
5及びグループインデックス切り出し部186が、それ
ぞれ、DC差分値の属するグループの番号(SSSS)
DLもしくはAC係数の有効係数が属するグループ番号
(SSSS)Ii (i=1,2,・・・,N)並びに零
ラン長(NNNN)RMi (i=1,2,・・・,N)
を復号する処理、及び上記グループ内での位置を示す付
加ビット(CGDLもしくはCGIi (i=1,2,・
・・,N))を切り出す処理を並行して行うので可変長
符号の復号を従来よりも高速に行うことができる。As a result, the variable length code for one screen is restored to the quantization coefficient for one screen. As described above, in the variable length coding circuit of the present embodiment, the code shifter 18
1 to the decoding table 18
5 and the group index cutout unit 186 respectively indicate the number of the group to which the DC difference value belongs (SSSS).
Group number (SSSS) I i (i = 1, 2, ..., N) to which the effective coefficient of the DL or AC coefficient belongs and zero run length (NNNN) RM i (i = 1, 2, ..., N) )
, And additional bits (CGDL or CGI i (i = 1, 2, ...
.., N)) are extracted in parallel, so that variable-length code decoding can be performed faster than in the past.
【0089】なお、DC係数の差分値及びAC係数の有
効係数のグループ化は、上記実施例の方法に限定される
ものではなく、他の各種の方法が適用される。また、上
記実施例では離散コサイン変換(DCT)を用いて直交
変換がなされた可変長符号の復号を行っているが、本発
明は、離散コサイン変換(DCT)、離散ルジャンドル
(Lenendre) 変換、アダマール(Hadamard) 変換、ハー
ル(Harr) 変換等の他の直交変換を用いて画像データの
符号化がなされた可変長符号の復号にも適用可能なもの
である。The grouping of the differential value of the DC coefficient and the effective coefficient of the AC coefficient is not limited to the method of the above embodiment, and various other methods can be applied. Further, in the above embodiment, the variable-length code subjected to the orthogonal transform using the discrete cosine transform (DCT) is decoded, but the present invention is the discrete cosine transform (DCT), the discrete Lendend transform, and the Hadamard. It is also applicable to the decoding of a variable-length code in which image data is encoded using other orthogonal transforms such as (Hadamard) transform and Harr transform.
【0090】さらに、上記実施例では、エントロピー符
号化としてハフマン符号化がなされた可変長符号の復号
を行っているが、エントロピー符号化として他の可変長
符号にも適用可能なものである。Further, in the above embodiment, the variable length code which has been Huffman coded as the entropy coding is decoded, but it is applicable to other variable length codes as the entropy coding.
【0091】[0091]
【発明の効果】以上説明したように、請求項1記載の第
1の発明の画像データの可変長符号の復号装置によれ
ば、直流係数の差分値が属するグループの番号の復号と
その復号された符号に対する付加ビットの切り出し、及
び交流係数の有効係数が属するグループの番号並びに零
ラン長(無効係数の連続数)の復号とその復号された符
号に対する付加ビットの切り出しを、1回の可変長符号
列の出力により並行して行うので、グループ化を施して
符号化された可変長符号の復号を、従来よりも高速に行
うことができる。As described above, according to the decoding device of the variable length code of the image data of the first aspect of the invention, the decoding of the number of the group to which the differential value of the DC coefficient belongs and the decoding thereof are performed. Of the additional bit for the code, the decoding of the group number to which the effective coefficient of the AC coefficient belongs and the zero run length (the number of consecutive invalid coefficients), and the extraction of the additional bit for the decoded code are performed once for a variable length. Since the code strings are output in parallel, the variable-length codes encoded by grouping can be decoded at a higher speed than in the past.
【0092】また、請求項2記載の第2の発明の画像デ
ータの可変長符号の復号装置によれば、上記第1の発明
の効果に加え、直流係数の差分値の復元及び交流係数の
有効係数の復元を従来よりも高速に行うことができる。According to the second aspect of the present invention, the variable length code decoding device for image data has the effect of the first aspect of the invention, in addition to the restoration of the difference value of the DC coefficient and the effectiveness of the AC coefficient. The coefficient can be restored faster than before.
【図1】本発明の原理ブロック図である。FIG. 1 is a principle block diagram of the present invention.
【図2】本発明の一実施例の可変長復号回路のブロック
構成図である。FIG. 2 is a block configuration diagram of a variable length decoding circuit according to an embodiment of the present invention.
【図3】本実施例で用いるDC差分値用の復号テーブル
と従来用いられていたDC差分値用の復号テーブルとの
構成の違いを説明する図である。FIG. 3 is a diagram illustrating a difference in configuration between a DC difference value decoding table used in the present embodiment and a conventionally used DC difference value decoding table.
【図4】本実施例で用いるAC係数の有効係数用の復号
テーブルと従来用いられていたAC係数の有効係数用の
復号テーブルとの構成の違いを説明する図である。FIG. 4 is a diagram illustrating a difference in configuration between a decoding table for effective coefficients of AC coefficients used in the present embodiment and a decoding table for effective coefficients of AC coefficients that has been conventionally used.
【図5】符号シフト器からラッチ部を介してグループイ
ンデックス切り出し部に出力される符号列の構成を示す
図である。FIG. 5 is a diagram showing a configuration of a code string output from a code shifter to a group index cutout unit via a latch unit.
【図6】ADCT変換回路のブロック図である。FIG. 6 is a block diagram of an ADCT conversion circuit.
【図7】1ブロックの原画像信号の一例を示す図であ
る。FIG. 7 is a diagram showing an example of an original image signal of one block.
【図8】上記ブロックの原画像信号に対して2次元DC
T変換を行うことによって得られる2次元DCT係数を
示す図である。FIG. 8 is a two-dimensional DC for the original image signal of the block.
It is a figure which shows the two-dimensional DCT coefficient obtained by performing T conversion.
【図9】2次元DCT変換部のブロック図である。FIG. 9 is a block diagram of a two-dimensional DCT transform unit.
【図10】線形量子化用の量子化閾値の一例を示す図で
ある。FIG. 10 is a diagram showing an example of a quantization threshold for linear quantization.
【図11】図8に示す2次元DCT係数を図10に示す
量子化閾値で線形量子化することにより得られる量子化
係数を示す図である。11 is a diagram showing a quantized coefficient obtained by linearly quantizing the two-dimensional DCT coefficient shown in FIG. 8 with the quantization threshold shown in FIG.
【図12】量子化係数をジクザグスキャンする場合の走
査順序を示す図である。FIG. 12 is a diagram showing a scanning order when a quantized coefficient is subjected to zigzag scanning.
【図13】ADCT復元回路のブロック図である。FIG. 13 is a block diagram of an ADCT restoration circuit.
【図14】2次元DCT変換部のブロック図である。FIG. 14 is a block diagram of a two-dimensional DCT transform unit.
【図15】従来の線形量子化回路のブロック図である。FIG. 15 is a block diagram of a conventional linear quantization circuit.
【図16】DC差分値をグループ化するために用いられ
る表の構成を示す図である。FIG. 16 is a diagram showing a configuration of a table used for grouping DC difference values.
【図17】AC係数の有効係数をグループ化するために
用いられる表の構成を示す図である。FIG. 17 is a diagram showing a configuration of a table used for grouping effective coefficients of AC coefficients.
【図18】適応離散コサイン変換により符号化された1
ブロックの可変長符号列の構成を示す図である。FIG. 18: 1 encoded by adaptive discrete cosine transform
It is a figure which shows the structure of the variable length code sequence of a block.
【図19】従来の可変長復号回路の構成を示すブロック
図である。FIG. 19 is a block diagram showing a configuration of a conventional variable length decoding circuit.
1 符号列取り出し手段 2 復号手段 3 付加ビット切り出し手段 4 復元手段 1 Code Sequence Extracting Means 2 Decoding Means 3 Additional Bit Extracting Means 4 Restoring Means
Claims (3)
ックに分割して得られる各ブロック毎に、そのブロック
内の複数の画素の階調値を直交変換することにより得ら
れた変換係数を量子化し、その結果得られた量子化係数
をグループ化を行った後、符号化した可変長符号を復号
する画像データの可変長符号の復号装置において、 入力される前記各ブロックの前記可変長符号の符号列を
所定長単位で取り出し出力する符号列取り出し手段
(1)と、 該符号列取り出し手段(1)から出力される符号列か
ら、直流係数の差分値が属するグループの復号または交
流成分の有効係数が属するグループの番号の復号並びに
その有効係数の前の無効係数のラン長を復号し、上記復
号された直流係数の差分値が属するグループの番号の符
号とその符号に続く付加ビットとの合計符号長並びに上
記付加ビットのビット長、または上記復号された交流係
数の有効係数が属するグループの番号と上記復号された
無効係数のラン長との組み合わせの符号とその符号に続
く付加ビットとの合計符号長並びに上記付加ビットのビ
ット長を出力する復号手段(2)と、 前記符号列取り出し手段(1)から出力される符号列か
ら、前記復号手段(2)から出力される前記合計符号長
と前記付加ビット長とに基づき、前記直流係数の差分値
が属するグループの番号に続く付加ビットまたは前記交
流係数の有効係数が属するグループの番号と前記無効係
数のラン長との組み合わせの符号に続く付加ビットを切
り出す付加ビット切り出し手段(3)と、 を備え、前記符号列取り出し手段(1)は、2回目の符
号列の切り出し以降前記復号手段(2)から出力される
前記合計符号長に基づき、次に出力する符号列の先頭を
決定することを特徴とする画像データの可変長符号の復
号装置。1. A conversion coefficient obtained by orthogonally transforming tone values of a plurality of pixels in each block obtained by dividing an original image into a plurality of blocks composed of a plurality of images. In the decoding device of the variable length code of the image data, which is quantized, and the quantized coefficients obtained as a result are grouped, and the encoded variable length code is decoded, the variable length code of each block is input. From the code string extracting means (1) for extracting and outputting the code string in units of a predetermined length, and the code string output from the code string extracting means (1), the decoding or AC component of the group to which the difference value of the DC coefficient belongs Decoding the number of the group to which the effective coefficient belongs, decoding the run length of the invalid coefficient before the effective coefficient, and following the code of the group number to which the difference value of the decoded DC coefficient belongs and its code. The total code length of the additional bits and the bit length of the additional bits, or the code of the combination of the number of the group to which the effective coefficient of the decoded AC coefficient belongs and the run length of the decoded invalid coefficient, and the following code Decoding means (2) that outputs the total code length of the additional bits and the bit length of the additional bits, and the code string output from the code string extracting means (1) are output from the decoding means (2). Based on the total code length and the additional bit length, a combination of the additional bit following the number of the group to which the difference value of the DC coefficient belongs or the group number to which the effective coefficient of the AC coefficient belongs and the run length of the invalid coefficient An additional bit cutout means (3) for cutting out an additional bit following the code of, and the code string extracting means (1) cuts the second code string. A decoding device for a variable length code of image data, characterized in that the head of a code string to be output next is determined based on the total code length output from the decoding means (2) after output.
れる直流係数の差分値が属するグループの番号もしくは
交流成分の有効係数が属するグループ番号及び前記付加
ビット取り出し手段(3)から出力される付加ビットと
に基づき、前記直流係数の差分値及び前記交流係数の有
効係数を復号する復元手段(4)と、を備えたことを特
徴とする請求項1記載の画像データの可変長符号の復号
装置。2. The number of the group to which the difference value of the DC coefficient output from the decoding means (2) or the group number to which the effective coefficient of the AC component belongs and the additional bit extraction means (3) are output. Decoding the variable length code of the image data according to claim 1, further comprising: a restoring unit (4) for decoding the differential value of the DC coefficient and the effective coefficient of the AC coefficient based on the additional bits. apparatus.
は、適応離散コサイン変換符号化により得られたもので
あることを特徴とする請求項2または3記載の画像デー
タの可変長符号の復号装置。3. The variable-length code of the image data according to claim 2, wherein the variable-length code of the image data to be decoded is obtained by adaptive discrete cosine transform coding. apparatus.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4006003A JP3011811B2 (en) | 1992-01-16 | 1992-01-16 | Decoding device for variable length code of image data |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4006003A JP3011811B2 (en) | 1992-01-16 | 1992-01-16 | Decoding device for variable length code of image data |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH05191652A true JPH05191652A (en) | 1993-07-30 |
JP3011811B2 JP3011811B2 (en) | 2000-02-21 |
Family
ID=11626574
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP4006003A Expired - Fee Related JP3011811B2 (en) | 1992-01-16 | 1992-01-16 | Decoding device for variable length code of image data |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3011811B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9374594B2 (en) | 2014-06-11 | 2016-06-21 | Brother Kogyo Kabushiki Kaisha | Converting apparatus |
-
1992
- 1992-01-16 JP JP4006003A patent/JP3011811B2/en not_active Expired - Fee Related
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9374594B2 (en) | 2014-06-11 | 2016-06-21 | Brother Kogyo Kabushiki Kaisha | Converting apparatus |
Also Published As
Publication number | Publication date |
---|---|
JP3011811B2 (en) | 2000-02-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
RU2417518C2 (en) | Efficient coding and decoding conversion units | |
KR100944282B1 (en) | Dct compression using golomb-rice coding | |
US5293434A (en) | Technique for use in a transform coder for imparting robustness to compressed image data through use of global block transformations | |
JP2006093958A (en) | Progressive jpeg decoding system | |
JP2839943B2 (en) | Image data restoration method and apparatus | |
JPH06350854A (en) | Picture compression encoding device | |
EP1695559A1 (en) | Compressing image data | |
JP3011811B2 (en) | Decoding device for variable length code of image data | |
JPH05227519A (en) | Encoder and decoder for picture data | |
JPH04100390A (en) | High efficient encoding system | |
JP2571274B2 (en) | Code data storage / readout method | |
Reddy et al. | Review on Image Compression Techniques | |
JPH07255054A (en) | Image encoding device | |
Dziech et al. | Methods of image compression by PHL transform | |
JPH046953A (en) | Picture coding system | |
JPH0746407A (en) | Picture data compressing device and picture data restoring device | |
JPH06152988A (en) | Decoder for variable length encoding | |
JP2003309848A (en) | Image encoding apparatus and control method thereof | |
JPH06350856A (en) | Picture encoding device | |
JPH0583574A (en) | Image data encoder | |
Kushwaha | Image compression application used for images to be sent over the internet | |
JPH0575837A (en) | Synthesizing method for picture | |
JPH04220082A (en) | Method and device for picture data decoding | |
JPH09200536A (en) | Coder and decoder | |
JPH04123669A (en) | Image data compressing/restoring system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 19991130 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20071210 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20081210 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20091210 Year of fee payment: 10 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20091210 Year of fee payment: 10 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20101210 Year of fee payment: 11 |
|
LAPS | Cancellation because of no payment of annual fees |