JPH06311369A - Picture coder - Google Patents

Picture coder

Info

Publication number
JPH06311369A
JPH06311369A JP5094526A JP9452693A JPH06311369A JP H06311369 A JPH06311369 A JP H06311369A JP 5094526 A JP5094526 A JP 5094526A JP 9452693 A JP9452693 A JP 9452693A JP H06311369 A JPH06311369 A JP H06311369A
Authority
JP
Japan
Prior art keywords
coding
code
block
output
unit
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.)
Pending
Application number
JP5094526A
Other languages
Japanese (ja)
Inventor
Takaharu Iwasaki
隆治 岩崎
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.)
Toshiba TEC Corp
Original Assignee
Tokyo Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tokyo Electric Co Ltd filed Critical Tokyo Electric Co Ltd
Priority to JP5094526A priority Critical patent/JPH06311369A/en
Publication of JPH06311369A publication Critical patent/JPH06311369A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve the coding efficiency by applying various coding to each block and selecting a code with least code quantity and providing an output of the result. CONSTITUTION:A block division section 11 divides a picture signal into blocks of predetermined picture elements and is inputted to an orthogonal transformation section 12, in which orthogonal transformation is executed to each block. A quantization section 13 uses a quantization table 14 to quantize an output of the transformation section 12 and the result is fed to Huffman coding sections 151-153. The coding sections 151-153 apply zigzag, longitudinal and lateral scanning to rearrange a quantization output of 2-dimension arrangement into linear arrangement and a Huffman coding table 16 is used for coding. Then a code selection section 17 counts the code quantity coded by the coding sections 151-153 and selects the code from the coding section generating a least code quantity and the selected code is outputted to a multiplexer section 18. Thus, the coding efficiency is improved.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、画像信号を符号化する
画像符号化装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image coding apparatus for coding an image signal.

【0002】[0002]

【従来の技術】従来、カラー静止画国際標準符号化方式
に代表される直交変換符号化方式で符号化を行う画像符
号化装置は、図5に示すように、入力される画像信号を
ブロック分割部1により例えば8×8画素のブロックに
分割し、これを直交変換部2にてブロック毎に離散コサ
イン変換等の直交変換を行っている。
2. Description of the Related Art Conventionally, as shown in FIG. 5, an image coding apparatus which performs coding by an orthogonal transform coding method typified by a color still image international standard coding method divides an input image signal into blocks. The unit 1 divides the block into, for example, 8 × 8 pixels, and the orthogonal transform unit 2 performs orthogonal transform such as discrete cosine transform for each block.

【0003】直交変換部2からの出力はブロックの左上
部に低周波成分が現れ、ブロックの右下部に高周波成分
が現れる。そして量子化部3で量子化テーブル4を使用
して直交変換部2からの出力を量子化する。この量子化
はブロック内の各出力を量子化テーブル4内の同位置に
ある量子化ステップサイズで量子化することにより行わ
れる。
In the output from the orthogonal transform unit 2, a low frequency component appears in the upper left part of the block and a high frequency component appears in the lower right part of the block. Then, the quantization unit 3 uses the quantization table 4 to quantize the output from the orthogonal transform unit 2. This quantization is performed by quantizing each output in the block with the quantization step size at the same position in the quantization table 4.

【0004】そして量子化部3からの出力をハフマン符
号化部5においてハフマン符号化テーブル6を使用して
符号化し、符号化データとして出力するようになってい
る。
The output from the quantizing unit 3 is encoded by the Huffman encoding unit 5 using the Huffman encoding table 6 and output as encoded data.

【0005】ハフマン符号化部5は図7に示す0,1,
2,3,4,…で示すようにジグザグスキャンを行なっ
てブロックの2次元配列を1次元配列に並び替え、非0
の量子化出力と0ランの組合わせを事象としてハフマン
符号により符号化するようになっている。
The Huffman coding unit 5 has 0, 1, shown in FIG.
Zigzag scan is performed to rearrange the two-dimensional array of blocks into a one-dimensional array as indicated by 2, 3, 4, ...
The combination of the quantized output of 0 and 0 run is encoded as an event by the Huffman code.

【0006】例えば図8に示す8×8画素のブロックの
画像信号を直交変換部2で直交変換すると、図9に示す
ような変換出力が得られる。これを図6に示す量子化テ
ーブル4により量子化すると、図10に示すような量子
化出力が得られる。
For example, when the image signal of the block of 8 × 8 pixels shown in FIG. 8 is orthogonally transformed by the orthogonal transformation unit 2, a transformed output as shown in FIG. 9 is obtained. When this is quantized by the quantization table 4 shown in FIG. 6, a quantized output as shown in FIG. 10 is obtained.

【0007】そしてこの量子化出力のブロックの左上の
直流成分「51」はその前のブロックの直流成分との差
分値をハフマン符号化する。交流成分は図7のジグザグ
スキャンに従い、非0の量子化出力とその前に続いてい
る0のランレングスを求め、ハフマン符号化テーブル6
を使用して符号化する。
The DC component "51" at the upper left of this quantized output block is Huffman-encoded for the difference value from the DC component of the preceding block. For the AC component, a non-zero quantized output and a run length of 0 following the non-zero quantized output are obtained according to the zigzag scan of FIG. 7, and the Huffman encoding table 6
To be encoded.

【0008】ブロック内のすべての係数を符号化した
後、ブロックの終りを示すEOB(4ビット)を付加し
て符号化データとして出力する。
After encoding all the coefficients in the block, EOB (4 bits) indicating the end of the block is added and output as encoded data.

【0009】たとえば図4のハフマン符号化テーブル
(各事象のビット長のみ示す)を用いると交流成分のビ
ット数は33ビットになる。
For example, when the Huffman coding table of FIG. 4 (only the bit length of each event is shown) is used, the number of bits of the AC component is 33 bits.

【0010】[0010]

【発明が解決しようとする課題】画像信号に直交変換を
施すと周波数成分に相当する信号に変換され、変換後の
係数はブロックの左上部に低周波成分が現れ、右下部に
高周波成分が現れる。画像信号は隣接画素間の相関が高
く、低周波成分の電力が大きい。従って、画像の平坦部
を変換するとブロックの左上部に電力が集中する。
When an orthogonal transformation is applied to an image signal, it is transformed into a signal corresponding to a frequency component, and the transformed coefficient has a low frequency component in the upper left portion of the block and a high frequency component in the lower right portion of the block. . The image signal has a high correlation between adjacent pixels and a large amount of low-frequency component power. Therefore, when the flat part of the image is converted, power is concentrated on the upper left part of the block.

【0011】画像のエッジ部は高周波成分があるので、
変換後はそのエッジの方向によって高周波成分側にも大
きい電力が発生する。画像信号領域と変換信号領域との
対応関係を示すと図11及び図12に示すようになる。
なお、斜線部分は電力の大きい部分を示している。
Since the edge portion of the image has a high frequency component,
After conversion, a large amount of power is generated on the high frequency component side depending on the direction of the edge. The correspondence between the image signal area and the converted signal area is shown in FIGS. 11 and 12.
In addition, the shaded portion indicates the portion where the electric power is large.

【0012】すなわち図11の(a) に示すように平坦な
画像信号領域では図12の(a) に示すように左上部に電
力が集中し、図11の(b) に示すように画像信号領域に
縦方向のエッジがあるときには図12の(b) に示すよう
に変換信号領域では横方向に電力が集中し、図11の
(c) に示すように画像信号領域に横方向のエッジがある
ときには図12の(c) に示すように変換信号領域では縦
方向に電力が集中し、図11の(d) に示すように画像信
号領域に斜め方向のエッジがあるときには図12の(d)
に示すように変換信号領域では斜め方向に電力が集中す
る。
That is, in the flat image signal area as shown in FIG. 11A, the electric power is concentrated in the upper left portion as shown in FIG. 12A, and the image signal as shown in FIG. When there is a vertical edge in the area, power is concentrated in the horizontal direction in the converted signal area as shown in FIG.
When there is a horizontal edge in the image signal area as shown in (c), power is concentrated vertically in the converted signal area as shown in (c) of FIG. 12, and as shown in (d) of FIG. When the image signal area has an oblique edge, (d) of FIG.
In the converted signal area, the electric power is concentrated diagonally as shown in FIG.

【0013】このように画像の統計的性質に応じて変換
係数の分布が変化する性質を持っている。
As described above, the distribution of transform coefficients has the property of changing according to the statistical properties of the image.

【0014】しかし従来では直交変換出力を量子化した
量子化出力を符号化する際、すべてのブロックにおいて
ジグザグにスキャンを行うため、画像の平坦部を符号化
すると効率よく符号化できるが、画像のエッジ部の場合
は符号化の効率が低下するという問題があった。
However, conventionally, when encoding a quantized output obtained by quantizing an orthogonal transform output, zigzag scanning is performed in all blocks. Therefore, encoding a flat portion of an image enables efficient encoding. In the case of the edge part, there is a problem that the coding efficiency is reduced.

【0015】そこで本発明は、ブロック毎に各種符号化
を行い、最も符号量の少ない符号を選択して出力するこ
とにより、符号化効率を高めることができる画像符号化
装置を提供しようとするものである。
Therefore, the present invention intends to provide an image coding apparatus capable of improving coding efficiency by performing various kinds of coding for each block and selecting and outputting the code having the smallest code amount. Is.

【0016】[0016]

【課題を解決するための手段】請求項1対応の発明は、
画像信号を複数画素からなるブロックに分割するブロッ
ク分割部と、このブロック分割部で分割された各ブロッ
クの直交変換を行なう直交変換部と、この直交変換部か
らのブロック毎の直交変換出力を量子化する量子化部
と、この量子化部からの量子化出力をそれぞれ異なる符
号化処理により符号化する複数の符号化部と、この各符
号化部から最も少ない符号量を出力する符号化部を選択
する符号選択部とを設けたものである。
The invention according to claim 1 is
A block division unit that divides an image signal into blocks including a plurality of pixels, an orthogonal transformation unit that performs orthogonal transformation of each block divided by the block division unit, and an orthogonal transformation output for each block from the orthogonal transformation unit is quantized. A quantizer for encoding, a plurality of encoders for encoding the quantized output from the quantizer by different encoding processes, and an encoder for outputting the smallest code amount from each encoder. A code selection unit for selecting is provided.

【0017】[0017]

【作用】このような構成の発明においては、画像信号は
ブロック毎に直交変換され、量子化され、符号化され
る。このとき複数の符号化部により各種符号化処理が行
われ、符号選択部は最も少ない符号量を出力する符号化
部を選択する。こうして最も符号量の少ない符号を出力
する。
In the invention having such a structure, the image signal is orthogonally transformed for each block, quantized and coded. At this time, various coding processes are performed by the plurality of coding units, and the code selection unit selects the coding unit that outputs the smallest code amount. In this way, the code with the smallest code amount is output.

【0018】[0018]

【実施例】以下、本発明の一実施例を図面を参照して説
明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings.

【0019】図1に示すように画像信号をブロック分割
部11に供給して例えば8×8画素のブロックに分割
し、その分割した各ブロックを直交変換部12に入力し
て各ブロック毎に離散コサイン変換等の直交変換を行な
うようになっている。
As shown in FIG. 1, the image signal is supplied to a block division unit 11 to be divided into blocks of, for example, 8 × 8 pixels, and each divided block is input to an orthogonal transformation unit 12 to be discrete for each block. Orthogonal transformation such as cosine transformation is performed.

【0020】前記直交変換部12からの直交変換出力を
量子化部13に供給し、この量子化部13で図6に示す
ような量子化テーブル14を使用して直交変換部12か
らの出力を量子化する。この量子化はブロック内の各出
力を量子化テーブル14内の同位置にある量子化ステッ
プサイズで量子化することにより行われる。
The orthogonal transform output from the orthogonal transform unit 12 is supplied to the quantizing unit 13, and the quantizing unit 13 uses the quantizing table 14 as shown in FIG. 6 to output the output from the orthogonal transform unit 12. Quantize. This quantization is performed by quantizing each output in the block with the quantization step size at the same position in the quantization table 14.

【0021】そして量子化部13からの量子化出力を第
1、第2、第3のハフマン符号化部151 ,152 ,1
53 にそれぞれ供給し、各ハフマン符号化部151 ,1
52,153 においてハフマン符号化テーブル16を使
用して符号化するようになっている。
The quantized output from the quantizer 13 is supplied to the first, second and third Huffman encoders 151, 152, 1
5 3 respectively, and each Huffman coding unit 151, 1
The Huffman coding table 16 is used for coding at 52 and 153.

【0022】前記第1のハフマン符号化部151 は図7
に0,1,2,3,4,…で示すようにジグザグスキャ
ンを行なって2次元配列の量子化出力を1次元配列に並
び替え、非0の量子化出力と0ランの組合わせを事象と
して図4に示すハフマン符号化テーブル16により符号
化するようになっている。
The first Huffman encoder 151 is shown in FIG.
Zigzag scanning is performed to rearrange the quantized output of the two-dimensional array into a one-dimensional array as indicated by 0, 1, 2, 3, 4, ... The Huffman coding table 16 shown in FIG. 4 is used for coding.

【0023】前記第2のハフマン符号化部152 は図2
に0,1,2,3,4,…で示すように縦方向のスキャ
ンを行って2次元配列の量子化出力を1次元配列に並び
替え、非0の量子化出力と0ランの組合わせを事象とし
て図4に示すハフマン符号化テーブル16により符号化
するようになっている。
The second Huffman coding unit 152 is shown in FIG.
As shown by 0, 1, 2, 3, 4, ..., The vertical scan is performed to rearrange the quantized output of the two-dimensional array into a one-dimensional array, and the combination of the non-zero quantized output and the zero run is combined. Is an event and is encoded by the Huffman encoding table 16 shown in FIG.

【0024】前記第3のハフマン符号化部153 は図3
に0,1,2,3,4,…で示すように横方向のスキャ
ンを行って2次元配列の量子化出力を1次元配列に並び
替え、非0の量子化出力と0ランの組合わせを事象とし
て図4に示すハフマン符号化テーブル16により符号化
するようになっている。
The third Huffman coding unit 153 shown in FIG.
Then, the horizontal scan is performed as indicated by 0, 1, 2, 3, 4, ... to rearrange the quantized output of the two-dimensional array into a one-dimensional array, and the combination of the non-zero quantized output and the zero run is combined. Is an event and is encoded by the Huffman encoding table 16 shown in FIG.

【0025】前記各ハフマン符号化部151 ,152 ,
153 が符号化した符号量を符号選択部17でそれぞれ
カウントし、最も少ない符号量を発生した符号化部から
の符号を選択し、その選択した符号を多重化部18に出
力している。
Each of the Huffman coding units 151, 152,
The code amount coded by 153 is counted by the code selecting unit 17, the code from the coding unit that generates the smallest code amount is selected, and the selected code is output to the multiplexing unit 18.

【0026】前記多重化部18は選択したハフマン符号
を示す情報ビットの後に符号を付加し、符号化データと
して出力するようになっている。
The multiplexer 18 adds a code after the selected information bit indicating the Huffman code and outputs the coded data.

【0027】このような構成の実施例においては、例え
ば図8に示す8×8画素のブロックの画像信号を直交変
換部12で直交変換すると、図9に示すような変換出力
が得られ、これを図6に示す量子化テーブル4により量
子化すると、図10に示すような量子化出力が得られ
る。
In the embodiment having such a configuration, for example, when the image signal of the block of 8 × 8 pixels shown in FIG. 8 is orthogonally transformed by the orthogonal transformation section 12, a transformed output as shown in FIG. 9 is obtained. Is quantized by the quantization table 4 shown in FIG. 6, a quantized output as shown in FIG. 10 is obtained.

【0028】この量子化出力を第1のハフマン符号化部
151 が図4に示すようなハフマン符号化テーブル16
を使用して符号化すると、「0,2,2,0,0,0,
0,0,2,1,0,0,0,0,0,0,0,0,
0,1」となり、交流成分のビット数は33ビットとな
る。
The quantized output is converted into a Huffman coding table 16 as shown in FIG. 4 by the first Huffman coding unit 151.
When encoded using, "0, 2, 2, 0, 0, 0,
0,0,2,1,0,0,0,0,0,0,0,0,
0, 1 ”, and the number of bits of the AC component is 33 bits.

【0029】すなわち最初の「0,2」が0ランが1、
値が2でハフマン符号化テーブルから5ビットとなり、
次の「2」が0ランが0、値が2でハフマン符号化テー
ブルから2ビットとなり、次の「0,0,0,0,0,
2」が0ランが5、値が2でハフマン符号化テーブルか
ら11ビットとなり、次の「1」が0ランが0、値が1
でハフマン符号化テーブルから2ビットとなり、最後の
「0,0,0,0,0,0,0,0,0,1」が0ラン
が9、値が1でハフマン符号化テーブルから9ビットと
なる。そしてこれにEOBの4ビットが付加され、33
ビットとなる。
That is, the first "0, 2" is 0, the run is 1,
If the value is 2, it will be 5 bits from the Huffman encoding table,
The next "2" is 0, the run is 0, the value is 2, and the Huffman coding table has 2 bits, and the next "0, 0, 0, 0, 0,
2 "is 0 run 5 and the value is 2 and becomes 11 bits from the Huffman coding table. Next" 1 "is 0 run 0 and the value is 1
2 bits from the Huffman coding table, and the last "0,0,0,0,0,0,0,0,0,1" has 0 runs, the value 1 and 9 bits from the Huffman coding table Becomes Then, 4 bits of EOB are added to this, 33
Become a bit.

【0030】またこの量子化出力を第2のハフマン符号
化部152 がハフマン符号化テーブル16を使用して符
号化すると、「2,2,2,1,1」となり、交流成分
のビット数は14ビットとなる。
When the second Huffman encoder 152 encodes this quantized output using the Huffman encoding table 16, it becomes "2,2,2,1,1", and the number of bits of the AC component is It will be 14 bits.

【0031】すなわち「2」は0ランが0、値が2で2
ビットとなり、「1」が0ランが0、値が1で2ビット
となるから全体で10ビットとなり、これにEOBの4
ビットが付加され、14ビットとなる。
That is, "2" is 0 when the run is 0 and the value is 2 when the run is 2
It becomes a bit and "1" becomes 0 when the run is 0 and the value is 1 and becomes 2 bits. Therefore, the total becomes 10 bits.
Bits are added to make 14 bits.

【0032】またこの量子化出力を第3のハフマン符号
化部153 がハフマン符号化テーブル16を使用して符
号化すると、「0,0,0,0,0,0,0,2,0,
0,0,0,0,0,0,2,0,0,0,0,0,
0,0,2,0,0,0,0,0,0,0,1,0,
0,0,0,0,0,0,1」となり、交流成分のビッ
ト数は56ビットとなる。
When the third Huffman coding unit 153 codes this quantized output using the Huffman coding table 16, "0,0,0,0,0,0,0,2,0,
0,0,0,0,0,0,2,0,0,0,0,0,
0,0,2,0,0,0,0,0,0,0,1,0,
0,0,0,0,0,0,1 ", and the bit number of the AC component is 56 bits.

【0033】すなわち「0,0,0,0,0,0,0,
2」は0ランが7、値が2で12ビットとなり、また
「0,0,0,0,0,0,0,1」が0ランが7、値
が1で8ビットとなるから全体で52ビットとなり、こ
れにEOBの4ビットが付加され、56ビットとなる。
That is, "0,0,0,0,0,0,0,
"2" has 7 runs and a value of 2 and is 12 bits, and "0,0,0,0,0,0,0,1" has 7 runs and a value of 1 and has 8 bits. It becomes 52 bits, and 4 bits of EOB are added to this to become 56 bits.

【0034】この各ハフマン符号化部151 〜153 の
符号量は符号選択部17でそれぞれカウントされ、最も
少ない符号量、すなわち14ビットの符号を発生した符
号化部152 の符号が選択される。こうして多重化部1
8は選択したハフマン符号を示す情報ビットの後に符号
を付加し、符号化データとして出力する。
The code amount of each of the Huffman coding units 151 to 153 is counted by the code selection unit 17, and the code amount of the coding unit 152 which generated the smallest code amount, that is, the code of 14 bits is selected. Thus the multiplexing unit 1
Reference numeral 8 adds a code after the selected information bit indicating the Huffman code, and outputs the coded data.

【0035】このように各ハフマン符号化部151 〜1
53 が符号化したときの最も符号量が少ない符号化部か
らの符号を選択して符号化データとして出力しているの
で、符号化効率を高めることができる。すなわちより圧
縮率の高い符号化データを出力することができる。
In this way, each Huffman coding unit 151-1
Since the code from the coding unit having the smallest code amount when 5 3 is coded is selected and output as the coded data, the coding efficiency can be improved. That is, it is possible to output encoded data having a higher compression rate.

【0036】また各ハフマン符号化部151 〜153 は
2次元配列から1次元配列に並び替える順序が異なるだ
けなので、装置規模の増大はごく僅かで容易に実現でき
る。
Further, since the Huffman coding units 151 to 153 differ only in the order of rearranging from the two-dimensional array to the one-dimensional array, the device scale can be slightly increased and easily realized.

【0037】なお、前記実施例では3種類のハフマン符
号化部を使用したが必ずしもこれに限定するものではな
く、2種類のハフマン符号化部を使用したものであって
も、また4種類以上のハフマン符号化部を使用したもの
であってもよい。
In the above embodiment, three types of Huffman coding units are used, but the present invention is not necessarily limited to this. Even if two types of Huffman coding units are used, there are four or more types. A Huffman coding unit may be used.

【0038】[0038]

【発明の効果】以上、本発明によれば、ブロック毎に各
種符号化を行い、最も符号量の少ない符号を選択して出
力することにより、符号化効率を高めることができる。
As described above, according to the present invention, it is possible to improve coding efficiency by performing various kinds of coding for each block and selecting and outputting the code having the smallest code amount.

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

【図1】 本発明の一実施例を示すブロック図。FIG. 1 is a block diagram showing an embodiment of the present invention.

【図2】 同実施例の第2のハフマン符号化部の2次元
配列から1次元配列に並び替えるときの走査順を示す
図。
FIG. 2 is a diagram showing a scanning order when rearranging from a two-dimensional array to a one-dimensional array in the second Huffman encoding unit of the embodiment.

【図3】 同実施例の第3のハフマン符号化部の2次元
配列から1次元配列に並び替えるときの走査順を示す
図。
FIG. 3 is a diagram showing a scanning order when rearranging from a two-dimensional array to a one-dimensional array in a third Huffman coding unit of the embodiment.

【図4】 同実施例のハフマン符号化テーブルの一例を
示す図。
FIG. 4 is a diagram showing an example of a Huffman encoding table according to the same embodiment.

【図5】 従来例を示すブロック図。FIG. 5 is a block diagram showing a conventional example.

【図6】 量子化テーブルの一例を示す図。FIG. 6 is a diagram showing an example of a quantization table.

【図7】 従来及び第1のハフマン符号化部の2次元配
列から1次元配列に並び替えるときの走査順を示す図。
FIG. 7 is a diagram showing a scanning order when rearranging from a two-dimensional array to a one-dimensional array in the conventional and first Huffman encoding units.

【図8】 画像信号の一例を示す図。FIG. 8 is a diagram showing an example of an image signal.

【図9】 直交変換出力の一例を示す図。FIG. 9 is a diagram showing an example of an orthogonal transform output.

【図10】量子化出力の一例を示す図。FIG. 10 is a diagram showing an example of a quantized output.

【図11】画像信号領域例を示す図。FIG. 11 is a diagram showing an example of an image signal area.

【図12】図11に対応する変換信号領域例を示す図。12 is a diagram showing an example of a converted signal area corresponding to FIG.

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

11…ブロック分割部 12…直交変換部 13…量子化部 151 〜153 …ハフマン符号化部 17…符号選択部 11 ... Block division unit 12 ... Orthogonal transformation unit 13 ... Quantization unit 151-153 ... Huffman coding unit 17 ... Code selection unit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 画像信号を複数画素からなるブロックに
分割するブロック分割部と、このブロック分割部で分割
された各ブロックの直交変換を行なう直交変換部と、こ
の直交変換部からのブロック毎の直交変換出力を量子化
する量子化部と、この量子化部からの量子化出力をそれ
ぞれ異なる符号化処理により符号化する複数の符号化部
と、この各符号化部から最も少ない符号量を出力する符
号化部を選択する符号選択部とを具備したことを特徴と
する画像符号化装置。
1. A block division unit that divides an image signal into blocks composed of a plurality of pixels, an orthogonal transformation unit that performs orthogonal transformation of each block divided by this block division unit, and a block for each block from the orthogonal transformation unit. A quantizer that quantizes the orthogonal transform output, a plurality of encoders that encode the quantized output from this quantizer by different encoding processes, and the smallest amount of code output from each encoder An image coding apparatus, comprising: a code selecting unit that selects a coding unit that performs the image coding.
JP5094526A 1993-04-21 1993-04-21 Picture coder Pending JPH06311369A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5094526A JPH06311369A (en) 1993-04-21 1993-04-21 Picture coder

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5094526A JPH06311369A (en) 1993-04-21 1993-04-21 Picture coder

Publications (1)

Publication Number Publication Date
JPH06311369A true JPH06311369A (en) 1994-11-04

Family

ID=14112780

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5094526A Pending JPH06311369A (en) 1993-04-21 1993-04-21 Picture coder

Country Status (1)

Country Link
JP (1) JPH06311369A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1223677A2 (en) * 2000-12-27 2002-07-17 Nec Corporation Data compression and related control method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1223677A2 (en) * 2000-12-27 2002-07-17 Nec Corporation Data compression and related control method
EP1223677A3 (en) * 2000-12-27 2003-12-10 Nec Corporation Data compression and related control method
KR100472040B1 (en) * 2000-12-27 2005-03-08 닛본 덴끼 가부시끼가이샤 Data compression method and device, and computer-readable recording medium of storing a control program for controlling the data compression
US6940900B2 (en) 2000-12-27 2005-09-06 Nec Corporation Data compression, control program for controlling the data compression

Similar Documents

Publication Publication Date Title
KR100261923B1 (en) Method and apparatus for encoding of data using both vector quantization and runlength encoding and using adaptive run-length encoding
US7454071B2 (en) System and method for using pattern vectors for video and image coding and decoding
US20090103608A1 (en) Method and system for entropy coding
JPH0377477A (en) Method and apparatus for variable length coding
JPH05316360A (en) Coding/decoding device for picture signal
JPH05206867A (en) Apparatus and method for compression of data and data arrangement device used for them
JPH06350854A (en) Picture compression encoding device
KR920005014A (en) Image data restoration method and device
JPH06189140A (en) Image compression device
JPH06311369A (en) Picture coder
JPH1175182A (en) Method and system for compressing moving image information
JPH0575875A (en) Picture encoding device
JPH07255054A (en) Image encoding device
EP1642235A1 (en) Method of encoding a signal into a bit stream
JPH0774954A (en) Method for encoding/decoding picture information
JP3011811B2 (en) Decoding device for variable length code of image data
KR100327364B1 (en) Image compression device using multiple huffman table
JPH05167859A (en) Image encoding device
JP3216741B2 (en) Image coding method
JPH04225693A (en) Encoder
JP3032281B2 (en) Image encoding method and image decoding method
JPH03238970A (en) Conversion coding system
JPH05328137A (en) Data compressing device
JPH03238564A (en) Method and device for encoding and restoring picture data
JPH0575837A (en) Synthesizing method for picture