JP2003018014A - Coding method, decoding method, coder, decoder, coding program, decoding program and programs recording medium for them - Google Patents

Coding method, decoding method, coder, decoder, coding program, decoding program and programs recording medium for them

Info

Publication number
JP2003018014A
JP2003018014A JP2001204416A JP2001204416A JP2003018014A JP 2003018014 A JP2003018014 A JP 2003018014A JP 2001204416 A JP2001204416 A JP 2001204416A JP 2001204416 A JP2001204416 A JP 2001204416A JP 2003018014 A JP2003018014 A JP 2003018014A
Authority
JP
Japan
Prior art keywords
component
value
vector
multidimensional
last
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
JP2001204416A
Other languages
Japanese (ja)
Other versions
JP3866539B2 (en
Inventor
Hideaki Kimata
英明 木全
Yoshiyuki Yashima
由幸 八島
Naoki Kobayashi
小林  直樹
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2001204416A priority Critical patent/JP3866539B2/en
Publication of JP2003018014A publication Critical patent/JP2003018014A/en
Application granted granted Critical
Publication of JP3866539B2 publication Critical patent/JP3866539B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a coding method that conducts variable length coding, without losing correlation of components at positions expressed multi-dimensionally, so as to enhance the coding efficiency in the case of applying coding to a value of multi-dimensional matrix. SOLUTION: A valid component discrimination section 103 sequentially detect a valid component of a multi-dimensional matrix and a pre-component coordinate storage section 105 stored multi-dimensional position information. A vector calculation section 106 calculates a difference between the multi-dimensional position information of the valid component, obtained prior to with multi-dimensional position information with a valid component newly, obtained by the valid component discrimination section 103 to obtain a multi-dimensional vector. A last discrimination section 110 discriminates whether or not the valid component obtained by the valid component discrimination section 103 is a final valid component in the multi-dimensional matrix, and provides an output of the result as last information. A vector value last coding section 111 assigns on variable length code to a combination among each component of a multi-dimensional vector obtained by the vector calculation section 106, a valid component obtained by the valid component discrimination section 103 and the last information obtained by the last discrimination section 110.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は,情報源符号化にお
ける可変長符号化と可変長復号に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to variable length coding and variable length decoding in source coding.

【0002】[0002]

【従来の技術】多次元行列の各成分が,多数の同じ値
(A)と,それと異なる値(B1 ,B2,... ,Bn
とで構成されている場合,この行列の成分を符号化する
手法に,ランレングス符号化を応用する方法がある。ま
ず,多次元行列中の成分を,ある定められた順序でスキ
ャンして,1次元配列にする。この1次元配列中では,
同じ値(A)が多数を占めているため,値(A)が連続
して並ぶ場合が多い。そこで値(A)の並んだ成分の数
をランレングス符号化する。あるいは,値(A)の並ぶ
数(LA )と,値(A)の前後にある値(Bi ;i=
1,... ,n)との間に相関がある場合には,(LA
と(Bi )の組み合わせに対して,1つの可変長符号を
割り当てる2次元可変長符号化を行う方法もある。ここ
で一般的に,(LA )をラン,(Bi )をレベルと呼
ぶ。
2. Description of the Related Art Each component of a multidimensional matrix has many same values (A) and different values (B 1 , B 2 , ..., B n ).
If it is composed of and, there is a method of applying run-length coding as a method of coding the components of this matrix. First, the components in the multidimensional matrix are scanned in a predetermined order to form a one-dimensional array. In this one-dimensional array,
Since the same value (A) occupies a large number, the value (A) is often aligned continuously. Therefore, the number of components in which the values (A) are arranged is run-length encoded. Alternatively, the number of arrangement of the value (A) (L A), before and after the value (A) values (B i; i =
1, ..., if there is a correlation between n) is, (L A)
There is also a method of performing two-dimensional variable length coding in which one variable length code is assigned to the combination of (B i ). Here generally run the (L A), referred to as a level (B i).

【0003】例えば,2次元画像の符号化では一般に,
画素を離散コサイン変換(DCT)した後の係数を2次
元可変長符号化する。まず,各画素を縦横8画素のブロ
ックに分割し,ブロック毎に2次元DCTする。2次元
DCTでは,低周波数部分には0以外の値が集中し,逆
に高周波数部分には値0が多くなる性質がある。このD
CT係数を8×8の2次元行列とみなす。
For example, in coding a two-dimensional image, in general,
The coefficient after the discrete cosine transform (DCT) of the pixel is two-dimensionally variable length coded. First, each pixel is divided into blocks each having 8 pixels vertically and horizontally, and two-dimensional DCT is performed for each block. In the two-dimensional DCT, values other than 0 are concentrated in the low frequency part, and conversely, the value 0 is increased in the high frequency part. This D
Consider the CT coefficient as an 8 × 8 two-dimensional matrix.

【0004】図13は,8×8DCT係数上のジグザグ
スキャンの例を示す図である。低周波数部分から高周波
数部分へジグザグスキャンして1次元配列にする。値が
0の係数の連続する数をランとし,その後の係数の値を
レベルとして,2次元可変長符号化する。予めランとレ
ベルの各組み合わせに対して,1つの符号を対応させた
ルックアップテーブルを作っておき,このルックアップ
テーブルを利用して2次元可変長符号化する。ルックア
ップテーブルにない組み合わせの場合には,エスケープ
符号を使った固定長符号化を行う。あるいは,2次元可
変長符号化を行う方法として,ルックアップテーブルを
利用しない,算術符号化を用いることも可能である。
FIG. 13 is a diagram showing an example of zigzag scanning on 8 × 8 DCT coefficients. Zigzag scanning is performed from the low frequency part to the high frequency part to form a one-dimensional array. Two-dimensional variable-length coding is performed by setting the number of consecutive coefficients having a value of 0 as a run and the value of the subsequent coefficient as a level. A look-up table in which one code is associated with each combination of run and level is created in advance, and two-dimensional variable length coding is performed using this look-up table. For combinations not found in the lookup table, fixed-length coding using escape codes is performed. Alternatively, as a method of performing two-dimensional variable length coding, it is also possible to use arithmetic coding without using a lookup table.

【0005】特に画像符号化方式MPEG−1では,2
次元DCTに,大きな値の係数の周囲には小さい値の係
数が存在する性質があることを利用して,2次元可変長
符号化のルックアップテーブルを構成している。例え
ば,値の大きいランに対しては,値の小さいレベルとの
組み合わせに符号長の短い符号を用意しておく。
Especially in the image coding system MPEG-1, 2
A two-dimensional variable-length coding lookup table is configured by utilizing the fact that a coefficient of a small value exists around a coefficient of a large value in the dimension DCT. For example, for a run with a large value, a code with a short code length is prepared in combination with a level with a small value.

【0006】また,多次元行列中の値(Bi )と,値
(A)の長さ(LA )の2次元可変長符号化を行う前
に,値(Bi )を量子化する方法がある。量子化によっ
て,値(Bi )が,より小さい値(BQi )に変換され
るとすると,値(BQi )と(L A )の組み合わせを2
次元可変長符号化する。一般的に,2次元可変長符号化
では,値(Bi )が小さいほど,より短い符号長の符号
を割り当てるため,量子化により符号量の削減が可能と
なる。
In addition, the value (Bi) And the value
Length of (A) (LA) Before two-dimensional variable length coding
And the value (Bi) Is quantized. By quantization
Value (Bi) Is smaller than (BQi) Is converted to
Then, the value (BQi) And (L A) Combination 2
Dimension variable length coding. Generally, two-dimensional variable length coding
Then, the value (Bi) Is smaller, the code with shorter code length
, The amount of code can be reduced by quantization.
Become.

【0007】また,値(Bi )と(LA )を可変長符号
化する際に,値(Bi )が,多次元行列中で最後の,値
(A)以外の成分かどうかを示すラスト情報を含めて符
号化する3次元可変長符号化方法がある。
Further, when the values (B i ) and (L A ) are variable-length coded, it is indicated whether the value (B i ) is the last component other than the value (A) in the multidimensional matrix. There is a three-dimensional variable length coding method for coding including the last information.

【0008】例えば画像符号化方式MPEG−4では,
2次元DCTした係数のうち,値が0以外の係数を符号
化する際に,最後の0以外の係数でない場合にはラスト
情報を0に,最後の0以外の係数である場合にはラスト
情報を1に設定し,ランとレベルとラスト情報の3次元
可変長符号化を行う。各ランとレベルとラストに対して
符号を対応させたルックアップテーブルを予め作ってお
き,それを参照しながら3次元可変長符号化を行う。
For example, in the image coding system MPEG-4,
When the coefficient other than 0 is encoded among the coefficients subjected to the two-dimensional DCT, the last information is set to 0 if the coefficient is not the last coefficient other than 0, and the last information is set if the coefficient is other than the last 0. Is set to 1, and three-dimensional variable length coding of run, level, and last information is performed. A lookup table in which codes are associated with each run, level, and last is created in advance, and three-dimensional variable length coding is performed with reference to the lookup table.

【0009】逆に画像符号化方式MPEG−1では,2
次元DCTの最後の係数を符号化した後に,EOBとい
う特有なビットパターンをした固定長符号を出力する。
このEOBは,復号側でビット配列から2次元DCTの
係数を可変長復号する際に,復号するべき係数が終わっ
たことを知ることに利用される。このEOB符号は一般
的に符号長が長いため,2次元DCT内の符号化する係
数が少ない場合には,符号化効率が低下する。
On the contrary, in the image coding method MPEG-1, it is 2
After encoding the last coefficient of the dimension DCT, a fixed-length code having a unique bit pattern called EOB is output.
This EOB is used for knowing that the coefficient to be decoded has ended when variable-length decoding the two-dimensional DCT coefficient from the bit array on the decoding side. Since this EOB code generally has a long code length, the coding efficiency decreases when the number of coefficients to be coded in the two-dimensional DCT is small.

【0010】3次元可変長符号化は,ラスト情報の符号
化を可変長符号化で行うことにより,EOBの出力を避
けることができる。すなわち,2次元DCTの符号化す
る係数が少ない場合に,符号化効率の低下を避けること
ができる。
In the three-dimensional variable-length coding, the output of EOB can be avoided by coding the last information by the variable-length coding. That is, when the number of coefficients to be coded in the two-dimensional DCT is small, it is possible to avoid a decrease in coding efficiency.

【0011】また,3次元画像符号化で3次元DCTを
使う方法もある。この場合には,3次元DCT係数をジ
グザグスキャンして1次元配列にする。その後,2次元
画像符号化と同様に,1次元配列に対して,2次元可変
長符号化あるいは3次元可変長符号化を行う。
There is also a method of using a three-dimensional DCT in three-dimensional image coding. In this case, the three-dimensional DCT coefficient is zigzag scanned to form a one-dimensional array. Then, similarly to the two-dimensional image coding, the two-dimensional variable length coding or the three-dimensional variable length coding is performed on the one-dimensional array.

【0012】[0012]

【発明が解決しようとする課題】多次元行列中で,値の
大きな成分の周囲に値の小さな成分がある場合には,符
号化すべき成分がかたまって存在する。例えば,2次元
画像符号化における2次元DCTでは,値の大きい係数
の周囲に,値の小さい係数が存在する。このような成分
間の相関がある場合には,多次元行列の各成分を,一旦
1次元配列にする方法であると,成分間の相関を損なっ
てしまう。
In the multidimensional matrix, when there is a small value component around a large value component, the components to be coded exist. For example, in a two-dimensional DCT in two-dimensional image coding, a coefficient having a small value exists around a coefficient having a large value. If there is such a correlation between the components, the method of once arranging each component of the multidimensional matrix once in a one-dimensional array will impair the correlation between the components.

【0013】図14は,8×8DCT係数位置の例を示
す図である。例えば,図14に示すような2次元DCT
において,係数A〜Gの値が0以外であり,係数Dを中
心に他の成分が配置されている場合を考える。ジグザグ
スキャンして1次元配列にするので,係数Aから係数B
は連続しており,短い符号長の符号を割り当てることが
できる。しかし,係数Bから係数Cまでの間には多くの
値0の係数が存在するため,割り当てられる可変長符号
の符号長が長くなるか,あるいはエスケープ符号を使っ
た固定長となる。すなわち,隣り合う係数の符号化に関
して,スキャン方向に隣り合う場合には短い符号長の符
号を割り当てられるが,スキャン方向ではない場合には
短い符号長を割り当てられない。
FIG. 14 is a diagram showing an example of 8 × 8 DCT coefficient positions. For example, a two-dimensional DCT as shown in FIG.
In, consider a case where the values of the coefficients A to G are other than 0 and other components are arranged around the coefficient D. Zigzag scanning makes a one-dimensional array, so coefficient A to coefficient B
Are continuous, and a code with a short code length can be assigned. However, since many coefficients having a value of 0 exist between the coefficient B and the coefficient C, the code length of the assigned variable-length code becomes long or the fixed length using the escape code is used. That is, regarding the coding of adjacent coefficients, a code having a short code length can be assigned when they are adjacent in the scanning direction, but a short code length cannot be assigned when they are not in the scanning direction.

【0014】このように,多次元行列を1次元配列に変
換して符号化する方法では,変換に用いるスキャンの方
向以外の方向に関する相関性を損なう。このため,従来
の方法では,符号化効率の低下を引き起こすことがあ
る。
As described above, in the method of converting a multi-dimensional matrix into a one-dimensional array for encoding, the correlation with respect to a direction other than the scan direction used for conversion is impaired. Therefore, the conventional method may cause a decrease in coding efficiency.

【0015】[0015]

【課題を解決するための手段】上記の課題を解決するた
め,本発明は,多次元で表される位置の差分ベクトルの
成分とレベルの組み合わせに対して,可変長符号語を割
り当てることを,最も主要な特徴とする。また,位置の
差分ベクトルの成分を量子化することを特徴とする。
In order to solve the above problems, the present invention assigns a variable length code word to a combination of a component and a level of a difference vector at a position represented in multidimensional, The most main feature. It is also characterized by quantizing the components of the position difference vector.

【0016】具体的には,第1の発明は,有限個の成分
を持つ多次元行列成分の値の符号化に際して,ビットレ
ートを低減する方法であって,少なくとも1つの可変長
符号語の形成において,2成分間の位置の差分情報を,
そのうちの片方の成分の値と共に使うことを特徴とす
る。
Specifically, the first invention is a method for reducing the bit rate in encoding the value of a multidimensional matrix component having a finite number of components, and forming at least one variable length codeword. In, the position difference information between the two components is
It is characterized in that it is used with the value of one of the components.

【0017】この第1の発明では,多次元行列中の符号
化データとして必要な成分の位置情報の符号化に,成分
間の位置の差分を使う。N次元行列の場合,成分Pの位
置は,次の式(1)で表現される。
In the first aspect of the present invention, the position difference between the components is used to encode the position information of the components required as encoded data in the multidimensional matrix. In the case of an N-dimensional matrix, the position of the component P is expressed by the following equation (1).

【0018】 P(p1 ,p2 ,... ,pn ) (1) 成分Pに対する成分Qの位置の差分は,N次元ベクトル
となり,このベクトルV(P,Q)は,式(2)で示さ
れる。
P (p 1 , p 2 , ..., P n ) (1) The difference in the position of the component Q with respect to the component P is an N-dimensional vector, and this vector V (P, Q) is given by the formula (2 ).

【0019】 V(P,Q)=(q1 −p1 ,q2 −p2 ,... ,qn −pn ) (2) そして,多次元行列中の,符号化データとして必要な成
分の値レベルと,位置の差分ベクトルの成分の組み合わ
せに対して,1つの可変長符号を割り当てる。
[0019] V (P, Q) = ( q 1 -p 1, q 2 -p 2, ..., q n -p n) (2) Then, in the multi-dimensional matrix, necessary as encoded data One variable length code is assigned to the combination of the component value level and the position difference vector component.

【0020】ここで,ベクトルV(P,Q)のノルムの
大きさの小さい順に符号長の短い符号を割り当てると,
隣接する成分はノルムが小さい値となるため,短い符号
長で符号化することができる。これにより,1次元配列
に変換する方法において失われた,スキャン方向以外の
方向に関する相関性を失うことなく,効率よく符号化す
ることが可能となる。
Here, when the codes having the shorter code lengths are assigned in the ascending order of the norm magnitude of the vector V (P, Q),
Since the adjacent components have a small norm, they can be encoded with a short code length. As a result, it is possible to perform efficient coding without losing the correlation with respect to directions other than the scan direction, which is lost in the method of converting into a one-dimensional array.

【0021】さらに,差分ベクトルのノルムの大きな場
合には,値の小さいレベルが多くなる相関性がある。そ
のため,差分ベクトルの成分とレベルの組み合わせに対
して1つの可変長符号を割り当てる。このように,差分
ベクトルの成分とレベルの組み合わせに対する可変長符
号化を行うことにより,差分ベクトルの成分とレベルを
個別に符号化するよりも,より効率良く可変長符号化す
ることができる。
Further, when the norm of the difference vector is large, there is a correlation that the number of small values increases. Therefore, one variable length code is assigned to the combination of the difference vector component and level. In this way, by performing the variable length coding on the combination of the difference vector component and the level, it is possible to perform the variable length coding more efficiently than by individually coding the difference vector component and the level.

【0022】図1は,8×8DCT係数上の2次元ベク
トル符号化の一例(例1)を示す。例えば,2次元DC
Tの場合,図1に示すようなX軸(Vx )とY軸
(Vy )を持つ2次元座標を設定すると,係数Bから係
数Cはベクトルとして(1,0)と表現できる。このよ
うにノルムの小さいベクトルに対して,符号長の短い符
号を割り当てれば,符号化効率を向上することができ
る。
FIG. 1 shows an example (Example 1) of two-dimensional vector coding on 8 × 8 DCT coefficients. For example, two-dimensional DC
In the case of T, if two-dimensional coordinates having the X axis (V x ) and the Y axis (V y ) as shown in FIG. 1 are set, the coefficient B to the coefficient C can be expressed as a vector (1,0). By assigning a code having a short code length to a vector having a small norm, the coding efficiency can be improved.

【0023】第2の発明は,有限個の成分を持つ多次元
行列成分の値の符号化に際して,ビットレートを低減す
る方法であって,少なくとも1つの可変長符号語の形成
において,2成分間の位置の差分情報を,そのうちの片
方の成分の値と,符号化する最後の成分かどうかを示す
ラスト情報と共に使うことを特徴とする。
The second invention is a method for reducing the bit rate in encoding the value of a multidimensional matrix component having a finite number of components, and in the formation of at least one variable-length codeword, there is a difference between two components. It is characterized in that the difference information of the position of is used together with the value of one of the components and the last information indicating whether it is the last component to be encoded.

【0024】この第2の発明によれば,上記の差分ベク
トルの成分と,符号化する成分の値と,多次元行列内で
符号化する成分が,その成分で最後であるかどうかを示
すラスト情報の組み合わせに対して,1つの可変長符号
を割り当てることができる。これにより,多次元行列内
の,符号化する成分の数が少ない場合に発生する符号化
効率の低下を避けることができる。
According to the second invention, the difference vector component, the value of the component to be encoded, and the last component indicating whether or not the component to be encoded in the multidimensional matrix is the last component. One variable length code can be assigned to a combination of information. As a result, it is possible to avoid a decrease in coding efficiency that occurs when the number of components to be coded in the multidimensional matrix is small.

【0025】第3の発明は,有限個の成分を持つ多次元
行列成分の値の符号化において,前記第1または第2の
ビットレートを低減する符号化方法で作られる可変長符
号語を,予めルックアップテーブルに記録しておき,ル
ックアップテーブルを使って可変長符号化することを特
徴とする。
In a third aspect of the present invention, a variable-length codeword created by an encoding method for reducing the first or second bit rate is used in encoding the value of a multidimensional matrix component having a finite number of components. It is characterized in that it is recorded in a lookup table in advance and variable length coding is performed using the lookup table.

【0026】この第3の発明によれば,第1または第2
の発明における可変長符号語を予め作ってルックアップ
テーブルに記録しておくことにより,多次元行列の符号
化において,ルックアップテーブルを参照しながら可変
長符号化することが可能となる。
According to the third invention, the first or second
By previously creating the variable-length code word in the invention described above and recording it in the lookup table, it becomes possible to perform variable-length encoding while referring to the lookup table in the encoding of the multidimensional matrix.

【0027】第4の発明は,上記の符号化方法におい
て,可変長符号化する2成分間の位置の差分情報を,多
次元行列とは異なる座標系で求めることを特徴とする。
この多次元行列とは異なる座標系は,差分を計算する原
点の成分の位置毎に変更することができる。
A fourth invention is characterized in that, in the above-mentioned coding method, the difference information of the position between two components to be variable-length coded is obtained in a coordinate system different from that of the multidimensional matrix.
A coordinate system different from this multidimensional matrix can be changed for each position of the origin component for which the difference is calculated.

【0028】この第4の発明によれば,多次元行列の符
号化において,差分ベクトルを多次元行列とは異なる座
標系に変換して求めることができる。図2は,8×8D
CT係数上の2次元ベクトル符号化の一例(例2)を示
している。例えば,2次元DCTにおいて,係数Aに対
しては図1に示すような座標系を適用するのではなく,
図2に示すようなX軸(Vx )とY軸(Vy )とからな
る座標系を使うことができる。これにより係数Aから係
数Bの差分ベクトルは(1,0)と表現でき,より符号
長の短い符号を割り当てることができる。
According to the fourth aspect of the invention, in encoding a multidimensional matrix, the difference vector can be obtained by converting it into a coordinate system different from that of the multidimensional matrix. Figure 2 is 8x8D
An example (Example 2) of two-dimensional vector coding on CT coefficients is shown. For example, in the two-dimensional DCT, the coordinate system as shown in FIG.
A coordinate system having an X axis (V x ) and a Y axis (V y ) as shown in FIG. 2 can be used. Thereby, the difference vector of the coefficient A to the coefficient B can be expressed as (1, 0), and a code having a shorter code length can be assigned.

【0029】さらに,この第4の発明において差分ベク
トルを多次元行列とは異なる座標系に変換する際に,差
分ベクトルの原点の位置毎に座標系を変更することがで
きる。例えば,2次元DCTにおいて,係数Aに対して
は図2に示す座標系を用い,係数Bに対しては図1に示
すような座標系を適用することが可能となる。
Further, when the difference vector is converted into a coordinate system different from the multidimensional matrix in the fourth aspect of the invention, the coordinate system can be changed for each position of the origin of the difference vector. For example, in the two-dimensional DCT, it is possible to use the coordinate system shown in FIG. 2 for the coefficient A and the coordinate system shown in FIG. 1 for the coefficient B.

【0030】第5の発明は,上記の符号化方法におい
て,可変長符号化する2成分間の位置の差分情報を量子
化してから,可変長符号化を行うことを特徴とする。
A fifth aspect of the present invention is characterized in that, in the above encoding method, the variable length encoding is performed after the difference information of the position between the two components to be variable length encoded is quantized.

【0031】この第5の発明によれば,多次元行列の符
号化において,差分ベクトルの成分の値を量子化した後
で,可変長符号化することができる。これにより,差分
ベクトルのノルムが小さい程,符号長の短い符号を割り
当てるような可変長符号化を行う場合には,より符号化
効率を向上することができる。
According to the fifth aspect of the invention, in encoding a multidimensional matrix, variable-length encoding can be performed after quantizing the values of the components of the difference vector. This makes it possible to further improve the coding efficiency when performing variable-length coding in which a code having a shorter code length is assigned as the norm of the difference vector is smaller.

【0032】第6の発明は,有限個の成分を持つ多次元
行列成分の値の復号において,上記の符号化方法で作ら
れた可変長符号から,少なくとも多次元ベクトルの各成
分と有効な成分の値とを含む値を可変長復号し,多次元
ベクトルの成分を用いて多次元行列内の位置情報を計算
することにより,多次元行列成分の値を復号することを
特徴とする。ここでは,上記の符号化方法で作られた可
変長符号語を,予めルックアップテーブルに記録してお
き,ルックアッブテーブルを使って可変長復号すること
ができる。
A sixth aspect of the present invention is to decode at least each component of a multidimensional vector and an effective component from the variable length code created by the above encoding method in decoding the value of a multidimensional matrix component having a finite number of components. It is characterized in that the value of the multi-dimensional matrix component is decoded by variable-length decoding the values including and, and calculating the position information in the multi-dimensional matrix using the components of the multi-dimensional vector. Here, the variable-length code word created by the above-described encoding method can be recorded in a look-up table in advance, and variable-length decoding can be performed using the look-up table.

【0033】この第6の発明によれば,多次元行列の復
号において,上記第1ないし第5の発明による符号化方
法によって出力されるビット配列を,ルックアップテー
ブル等を使って復号することができる。
According to the sixth aspect of the invention, in decoding a multidimensional matrix, the bit array output by the encoding method according to the first to fifth aspects of the invention can be decoded using a look-up table or the like. it can.

【0034】また,上記の第1ないし第5の符号化方法
を実施する符号化装置を構成することができ,上記の第
6の復号方法を実施する復号装置を構成することができ
る。符号化装置では,多次元行列の各成分の値が予め決
められた基準を満たす値かどうかを判定し,満たす場合
には有効な成分とする有効成分判定部を設けることによ
り,多次元行列中から有効な成分を判定して,有効な成
分のみを符号化することが可能である。有効成分である
かどうかを判定する基準としては,例えば次のものが挙
げられる。 (a)基準値T以上の値の場合を有効とする。Tが1の
場合には,0以外の場合に有効な成分とみなすことがで
きる。 (b)値が偶数の場合を有効とする。
Further, it is possible to configure a coding apparatus that implements the above first to fifth coding methods and a decoding apparatus that implements the above sixth decoding method. In the encoding device, it is determined whether the value of each component of the multidimensional matrix is a value that satisfies a predetermined criterion, and if it satisfies, an effective component determination unit that determines as an effective component is provided. It is possible to judge the effective component from the above and encode only the effective component. The following are examples of criteria for determining whether an active ingredient is included. (A) The case where the value is the reference value T or more is valid. When T is 1, it can be regarded as an effective component when T is other than 0. (B) Valid if the value is even.

【0035】以上の符号化方法および復号方法は,回路
化されたハードウェアによって実現することができるだ
けでなく,コンピュータと,そのコンピュータにインス
トールされ実行されるソフトウェアプログラムによって
実現することができ,そのプログラムは,コンピュータ
が読み取り可能な可搬媒体メモリ,半導体メモリ,ハー
ドディスク等の適当な記録媒体に格納することができ
る。
The above encoding method and decoding method can be realized not only by circuitized hardware, but also by a computer and a software program installed and executed in the computer. Can be stored in an appropriate recording medium such as a computer-readable portable medium memory, a semiconductor memory, or a hard disk.

【0036】[0036]

【発明の実施の形態】以下,本発明の実施の形態を図面
を参照しながら説明する。例として,2次元の縦横8画
素の画像を2次元DCTし,DCT係数を可変長符号化
する画像符号化装置と画像復号装置の構成と動作例を示
す。この実施の形態では,DCT係数の係数の値と,位
置の差分ベクトルを量子化してから可変長符号化するも
のとする。また,可変長符号化では,係数の値と,差分
ベクトルの成分と,ラスト情報を使うものとする。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to the drawings. As an example, a configuration and an operation example of an image coding apparatus and an image decoding apparatus that perform two-dimensional DCT on a two-dimensional vertical and horizontal 8-pixel image and perform variable length coding of DCT coefficients will be shown. In this embodiment, the value of the DCT coefficient and the position difference vector are quantized and then variable length coded. In addition, the variable length coding uses the coefficient value, the difference vector component, and the last information.

【0037】図3は,本実施の形態における画像符号化
装置の構成例を示す図である。画像符号化装置1は,D
CT係数の値を量子化する値量子化部101と,DCT
係数の値を図13に示した順序で読み出す多次元行列読
み出し部102と,読み出した値が0かどうかを判定し
て0以外の場合には有効な成分とする有効成分判定部1
03と,有効な成分の値を蓄積する値蓄積部104と,
有効な成分の2次元位置情報を蓄積する前成分座標蓄積
部105と,前成分座標蓄積部105に蓄積した2次元
位置情報と,有効成分判定部103で得られた有効な成
分の2次元位置情報の差を計算し,2次元ベクトルを求
めるベクトル計算部106と,2次元ベクトルの成分を
量子化するベクトル成分量子化部107と,量子化した
2次元ベクトルの成分を逆量子化して2次元位置情報を
計算し,それをもとに前成分の位置情報を求めて前成分
座標蓄積部105に蓄積するベクトル成分逆量子化部1
09と,ベクトル計算部106で求めたベクトルの成分
を蓄積するベクトル蓄積部108と,有効成分判定部1
03で有効な成分がDCT係数内の最後まで得られない
場合にはラスト情報として1を,得られた場合にはラス
ト情報として0を出力するラスト判定部110と,ベク
トル成分量子化部107で求めた2次元ベクトルの各成
分と,有効成分判定部103で得られた有効な成分の値
と,ラスト判定部110で得られるラスト情報の組み合
わせに対して,1つの可変長符号を割り当てるベクトル
値ラスト符号化部111と,多次元ベクトルの成分と有
効な成分の値とラスト情報に対して,1つの可変長符号
を割り当てたルックアップテーブルを蓄積するベクトル
値ラストテーブル部112とを備える。
FIG. 3 is a diagram showing a configuration example of the image coding apparatus according to the present embodiment. The image encoding device 1 has a D
A value quantizer 101 for quantizing the values of CT coefficients, and a DCT
A multi-dimensional matrix reading unit 102 that reads the coefficient values in the order shown in FIG. 13, and an effective component determination unit 1 that determines whether the read value is 0 and that if it is other than 0, considers it as an effective component.
03, a value storage unit 104 for storing the values of effective components,
The previous component coordinate storage unit 105 that stores the two-dimensional position information of the effective component, the two-dimensional position information stored in the previous component coordinate storage unit 105, and the two-dimensional position of the effective component obtained by the effective component determination unit 103. A vector calculation unit 106 that calculates the difference between information and obtains a two-dimensional vector, a vector component quantization unit 107 that quantizes the components of the two-dimensional vector, and a two-dimensional unit that dequantizes the components of the quantized two-dimensional vector. Vector component dequantization unit 1 that calculates position information, obtains position information of the previous component based on the calculated position information, and stores the position information in the front component coordinate storage unit 105.
09, a vector storage unit 108 for storing the vector components obtained by the vector calculation unit 106, and an effective component determination unit 1
If the effective component is not obtained up to the end of the DCT coefficient in 03, 1 is output as the last information, and if it is obtained, 0 is output as the last information, and the vector component quantization unit 107 A vector value that assigns one variable length code to the combination of each component of the obtained two-dimensional vector, the value of the effective component obtained by the effective component determination unit 103, and the last information obtained by the last determination unit 110. A last encoding unit 111 and a vector value last table unit 112 that accumulates a look-up table to which one variable-length code is assigned for the values of the multidimensional vector and the effective component and the last information are provided.

【0038】図4は,2次元ベクトル座標の例を示す図
である。ベクトル計算部106で使用するベクトルの座
標系は,前成分座標蓄積部105に蓄積した位置情報に
従って,図4に示す3種類を変更するものとする。行列
成分(x,y)(x,y=0,... ,7)に対して,x
が偶数または0でyが0の場合には図4(a)の座標系
を適用し,それ以外で,x+yが偶数の場合には図4
(b)の座標系を適用し,x+yが奇数の場合には図4
(c)の座標系を適用するものとする。
FIG. 4 is a diagram showing an example of two-dimensional vector coordinates. The vector coordinate system used in the vector calculation unit 106 is changed from the three types shown in FIG. 4 according to the position information stored in the previous component coordinate storage unit 105. For the matrix element (x, y) (x, y = 0, ..., 7), x
Is even or 0 and y is 0, the coordinate system of FIG. 4A is applied. Otherwise, when x + y is an even number, FIG.
If the coordinate system of (b) is applied and x + y is an odd number, then FIG.
The coordinate system of (c) shall be applied.

【0039】ベクトル値ラストテーブル部112には,
図5に示すルックアップテーブルが蓄積されているもの
とする。なお,このルックアップテーブルは,ベクトル
x成分,ベクトルVy 成分,量子化されたDCT係数
の値,ラスト情報の組み合わせによって,符号語が参照
される構成になっている。
In the vector value last table section 112,
It is assumed that the lookup table shown in FIG. 5 has been accumulated. The lookup table has a configuration in which the code word is referred to by a combination of the vector V x component, the vector V y component, the quantized DCT coefficient value, and the last information.

【0040】値量子化部101は,式(3)に従って全
ての係数の値を量子化するものとする。Iは入力値を示
し,Oは出力値を示す。
The value quantizer 101 quantizes the values of all the coefficients according to the equation (3). I indicates an input value and O indicates an output value.

【0041】 O=I/2 (3) ベクトル成分量子化部107は,位置の差分ベクトル
(I1 ,I2 )を入力ベクトルとして出力ベクトル(O
1 ,O2 )を求めるものであり,2次元ベクトルの成分
を式(4)に従って量子化するものとする。ただし,
x,yはそれぞれ前成分座標蓄積部105に蓄積した位
置を示すものとする。なお,前成分座標蓄積部105に
は,初期値として(0,0)が予め蓄積されているもの
とする。
O = I / 2 (3) The vector component quantization unit 107 uses the position difference vector (I 1 , I 2 ) as the input vector and the output vector (O
1 , O 2 ), and the components of the two-dimensional vector are quantized according to equation (4). However,
It is assumed that x and y respectively indicate the positions stored in the previous component coordinate storage unit 105. It is assumed that (0, 0) is previously stored as an initial value in the previous component coordinate storage unit 105.

【0042】 Oi =(Ii +1)/((x+y+7)/7) (4) ベクトル成分逆量子化部109は式(5)に従って逆量
子化するものとする。
O i = (I i +1) / ((x + y + 7) / 7) (4) The vector component dequantization unit 109 is assumed to dequantize according to equation (5).

【0043】 Oi =Ii *((x+y+7)/7)−1 (5) 図6は,本実施の形態における入力DCT係数の例を示
す図である。上記のような前提の下で,すでに2次元D
CTが施された図6に示す2次元DCT係数が得られた
場合に,画像符号化装置1は次のように動作する。ま
ず,値量子化部101は,DCT係数の値を式(3)に
従って量子化する。図7は,量子化されたDCT係数の
例を示す図である。図6のDCT係数が量子化される
と,図7のようになる。多次元行列読み出し部102
は,図13に示した順序で量子化した値を読み出す。
O i = I i * ((x + y + 7) / 7) −1 (5) FIG. 6 is a diagram showing an example of the input DCT coefficient in the present embodiment. Based on the above assumptions, we already have two-dimensional D
When the two-dimensional DCT coefficient shown in FIG. 6 which has been subjected to CT is obtained, the image encoding device 1 operates as follows. First, the value quantization unit 101 quantizes the value of the DCT coefficient according to the equation (3). FIG. 7 is a diagram showing an example of quantized DCT coefficients. When the DCT coefficient of FIG. 6 is quantized, it becomes as shown in FIG. Multidimensional matrix reading unit 102
Reads out the quantized values in the order shown in FIG.

【0044】多次元行列読み出し部102で読み出した
順序で係数を符号化する手順を示す。行列成分位置
(x,y)の値をA(x,y)と記すことにする。有効
成分判定部103は,A(1,0)が0以外であるので
有効な成分と判定する。A(1,0)を値蓄積部104
に蓄積する。
A procedure for coding the coefficients in the order of reading by the multidimensional matrix reading unit 102 will be described. The value of the matrix element position (x, y) will be referred to as A (x, y). The effective component determination unit 103 determines that the effective component because A (1,0) is other than 0. A (1,0) is stored in the value storage unit 104
Accumulate in.

【0045】ベクトル計算部106は,前成分座標蓄積
部105に蓄積した位置(0,0)と現成分の座標位置
(1,0)の差分を求める。このとき,ベクトルの座標
系は図4(a)を用いる。差分ベクトルは(1,0)と
求めることができる。
The vector calculation unit 106 obtains the difference between the position (0,0) stored in the previous component coordinate storage unit 105 and the coordinate position (1,0) of the current component. At this time, FIG. 4A is used as the coordinate system of the vector. The difference vector can be calculated as (1,0).

【0046】ベクトル成分量子化部107は,式(4)
を使って量子化して(1,0)を得る。これをベクトル
蓄積部108に蓄積する。ベクトル成分逆量子化部10
9は,式(5)を使って逆量子化し(1,0)を得る。
そして,ベクトル座標系は図4(c)であるため,この
ベクトル成分を行列成分に座標変換して(1,0)を得
て,前成分座標蓄積部105に(0,0)+(1,0)
=(1,0)を蓄積する。
The vector component quantizer 107 uses the equation (4)
Quantize using to get (1,0). This is stored in the vector storage unit 108. Vector component inverse quantizer 10
9 is inversely quantized using equation (5) to obtain (1,0).
Since the vector coordinate system is as shown in FIG. 4C, the vector component is coordinate-converted into a matrix component to obtain (1,0), and the previous component coordinate storage unit 105 stores (0,0) + (1 , 0)
= (1,0) is accumulated.

【0047】ラスト判定部110は,有効成分判定部1
03で有効な値が得られたので,ラスト情報として0を
出力する。ベクトル値ラスト符号化部111は,ラスト
情報のみ得られたときには何も動作しない。
The last determination unit 110 is the effective component determination unit 1
Since a valid value was obtained in 03, 0 is output as the last information. The vector value last encoding unit 111 does not operate when only the last information is obtained.

【0048】続いて,有効成分判定部103は,A
(0,1)が0以外であるので有効な成分と判定する。
A(0,1)を値蓄積部104に蓄積する。ベクトル計
算部106は,前成分座標蓄積部105に蓄積した位置
(1,0)と(0,1)の差分を求める。このとき,ベ
クトルの座標系は図4(c)を用いる。差分ベクトルは
(1,0)と求めることができる。ベクトル成分量子化
部107は,式(4)を使って量子化して(1,0)を
得る。これをベクトル蓄積部108に蓄積する。ベクト
ル成分逆量子化部109は,式(5)を使って逆量子化
し(1,0)を得る。そして,このベクトル成分を行列
成分に座標変換して(−1,1)を得て,前成分座標蓄
積部105に(1,0)+(−1,1)=(0,1)を
蓄積する。
Then, the effective component determination section 103
Since (0,1) is other than 0, it is determined to be an effective component.
A (0, 1) is stored in the value storage unit 104. The vector calculation unit 106 obtains the difference between the positions (1,0) and (0,1) stored in the previous component coordinate storage unit 105. At this time, FIG. 4C is used as the coordinate system of the vector. The difference vector can be calculated as (1,0). The vector component quantizer 107 quantizes using the equation (4) to obtain (1,0). This is stored in the vector storage unit 108. The vector component dequantization unit 109 obtains (1,0) by dequantization using equation (5). Then, the vector component is coordinate-converted into a matrix component to obtain (−1,1), and (1,0) + (− 1,1) = (0,1) is stored in the previous component coordinate storage unit 105. To do.

【0049】ラスト判定部110は,有効成分判定部1
03で有効な値が得られたので,ラスト情報として0を
出力する。ベクトル値ラスト符号化部111は値蓄積部
108に蓄積されていた値A(0,1)と,ベクトル蓄
積部108に蓄積されていた(1,0)と,ラスト情報
0を,ベクトル値ラストテーブル部112に記録された
ルックアップテーブルを使って可変長符号化する。
The last determination unit 110 is the effective component determination unit 1
Since a valid value was obtained in 03, 0 is output as the last information. The vector value last encoding unit 111 stores the value A (0, 1) stored in the value storage unit 108, the (1, 0) stored in the vector storage unit 108, and the last information 0 as the vector value last. Variable length coding is performed using the lookup table recorded in the table unit 112.

【0050】このような処理を繰り返して,図8に示す
順序でDCT係数を可変長符号化する。図8は,符号化
されるDCT係数の順序の例を示している。最後の係数
A(3,5)を符号化した後で,有効成分判定部103
は,DCT係数内に有効な成分を得られない。この場合
には,ラスト判定部110は,ラスト情報として1を出
力する。ベクトル値ラスト符号化部111は,値蓄積部
104に蓄積されていた値A(2,6)と,ベクトル蓄
積部108に蓄積されていた(1,0)と,ラスト情報
の1を,ベクトル値ラストテーブル部112に記録され
たルックアップテーブルを使って可変長符号化する。
By repeating such processing, the DCT coefficients are variable length coded in the order shown in FIG. FIG. 8 shows an example of the order of DCT coefficients to be encoded. After encoding the last coefficient A (3,5), the effective component determination unit 103
Cannot obtain a valid component in the DCT coefficient. In this case, the last determination unit 110 outputs 1 as the last information. The vector value last encoding unit 111 converts the value A (2,6) stored in the value storage unit 104, (1,0) stored in the vector storage unit 108, and 1 of the last information into a vector. Variable length coding is performed using the lookup table recorded in the value last table unit 112.

【0051】このような処理の繰り返しによって得られ
る値A(x,y)とベクトル成分とラスト情報の一覧
は,図9に示すようになる。図9は,ベクトル値ラスト
符号化部111で符号化する組み合わせの例を示してい
る。図10は,ベクトル値ラスト符号化部111で出力
される符号語の例を示しており,図9のそれぞれの組み
合わせごとに,ベクトル値ラストテーブル部112のル
ックアップテーブル(図7)を参照して,符号語が決定
され,図10のような可変長符号化のビット列が出力さ
れる。
A list of the value A (x, y), the vector component and the last information obtained by repeating the above processing is shown in FIG. FIG. 9 shows an example of a combination encoded by the vector value last encoding unit 111. FIG. 10 shows an example of codewords output by the vector value last encoding unit 111. For each combination of FIG. 9, the lookup table (FIG. 7) of the vector value last table unit 112 is referred to. Thus, the code word is determined, and a bit string of variable length coding as shown in FIG. 10 is output.

【0052】図11は,本実施の形態における画像復号
装置の構成例を示す図である。画像復号装置2は,ベク
トル値ラストテーブル部201と,1つの可変長符号を
検出して,多次元ベクトルの各成分と有効な成分の値と
ラスト情報を復号するベクトル値ラスト復号部202
と,ベクトル値ラスト復号部202で得られる多次元ベ
クトルの成分を逆量子化するベクトル成分逆量子化部2
03と,多次元行列の成分の位置情報を蓄積する前成分
座標蓄積部204と,ベクトル成分逆量子化部203で
得られる多次元ベクトルの成分と,前成分座標蓄積部2
04に蓄積した位置情報から,多次元行列内の位置情報
を計算する位置情報計算部205と,ベクトル値ラスト
復号部202で得られる有効な成分の値を逆量子化する
値逆量子化部206と,値逆量子化部206で得られる
有効な成分の値を位置情報計算部205で得られた位置
のDCT係数に代入する値代入部207と,ベクトル値
ラスト復号部202で得られるラスト情報が1であった
場合に,値が得られていない係数の値を0にする非有効
成分値設定部208とを備える。
FIG. 11 is a diagram showing a configuration example of the image decoding apparatus according to the present embodiment. The image decoding device 2 includes a vector value last table unit 201 and a vector value last decoding unit 202 that detects one variable length code and decodes each component of the multidimensional vector, the value of the effective component, and the last information.
And a vector component dequantization unit 2 that dequantizes the components of the multidimensional vector obtained by the vector value last decoding unit 202.
03, a pre-component coordinate accumulating unit 204 for accumulating position information of components of the multi-dimensional matrix, a multi-dimensional vector component obtained by the vector component dequantizing unit 203, and a pre-component coordinate accumulating unit 2
A position information calculation unit 205 that calculates the position information in the multidimensional matrix from the position information accumulated in 04, and a value dequantization unit 206 that dequantizes the value of the effective component obtained by the vector value last decoding unit 202. And a value substituting unit 207 for substituting the value of the effective component obtained by the value dequantizing unit 206 into the DCT coefficient of the position obtained by the position information calculating unit 205, and the last information obtained by the vector value last decoding unit 202. Is set to 1, the non-effective component value setting unit 208 that sets the value of the coefficient for which a value has not been obtained to 0.

【0053】前成分座標蓄積部204には,位置(0,
0)が予め蓄積されているものとする。位置情報計算部
205では,前成分座標蓄積部204に蓄積した位置情
報に従って,ベクトル成分逆量子化部203で得られた
ベクトルの座標系を変換し,位置情報を計算するものと
する。ベクトルの座標系は,図4に示す3種類を変更す
るものとする。行列成分(x,y)(x,y=0,...
,7)に対して,xが偶数または0でyが0の場合に
は図4(a)の座標系を適用し,それ以外で,x+yが
偶数の場合には図4(b)の座標系を適用し,x+yが
奇数の場合には図4(c)の座標系を適用するものとす
る。
The previous component coordinate storage unit 204 stores the position (0,
0) is stored in advance. The position information calculation unit 205 converts the coordinate system of the vector obtained by the vector component dequantization unit 203 according to the position information stored in the previous component coordinate storage unit 204 to calculate the position information. The vector coordinate system is to be changed from the three types shown in FIG. Matrix element (x, y) (x, y = 0, ...
, 7), if x is an even number or 0 and y is 0, the coordinate system of FIG. 4 (a) is applied. Otherwise, if x + y is an even number, the coordinate system of FIG. 4 (b) is applied. The system is applied, and when x + y is an odd number, the coordinate system of FIG. 4C is applied.

【0054】ベクトル値ラストテーブル部201には,
図5に示すルックアップテーブルが蓄積されているもの
とする。値逆量子化部206は式(6)に従って全ての
係数の値を量子化するものとする。Iは入力値を示し,
Oは出力値を示す。
In the vector value last table section 201,
It is assumed that the lookup table shown in FIG. 5 has been accumulated. The value dequantization unit 206 quantizes the values of all the coefficients according to equation (6). I indicates the input value,
O indicates the output value.

【0055】 O=I*2 (6) ベクトル成分逆量子化部203は式(5)に従って逆量
子化するものとする。
O = I * 2 (6) The vector component inverse quantization unit 203 is assumed to perform inverse quantization according to equation (5).

【0056】このような前提の下で,まずベクトル値ラ
スト復号部202は,ビット列から図10の順に可変長
符号語を検出し,個々の可変長符号語毎に,ベクトル値
ラストテーブル部201に記録してあるルックアップテ
ーブルを参照して,ベクトル成分と有効な値とラスト情
報を復号する。
Under such a premise, first, the vector value last decoding unit 202 detects a variable length code word from the bit string in the order of FIG. 10, and the vector value last table unit 201 stores the variable length code word for each variable length code word. The recorded lookup table is referenced to decode the vector component, valid value, and last information.

【0057】最初の可変長符号語に対して,ベクトル
(1,0)と値5とラスト情報0を得る。ベクトル成分
逆量子化部203は式(5)に従ってベクトルを逆量子
化し(1,0)を得る。位置情報計算部205は,前成
分座標蓄積部204に(0,0)が蓄積されていること
から,図4(a)の座標系を使ってベクトル(1,0)
を(1,0)に変換し,前成分座標蓄積部204に蓄積
されている(0,0)に加算する。これによって,
(0,0)+(1,0)=(1,0)と位置情報が求ま
る。この位置情報は,前成分座標蓄積部204に蓄積す
る。次に値逆量子化部206は,値5を式(6)に従っ
て逆量子化して値10を得る。値代入部207はDCT
係数位置(1,0)に値10を代入する。
For the first variable length code word, the vector (1, 0), the value 5 and the last information 0 are obtained. The vector component inverse quantization unit 203 inversely quantizes the vector according to the equation (5) to obtain (1,0). Since (0,0) is stored in the previous component coordinate storage unit 204, the position information calculation unit 205 uses the coordinate system of FIG.
Is converted to (1,0) and added to (0,0) stored in the previous component coordinate storage unit 204. by this,
The position information is obtained as (0,0) + (1,0) = (1,0). This position information is stored in the previous component coordinate storage unit 204. Next, the value dequantization unit 206 dequantizes the value 5 according to the equation (6) to obtain the value 10. The value substitution unit 207 is a DCT
The value 10 is substituted for the coefficient position (1,0).

【0058】続いて,ベクトル値ラスト復号部202
は,次の可変長符号語に対して,ベクトル(1,0)と
値5とラスト情報0を得る。ベクトル成分逆量子化部2
03は式(5)に従ってベクトルを逆量子化し(1,
0)を得る。位置情報計算部205は,前成分座標蓄積
部204に(1,0)が蓄積されていることから,図4
(c)の座標系を使ってベクトル(1,0)を(−1,
1)に変換し,前成分座標蓄積部204に蓄積されてい
る(1,0)に加算する。これによって,(1,0)+
(−1,1)=(0,1)と位置情報が求まる。この位
置情報は,前成分座標蓄積部204に蓄積する。次に値
逆量子化部206は,値5を式(6)に従って逆量子化
して値10を得る。値代入部207はDCT係数位置
(0,1)に値10を代入する。
Subsequently, the vector value last decoding unit 202
Obtains vector (1,0), value 5 and last information 0 for the next variable length codeword. Vector component inverse quantizer 2
03 dequantizes the vector according to equation (5) (1,
0) is obtained. Since the position information calculation unit 205 stores (1, 0) in the previous component coordinate storage unit 204,
Using the coordinate system of (c), the vector (1,0) is converted into (-1,
It is converted to 1) and added to (1, 0) stored in the previous component coordinate storage unit 204. This gives (1,0) +
The position information is obtained as (−1,1) = (0,1). This position information is stored in the previous component coordinate storage unit 204. Next, the value dequantization unit 206 dequantizes the value 5 according to the equation (6) to obtain the value 10. The value substituting unit 207 substitutes the value 10 for the DCT coefficient position (0, 1).

【0059】このような処理を繰り返して,ビット列を
最後まで可変長復号する。最後の可変長符号語をベクト
ル値ラスト復号部202が復号したときに,ラスト情報
として1を得る。非有効成分値設定部208は値が得ら
れていない係数に値0を代入する。
By repeating such processing, the bit string is variable length decoded to the end. When the vector value last decoding unit 202 decodes the last variable length codeword, 1 is obtained as the last information. The ineffective component value setting unit 208 substitutes the value 0 into the coefficient for which a value has not been obtained.

【0060】図12は,画像復号装置2で得られるDC
T係数の例である。図12のように,本実施の形態で
は,有効な成分間のベクトルを量子化するため,DCT
の位相がずれる係数もあるが,式(4)(5)のように
高周波でのみずれる可能性があるように設定することが
できる。すなわち,一般的に高周波の歪みは視覚的な劣
化が少ないため,位相のずれによる画質劣化は少なくす
ることができる。
FIG. 12 shows a DC obtained by the image decoding device 2.
It is an example of a T coefficient. As shown in FIG. 12, in this embodiment, since the vector between effective components is quantized, the DCT
Although there is a coefficient that the phase of is shifted, it can be set so that there is a possibility that it will be shifted only at a high frequency as in equations (4) and (5). That is, since the high-frequency distortion is generally less visually deteriorated, the image quality deterioration due to the phase shift can be reduced.

【0061】また,本実施の形態では,予めルックアッ
プテーブルを記録しておき,それを参照することによっ
て可変長符号化と復号を行った。このテーブルを利用せ
ずに,算術符号化を使って可変長符号化と復号をするこ
とも可能である。この場合には,画像符号化装置1に,
ベクトル値ラスト符号化部111とベクトル値ラストテ
ーブル部112の代わりに,ベクトル値ラスト算術符号
化部(図示省略)を備える。また画像復号装置2に,ベ
クトル値ラスト復号部202とベクトル値ラストテーブ
ル部201の代わりに,ベクトル値ラスト算術復号部
(図示省略)を備える。
Further, in this embodiment, the lookup table is recorded in advance and the variable length coding and decoding are performed by referring to the lookup table. It is also possible to perform variable length coding and decoding using arithmetic coding without using this table. In this case, the image encoding device 1
Instead of the vector value last encoding unit 111 and the vector value last table unit 112, a vector value last arithmetic encoding unit (not shown) is provided. Further, the image decoding device 2 is provided with a vector value last arithmetic decoding unit (not shown) instead of the vector value last decoding unit 202 and the vector value last table unit 201.

【0062】また,本実施の形態では有効な成分の値を
量子化したが量子化しない方法も可能である。この場合
には,画像符号化装置1に値量子化部101を備えな
い。また画像復号装置2に値逆量子化部206を備えな
い。
Further, in the present embodiment, a method of quantizing the value of the effective component but not quantizing is also possible. In this case, the image coding apparatus 1 does not include the value quantization unit 101. The image decoding device 2 does not include the value dequantization unit 206.

【0063】また,本実施の形態では有効な成分間の位
置情報を量子化したが量子化しない方法も可能である。
この場合には,画像符号化装置1にベクトル成分量子化
部107とベクトル成分逆量子化部109を備えない。
また画像復号装置2にベクトル成分逆量子化部203を
備えない。
Further, although the position information between effective components is quantized in the present embodiment, a method without quantization is also possible.
In this case, the image coding apparatus 1 does not include the vector component quantization unit 107 and the vector component dequantization unit 109.
Further, the image decoding device 2 does not include the vector component inverse quantization unit 203.

【0064】また,本実施の形態ではラスト情報を含め
て可変長符号化を行ったが,含めない方法も可能であ
る。この場合には,画像符号化装置1にラスト判定部1
10と値蓄積部104とベクトル蓄積部108を備えな
い。また画像復号装置2に非有効成分値設定部208を
備えない。
Further, in this embodiment, the variable length coding is performed by including the last information, but a method not including the last information is also possible. In this case, the last determination unit 1 is added to the image encoding device 1.
10, the value storage unit 104, and the vector storage unit 108 are not provided. The image decoding device 2 does not include the ineffective component value setting unit 208.

【0065】また,本実施の形態では有効な成分間の位
置情報を2次元ベクトルとし,その座標系を変換したが
変換しない方法も可能である。
Further, in the present embodiment, the position information between effective components is made into a two-dimensional vector and its coordinate system is converted, but it is also possible to use a method in which it is not converted.

【0066】この実施の形態のように本発明による画像
符号化装置1と画像復号装置2では,有効な成分間のベ
クトルのノルムが小さいほど,符号長の短い可変長符号
を割り当てることが可能となる。
As in this embodiment, in the image coding apparatus 1 and the image decoding apparatus 2 according to the present invention, the smaller the norm of the vector between the effective components, the shorter the variable length code can be assigned. Become.

【0067】本発明は,画像符号化に限らず,有限個の
成分を持つ多次元行列成分の値の符号化であれば適用す
ることができ,同様にビットレートを低減することが可
能である。
The present invention can be applied not only to the image coding but also to the coding of the value of the multidimensional matrix component having a finite number of components, and the bit rate can be similarly reduced. .

【0068】[0068]

【発明の効果】以上の発明によれば,多次元で表される
位置の差分ベクトルの成分とレベルの組み合わせに対し
て,可変長符号語を割り当てる。したがって,多次元で
表される位置の各成分の相関を損なわずに可変長符号化
することができる。特に,多次元行列内の,2成分間の
位置の差分が小さいほど,符号長の短い可変長符号を割
り当てることができ,ビットレートを低減することが可
能となる。
According to the invention described above, a variable length codeword is assigned to a combination of a component and a level of a difference vector at a position represented in multiple dimensions. Therefore, variable length coding can be performed without impairing the correlation of each component of the position represented in multidimensional. In particular, the smaller the difference between the positions of the two components in the multidimensional matrix, the shorter the variable length code can be assigned, and the bit rate can be reduced.

【図面の簡単な説明】[Brief description of drawings]

【図1】8×8DCT係数上の2次元ベクトル符号化の
一例を示す図である。
FIG. 1 is a diagram showing an example of two-dimensional vector coding on 8 × 8 DCT coefficients.

【図2】8×8DCT係数上の2次元ベクトル符号化の
他の一例を示す図である。
FIG. 2 is a diagram showing another example of two-dimensional vector coding on 8 × 8 DCT coefficients.

【図3】本実施の形態における画像符号化装置の構成例
を示す図である。
FIG. 3 is a diagram showing a configuration example of an image coding apparatus according to the present embodiment.

【図4】2次元ベクトル座標の例を示す図である。FIG. 4 is a diagram showing an example of two-dimensional vector coordinates.

【図5】ベクトル値ラストテーブル部に蓄積したルック
アップテーブルの例を示す図である。
FIG. 5 is a diagram showing an example of a lookup table accumulated in a vector value last table unit.

【図6】本実施の形態における入力DCT係数の例を示
す図である。
FIG. 6 is a diagram showing an example of input DCT coefficients in the present embodiment.

【図7】量子化されたDCT係数の例を示す図である。FIG. 7 is a diagram showing an example of quantized DCT coefficients.

【図8】符号化されるDCT係数の順序の例を示す図で
ある。
FIG. 8 is a diagram showing an example of the order of DCT coefficients to be encoded.

【図9】ベクトル値ラスト符号化部で符号化する組み合
わせの例を示す図である。
[Fig. 9] Fig. 9 is a diagram illustrating an example of a combination encoded by a vector value last encoding unit.

【図10】ベクトル値ラスト符号化部で出力される符号
語の例を示す図である。
[Fig. 10] Fig. 10 is a diagram illustrating an example of a codeword output by a vector value last encoding unit.

【図11】本実施の形態における画像復号装置の構成例
を示す図である。
FIG. 11 is a diagram showing a configuration example of an image decoding apparatus according to the present embodiment.

【図12】画像復号装置で得られるDCT係数の例を示
す図である。
FIG. 12 is a diagram illustrating an example of DCT coefficients obtained by the image decoding device.

【図13】8×8DCT係数上のジグザグスキャンの例
を示す図である。
FIG. 13 is a diagram showing an example of zigzag scanning on 8 × 8 DCT coefficients.

【図14】8×8DCT係数位置の例を示す図である。FIG. 14 is a diagram showing an example of 8 × 8 DCT coefficient positions.

【符号の説明】[Explanation of symbols]

1 画像符号化装置 101 値量子化部 102 多次元行列読み出し部 103 有効成分判定部 104 値蓄積部 105 前成分座標蓄積部 106 べクトル計算部 107 べクトル成分量子化部 108 ベクトル蓄積部 109 ベクトル成分逆量子化部 110 ラスト判定部 111 ベクトル値ラスト符号化部 112 ベクトル値ラストテーブル部 2 画像復号装置 201 ベクトル値ラストテーブル部 202 ベクトル値ラスト復号部 203 ベクトル成分逆量子化部 204 前成分座標蓄積部 205 位置情報計算部 206 値逆量子化部 207 値代入部 208 非有効成分値設定部 1 Image coding device 101 value quantizer 102 Multi-dimensional matrix reading unit 103 Active ingredient determination unit 104 value storage 105 previous component coordinate storage 106 Vector calculator 107 vector component quantizer 108 Vector storage 109 vector component inverse quantizer 110 Last judgment section 111 Vector value last encoding unit 112 Vector value last table part 2 Image decoding device 201 Vector value last table part 202 Vector value last decoding unit 203 vector component inverse quantizer 204 Pre-component coordinate storage 205 Location information calculator 206-value inverse quantizer 207 Value substitution unit 208 Non-effective component value setting section

───────────────────────────────────────────────────── フロントページの続き (72)発明者 小林 直樹 東京都千代田区大手町二丁目3番1号 日 本電信電話株式会社内 Fターム(参考) 5C059 MA23 MC11 ME01 SS20 UA02 UA05 UA39 5J064 AA02 BA09 BA16 BB01 BC14 BD03 BD04    ─────────────────────────────────────────────────── ─── Continued front page    (72) Inventor Naoki Kobayashi             2-3-1, Otemachi, Chiyoda-ku, Tokyo             Inside Telegraph and Telephone Corporation F-term (reference) 5C059 MA23 MC11 ME01 SS20 UA02                       UA05 UA39                 5J064 AA02 BA09 BA16 BB01 BC14                       BD03 BD04

Claims (18)

【特許請求の範囲】[Claims] 【請求項1】 有限個の成分を持つ多次元行列成分の値
の符号化に際して,ビットレートを低減する方法であっ
て,少なくとも1つの可変長符号語の形成において,2
成分間の位置の差分情報を,そのうちの片方の成分の値
と共に使用することを特徴とする符号化方法。
1. A method for reducing a bit rate in encoding a value of a multi-dimensional matrix component having a finite number of components, which comprises:
An encoding method characterized in that the difference information of the positions between the components is used together with the value of one of the components.
【請求項2】 有限個の成分を持つ多次元行列成分の値
の符号化に際して,ビットレートを低減する方法であっ
て,少なくとも1つの可変長符号語の形成において,2
成分間の位置の差分情報を,そのうちの片方の成分の値
と,符号化する最後の成分かどうかを示す情報と共に使
用することを特徴とする符号化方法。
2. A method for reducing a bit rate in encoding a value of a multi-dimensional matrix component having a finite number of components, which comprises:
A coding method characterized in that the difference information of the positions between the components is used together with the value of one of the components and the information indicating whether it is the last component to be encoded.
【請求項3】 請求項1または請求項2に記載の符号化
方法において,少なくとも前記2成分間の位置の差分情
報を使用して作られる可変長符号語を,予めルックアッ
プテーブルに記録しておき,該ルックアップテーブルを
使って可変長符号化することを特徴とする符号化方法。
3. The encoding method according to claim 1 or 2, wherein a variable length codeword created using at least position difference information between the two components is recorded in advance in a lookup table. Every other, variable-length coding is performed using the lookup table.
【請求項4】 請求項1から請求項3までのいずれかに
記載の符号化方法において,前記可変長符号化する2成
分間の位置の差分情報を,前記多次元行列とは異なる座
標系で求めることを特徴とする符号化方法。
4. The encoding method according to any one of claims 1 to 3, wherein the difference information of the positions between the two components to be variable length encoded is in a coordinate system different from that of the multidimensional matrix. An encoding method characterized by obtaining.
【請求項5】 請求項1から請求項4までのいずれかに
記載の符号化方法において,前記可変長符号化する2成
分間の位置の差分情報を量子化してから,可変長符号化
を行うことを特徴とする符号化方法。
5. The encoding method according to any one of claims 1 to 4, wherein variable length encoding is performed after quantizing difference information of positions between two components to be variable length encoded. An encoding method characterized by the above.
【請求項6】 有限個の成分を持つ多次元行列成分の値
の復号において,請求項1から請求項5までのいずれか
に記載の符号化方法で作られた可変長符号から,少なく
とも多次元ベクトルの各成分と有効な成分の値とを含む
値を可変長復号し,多次元ベクトルの成分を用いて多次
元行列内の位置情報を計算することにより,多次元行列
成分の値を復号することを特徴とする復号方法。
6. Decoding a value of a multidimensional matrix component having a finite number of components, at least multidimensional from a variable length code created by the encoding method according to any one of claims 1 to 5. Decodes the value of the multidimensional matrix component by performing variable length decoding on the value including each component of the vector and the value of the effective component and calculating the position information in the multidimensional matrix using the components of the multidimensional vector A decoding method characterized by the above.
【請求項7】 有限個の成分を持つ多次元行列成分の値
の符号化装置において,多次元行列の各成分の値を,予
め定められた順序で読み出す多次元行列読み出し部と,
読み出した値が,予め決められた基準を満たす値かどう
かを判定し,満たす場合には有効な成分とする有効成分
判定部と,有効な成分の多次元位置情報を蓄積する前成
分座標蓄積部と,前記前成分座標蓄積部に蓄積した多次
元位置情報と,前記有効成分判定部で得られた有効な成
分の多次元位置情報の差を計算し,多次元ベクトルを求
めるベクトル計算部と,前記ベクトル計算部で求めた多
次元ベクトルの各成分と,前記有効成分判定部で得られ
た有効な成分の値の組み合わせに対して,1つの可変長
符号を割り当てるベクトル値符号化部と,前記多次元ベ
クトルの成分と有効な成分の値に対して,1つの可変長
符号を割り当てたルックアップテーブルを蓄積するベク
トル値テーブル部とを備えることを特徴とする符号化装
置。
7. A multidimensional matrix reading unit for reading the values of the respective components of a multidimensional matrix in a coding device for the values of multidimensional matrix components having a finite number of components,
It is determined whether the read value is a value that satisfies a predetermined criterion, and if it is, the effective component determination unit that determines the effective component, and the previous component coordinate storage unit that stores the multidimensional position information of the effective component. And a vector calculation unit for calculating a difference between the multidimensional position information accumulated in the preceding component coordinate storage unit and the multidimensional position information of the effective component obtained by the effective component determination unit, and obtaining a multidimensional vector, A vector value encoding unit that assigns one variable length code to a combination of each component of the multidimensional vector obtained by the vector calculation unit and the value of the effective component obtained by the effective component determination unit; An encoding device, comprising: a vector value table unit for accumulating a look-up table in which one variable-length code is assigned to the values of multi-dimensional vector components and effective components.
【請求項8】 有限個の成分を持つ多次元行列成分の値
の符号化装置において,多次元行列の各成分の値を,予
め定められた順序で読み出す多次元行列読み出し部と,
読み出した値が,予め決められた基準を満たす値かどう
かを判定し,満たす場合には有効な成分とする有効成分
判定部と,有効な成分の多次元位置情報を蓄積する前成
分座標蓄積部と,前記前成分座標蓄積部に蓄積した多次
元位置情報と,前記有効成分判定部で得られた有効な成
分の多次元位置情報の差を計算し,多次元ベクトルを求
めるベクトル計算部と,前記有効成分判定部で得られた
有効な成分が,多次元行列内最後の有効な成分かどうか
を判断し,これをラスト情報として出力するラスト判定
部と,前記ベクトル計算部で求めた多次元ベクトルの各
成分と,前記有効成分判定部で得られた有効な成分の値
と,前記ラスト判定部で得られるラスト情報の組み合わ
せに対して,1つの可変長符号を割り当てるベクトル値
ラスト符号化部と,前記多次元ベクトルの成分と有効な
成分の値とラスト情報に対して,1つの可変長符号を割
り当てたルックアップテーブルを蓄積するベクトル値ラ
ストテーブル部とを備えることを特徴とする符号化装
置。
8. A multidimensional matrix reading unit for reading the values of the respective components of a multidimensional matrix in a predetermined order in a coding device for the values of multidimensional matrix components having a finite number of components,
It is determined whether the read value is a value that satisfies a predetermined criterion, and if it is, the effective component determination unit that determines the effective component, and the previous component coordinate storage unit that stores the multidimensional position information of the effective component. And a vector calculation unit for calculating a difference between the multidimensional position information accumulated in the preceding component coordinate storage unit and the multidimensional position information of the effective component obtained by the effective component determination unit, and obtaining a multidimensional vector, The effective component obtained by the effective component determination unit determines whether or not the last effective component in the multidimensional matrix and outputs this as the last information, and the multidimensional calculated by the vector calculation unit. A vector value last encoding unit that assigns one variable length code to each combination of each component of the vector, the value of the effective component obtained by the effective component determination unit, and the last information obtained by the last determination unit. When The relative value and the last information of the component and the active ingredient of the multidimensional vector, the encoding apparatus characterized in that it comprises a vector value last table unit for storing a look-up table assigned one variable length code.
【請求項9】 請求項7または請求項8に記載の符号化
装置において,前記ベクトル計算部が,前記多次元行列
とは異なる座標系で多次元ベクトルを求めるものである
ことを特徴とする符号化装置。
9. The encoding device according to claim 7, wherein the vector calculation unit obtains a multidimensional vector in a coordinate system different from that of the multidimensional matrix. Device.
【請求項10】 請求項7から請求項9までのいずれか
に記載の符号化装置において,前記ベクトル計算部で求
めた多次元ベクトルの成分の値を量子化するベクトル成
分量子化部を備えることを特徴とする符号化装置。
10. The encoding device according to claim 7, further comprising a vector component quantizer that quantizes the component value of the multidimensional vector obtained by the vector calculator. An encoding device characterized by.
【請求項11】 有限個の成分を持つ多次元行列成分の
値の復号装置において,多次元ベクトルの成分と有効な
成分の値に対して,1つの可変長符号を割り当てたルッ
クアップテーブルを蓄積するベクトル値テーブル部と,
前記ルックアップテーブルを使って,1つの可変長符号
から,多次元ベクトルの各成分と,有効な成分の値を復
号するベクトル値復号部と,多次元行列の成分の位置情
報を蓄積する前成分座標蓄積部と,前記ベクトル値復号
部で得られる多次元ベクトルの成分と,前記前成分座標
蓄積部に蓄積した位置情報から,多次元行列内の位置情
報を計算する位置情報計算部とを備えることを特徴とす
る復号装置。
11. A decoding device for decoding a value of a multidimensional matrix component having a finite number of components, and stores a look-up table in which one variable length code is assigned to a value of a multidimensional vector component and a valid component value. Vector value table section
Using the lookup table, a vector-value decoding unit that decodes each component of a multidimensional vector and the value of an effective component from one variable-length code, and a pre-component that stores position information of the components of a multidimensional matrix A coordinate storage unit, a position information calculation unit that calculates position information in a multidimensional matrix from the components of the multidimensional vector obtained by the vector value decoding unit and the position information stored in the previous component coordinate storage unit. A decoding device characterized by the above.
【請求項12】 有限個の成分を持つ多次元行列成分の
値の復号装置において,多次元ベクトルの成分と,有効
な成分の値と,多次元行列内最後の有効な成分かどうか
を示すラスト情報とに対して,1つの可変長符号を割り
当てたルックアップテーブルを蓄積するベクトル値ラス
トテーブル部と,前記ルックアップテーブルを使って,
1つの可変長符号から,多次元ベクトルの各成分と,有
効な成分の値と,ラスト情報とを復号するベクトル値ラ
スト復号部と,多次元行列の成分の位置情報を蓄積する
前成分座標蓄積部と,前記ベクトル値ラスト復号部で得
られる多次元ベクトルの成分と,前記前成分座標蓄積部
に蓄積した位置情報から,多次元行列内の位置情報を計
算する位置情報計算部と,前記ベクトル値ラスト復号部
で得られるラスト情報が,得られた有効な成分の値が多
次元行列内最後であることを示す場合に,行列内で値が
得られていない成分の値を予め定められた値にする非有
効成分値設定部とを備えることを特徴とする復号装置。
12. A decoding device for a value of a multidimensional matrix component having a finite number of components, a last of which indicates a multidimensional vector component, a valid component value, and the last valid component in the multidimensional matrix. A vector-valued last table unit for accumulating a look-up table to which one variable-length code is allocated for information, and the look-up table,
A vector value last decoding unit that decodes each component of a multidimensional vector, a value of a valid component, and last information from one variable-length code, and pre-component coordinate storage that stores position information of components of a multidimensional matrix. Unit, a position information calculation unit that calculates position information in a multidimensional matrix from the components of the multidimensional vector obtained by the vector value last decoding unit, and the position information accumulated in the previous component coordinate accumulation unit, and the vector When the last information obtained by the value last decoding section indicates that the obtained effective component value is the last in the multidimensional matrix, the value of the component whose value is not obtained in the matrix is predetermined. And a non-effective component value setting unit for setting a value.
【請求項13】 請求項11または請求項12に記載の
復号装置において,前記位置情報計算部が,多次元行列
と異なる座標系を使って位置情報を計算するものである
ことを特徴とする復号装置。
13. The decoding device according to claim 11 or 12, wherein the position information calculation unit calculates position information using a coordinate system different from a multidimensional matrix. apparatus.
【請求項14】 請求項11から請求項13までのいず
れかに記載の復号装置において,多次元ベクトルの各成
分を復号した後で,得られたベクトルの各成分を逆量子
化することを特徴とする復号装置。
14. The decoding device according to claim 11, wherein after decoding each component of the multidimensional vector, each component of the obtained vector is inversely quantized. Decoding device.
【請求項15】 請求項1から請求項5までのいずれか
に記載の符号化方法を,コンピュータに実行させるため
の符号化プログラム。
15. An encoding program for causing a computer to execute the encoding method according to any one of claims 1 to 5.
【請求項16】 請求項6に記載の復号方法を,コンピ
ュータに実行させるための復号プログラム。
16. A decryption program for causing a computer to execute the decryption method according to claim 6.
【請求項17】 請求項1から請求項5までのいずれか
に記載の符号化方法を,コンピュータに実行させるため
のプログラムを記録したことを特徴とする符号化プログ
ラムの記録媒体。
17. A recording medium for an encoding program, which stores a program for causing a computer to execute the encoding method according to any one of claims 1 to 5.
【請求項18】 請求項6に記載の復号方法を,コンピ
ュータに実行させるためのプログラムを記録したことを
特徴とする復号プログラムの記録媒体。
18. A recording medium for a decoding program, which stores a program for causing a computer to execute the decoding method according to claim 6.
JP2001204416A 2001-07-05 2001-07-05 Encoding method, decoding method, encoding device, decoding device, encoding program, decoding program, and program recording medium thereof Expired - Fee Related JP3866539B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001204416A JP3866539B2 (en) 2001-07-05 2001-07-05 Encoding method, decoding method, encoding device, decoding device, encoding program, decoding program, and program recording medium thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001204416A JP3866539B2 (en) 2001-07-05 2001-07-05 Encoding method, decoding method, encoding device, decoding device, encoding program, decoding program, and program recording medium thereof

Publications (2)

Publication Number Publication Date
JP2003018014A true JP2003018014A (en) 2003-01-17
JP3866539B2 JP3866539B2 (en) 2007-01-10

Family

ID=19040890

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001204416A Expired - Fee Related JP3866539B2 (en) 2001-07-05 2001-07-05 Encoding method, decoding method, encoding device, decoding device, encoding program, decoding program, and program recording medium thereof

Country Status (1)

Country Link
JP (1) JP3866539B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009520382A (en) * 2005-10-05 2009-05-21 エルジー エレクトロニクス インコーポレイティド Signal processing method and apparatus, encoding and decoding method, and apparatus therefor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009520382A (en) * 2005-10-05 2009-05-21 エルジー エレクトロニクス インコーポレイティド Signal processing method and apparatus, encoding and decoding method, and apparatus therefor

Also Published As

Publication number Publication date
JP3866539B2 (en) 2007-01-10

Similar Documents

Publication Publication Date Title
US7215707B2 (en) Optimal scanning method for transform coefficients in coding/decoding of image and video
JP4700491B2 (en) Adaptive coefficient scan ordering
US6725372B1 (en) Digital watermarking
JP3743962B2 (en) Image decoding method
EP1529401B1 (en) System and method for rate-distortion optimized data partitioning for video coding using backward adaptation
JP2013524679A (en) Video encoding method, decoding method and apparatus using adaptive coefficient scan order
JP5173990B2 (en) Encoding method, encoding apparatus, decoding method, and decoder
JPH09261078A (en) Data decoding method and its device
JP2003284071A (en) Method and apparatus for coding and decoding image considering visual characteristic of human being
US20050036549A1 (en) Method and apparatus for selection of scanning mode in dual pass encoding
US20070036222A1 (en) Non-zero coefficient block pattern coding
US20060233447A1 (en) Image data decoding apparatus and method
JPWO2008065822A1 (en) Encoding apparatus and encoding method
US10873765B2 (en) Techniques for high efficiency entropy coding of video data
JPWO2003079692A1 (en) Hierarchical encoding apparatus and decoding apparatus
US9008448B2 (en) Method and apparatus for successively encoding/decoding image
US7646926B2 (en) Image encoding apparatus
JP2003018014A (en) Coding method, decoding method, coder, decoder, coding program, decoding program and programs recording medium for them
KR20060027831A (en) Method of encoding a signal into a bit stream
JP2008109195A (en) Image processor
CN117119189A (en) Quantization and inverse quantization methods, devices and equipment applied to video coding and decoding
JP2005535263A (en) Method for transmitting data in an encoder

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060606

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060802

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20060802

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: 20061003

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20061005

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 3866539

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: R3D02

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101013

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101013

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111013

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111013

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121013

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121013

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131013

Year of fee payment: 7

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees