JPH04227163A - Encoding data processor - Google Patents

Encoding data processor

Info

Publication number
JPH04227163A
JPH04227163A JP2415834A JP41583490A JPH04227163A JP H04227163 A JPH04227163 A JP H04227163A JP 2415834 A JP2415834 A JP 2415834A JP 41583490 A JP41583490 A JP 41583490A JP H04227163 A JPH04227163 A JP H04227163A
Authority
JP
Japan
Prior art keywords
quantization
time unit
lot
data
unit delay
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
JP2415834A
Other languages
Japanese (ja)
Inventor
Toru Watanabe
邊 亨 渡
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.)
Casio Computer Co Ltd
Original Assignee
Casio Computer 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 Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP2415834A priority Critical patent/JPH04227163A/en
Publication of JPH04227163A publication Critical patent/JPH04227163A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To execute a fast quantizing arithmetic operation with a small circuit scale by providing an encoding data processor equipped with a quantization means which substitutes difinite number of levels for a signal changing successively. CONSTITUTION:Since data is inputted from an LSB, one time unit delay means left shift. In such a case, a binary point is neglected, and output by one time unit delay is reduced to 1/512, therefore, the input of a full-adder 32 shown in 3 is 1/256 and 1/512. and it follows that the one time unit delay occurs in the adder 32, and the output goes to (1/128+1/256). The output of 4 goes to (1/64+1/128+1/256) and that of 5 to (1/32+1/64+1/128+1/256) by repeating a similar operation, thereby, an expected value can be obtained. A quantizing arithmetic operation by a quantization table is realized by a serial circuit, which enables the circuit scale of the whole quantizer to be remarkably reduced.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、画像データの圧縮処理
等に用いられる符号化データ処理装置に係り、詳細には
符号化の際の量子化演算を行なう量子化装置を有する符
号化データ処理装置に関する。
[Industrial Application Field] The present invention relates to an encoded data processing device used for image data compression processing, etc., and more specifically, an encoded data processing device having a quantization device that performs quantization operations during encoding. Regarding equipment.

【0002】0002

【従来の技術】ISDNやCD−ROMを前提とした画
像の高能率符号化技術において、DCT(離散コサイン
変換)が高能率符号化技術の主流になりつつある。この
DCTに限らず、高能率符号化して画素当たりの平均ビ
ット数を減らすと、画像の品質は落ち、圧縮率を上げる
と、画質の劣化を引き起こす。現行の標準テレビ信号を
1.5Mビット/秒に圧縮した場合に問題となるのは、
輪郭部分の劣化とDCTで処理するブロック単位(例え
ば8×8画素)に発生するブロック歪みである。逆変換
して画素を再生するときに、ブロック内のDCT出力を
すべて線形和することになるが、8×8画素から成るブ
ロックのDCT出力64個のうち、一つでも情報損失が
あると、ブロック内全体の再生画素に劣化が生じる。
2. Description of the Related Art DCT (discrete cosine transform) is becoming the mainstream of high-efficiency encoding technology for images based on ISDN and CD-ROM. Not limited to this DCT, if the average number of bits per pixel is reduced by high-efficiency encoding, the quality of the image deteriorates, and if the compression rate is increased, the image quality deteriorates. The problem when compressing the current standard television signal to 1.5 Mbit/s is:
These are deterioration of the contour portion and block distortion occurring in block units (for example, 8×8 pixels) processed by DCT. When reproducing pixels by inverse transformation, all DCT outputs in a block are linearly summed, but if there is information loss in even one of the 64 DCT outputs of a block consisting of 8 x 8 pixels, Deterioration occurs in the reproduced pixels of the entire block.

【0003】そこで、このようなブロック歪みをできる
だけ軽減するため、参考文献 IEEETRANSAC
TIONS ON ACOUSTICS,SPEECH
,AND SIGNAL PROCESSING.VO
L.37.NO.4.APRIL1989(The L
OT Transform Coding Witho
ut Blockig Effects,HENRIQ
UE S.MALVAR,DAVID H.STAEL
IN)に開示されたLOT演算が提案されている。図9
は、このLOT演算処理を行なうLOT演算装置を示す
ものであり、1次元LOTのブロック図を示している。 図9において、1はLOT演算装置、2,3はDCT装
置であり、DCT装置2,3には図10〜図13に示す
各種演算器が接続されている。ここで、図10は減算c
=a+(−b)を示す演算を、図11は加算c=a+b
を示す演算を、図12は所定のゲイン(例えば、1/2
)を調整する演算を、図13はベクトル回転を行なう演
算をそれぞれ示している。DCT装置2,3の出力はイ
ーブン(even:偶数)出力0,2,4,6とオッド
(odd:奇数)出力1,3,5,7とに分けて加減算
され、最後に奇数成分のみが図13に示すバタフライ演
算器でベクトル回転されてLOTデータとなる。図9に
示す1次元LOT構成ではLOT演算装置1を構成する
DCT2,3に16画素(X0〜X7,X0’〜X7’
)を入力すればLOT演算によって8データ(Y0〜Y
7)の出力が得られる。すなわち、入力初段では1次元
のDCT演算を行なって、16データを得、この16デ
ータを各種演算を行なった後ベクトル回転して最終的に
8データを得る。このLOT演算は1次元であるため、
16×16の入力画素に対し8×16出力となっており
、これを再び縦横を入れ替えて同様のLOT演算を行な
って8×8のデータを得る。
[0003] Therefore, in order to reduce such block distortion as much as possible, reference document IEEE TRANSAC
TIONS ON ACUSTICS,SPEECH
, AND SIGNAL PROCESSING. V.O.
L. 37. NO. 4. APRIL1989(The L
OT Transform Coding Without
ut Blocking Effects, HENRIQ
UE S. MALVAR, DAVID H. STAEL
The LOT operation disclosed in IN) has been proposed. Figure 9
1 shows a LOT arithmetic device that performs this LOT arithmetic processing, and is a block diagram of a one-dimensional LOT. In FIG. 9, 1 is a LOT calculation device, 2 and 3 are DCT devices, and various calculation units shown in FIGS. 10 to 13 are connected to the DCT devices 2 and 3. Here, Figure 10 shows subtraction c
The calculation that shows =a+(-b) is shown in Figure 11 as addition c=a+b.
FIG. 12 shows the calculation showing the predetermined gain (for example, 1/2
), and FIG. 13 shows the calculation for vector rotation. The outputs of the DCT devices 2 and 3 are divided into even (even number) outputs 0, 2, 4, 6 and odd (odd number) outputs 1, 3, 5, 7, and are added and subtracted, and finally only the odd number components are added and subtracted. The data is vector-rotated by the butterfly calculator shown in FIG. 13 and becomes LOT data. In the one-dimensional LOT configuration shown in FIG. 9, 16 pixels (X0 to X7, X0' to X7'
), 8 data (Y0 to Y
The output of 7) is obtained. That is, at the first stage of input, a one-dimensional DCT operation is performed to obtain 16 data, and after various operations are performed on these 16 data, vector rotation is performed to finally obtain 8 data. Since this LOT operation is one-dimensional,
The output is 8x16 for a 16x16 input pixel, and the vertical and horizontal directions are switched again and a similar LOT operation is performed to obtain 8x8 data.

【0004】図14は図9に示したLOT演算装置1を
用いた符号化データ処理装置11のブロック図である。 図14において、画像データメモリ12に蓄えられてい
る画像データはDCT演算装置13により2次元DCT
処理されて、LOT演算装置1へ出力される。LOT演
算装置1は、図9に示したDCT装置2,3からなるD
CT演算装置13から入力されたデータに対して、1次
元(横)のLOT演算を行ない、そのLOT演算のため
にブロックラインバッファA14にデータを1ブロック
ライン分蓄える。1ブロックライン分の動作が終了した
後、同様の動作を行なってブロックラインバッファB1
5にデータを蓄える。ここで、DCT演算装置13は、
一時動作を停止し、LOT演算装置1は、ブロックライ
ンバッファA14とブロックラインバッファB15のデ
ータに対して縦方向の1次元LOT演算を実行して量子
化装置16にデータを出力し、量子化装置16はそのデ
ータに対して量子化を行ない、圧縮データメモリ17に
量子化されたデータを出力する。再び、DCT演算装置
13とLOT演算装置1により、元データからDCT,
LOT演算を行なって、1ブロックライン分のデータを
ブロックラインバッファA14に書き込む。そして、ブ
ロックラインバッファB15とブロックラインバッファ
A14に対し、縦方向LOT演算を行ない、量子化を行
なう。以下、ブロックラインバッファの切換えを繰り返
して、一画面分の処理を行なう。また、逆方向について
は、画像データメモリ12⇔圧縮データメモリ17、D
CT⇔逆量子化、LOT⇔ILOT、量子化⇔IDCT
と変更するだけで基本的な動作は同じである。
FIG. 14 is a block diagram of an encoded data processing device 11 using the LOT calculation device 1 shown in FIG. In FIG. 14, the image data stored in the image data memory 12 is subjected to two-dimensional DCT processing by the DCT calculation device 13.
It is processed and output to the LOT calculation device 1. The LOT calculation device 1 consists of the DCT devices 2 and 3 shown in FIG.
A one-dimensional (horizontal) LOT operation is performed on the data input from the CT operation device 13, and data for one block line is stored in the block line buffer A14 for the LOT operation. After the operation for one block line is completed, the same operation is performed and the block line buffer B1 is
Store data in 5. Here, the DCT calculation device 13 is
After temporarily stopping the operation, the LOT calculation device 1 performs a one-dimensional LOT calculation in the vertical direction on the data in the block line buffer A14 and the block line buffer B15, outputs the data to the quantization device 16, and outputs the data to the quantization device 16. 16 quantizes the data and outputs the quantized data to compressed data memory 17. Again, the DCT calculation device 13 and the LOT calculation device 1 perform DCT,
A LOT operation is performed and data for one block line is written into the block line buffer A14. Then, a vertical LOT operation is performed on the block line buffer B15 and the block line buffer A14 to perform quantization. Thereafter, the block line buffers are repeatedly switched to process one screen. Also, in the reverse direction, image data memory 12⇔compressed data memory 17, D
CT⇔Inverse quantization, LOT⇔ILOT, Quantization⇔IDCT
The basic operation is the same, just by changing .

【0005】図15は上記量子化装置16の演算をAL
Uを使用して行なう場合の回路構成を示す図である。す
なわち、従来の量子化回路は図15に示すようにALU
21を用いた構成となっており、22のメモリには、D
CT処理された画像データのブロックが入っており、2
3のメモリには後述する図1に示すような量子化テーブ
ルが入っている。ALU21は、それらのデータを読み
込み演算を行なって24のメモリに出力する。
FIG. 15 shows the operation of the quantization device 16 in AL
It is a figure which shows the circuit structure in the case of carrying out using U. That is, the conventional quantization circuit has an ALU as shown in FIG.
21, and the memory of 22 includes D
Contains blocks of CT-processed image data, 2
The memory No. 3 contains a quantization table as shown in FIG. 1, which will be described later. The ALU 21 reads the data, performs arithmetic operations, and outputs the result to the memory 24.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、このよ
うな量子化装置にあっては、ALUを用いてLOT演算
を行なう構成となっていたため、図15に示すようなA
LU21を用いた構成とした場合、除算を行なうことか
ら回路規模が非常に大きくなり、実行時間も長くなると
いう問題点があった。そこで本発明は、小さな回路規模
で高速な量子化演算を実行することが可能な符号化デー
タ処理装置を提供すること目的としている。
[Problem to be Solved by the Invention] However, since such a quantization device is configured to use an ALU to perform a LOT operation, the ALU shown in FIG.
In the case of a configuration using the LU 21, there are problems in that the circuit scale becomes very large due to the division and the execution time becomes long. SUMMARY OF THE INVENTION Therefore, an object of the present invention is to provide an encoded data processing device that can perform high-speed quantization operations with a small circuit scale.

【0007】[0007]

【課題を解決するための手段】本発明による符号化デー
タ処理装置は、上記目的達成のため、連続的に変化する
信号を有限個のレベルに置き換える量子化手段を備えた
符号化データ処理装置であって、前記量子化手段は、デ
ータを所定クロックにより順次移動させるシリアル演算
によって行なうように構成している。
[Means for Solving the Problems] In order to achieve the above object, an encoded data processing apparatus according to the present invention is an encoded data processing apparatus equipped with quantization means for converting a continuously changing signal into a finite number of levels. The quantization means is configured to perform serial operations in which data is sequentially moved using a predetermined clock.

【0008】[0008]

【作用】本発明の作用は次の通りである。所定クロック
によってデータを順次移動させるシリアル演算によって
量子化演算が実行される。従って、非常に小さな回路規
模で、高速な量子化を行なうことが可能になる。
[Operation] The operation of the present invention is as follows. The quantization operation is performed by a serial operation that sequentially moves data using a predetermined clock. Therefore, high-speed quantization can be performed with a very small circuit scale.

【0009】[0009]

【実施例】以下、本発明を図面に基づいて説明する。図
1〜図11は本発明に係る符号化データ処理装置の一実
施例を示す図である。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be explained below based on the drawings. 1 to 11 are diagrams showing an embodiment of an encoded data processing device according to the present invention.

【0010】先ず、構成を説明する。図1は量子化装置
の量子化テーブルを示す図である。量子化演算自体は、
DCT処理されたデータブロックに対して、上記量子化
テーブルの各成分を量子化時には除算し、逆量子化時に
は乗算することである。ここで、量子化時の除算につい
て考えると、除算は逆数の乗算であるので、この逆数を
2のべき(すなわち、2のn乗)の和で近似するように
する。この近似は必要とされる精度との兼ね合いで決定
される。図2は、図1の量子化テーブルを近似した例で
あり、必ずしも図2に示す値である必要はない。例えば
、17は式1で示される。 (式1)17⇒1/17≒1/32+1/64+1/1
28+1/256
First, the configuration will be explained. FIG. 1 is a diagram showing a quantization table of a quantization device. The quantization operation itself is
For a data block subjected to DCT processing, each component of the quantization table is divided during quantization and multiplied during inverse quantization. Here, considering division during quantization, since division is multiplication of reciprocal numbers, this reciprocal number is approximated by the sum of powers of 2 (that is, 2 raised to the nth power). This approximation is determined based on the required accuracy. FIG. 2 is an example of approximating the quantization table of FIG. 1, and the values do not necessarily have to be the values shown in FIG. For example, 17 is shown in Equation 1. (Formula 1) 17⇒1/17≒1/32+1/64+1/1
28+1/256

【0011】図2に示すように2のべきの和(差)で表
現する理由はシリアルの回路による演算を実現するため
である。すなわち、図3において、符号31は入力に対
し1クロック遅れた出力となるFF(フリップフロップ
)からなる1タイムユニットディレイを表すものとする
と、1タイムユニットディレイ31を通って出てくる出
力と1タイムユニットディレイ31を通らずに直接出て
くる出力とを比較すると前者が後者より1クロック遅い
。ここで、1タイムユニットディレイ31はシフトレジ
スタが並んだようなものであり、例えばLSB側から順
にデータが入力されているものとすると、1クロック遅
く出てくるということは2倍されたことを意味する。 同様に、8倍しようとする場合には上記1タイムユニッ
トディレイ31を図4に示すように3つ並べて3クロッ
ク遅らせるようにすれば23で8倍となる。本実施例で
は上記ユニットを組み合わせて加減算を行なうことでシ
リアルの回路を実現する。
The reason for expressing the sum (difference) of powers of 2 as shown in FIG. 2 is to realize calculation by a serial circuit. That is, in FIG. 3, if the reference numeral 31 represents a 1 time unit delay consisting of an FF (flip-flop) whose output is delayed by 1 clock with respect to the input, then the output passing through the 1 time unit delay 31 and 1 When compared with the output that comes out directly without passing through the time unit delay 31, the former is one clock slower than the latter. Here, the 1 time unit delay 31 is like a line of shift registers, and for example, assuming that data is input in order from the LSB side, the fact that it comes out 1 clock later means that it has been doubled. means. Similarly, if you want to multiply by 8, you can line up 3 of the 1 time unit delays 31 as shown in FIG. 4 and delay them by 3 clocks, and the result will be 23 times by 8. In this embodiment, a serial circuit is realized by combining the above units and performing addition and subtraction.

【0012】図5はLSBから演算を行なうシリアル演
算構成を示したものであり、図5は17をシリアル演算
回路で実現した場合の例である。また、図5中31はF
Fからなる1タイムユニットディレイを、32は加算(
a+b)を行なう1タイムユニットディレイフルアダー
(内部Carry)をそれぞれ示している。図5におい
て、1タイムユニットディレイで出てくるビットを1/
512とすれば1/256,1/128,1/64,1
/32は、それぞれ2,3,4,5タイムユニットディ
レイである。また、フルアダー32では1タイムユニッ
トディレイが発生し、初期状態ではクリアされているも
のとする。
FIG. 5 shows a serial calculation configuration in which calculation is performed from the LSB, and FIG. 5 is an example in which 17 is realized by a serial calculation circuit. Also, 31 in Figure 5 is F
1 time unit delay consisting of F, 32 is added (
1-time unit delay full adder (internal carry) that performs a+b). In Figure 5, the bits that appear with a 1 time unit delay are 1/
If it is 512, it is 1/256, 1/128, 1/64, 1
/32 are 2, 3, 4, and 5 time unit delays, respectively. Further, it is assumed that a one time unit delay occurs in the full adder 32 and is cleared in the initial state.

【0013】次に、この量子化演算装置の動作を説明す
る。図5においてデータはLSBから入力されるので、
1タイムユニットディレイは左シフト、つまり2倍を意
味している。ここで、バイナリポイントは無視して1タ
イムユニットディレイでの出力を1/512としている
ので、3のフルアダー32の入力は1/256と1/5
12であり、このフルアダー32で1タイムユニットデ
ィレイが発生することとなり、出力は(1/128+1
/256)となる。同様な動作の繰り返しで、4の出力
は(1/64+1/128+1/256)、5の出力は
(1/32+1/64+1/128+1/256)とな
り、期待の値を得ることができる。
Next, the operation of this quantization arithmetic device will be explained. In Figure 5, data is input from the LSB, so
A one time unit delay means a left shift, or a doubling. Here, since the binary point is ignored and the output with 1 time unit delay is set to 1/512, the input of the full adder 32 of 3 is 1/256 and 1/5
12, this full adder 32 causes a 1 time unit delay, and the output is (1/128+1
/256). By repeating the same operation, the output of 4 becomes (1/64+1/128+1/256) and the output of 5 becomes (1/32+1/64+1/128+1/256), so that the expected values can be obtained.

【0014】上記のような構成により量子化テーブルの
各成分に対する演算を実現する演算装置のブロック図は
図6で示される。この場合の出力は9系統であるから、
図示しない9to1のセレクタによってその中の一つを
選択するようにすればよい。このように量子化テーブル
による量子化演算は図6に示すようなシリアルの回路に
て表現でき、量子化演算をシリアル演算により実現する
ことができる。この場合の各ユニット31,32はFF
が1つ程度の極めて小さい回路で実現できることから量
子化装置全体の回路規模も格段に小さくすることができ
る。また、逆量子化時も上述した量子化時と同様のシリ
アル演算を行なうことができる。図7は図8に示す数値
をシリアル演算で行なうようにした回路構成図であり、
図6と同様のシリアル演算が実行される。例えば、17
は17⇒16+1というように考えて、シリアル演算を
実行している。この場合は、1が1タイムユニットディ
レイで出力される。
FIG. 6 shows a block diagram of an arithmetic unit that implements arithmetic operations on each component of the quantization table with the above-described configuration. Since the output in this case is 9 systems,
One of them may be selected using a 9to1 selector (not shown). In this way, the quantization operation using the quantization table can be expressed by a serial circuit as shown in FIG. 6, and the quantization operation can be realized by the serial operation. In this case, each unit 31, 32 is an FF
Since this can be realized with about one extremely small circuit, the circuit scale of the entire quantization device can be significantly reduced. Also, during inverse quantization, serial operations similar to those during quantization described above can be performed. FIG. 7 is a circuit configuration diagram in which the numerical values shown in FIG. 8 are performed by serial calculation.
A serial operation similar to that in FIG. 6 is executed. For example, 17
The serial calculation is executed by thinking that 17⇒16+1. In this case, 1 is output with a 1 time unit delay.

【0015】以上説明したように、本実施例では量子化
演算をシリアル演算によって行なうようにしているので
、従来ALUを用いてLOT演算を行なう場合非常に回
路規模が大きかったものが、極めて小さなFF等の組合
せからなるシリアル回路によって実現されることとなり
回路規模を大幅に小さくすることができ、かつ高速に処
理を行なうことが可能になる。このように小さな回路規
模で高速な量子化演算装置を画像圧縮や音声圧縮を行な
う符号化データ処理装置に適用して好適である。
As explained above, in this embodiment, the quantization operation is performed by serial operation, so that the conventional LOT operation using an ALU requires a very large circuit scale, but the circuit size is reduced to an extremely small FF. This can be realized by a serial circuit consisting of a combination of the above, making it possible to significantly reduce the circuit scale and to perform processing at high speed. Such a small circuit scale and high-speed quantization arithmetic device is suitable for application to an encoded data processing device that performs image compression and audio compression.

【0016】なお、本実施例では量子化テーブルの各成
分を2のべき(2のn乗)の和(差)にして図6及び図
7に示すようなシリアルの回路によりシリアル演算を行
なっているが、シリアルデータ処理が行なわれるもので
あればどのようなユニットの組合せでもよいことは勿論
である。
In this embodiment, each component of the quantization table is converted into a sum (difference) of powers of 2 (2 to the nth power), and a serial operation is performed using a serial circuit as shown in FIGS. 6 and 7. However, it goes without saying that any combination of units may be used as long as serial data processing is performed.

【0017】また、量子化演算を行なうものであれば、
どのような量子化装置にも適用可能である。さらに、デ
ータ変換の種類は何でもよく、例えばFFT,CDT,
LOT等の直交データ変換の量子化装置に適用できるこ
とは言うまでもない。
[0017] Furthermore, if a quantization operation is performed,
It is applicable to any quantization device. Furthermore, any type of data transformation may be used, such as FFT, CDT, etc.
Needless to say, the present invention can be applied to a quantization device for orthogonal data transformation such as LOT.

【0018】[0018]

【発明の効果】本発明によれば、量子化演算手段をシリ
アル演算によって行なうようにしているので、回路規模
を大幅に小さくすることができ、処理速度を高めること
ができる。
According to the present invention, since the quantization calculation means performs serial calculation, the circuit scale can be significantly reduced and the processing speed can be increased.

【図面の簡単な説明】[Brief explanation of the drawing]

【図1】本発明に係る量子化演算装置の量子化テーブル
を示す図である。
FIG. 1 is a diagram showing a quantization table of a quantization calculation device according to the present invention.

【図2】本発明に係る量子化演算のシリアルデータ処理
を行なうための近似例を示す図である。
FIG. 2 is a diagram showing an example of approximation for performing serial data processing of a quantization operation according to the present invention.

【図3】本発明に係る量子化演算装置のシリアル演算を
説明するための図である。
FIG. 3 is a diagram for explaining serial operations of the quantization operation device according to the present invention.

【図4】本発明に係る量子化演算装置のシリアル演算を
説明するための図である。
FIG. 4 is a diagram for explaining serial operations of the quantization operation device according to the present invention.

【図5】本発明に係る量子化演算装置のシリアル演算例
を説明するための回路構成図である。
FIG. 5 is a circuit configuration diagram for explaining an example of serial operation of the quantization operation device according to the present invention.

【図6】本発明に係る量子化演算装置の量子化演算をシ
リアル演算するための回路構成図である。
FIG. 6 is a circuit configuration diagram for serially performing quantization operations in the quantization operation device according to the present invention.

【図7】本発明に係る量子化演算装置の逆LOT演算を
シリアル演算するための回路構成図である。
FIG. 7 is a circuit configuration diagram for serially performing an inverse LOT operation in the quantization operation device according to the present invention.

【図8】本発明に係る量子化演算装置の逆LOT演算の
シリアル演算を説明するための図である。
FIG. 8 is a diagram for explaining the serial operation of the inverse LOT operation of the quantization operation device according to the present invention.

【図9】従来のLOT演算装置の構成図である。FIG. 9 is a configuration diagram of a conventional LOT calculation device.

【図10】従来のLOT演算装置のバタフライ演算のた
めの演算器を示す図である。
FIG. 10 is a diagram showing an arithmetic unit for butterfly operation of a conventional LOT arithmetic device.

【図11】従来のLOT演算装置のバタフライ演算のた
めの演算器を示す図である。
FIG. 11 is a diagram showing an arithmetic unit for butterfly operation of a conventional LOT arithmetic device.

【図12】従来のLOT演算装置のバタフライ演算のた
めの演算器を示す図である。
FIG. 12 is a diagram showing an arithmetic unit for butterfly operation of a conventional LOT arithmetic device.

【図13】従来のLOT演算装置のバタフライ演算のた
めの演算器を示す図である。
FIG. 13 is a diagram showing an arithmetic unit for butterfly operation of a conventional LOT arithmetic device.

【図14】従来の画像データ処理装置のブロック図であ
る。
FIG. 14 is a block diagram of a conventional image data processing device.

【図15】従来の量子化装置のALUを用いた回路図で
ある。
FIG. 15 is a circuit diagram using an ALU of a conventional quantization device.

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

31  1タイムユニットディレイ 31 1 time unit delay

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  連続的に変化する信号を有限個のレベ
ルに置き換える量子化手段を備えた符号化データ処理装
置であって、前記量子化手段は、データを所定クロック
により順次移動させるシリアル演算によって行なうこと
を特徴とする符号化データ処理装置。
1. An encoded data processing device comprising quantization means for converting a continuously changing signal into a finite number of levels, wherein the quantization means converts a continuously changing signal into a finite number of levels by a serial operation that sequentially moves data according to a predetermined clock. An encoded data processing device characterized by:
JP2415834A 1990-12-29 1990-12-29 Encoding data processor Pending JPH04227163A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2415834A JPH04227163A (en) 1990-12-29 1990-12-29 Encoding data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2415834A JPH04227163A (en) 1990-12-29 1990-12-29 Encoding data processor

Publications (1)

Publication Number Publication Date
JPH04227163A true JPH04227163A (en) 1992-08-17

Family

ID=18524111

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2415834A Pending JPH04227163A (en) 1990-12-29 1990-12-29 Encoding data processor

Country Status (1)

Country Link
JP (1) JPH04227163A (en)

Similar Documents

Publication Publication Date Title
JP4425561B2 (en) 2-D conversion for image and video coding
US5649077A (en) Modularized architecture for rendering scaled discrete cosine transform coefficients and inverse thereof for rapid implementation
US20060129622A1 (en) Method and system for fast implementation of an approximation of a discrete cosine transform
JP3615241B2 (en) Video data decoder architecture
KR100313217B1 (en) Pipeline DCT device
JPH09212484A (en) Discrete cosine transformation method
US5555321A (en) Image data binary coding method and apparatus
JP2795300B2 (en) Image coding method
EP1538842A2 (en) SAD calculator
JPH04227163A (en) Encoding data processor
KR0178746B1 (en) Half pixel processing unit of macroblock
JP3052516B2 (en) Encoded data processing device
JPH04222121A (en) Data compressor
JPH0654307A (en) Data compressing device
JPH04222122A (en) Data compressor
JP3136785B2 (en) Data compression device
JPH09247668A (en) Image signal coding system
JP3385866B2 (en) Inverse quantization and inverse DCT circuit
JPH0646269A (en) Expansion method and compression method for still picture data or device executing the methods
JP3543151B2 (en) Data compression method and data compression apparatus
JP3225614B2 (en) Data compression device
Kassim et al. A DSP-based video compression test-bed
JPH06276101A (en) Quantization circuit
KR970003806B1 (en) Improved apparatus for transforming one dimension discrete and inverse discrete cosine
Konstantinides Key Components in the design of image and video compression ICs