JPH08115205A - High-speed remainder arithmetic unit - Google Patents
High-speed remainder arithmetic unitInfo
- Publication number
- JPH08115205A JPH08115205A JP6249679A JP24967994A JPH08115205A JP H08115205 A JPH08115205 A JP H08115205A JP 6249679 A JP6249679 A JP 6249679A JP 24967994 A JP24967994 A JP 24967994A JP H08115205 A JPH08115205 A JP H08115205A
- Authority
- JP
- Japan
- Prior art keywords
- adder
- bits
- remainder
- input
- speed
- 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
Links
Landscapes
- Image Generation (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、画像処理装置、特に並
列でフレームバッファメモリにアクセスするフレームバ
ッファメモリ処理装置などにおける高速剰余演算装置に
関するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image processing apparatus, and more particularly to a high speed residue computing apparatus in a frame buffer memory processing apparatus which accesses frame buffer memories in parallel.
【0002】[0002]
【従来の技術】近年、ワークステーションやパーソナル
コンピュータの普及にともない、CADの表示用やイメ
ージ処理、ウィンドウ処理等を高速に行うグラフィック
スプロセッサが搭載されている。しかし、その動作速度
に対し、一般のフレームバッファメモリはアクセスタイ
ムが遅いため、これを並列に接続し、時分割(インター
リーブ)でアクセスすることによりシステムとしてのア
クセスタイムの改善を図っている。2. Description of the Related Art In recent years, with the widespread use of workstations and personal computers, a graphics processor for performing CAD display, image processing, window processing and the like has been mounted. However, since the access time of a general frame buffer memory is slower than the operation speed, the access time of the system is improved by connecting them in parallel and accessing them in time division (interleave).
【0003】この場合、複数個接続されているフレーム
バッファコントローラは、グラフィックプロセッサから
受け取ったデータが、自分が担当するデータかを判定す
る手段を具え、判定結果が自分が担当するデータであっ
た場合にのみ、ピクセルデータをフレームバッファメモ
リにリード/ライトする。しかしながら、前記判定結果
は、ピクセルデータのアドレスを、接続されているフレ
ームバッファメモリコントローラの個数つまり、フレー
ムバッファメモリのインターリーブウェイ数で除算を行
ったときの剰余により求められていた。このため、複雑
な剰余演算装置を必要とし、演算速度の低下を招いてい
た。In this case, a plurality of connected frame buffer controllers are provided with means for judging whether the data received from the graphic processor is the data for which the user is in charge, and when the judgment result is the data for which the user is in charge. Only for reading / writing pixel data in the frame buffer memory. However, the determination result is obtained by the remainder when the address of the pixel data is divided by the number of connected frame buffer memory controllers, that is, the number of interleave ways of the frame buffer memory. For this reason, a complicated remainder calculation device is required, which causes a reduction in calculation speed.
【0004】ここで、従来の剰余演算装置について説明
する。図7は従来の剰余演算装置の構成図、図8は同剰
余演算方法の説明図である。図7において、1,2,3
はy−xを実行する減算器、4,5,6はそれぞれ減算
器1,2,3の減算結果が負の場合には入力yを出力と
し、減算結果が正の場合には減算結果y−xを出力とす
るセレクタである。図7においては、2進数で表わされ
るb3b2b1b0をa1a0で割った剰余を求める場
合の構成例を示している。具体的な計算例として、b3
b2b1b0=1111,a1a0=10の場合につい
て、図7を参照しながら説明する。Now, a conventional remainder computing device will be described. FIG. 7 is a block diagram of a conventional remainder calculation device, and FIG. 8 is an explanatory diagram of the same remainder calculation method. In FIG. 7, 1, 2, 3
Is a subtracter that executes y-x, and 4, 5 and 6 respectively output the input y when the subtraction results of the subtracters 1, 2 and 3 are negative, and when the subtraction result is positive, the subtraction result y It is a selector that outputs -x. FIG. 7 shows a configuration example in which a remainder obtained by dividing b3b2b1b0 represented by a binary number by a1a0 is obtained. As a specific calculation example, b3
The case of b2b1b0 = 1111 and a1a0 = 10 will be described with reference to FIG.
【0005】まず、b3b2b1b0の値1111を減
算器1のy入力とし、a1a0を2ビット左シフトした
(つまり4倍した)値1100を減算器1のx入力とす
る。ここでy−xの結果つまり111が正であるのでそ
の結果111を次段の減算器2のy入力とする(図8の
ステップ1)。次に、a1a0を1ビット左シフトした
(つまり2倍した)値100を減算器2のx入力とし、
前記と同様にy−xを演算すると、11が得られる(図
8のステップ2)。この演算結果は正であるので、セレ
クタ5はこの結果を次段の減算器3のy入力に伝達す
る。次にa1a0の値つまり10を減算器3のx入力と
し、前記と同様にy−xを演算すると、1が得られる
(図8のステップ3)。これは、減数10より小さいの
で、演算結果として剰余1が得られる。First, the value 1111 of b3b2b1b0 is used as the y input of the subtracter 1, and the value 1100 obtained by shifting a1a0 to the left by 2 bits (that is, multiplied by 4) is used as the x input of the subtractor 1. Since the result of y-x, that is, 111 is positive, the result 111 is used as the y input of the subtractor 2 in the next stage (step 1 in FIG. 8). Next, the value 100 obtained by left-shifting a1a0 by 1 bit (that is, doubled) is used as the x input of the subtracter 2,
When y-x is calculated in the same manner as described above, 11 is obtained (step 2 in FIG. 8). Since the result of this operation is positive, the selector 5 transmits this result to the y input of the subtractor 3 in the next stage. Next, when the value of a1a0, that is, 10 is used as the x input of the subtractor 3 and y-x is calculated in the same manner as described above, 1 is obtained (step 3 in FIG. 8). Since this is smaller than the divisor 10, the remainder 1 is obtained as the calculation result.
【0006】[0006]
【発明が解決しようとする課題】以上のように、従来の
剰余演算装置では減算器とセレクタを必要な段数分組み
合わせて構成していたため、金物量の増大と演算速度の
低下を招いていた。As described above, in the conventional remainder computing device, the subtractor and the selector are combined in the required number of stages, which results in an increase in the amount of metal and a reduction in the computing speed.
【0007】そこで本発明は、以上のような問題を解消
するためになされたもので、少ない金物量で高速の剰余
演算ができる高速剰余演算装置を提供することを目的と
する。Therefore, the present invention has been made to solve the above problems, and an object of the present invention is to provide a high-speed residue calculation device capable of performing high-speed residue calculation with a small amount of metal.
【0008】[0008]
【課題を解決するための手段】このために本発明は、分
子と分母の関係が(数3)を満足するようなNを選定
し、これを第1の加算器と第2の加算器との入力としそ
の結果をデコーダでデコードすることで演算結果の剰余
を得るようにしたものである。To this end, the present invention selects N such that the relationship between the numerator and the denominator satisfies (Equation 3), and uses this as the first adder and the second adder. , And the result is decoded by a decoder to obtain the remainder of the operation result.
【0009】[0009]
【数3】 (Equation 3)
【0010】[0010]
【作用】上記構成によれば、分母が一定の関係を満足す
る場合には、高速な剰余演算装置を実現できる。According to the above construction, when the denominator satisfies a certain relationship, a high-speed remainder computing device can be realized.
【0011】[0011]
【実施例】以下、本発明の実施例について、図面を参照
しながら説明する。図1は本発明の第一実施例における
高速剰余演算装置の構成図、図2は同高速剰余演算装置
の真理値表図である。説明を簡単にするため、本第一実
施例では、4ビットで表わされた2進数を2ビットの2
進数で割った剰余を求める場合について説明する。図1
において、8は第1の加算器、9は第2の加算器、10
はエンコーダである。4ビットで表わされた2進数を
(数4)を満足するように2ビット毎すなわち4進数で
表わす。Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a configuration diagram of a high-speed residue computing device according to the first embodiment of the present invention, and FIG. 2 is a truth table diagram of the high-speed residue computing device. In order to simplify the explanation, in the first embodiment, a binary number represented by 4 bits is converted into 2 bits of 2 bits.
A case of obtaining a remainder divided by a base number will be described. FIG.
, 8 is the first adder, 9 is the second adder, 10
Is an encoder. A binary number represented by 4 bits is represented by every 2 bits, that is, by a quaternary number so as to satisfy (Equation 4).
【0012】[0012]
【数4】 [Equation 4]
【0013】(数4)において、b=4に選定する。こ
こで、分母となるbは(数5)よりb=3+1と表わす
ことができるので、(数5)より4ビットで表わされた
2進数を3で割った場合の剰余は(数6)より加算で実
現することができるため、非常に高速化が可能となる。In Equation 4, b = 4 is selected. Here, since the denominator b can be expressed as b = 3 + 1 from (Equation 5), the remainder when dividing the binary number represented by 4 bits by (Equation 5) by 3 is (Equation 6). Since it can be realized by addition, the speed can be extremely increased.
【0014】[0014]
【数5】 (Equation 5)
【0015】[0015]
【数6】 (Equation 6)
【0016】以下に4ビットで表わされた2進数を3で
割った場合の剰余を求める場合についてさらに詳細に説
明する。4ビットで表わされた2進数を(数6)に従っ
て2ビットに分解し、上位2ビットの係数a3,a2を
第1の加算器8の一方の入力とし、下位2ビットa1,
a0を第1の加算器8の他方の入力とする。第1の加算
器8の演算結果は、図2のb2b1b0の欄に示される
値になる。つまり演算結果は最大3ビットになるので、
(数6)に従って上記と同様の理由によりこれを上位1
ビットb2と下位2ビットb1,b0に分解する。さに
らb2を第2の加算器9の一方の入力とし、b1,b0
を第2の加算器9の他方の入力とする。第2の加算器9
の演算結果は図2のc1c0の欄に示される値になる。
第2の加算器9の演算結果をエンコーダ10でエンコー
ドすることにより剰余の値がそれぞれ0,1,2の場合
に対応した、d0,d1,d2各出力結果が得られる。The case of obtaining the remainder when the binary number represented by 4 bits is divided by 3 will be described in more detail below. The binary number represented by 4 bits is decomposed into 2 bits according to (Equation 6), and the coefficients a3 and a2 of the higher 2 bits are used as one input of the first adder 8 and the lower 2 bits a1,
Let a0 be the other input of the first adder 8. The calculation result of the first adder 8 becomes the value shown in the column of b2b1b0 in FIG. In other words, the maximum operation result is 3 bits.
According to (Equation 6), this is ranked high for the same reason as above.
It is decomposed into a bit b2 and lower two bits b1 and b0. The sun b2 is used as one input of the second adder 9, and b1, b0
Is the other input of the second adder 9. Second adder 9
The calculation result of is the value shown in the column of c1c0 in FIG.
By encoding the calculation result of the second adder 9 with the encoder 10, the output results of d0, d1, and d2 corresponding to the cases where the remainder values are 0, 1, and 2 are obtained.
【0017】図3は本発明の第二実施例における高速剰
余演算装置を適用した画像処理装置の構成図、図4は同
ピクセル描画の説明図、図5は同高速剰余演算装置の構
成図、図6は同エンコーダの真理値表図である。図3に
おいて、11はCPU、12はCPU11からのコマン
ドにより、線分や図形のピクセル単位のデータを生成す
るピクセル生成器、13はピクセル生成器12からのデ
ータが、自分の担当するデータかを判別するヒット判別
器、14はヒット判別器13の結果により、フレームバ
ッファ15にデータの読み書きの制御を行うフレームバ
ッファコントローラ、16はフレームバッファ15から
のデータを時分割で表示装置17に転送するマルチプレ
クサである。FIG. 3 is a block diagram of an image processing apparatus to which the high-speed residue computing device according to the second embodiment of the present invention is applied, FIG. 4 is an explanatory diagram of the same pixel drawing, and FIG. 5 is a block diagram of the high-speed residue computing device. FIG. 6 is a truth table of the encoder. In FIG. 3, 11 is a CPU, 12 is a pixel generator that generates pixel-based data of a line segment or a figure in response to a command from the CPU 11, and 13 is whether the data from the pixel generator 12 is data that it is in charge of. A hit discriminator for discriminating, a frame buffer controller 14 for controlling reading / writing of data from / to the frame buffer 15 based on the result of the hit discriminator 13, and a multiplexer 16 for transferring the data from the frame buffer 15 to the display device 17 in a time division manner. Is.
【0018】図3において、CPU11から直線描画コ
マンドがピクセル生成器12に送られた場合について説
明する。ピクセル生成器12は直線描画コマンドを解釈
し、直線の始点座標A(X1,Y1)と、終点座標B
(X2,Y2)の間のピクセルアドレスおよびデータを
生成する。並列に配置されたヒット判別器13は、生成
されたピクセルアドレスから、自分の担当する、ピクセ
ルデータであるかを判別し、もし担当するデータ(ヒッ
トした)なら、そのデータを、次段のフレームバッファ
コントローラ14に転送する。フレームバッファコント
ローラ14は、自分の担当するフレームバッファ15に
対し、ピクセルデータを適当なタイミングで書き込む。
フレームバッファ15は複数個配置されており、その出
力データは時分割でマルチプレクサ16により、表示装
置17へ転送され、表示装置17により直線ABが画面
上に表示される。In FIG. 3, a case where a straight line drawing command is sent from the CPU 11 to the pixel generator 12 will be described. The pixel generator 12 interprets the straight line drawing command, and the start point coordinates A (X1, Y1) and the end point coordinates B of the straight line are drawn.
Generate pixel address and data between (X2, Y2). The hit discriminator 13 arranged in parallel discriminates from the generated pixel address whether or not it is the pixel data for which it is in charge, and if it is the data in charge (hits), the data is assigned to the next frame. Transfer to the buffer controller 14. The frame buffer controller 14 writes pixel data into the frame buffer 15 which it is in charge of at appropriate timing.
A plurality of frame buffers 15 are arranged, and the output data of the frame buffers 15 is transferred to the display device 17 by the multiplexer 16 in a time division manner, and the display device 17 displays the straight line AB on the screen.
【0019】以上のような処理過程のなかで、ヒット判
別器13は生成されたピクセルアドレスから、自分の担
当する、ピクセルデータであるかを判別するため、ピク
セルアドレスをフレームバッファコントローラ14の数
(インターリーブウェイ数)で割った時の剰余を求める
ことが必要となる。ここで、ヒット判別器13を構成し
た例を図5に示す。図5においては、ピクセルアドレス
は、a11〜a0の12ビットで表わされる。この場
合、(数5)より、ピクセルアドレスをフレームバッフ
ァコントローラ14の数(本図の例では5)で割った時
の剰余は(数6)で表わされる。従って図5において、
19はピクセルアドレスa11〜a8とピクセルアドレ
スa7〜a4の加算を行う第1の加算器、20は第1の
加算器19の演算結果b4〜b0とピクセルアドレスa
3〜a0の加算を行う第2の加算器、21は第2の加算
器20の演算結果c5〜c4とc3〜c0の加算を行う
第3の加算器、22は第3の加算器21の演算結果をエ
ンコードするエンコーダであり、23はそのエンコード
出力である。第3の加算器21の演算結果d3〜d0と
エンコーダ22の出力との関係を図6に示す。図4にお
いて、24は直線ABの始点ピクセル、25は同終点ピ
クセルである。以上のように、ピクセルアドレスからど
のフレームバッファコントローラが担当するピクセルで
あるかを判定する手段は、加算器とエンコーダから構成
することができるので、従来に比べ少ない金物量で高速
の演算を行うことができ、システムの性能を向上させる
ことができる。In the above process, the hit discriminator 13 determines the pixel address from the number of the frame buffer controllers 14 in order to discriminate from the generated pixel address whether it is the pixel data which the hit discriminator 13 is in charge of. It is necessary to find the remainder when divided by the number of interleave ways). Here, an example of configuring the hit discriminator 13 is shown in FIG. In FIG. 5, the pixel address is represented by 12 bits a11 to a0. In this case, the remainder when the pixel address is divided by the number of frame buffer controllers 14 (5 in the example of this figure) is expressed by (Equation 6) from (Equation 5). Therefore, in FIG.
Reference numeral 19 is a first adder for adding the pixel addresses a11 to a8 and pixel addresses a7 to a4, and 20 is the calculation result b4 to b0 of the first adder 19 and the pixel address a.
A second adder for adding 3 to a0, 21 is a third adder for adding the calculation results c5 to c4 and c3 to c0 of the second adder 20, and 22 is a third adder 21. An encoder 23 encodes a calculation result, and 23 is an encoded output thereof. FIG. 6 shows the relationship between the calculation results d3 to d0 of the third adder 21 and the output of the encoder 22. In FIG. 4, 24 is a start point pixel of the straight line AB, and 25 is a same end point pixel. As described above, the means for determining which frame buffer controller is in charge of a pixel from the pixel address can be configured by an adder and an encoder, so that a high-speed operation can be performed with a smaller amount of metal than the conventional one. The performance of the system can be improved.
【0020】[0020]
【発明の効果】以上のように本発明の高速剰余演算装置
は、第1の加算器と、第1の加算器の出力を入力とする
第2の加算器と、その出力結果をデコードするデコーダ
とを構成しているので、少ない金物量で高速の剰余演算
を行うことが可能となり、きわめて効率の高い剰余演算
を実現できる。As described above, the high-speed residue computing device of the present invention includes the first adder, the second adder which receives the output of the first adder, and the decoder which decodes the output result. Since it is configured, it is possible to perform a high-speed remainder calculation with a small amount of metal, and it is possible to realize a very efficient remainder calculation.
【図1】本発明の第一実施例における高速剰余演算装置
の構成図FIG. 1 is a configuration diagram of a high-speed residue computing device according to a first embodiment of the present invention.
【図2】本発明の第一実施例における高速剰余演算装置
の真理値表図FIG. 2 is a truth table diagram of the high-speed residue computing device according to the first embodiment of the present invention.
【図3】本発明の第二実施例における高速剰余演算装置
を適用した画像処理装置の構成図FIG. 3 is a configuration diagram of an image processing device to which a high-speed residue computing device according to a second embodiment of the present invention is applied.
【図4】本発明の第二実施例におけるピクセル描画の説
明図FIG. 4 is an explanatory diagram of pixel drawing in the second embodiment of the present invention.
【図5】本発明の第二実施例における高速剰余演算装置
の構成図FIG. 5 is a block diagram of a high-speed residue computing device according to a second embodiment of the present invention.
【図6】本発明の第二実施例におけるエンコーダの真理
値表図FIG. 6 is a truth table diagram of the encoder in the second embodiment of the present invention.
【図7】従来の剰余演算装置の構成図FIG. 7 is a block diagram of a conventional remainder computing device.
【図8】従来の剰余演算方法の説明図FIG. 8 is an explanatory diagram of a conventional remainder calculation method.
8,9 加算器 10 エンコーダ 11 CPU 12 ピクセル生成器 13 ヒット判別器 14 フレームバッファコントローラ 15 フレームバッファ 16 マルチプレクサ 17 表示装置 18 メインメモリ 19,20,21 加算器 22 エンコーダ 8 and 9 adder 10 encoder 11 CPU 12 pixel generator 13 hit discriminator 14 frame buffer controller 15 frame buffer 16 multiplexer 17 display device 18 main memory 19, 20, 21 adder 22 encoder
Claims (1)
とするときの剰余を求める高速剰余演算装置であって、
分子と分母の関係が(数2)を満足するようなNを選定
し、これを第1の加算器と第2の加算器との入力としそ
の結果をデコーダでデコードすることで演算結果の剰余
を得ることを特徴とする高速剰余演算装置。 【数1】 【数2】 1. A high-speed residue computing device for obtaining a residue when a specific value satisfying (Equation 1) is used as a denominator,
Select N such that the relationship between the numerator and the denominator satisfies (Equation 2), use this as the input to the first adder and the second adder, and decode the result by the decoder to obtain the remainder of the operation result. A high-speed residue computing device characterized in that [Equation 1] [Equation 2]
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6249679A JPH08115205A (en) | 1994-10-14 | 1994-10-14 | High-speed remainder arithmetic unit |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6249679A JPH08115205A (en) | 1994-10-14 | 1994-10-14 | High-speed remainder arithmetic unit |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH08115205A true JPH08115205A (en) | 1996-05-07 |
Family
ID=17196598
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP6249679A Pending JPH08115205A (en) | 1994-10-14 | 1994-10-14 | High-speed remainder arithmetic unit |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH08115205A (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO1999038142A1 (en) * | 1998-01-27 | 1999-07-29 | Mitsubishi Denki Kabushiki Kaisha | Method and apparatus for arithmetic operation and recording medium of method of operation |
WO2009157581A1 (en) * | 2008-06-27 | 2009-12-30 | ソニー株式会社 | Image processing device and image processing method |
US8270744B2 (en) | 2008-06-27 | 2012-09-18 | Sony Corporation | Image processing apparatus and image processing method |
US8270745B2 (en) | 2008-06-27 | 2012-09-18 | Sony Corporation | Image processing device and image processing method |
US8509556B2 (en) | 2007-09-12 | 2013-08-13 | Sony Corporation | Image coding apparatus and image coding method to generate a targeted amount of code |
US8731052B2 (en) | 2008-06-27 | 2014-05-20 | Sony Corporation | Image processing device and image processing method with feedback control |
-
1994
- 1994-10-14 JP JP6249679A patent/JPH08115205A/en active Pending
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO1999038142A1 (en) * | 1998-01-27 | 1999-07-29 | Mitsubishi Denki Kabushiki Kaisha | Method and apparatus for arithmetic operation and recording medium of method of operation |
AU736797B2 (en) * | 1998-01-27 | 2001-08-02 | Mitsubishi Denki Kabushiki Kaisha | Method and apparatus for arithmetic operation and recording medium of method of operation |
US6477556B1 (en) | 1998-01-27 | 2002-11-05 | Mitsubishi Denki Kabushiki Kaisha | Method and apparatus for arithmetic operation and recording medium of method of operation |
US6687728B2 (en) | 1998-01-27 | 2004-02-03 | Mitsubishi Denki Kabushiki Kaisha | Method and apparatus for arithmetic operation and recording medium of method of operation |
US6687727B2 (en) | 1998-01-27 | 2004-02-03 | Mitsubishi Denki Kabushiki Kaisha | Method and apparatus for arithmetic operation and recording medium of method of operation |
US8509556B2 (en) | 2007-09-12 | 2013-08-13 | Sony Corporation | Image coding apparatus and image coding method to generate a targeted amount of code |
WO2009157581A1 (en) * | 2008-06-27 | 2009-12-30 | ソニー株式会社 | Image processing device and image processing method |
US8270744B2 (en) | 2008-06-27 | 2012-09-18 | Sony Corporation | Image processing apparatus and image processing method |
US8270745B2 (en) | 2008-06-27 | 2012-09-18 | Sony Corporation | Image processing device and image processing method |
US8374451B2 (en) | 2008-06-27 | 2013-02-12 | Sony Corporation | Image processing device and image processing method for reducing the circuit scale |
US8731052B2 (en) | 2008-06-27 | 2014-05-20 | Sony Corporation | Image processing device and image processing method with feedback control |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8767005B2 (en) | Blend equation | |
US4788640A (en) | Priority logic system | |
JP3497988B2 (en) | Graphic processing apparatus and graphic processing method | |
AU2012218103B2 (en) | Layer blending with Alpha values of edges for image translation | |
JPH08115205A (en) | High-speed remainder arithmetic unit | |
CN1006586B (en) | Memory circuit | |
JPH0798655A (en) | Method and apparatus for decoding of data access instruction | |
US6643189B2 (en) | Memory device | |
JP3214389B2 (en) | Data converter | |
JPH0520450A (en) | Picture processor | |
US6842851B2 (en) | Reading a selected register in a series of computational units forming a processing pipeline upon expiration of a time delay | |
JP3224127B2 (en) | Image data conversion processor | |
JPH0229834A (en) | Image processor | |
JP3193929B2 (en) | Image processing device | |
JP2000270207A (en) | Image processor and display device using it | |
JPH05108810A (en) | Image processor | |
JPS61180349A (en) | Data processor | |
JPS62284441A (en) | Address control device | |
JPH1125289A (en) | Three-dimensional image processor | |
JPH0528036A (en) | Information processor | |
JPS6347887A (en) | Image reducing device | |
JPH07230543A (en) | Picture data compressing device | |
JPH07320053A (en) | Image rotation processor | |
JPS6186834A (en) | Transfer device for picture data | |
JPH0589239A (en) | Filtering processing device for binary image |