JP2526287B2 - Arithmetic circuit - Google Patents

Arithmetic circuit

Info

Publication number
JP2526287B2
JP2526287B2 JP1136514A JP13651489A JP2526287B2 JP 2526287 B2 JP2526287 B2 JP 2526287B2 JP 1136514 A JP1136514 A JP 1136514A JP 13651489 A JP13651489 A JP 13651489A JP 2526287 B2 JP2526287 B2 JP 2526287B2
Authority
JP
Japan
Prior art keywords
value
accumulator
circuit
initial value
cumulative
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.)
Expired - Fee Related
Application number
JP1136514A
Other languages
Japanese (ja)
Other versions
JPH032970A (en
Inventor
明 伊藤
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP1136514A priority Critical patent/JP2526287B2/en
Publication of JPH032970A publication Critical patent/JPH032970A/en
Priority to US07/825,407 priority patent/US5208770A/en
Application granted granted Critical
Publication of JP2526287B2 publication Critical patent/JP2526287B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Complex Calculations (AREA)

Description

【発明の詳細な説明】 [概要] 累積乗算等の演算を行う演算回路に関し, 連続的な累積演算処理を可能にして演算速度の高速化
を図ると共に,小型の回路構成で丸め処理の実行も可能
なようにすることを目的とし, アキュームレータと,アキュームレータに蓄積された
累積値のビット位置をシフトするシフタと,シフタのシ
フト数に応じた所定の丸め処理用の初期値をシフタのシ
フト数に応じて発生する初期値発生部と,アキュームレ
ータからの累積値または初期値発生部からの初期値を選
択して出力する選択部と,入力値と選択部の出力値を加
算してその加算結果をアキュームレータに格納する加算
器とを備え,選択部は初期化信号に応じてアキュームレ
ータからの累積値に代えて初期値発生部からの初期値を
選択して加算器に出力するように構成される。
DETAILED DESCRIPTION OF THE INVENTION [Outline] Concerning an arithmetic circuit for performing arithmetic operations such as cumulative multiplication, it is possible to perform continuous cumulative arithmetic processing to speed up the arithmetic speed and to execute rounding processing with a small circuit configuration. For the purpose of making it possible, the accumulator, the shifter that shifts the bit position of the accumulated value accumulated in the accumulator, and the initial value for the predetermined rounding processing according to the shift number of the shifter are set to the shift number of the shifter. Depending on the initial value generating section, the selecting section that selects and outputs the cumulative value from the accumulator or the initial value from the initial value generating section, the input value and the output value of the selecting section are added, and the addition result is displayed. And an adder for storing in the accumulator, and the selection unit selects the initial value from the initial value generation unit instead of the accumulated value from the accumulator and outputs it to the adder. Is configured as follows.

[産業上の利用分野] 本発明は累積乗算等の演算を行う演算回路に関する。[Field of Industrial Application] The present invention relates to an arithmetic circuit for performing arithmetic operations such as cumulative multiplication.

この種の演算回路は,例えば画像信号処理プロセッサ
等における画素ブロック間の累積乗算処理あるいはDCT
(離散コサイン変換)などの差分画素と係数間の累積乗
算処理を行うために用いられる。
This kind of arithmetic circuit is used, for example, in a cumulative multiplication process between pixel blocks in an image signal processor or the like or in a DCT.
It is used to perform cumulative multiplication processing between the difference pixel and the coefficient such as (discrete cosine transform).

画像信号処理においては,動き補償等のためにn×n
(n=4,8・・・)画素ブロックと所定のパターンブロ
ックとのマッチング処理のための累積加算,あるいはDC
T処理等のために差分画素と所定の係数との積和演算が
必要となるが,近年の画素信号処理の高速化の要求に伴
い,これらの演算処理をディジタル信号処理回路にて高
速に,かつ小型の回路規模で実現できることが必要とさ
れている。
In image signal processing, n × n for motion compensation
(N = 4,8 ...) Cumulative addition for matching processing of pixel block and predetermined pattern block, or DC
The product-sum operation of the difference pixel and a predetermined coefficient is required for T processing, etc., but with the recent demand for high-speed pixel signal processing, these operation processes can be performed at high speed by a digital signal processing circuit. In addition, it is necessary to be able to realize with a small circuit scale.

[従来の技術] この種の画像信号処理の累積演算を行う従来の演算回
路が第6図に示される。図において,乗算されるべき値
(画像データ)Dと値(パターンデータ)Cはそれぞれ
レジスタ1とレジスタ2とに設定され,次のクロックサ
イクルで乗算器3で乗算されてその乗算値C×Dがレジ
スタ4に格納される。次にこのレジスタ4の値C×Dは
加算器5にてアキュームレータ(レジスタ)61の累積加
算値Σ(C・D)と加算され,その加算結果値Σ(C・
D)は再びアキュームレータ61に格納される。すなわ
ち, の演算が行われる。かかる演算処理をn×n画素ブロッ
クの各画素についてn×n回のクロックサイクルにて行
うことにより最終結果として,累積加算値 が求まる。この累積加算値は更にシフタ8に入力され
て,シフト数設定レジスタ9に設定された所望のビット
数だけシフトされて所定の語長のデータが得られる。こ
の所定語長のデータにする際,丸め処理(通常,1/2LSB
に“1"を加算する四捨五入)を行わないと再生画像のち
らつき等の原因となるので,丸め処理回路11で丸め処理
を行った後に,その結果をレジスタ10に格納する。
[Prior Art] FIG. 6 shows a conventional arithmetic circuit for performing cumulative arithmetic operation of this kind of image signal processing. In the figure, a value (image data) D and a value (pattern data) C to be multiplied are set in a register 1 and a register 2, respectively, and are multiplied by a multiplier 3 in the next clock cycle to obtain the multiplied value C × D. Are stored in the register 4. Next, the value C × D of the register 4 is added by the adder 5 with the cumulative addition value Σ (C · D) of the accumulator (register) 61, and the addition result value Σ (C · D)
D) is stored again in the accumulator 61. That is, Is calculated. By performing such arithmetic processing for each pixel of the n × n pixel block in n × n clock cycles, the cumulative addition value is obtained as the final result. Is found. The cumulative addition value is further input to the shifter 8 and shifted by the desired number of bits set in the shift number setting register 9 to obtain data of a predetermined word length. Rounding processing (usually 1/2 LSB when making data of this predetermined word length
If "1" is not rounded off, it will cause a flicker of the reproduced image. Therefore, after the rounding processing circuit 11 performs the rounding processing, the result is stored in the register 10.

この従来回路の演算タイミングが第7図のタイミング
チャートに示される。この図からも分かるように,アキ
ュームレータ61に蓄えられたある画素ブロックの積算加
算値は,その画素ブロックと次の画素ブロックとの処理
の間に,次の画素ブロックの積算加算のためにクリアク
ロックCLRCに応じてクリアされる必要がある。
The calculation timing of this conventional circuit is shown in the timing chart of FIG. As can be seen from this figure, the cumulative addition value of a certain pixel block stored in the accumulator 61 is cleared by the clear clock for the cumulative addition of the next pixel block during the processing between that pixel block and the next pixel block. Must be cleared according to CLRC.

[発明が解決しようとする課題] 従来の構成の演算回路では,アキュームレタ61の内容
をクリアするクロックサイクルが累積演算処理用のサイ
クルとは別に1サイクル必要となるため,累積演算処理
の連続性が損なわれると共に,その1サイクル分だけ余
分な時間がかかるので,演算速度が低下することにな
る。
[Problems to be Solved by the Invention] In an arithmetic circuit having a conventional configuration, a clock cycle for clearing the contents of the accumulator 61 requires one cycle in addition to the cycle for accumulative arithmetic processing. Is lost and an extra time is required for the one cycle, so that the calculation speed is reduced.

また累積演算結果を丸め処理する場合には,丸め処理
回路11が独立のハードウェアとして必要となるが,この
丸め処理回路11は一般に加算回路を含み構成されている
ため,その回路規模が大きくなるという問題がある。
Further, when the cumulative operation result is rounded, the rounding processing circuit 11 is required as independent hardware, but since the rounding processing circuit 11 is generally configured to include an adding circuit, its circuit scale becomes large. There is a problem.

したがって本発明の目的は,連続的な累積演算処理を
可能にして演算速度の高速化を図ると共に,小型の回路
構成で丸め処理の実行も可能とすることにある。
Therefore, an object of the present invention is to enable continuous cumulative calculation processing to increase the calculation speed and also to execute rounding processing with a small circuit configuration.

[課題を解決するための手段] 第1図は本発明に係る原理説明図である。[Means for Solving the Problems] FIG. 1 is a diagram illustrating the principle of the present invention.

本発明に係る演算回路は,アキュームレータ21と,ア
キュームレータ21に蓄積された累積値のビット位置をシ
フトするシフタ24と,シフタのシフト数に応じた所定の
丸め処理用の初期値をシフタのシフト数に応じて発生す
る初期値発生部と,アキュームレータ21からの累積値ま
たは初期値発生部からの初期値を選択して出力する選択
部22と,入力値と選択部22の出力値を加算してその加算
結果をアキュームレータ21に格納する加算器23とを備
え,選択部22は初期化信号に応じてアキュームレータか
らの累積値に代えて初期値発生部からの初期値を選択し
て加算器23に出力するように構成される。
The arithmetic circuit according to the present invention includes an accumulator 21, a shifter 24 that shifts the bit position of the accumulated value accumulated in the accumulator 21, and an initial value for a predetermined rounding process that corresponds to the shift number of the shifter. , An input value and an output value of the selection unit 22 are added, and a selection unit 22 that selects and outputs the accumulated value from the accumulator 21 or the initial value from the initial value generation unit is added. The adder 23 stores the addition result in the accumulator 21, and the selector 22 selects the initial value from the initial value generator in place of the accumulated value from the accumulator in response to the initialization signal and outputs the result to the adder 23. It is configured to output.

[作用] 1累積演算サイクルの累積加算値を求める場合,累積
演算の初めに初期化信号が選択回路22に入力され,それ
により選択回路22は初期値を選択して加算器23に出力す
る。加算器23ではこの初期値(シフタ24によりデータシ
フトを行わない場合は通常はゼロ)と入力値との加算を
行ってその加算結果をアキュームレータ21に格納する。
[Operation] When the cumulative addition value of one cumulative operation cycle is obtained, the initialization signal is input to the selection circuit 22 at the beginning of the cumulative operation, whereby the selection circuit 22 selects the initial value and outputs it to the adder 23. The adder 23 adds the initial value (normally zero when the data shift is not performed by the shifter 24) and the input value, and stores the addition result in the accumulator 21.

以降,選択回路22はアキュームレータ21からの累積値
を選択して入力値との累積加算を行う。これによりアキ
ュームレータ21の累積値をクリアするための独立のクロ
ックサイクルが不要となるので,演算の連続性が保たれ
ると共に演算速度の高速化が図られる。
After that, the selection circuit 22 selects the cumulative value from the accumulator 21 and performs cumulative addition with the input value. This eliminates the need for an independent clock cycle for clearing the accumulated value of the accumulator 21, so that continuity of operations is maintained and the operation speed is increased.

またシフタ24により累積結果データのシフトを行って
データ長を所定長とする場合,シフタ24でのシフト数に
応じた丸め処理用の初期値を選択回路22で選択するよう
にする。これによりデータシフト後の累積値に対して等
価等に丸め処理を施すことができ,丸め処理のための専
用のハードウェア回路を不要とすることができる。
When the shifter 24 shifts the accumulated result data to make the data length a predetermined length, the selection circuit 22 selects an initial value for rounding processing according to the number of shifts in the shifter 24. As a result, rounding processing can be performed equivalently on the accumulated value after data shift, and a dedicated hardware circuit for rounding processing can be eliminated.

[実施例] 以下,図面を参照して本発明の実施例を説明する。Embodiments Embodiments of the present invention will be described below with reference to the drawings.

第2図には本発明の一実施例としての演算回路が示さ
れる。図において,前述の第6図の演算回路と同じ参照
番号の付された回路は同一機能の回路を示すものであ
る。
FIG. 2 shows an arithmetic circuit as an embodiment of the present invention. In the figure, the circuits designated by the same reference numerals as those of the arithmetic circuit of FIG. 6 described above indicate circuits having the same function.

相違点として,この実施例回路ではアキュームレータ
(レジスタ)6はクリア機能を有しておらず,アキュー
ムレータ6からの累積値は初期化回路7を介して加算器
5に入力されるようになっており,この初期化回路7に
はシフト数設定レジスタ9から設定シフト数NSFが入力
されている。又この実施例回路は丸め処理回路11を有し
ていない。
The difference is that in the circuit of this embodiment, the accumulator (register) 6 does not have a clear function, and the accumulated value from the accumulator 6 is input to the adder 5 via the initialization circuit 7. The set shift number NSF is input from the shift number setting register 9 to the initialization circuit 7. The circuit of this embodiment does not have the rounding circuit 11.

初期化回路7の構成例が第3図に示される。図示の如
く,初期化回路7はセレクタ71とデコーダ72を含み構成
され,セレクタ71は通常はアキュームレータ6からの累
積値Σを選択して出力するが,初期化クロックINICが入
力された時はデコーダ72からの初期値INIを選択出力す
るよう構成される。デコーダ72はシフト数設定レジスタ
9からの設定シフト数NSFに応じて出力初期値INIを変え
るようになっており,第4図にはこのシフト数NSFと出
力初期値INIとの関係が示される。すなわち,シフト数N
SFがゼロの時は初期値INIもゼロであるが,1ビット右シ
フトをシフタ8で実行させる時は初期値INIはLSBのみ
“1"で他のビットはオール“0"のデータ,またシフト数
が“l"の時は下位から“l"ビット目のみ“1"で他はオー
ル“0"のデータとなる。
A configuration example of the initialization circuit 7 is shown in FIG. As shown in the figure, the initialization circuit 7 includes a selector 71 and a decoder 72. The selector 71 normally selects and outputs the cumulative value Σ from the accumulator 6, but when the initialization clock INIC is input, the decoder 71 It is configured to selectively output the initial value INI from 72. The decoder 72 changes the output initial value INI according to the set shift number NSF from the shift number setting register 9, and FIG. 4 shows the relationship between the shift number NSF and the output initial value INI. That is, the number of shifts N
When SF is zero, the initial value INI is also zero, but when the 1-bit right shift is executed by the shifter 8, the initial value INI is LSB only "1" and other bits are all "0" data and shift When the number is "l", only the "l" th bit from the lower order is "1" and the others are all "0".

この実施例回路の動作が第5図の演算タイミングチャ
ートを参照しつつ以下に説明される。
The operation of the circuit of this embodiment will be described below with reference to the operation timing chart of FIG.

いま新たな演算サイクルとして,レジスタ1と2にそ
れぞれ設定されたデータD1とC1が乗算器3で乗算され,
その乗算結果値(C・D)がレジスタ4に格納されて
おり,またアキュームレータ6には前回の演算サイクル
の最終的な累積加算値 が格納されており,この状態で初期化クロックINICが初
期化回路7に入力されたものとする。
Now, as a new operation cycle, the data D 1 and C 1 set in the registers 1 and 2 are multiplied by the multiplier 3,
The multiplication result value (C / D) 1 is stored in the register 4, and the accumulator 6 has the final cumulative addition value of the previous operation cycle. Is stored, and the initialization clock INIC is input to the initialization circuit 7 in this state.

すると初期化回路7ではセレクタ71がデコーダ72から
の初期値INIを選択して加算器5に出力する。この初期
値INIは第4図に示される如く,シフト数NSFに応じた値
であるが,いま仮にシフト数がゼロであり,初期値INI
もゼロであるものとする。よって加算器5に入力される
信号は“0"と(C・D)となり,この加算結果 がアキュームレータ6に格納される。
Then, in the initialization circuit 7, the selector 71 selects the initial value INI from the decoder 72 and outputs it to the adder 5. This initial value INI is a value corresponding to the shift number NSF as shown in FIG. 4, but the shift number is now zero and the initial value INI
Is also zero. Therefore, the signal input to the adder 5 is “0” and (C · D) 1 and the addition result Are stored in the accumulator 6.

以降,初期化クロックはOFFとなり,よって初期化回
路7はアキュームレータ6からの累積加算値Σを選択し
て加算器5に入力させ,逐次,累積加算を実行してい
く。このような操作を行うことにより,アキュームレー
タ6の内容をクリアするための別個独立の1クロックサ
イクルが不要となるので,演算の連続性を実現できると
共に,演算速度の高速化を図ることが可能となる。
After that, the initialization clock is turned off, so that the initialization circuit 7 selects the cumulative addition value Σ from the accumulator 6 and inputs it to the adder 5 to sequentially perform cumulative addition. By performing such an operation, a separate and independent one clock cycle for clearing the contents of the accumulator 6 becomes unnecessary, so that it is possible to realize continuity of operation and to increase the operation speed. Become.

またアキュームレータ6に蓄えられた累積加算値Σを
所定語長データとするためにシフタ8でビットシフトを
行う場合,シフト数設定レジスタ9の設定シフト数NSF
が初期化回路7にも送られ,演算の初めにおいて第4図
に従った初期値INIが加算器5により乗算値(C・D)
と加算される。これにより,従来,最終結果が求まっ
てから行なわれていた丸め処理がスタート時に行われた
ことになるので,従来の専用のハードウェアとしての丸
め処理回路11が不要となる。この場合,実施例装置では
丸め処理を行うためにセレクタ71およびデコーダ72が必
要となるものであるが,これらの回路規模は従来の加算
器を必要とする丸め処理回路11に比べて大幅に小型化す
ることができる。
When the shifter 8 performs a bit shift to make the cumulative addition value Σ stored in the accumulator 6 into a predetermined word length data, the shift number setting register 9 sets the shift number NSF.
Is also sent to the initialization circuit 7, and the initial value INI according to FIG. 4 is multiplied by the adder 5 at the beginning of the calculation (C / D).
Is incremented by 1 . As a result, since the rounding process that was conventionally performed after the final result was obtained was performed at the start, the conventional rounding circuit 11 as dedicated hardware becomes unnecessary. In this case, the apparatus of the embodiment requires the selector 71 and the decoder 72 to perform the rounding process, but the circuit scale of these is significantly smaller than that of the rounding process circuit 11 which requires the conventional adder. Can be converted.

[発明の効果] 本発明によれば,連続的な累積演算処理を行いつつ演
算速度の高速化を図ることができる。また小型の回路構
成で丸め処理の実行も可能になる。
[Advantages of the Invention] According to the present invention, it is possible to increase the calculation speed while performing continuous cumulative calculation processing. Further, rounding processing can be executed with a small circuit configuration.

本発明の演算回路を例えば画像信号処理システムに用
いた場合には,簡単な構成からなる初期化回路を従来の
回路構成に加えることにより,高速かつ効果的に行う必
要のある画素ブロック処理を,高速累積加算と正規化処
理および効果的丸め処理を実現しつつ行うことができ
る。
When the arithmetic circuit of the present invention is used in, for example, an image signal processing system, by adding an initialization circuit having a simple configuration to the conventional circuit configuration, pixel block processing that needs to be performed at high speed and effectively, This can be performed while realizing high-speed cumulative addition, normalization processing, and effective rounding processing.

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

第1図は本発明に係る原理説明図, 第2図は本発明の一実施例としての演算回路を示すブロ
ック図, 第3図は実施例回路における初期化回路を示すブロック
図, 第4図は初期化回路における初期値データの設定テーブ
ル, 第5図は実施例回路の演算タイミングを示すタイムチャ
ート, 第6図は従来の演算回路を示すブロック図,および, 第7図は従来回路の演算タイミングを示すタイムチャー
トである。 図において, 1,2,4,10……レジスタ 3……乗算器 5……加算器 6,61……アキュームレータ 7……初期化回路 8……シフタ 9……シフト数設定回路 11……丸め処理回路
FIG. 1 is a diagram for explaining the principle of the present invention, FIG. 2 is a block diagram showing an arithmetic circuit as one embodiment of the present invention, FIG. 3 is a block diagram showing an initialization circuit in the embodiment circuit, and FIG. Is a setting table of initial value data in the initialization circuit, FIG. 5 is a time chart showing the operation timing of the embodiment circuit, FIG. 6 is a block diagram showing a conventional operation circuit, and FIG. 7 is an operation of the conventional circuit. It is a time chart which shows timing. In the figure, 1,2,4,10 register 3 multiplier 5 adder 6,61 accumulator 7 initialization circuit 8 shifter 9 shift number setting circuit 11 rounding Processing circuit

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】アキュームレータと,該アキュームレータ
に蓄積された累積値のビット位置をシフトするシフタ
と,該シフタのシフト数に応じた所定の丸め処理用の初
期値を該シフタのシフト数に応じて発生する初期値発生
部と,該アキュームレータからの累積値または該初期値
発生部からの初期値を選択して出力する選択部と,入力
値と該選択部の出力値を加算してその加算結果を該アキ
ュームレータに格納する加算器とを備え,該選択部は初
期化信号に応じて該アキュームレータからの累積値に代
えて該初期値発生部からの初期値を選択して該加算器に
出力するように構成された演算回路。
1. An accumulator, a shifter for shifting the bit position of the accumulated value accumulated in the accumulator, and an initial value for a predetermined rounding process according to the shift number of the shifter, according to the shift number of the shifter. An initial value generation unit that generates, a selection unit that selects and outputs a cumulative value from the accumulator or an initial value from the initial value generation unit, and an addition result of an input value and an output value of the selection unit Is stored in the accumulator, and the selector selects the initial value from the initial value generator instead of the accumulated value from the accumulator according to the initialization signal and outputs the selected value to the adder. Arithmetic circuit configured as.
JP1136514A 1989-05-30 1989-05-30 Arithmetic circuit Expired - Fee Related JP2526287B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP1136514A JP2526287B2 (en) 1989-05-30 1989-05-30 Arithmetic circuit
US07/825,407 US5208770A (en) 1989-05-30 1992-01-24 Accumulation circuit having a round-off function

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1136514A JP2526287B2 (en) 1989-05-30 1989-05-30 Arithmetic circuit

Publications (2)

Publication Number Publication Date
JPH032970A JPH032970A (en) 1991-01-09
JP2526287B2 true JP2526287B2 (en) 1996-08-21

Family

ID=15176955

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1136514A Expired - Fee Related JP2526287B2 (en) 1989-05-30 1989-05-30 Arithmetic circuit

Country Status (1)

Country Link
JP (1) JP2526287B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5521855A (en) * 1991-11-29 1996-05-28 Sony Corporation Multiplying circuit
JPH05150950A (en) * 1991-11-29 1993-06-18 Sony Corp Multiplier circuit
JP6531852B1 (en) 2018-03-29 2019-06-19 タイガー魔法瓶株式会社 Hot pot and cookware

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2643279B2 (en) * 1988-04-18 1997-08-20 株式会社日立製作所 Information processing device

Also Published As

Publication number Publication date
JPH032970A (en) 1991-01-09

Similar Documents

Publication Publication Date Title
JPH0752467B2 (en) Video signal processing system
US5208770A (en) Accumulation circuit having a round-off function
JP2526287B2 (en) Arithmetic circuit
JPH0846865A (en) Method and device for rendering video conversion programmable
JP2960328B2 (en) Apparatus for providing operands to "n + 1" operators located in a systolic architecture
KR0136517B1 (en) Wavelet change processor using bit-unit pipe line
JP2790911B2 (en) Orthogonal transform operation unit
US6081824A (en) Method and apparatus for fast unsigned integral division
JP4170173B2 (en) Block matching arithmetic unit
KR20050084345A (en) Digital sampling frequency converter
JP3895031B2 (en) Matrix vector multiplier
JP2968718B2 (en) Arithmetic unit
JPH02114324A (en) Multiplier
JP2753922B2 (en) Fixed-point division method
JPH06205323A (en) Video signal processing circuit
JP3286204B2 (en) Thinning filter device
JP2864598B2 (en) Digital arithmetic circuit
JP3781476B2 (en) Signal processing device
KR950008961B1 (en) Real time discrete cosine transform apparatus
JP2005128618A (en) Divider, exposure control device, and division method
JP2003084972A (en) Method for improving execution speed of conditional subtraction command, and enlarging range of operand to which command is correctly executed
JP3722821B2 (en) Calculation method
JPH0816366A (en) Divider and dividing method for the same
JP2545841B2 (en) Cumulative circuit
JP3710208B2 (en) Image processing method and apparatus

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees