JP2982611B2 - Image processing device - Google Patents

Image processing device

Info

Publication number
JP2982611B2
JP2982611B2 JP6111107A JP11110794A JP2982611B2 JP 2982611 B2 JP2982611 B2 JP 2982611B2 JP 6111107 A JP6111107 A JP 6111107A JP 11110794 A JP11110794 A JP 11110794A JP 2982611 B2 JP2982611 B2 JP 2982611B2
Authority
JP
Japan
Prior art keywords
image processing
data
fifo memory
input
output
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 - Lifetime
Application number
JP6111107A
Other languages
Japanese (ja)
Other versions
JPH07319666A (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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP6111107A priority Critical patent/JP2982611B2/en
Publication of JPH07319666A publication Critical patent/JPH07319666A/en
Application granted granted Critical
Publication of JP2982611B2 publication Critical patent/JP2982611B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Image Input (AREA)
  • Image Processing (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、スキャナなどの画像デ
ータ入力装置又は半導体メモリなどの記憶装置から画像
データを入力し、入力された画像データに対して所定の
加工処理を行い、その結果をプリンタなどの画像データ
出力装置又は磁気ディスク装置や半導体メモリなどの記
憶装置へ出力する画像処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for inputting image data from an image data input device such as a scanner or a storage device such as a semiconductor memory, performing predetermined processing on the input image data, and outputting the result. The present invention relates to an image data output device such as a printer or an image processing device for outputting to a storage device such as a magnetic disk device or a semiconductor memory.

【0002】[0002]

【従来の技術】ワークステーションやディジタル複写機
の普及に伴い、ディジタル画像データの処理方法も多様
化し、同時に処理速度も高速化している。シェーディン
グ補正や階調補正のように原画像の座標データが保存さ
れる画像処理装置では、例えばスキャナとプリンタの間
の画像データの流れの途中に画像処理装置を挿入するこ
とができる。一方、データ圧縮のように入力データを違
ったデータ構造のものに変換したり、回転処理のように
原画像の座標データが保存されないような画像処理装置
では、磁気ディスク装置や半導体メモリなどの記憶装置
に一時蓄積された画像データを入力したり、処理結果を
一時蓄積するために記憶装置に出力する。一般的に画像
データは大容量であるので、このような記憶装置は廉価
なものを用い、特に半導体メモリではダイナミックRA
M(DRAM)が用いられることが多い。ところが、廉
価な記憶装置ではデータのアクセス時間が長く、高速処
理を難しくする。
2. Description of the Related Art With the spread of workstations and digital copiers, digital image data processing methods have been diversified, and the processing speed has been increasing at the same time. In an image processing apparatus in which coordinate data of an original image is stored, such as shading correction and gradation correction, for example, the image processing apparatus can be inserted in the middle of the flow of image data between a scanner and a printer. On the other hand, in an image processing apparatus in which input data is converted into a data structure having a different data structure, such as data compression, or where coordinate data of an original image is not stored, such as in a rotation process, a storage medium such as a magnetic disk device or a semiconductor memory is used. The image data temporarily stored in the device is input, and the processing result is output to the storage device for temporarily storing the processing result. Generally, since image data has a large capacity, an inexpensive storage device is used.
M (DRAM) is often used. However, inexpensive storage devices require a long data access time, making high-speed processing difficult.

【0003】この問題を解決する手段の一例として、特
開平3−261575号公報に見られるように、画像処
理装置の扱うデータをファーストイン・ファーストアウ
ト(FIFO)メモリを介して外部とやり取りするよう
にしているものがある。この従来技術では、入力用FI
FOメモリと出力用FIFOメモリを同時に一つの画像
処理装置に設けることで、外部のデータ処理速度によら
ず画像処理を最高速で行うことを可能としている。
As an example of means for solving this problem, as disclosed in Japanese Patent Application Laid-Open No. 3-261575, data handled by an image processing apparatus is exchanged with the outside via a first-in first-out (FIFO) memory. There is something that is. In this prior art, the input FI
By providing the FO memory and the output FIFO memory simultaneously in one image processing apparatus, it is possible to perform the image processing at the highest speed regardless of the external data processing speed.

【0004】[0004]

【発明が解決しようとする課題】システムが複雑化して
いけば、記憶装置などは共有化する方向でシステム設計
がなされ、一つの画像処理装置に接続される記憶装置も
他のデバイスと共有することになる。すると、画像処理
装置が記憶装置からデータを読み書きするに際しても他
のデバイスの記憶装置アクセスと調停されることにな
り、所望のタイミングでデータの読み出し/書き込みが
行えない。このような場合、所望の画像データが入力F
IFOメモリに書き込まれていないにも関わらず、FI
FOメモリから読み出し動作を行ったり、出力FIFO
メモリにデータの書き込む余裕がないにも関わらずFI
FOメモリに書き込み動作を行ってしまうことになる。
従来の技術ではこの点が十分考慮されておらず、入出力
段のFIFOメモリの容量を大きくしたりして対処して
いた。
As the system becomes more complicated, the storage device and the like are designed to be shared, and the storage device connected to one image processing apparatus is shared with other devices. become. Then, when the image processing apparatus reads and writes data from the storage device, the access is arbitrated with the access to the storage device of another device, and the data cannot be read / written at a desired timing. In such a case, the desired image data is
Despite not being written to IFO memory, FI
Performs a read operation from the FO memory,
FI even though there is no room to write data to memory
A write operation is performed on the FO memory.
In the prior art, this point is not sufficiently taken into consideration, and measures have been taken by increasing the capacity of the FIFO memory in the input / output stage.

【0005】本発明はこのような事情を鑑みてなされた
ものであって、画像データの入力、あるいは処理結果の
出力が所望のタイミングで行われないシステムであって
も、入力用FIFOメモリと出力用FIFOメモリの容
量を増大させることなく良好に画像処理が可能な装置を
提供することをその目的とする。
The present invention has been made in view of such circumstances, and even in a system in which input of image data or output of a processing result is not performed at a desired timing, an input FIFO memory and an output FIFO memory can be used. It is an object of the present invention to provide an apparatus capable of performing image processing favorably without increasing the capacity of a FIFO memory for use.

【0006】[0006]

【課題を解決するための手段】本発明は上記目的を達成
するために、処理すべき入力データを一時蓄積する入力
FIFOメモリと、入力FIFOメモリから画像データ
を読み出して画像処理するとともに、当該画像処理の中
間結果を保持するラッチ手段を備えた画像処理部と、画
像処理部での処理結果の出力データを一時蓄積する出力
FIFOメモリと、入力FIFOメモリ、出力FIFO
メモリの状態を検出して画像処理部の動作を制御する制
御部とを備え、前記制御部は前記ラッチ手段のラッチ動
作を入力FIFOメモリ及び出力FIFOメモリの状態
に基づいて制御することを特徴とする。
In order to achieve the above object, the present invention provides an input FIFO memory for temporarily storing input data to be processed, reading image data from the input FIFO memory and performing image processing on the image data. An image processing unit having latch means for holding an intermediate result of processing, an output FIFO memory for temporarily storing output data of a processing result in the image processing unit, an input FIFO memory, and an output FIFO
A control unit that detects the state of the memory and controls the operation of the image processing unit, wherein the control unit controls the latch operation of the latch unit based on the states of the input FIFO memory and the output FIFO memory. I do.

【0007】[0007]

【作用】本発明は、入出力段にFIFOメモリをそれぞ
れ設け、入力FIFOメモリの状態と出力FIFOメモ
リの状態に応じて画像処理動作を制御し、入力FIFO
メモリ及び出力FIFOメモリの状態に基づいてラッチ
動作を制御して画像処理の中間結果を保持するラッチ手
段を設けるようにしたので、画像処理部の動作速度に比
して著しく入力側若しくは出力側のデータ転送速度が異
なる場合であっても画像処理結果を失うことがない。
According to the present invention, a FIFO memory is provided in each of the input / output stages, and the image processing operation is controlled in accordance with the state of the input FIFO memory and the state of the output FIFO memory.
Since the latch means for controlling the latch operation based on the state of the memory and the output FIFO memory and holding the intermediate result of the image processing is provided, the input or output side is remarkably compared with the operation speed of the image processing section. Even if the data transfer speed is different, the image processing result is not lost.

【0008】[0008]

【実施例】以下、図面を参照しながら本発明を詳細に説
明する。図1は本発明の概略の構成図である。処理すべ
き画像データVDは、先ず入力FIFOメモリ1に蓄積
される。この入力FIFOメモリ1より画像データを読
み出すことで画像処理部3へデータが取り込まれる。画
像処理部3は入力画像データに所定の演算を施す回路で
あって、例えばフィルタ処理、直交変換処理、画像回
転、画像圧縮/伸長処理などを行う。ここでは、画像処
理部3は画像圧縮処理を行うものとして説明を行う。画
像処理部3で処理された結果は出力FIFOメモリ2に
一旦書き込まれ、外部から任意の時刻で出力FIFOメ
モリ2より処理結果ODATAを読み出すことができ
る。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the present invention will be described in detail with reference to the drawings. FIG. 1 is a schematic configuration diagram of the present invention. Image data VD to be processed is first stored in the input FIFO memory 1. By reading the image data from the input FIFO memory 1, the data is taken into the image processing unit 3. The image processing unit 3 is a circuit that performs a predetermined operation on input image data, and performs, for example, filter processing, orthogonal transformation processing, image rotation, image compression / decompression processing, and the like. Here, the description will be made assuming that the image processing unit 3 performs an image compression process. The result processed by the image processing unit 3 is temporarily written to the output FIFO memory 2, and the processing result ODATA can be read from the output FIFO memory 2 at an arbitrary time from outside.

【0009】図1の入力FIFO状態情報5と出力FI
FO状態情報6は、それぞれのFIFOメモリが読み出
していないデータで満杯になった状態(以下単にフルと
記す)やFIFOメモリに何も新しいデータが書き込ま
れていない状態(以下単にエンプティと記す)を表す信
号である。制御回路4は、入力FIFO状態情報5と出
力FIFO状態情報6に応じて画像処理部3の動作を停
止、あるいは再起動といった制御を行う制御信号7を出
力する。入力FIFOメモリ1がエンプティ状態の場
合、画像処理部3で処理すべきデータがなく、この時に
画像処理部3の動作を継続すると無効データを取りこん
で処理を継続することになる。従って入力FIFO状態
情報5がエンプティ状態を表した場合、制御回路4は画
像処理部3に無効データを取り込まないようにするため
画像処理部3を停止する制御信号7を出力する。また、
出力FIFOメモリ2がフル状態の場合、画像処理部3
で処理した結果を出力FIFOメモリ2には書き込むこ
とができず、この時点以降で新たな処理済データが画像
処理部3から生成されてきても一時記憶しておくことが
できない。従って出力FIFO状態情報6がフル状態を
表した場合、制御回路4は画像処理部3が新たな処理済
データを生成しないようにするため画像処理部3を停止
する制御信号7を出力する。画像処理部3の再起動は、
入力FIFO状態情報5のエンプティ状態が解除、ある
いは出力FIFO状態情報6のフル状態が解除されたこ
とを制御回路4で検出した時点で行われる。
The input FIFO status information 5 and the output FI shown in FIG.
The FO state information 6 indicates a state where each FIFO memory is full of data that has not been read (hereinafter simply referred to as full) or a state where no new data has been written to the FIFO memory (hereinafter simply referred to as empty). It is a signal to represent. The control circuit 4 outputs a control signal 7 for performing control such as stopping or restarting the operation of the image processing unit 3 according to the input FIFO state information 5 and the output FIFO state information 6. When the input FIFO memory 1 is in the empty state, there is no data to be processed by the image processing unit 3, and if the operation of the image processing unit 3 is continued at this time, invalid data is fetched and the processing is continued. Therefore, when the input FIFO state information 5 indicates an empty state, the control circuit 4 outputs a control signal 7 for stopping the image processing unit 3 so as not to take in invalid data into the image processing unit 3. Also,
When the output FIFO memory 2 is full, the image processing unit 3
Cannot be written to the output FIFO memory 2, and even if new processed data is generated from the image processing unit 3 after this point, it cannot be temporarily stored. Therefore, when the output FIFO state information 6 indicates the full state, the control circuit 4 outputs a control signal 7 for stopping the image processing unit 3 so that the image processing unit 3 does not generate new processed data. The restart of the image processing unit 3
This is performed when the control circuit 4 detects that the empty state of the input FIFO state information 5 is released or that the full state of the output FIFO state information 6 is released.

【0010】図2は本発明による画像処理装置の通常動
作を説明するタイミング図である。入力FIFOメモリ
1への画像データ入力要求信号IREQのアサート期間
に画像データVDを画像データ入力ストローブ信号IA
CKに同期して転送することで入力FIFOメモリ1に
画像データが書き込まれ、最初のIACKによってEM
PTY信号がハイレベルとなって入力FIFOメモリ1
のエンプティ状態が解除されたことを表す。この状態を
画像処理部3の動作クロックRCLKで検出した時点で
入力FIFOメモリ1から画像データがRDATAとし
て画像処理部3へ入力される。図のD#1は中間処理デ
ータを示し、D#nは最終処理データを示している。図
2のようなデータ圧縮処理の例では入力FIFOメモリ
1には常にデータがあるので、入力FIFOメモリ読み
出し信号IFRDを連続入力することで、入力FIFO
メモリ1から画像処理部3への画像データ転送は連続的
に行われているが、例えば画像処理部3が伸長処理のよ
うに入力データ量に比して出力データ量が増えてしまう
ような画像処理装置では、画像処理部3の動作に応じて
間欠的に入力FIFOメモリ1から画像データが読み出
される。
FIG. 2 is a timing chart for explaining the normal operation of the image processing apparatus according to the present invention. During the assertion period of the image data input request signal IREQ to the input FIFO memory 1, the image data VD is supplied to the image data input strobe signal IA.
The image data is written to the input FIFO memory 1 by transferring in synchronization with the CK, and the EM is transmitted by the first IACK.
When the PTY signal goes high, the input FIFO memory 1
Indicates that the empty state has been released. When this state is detected by the operation clock RCLK of the image processing unit 3, the image data is input from the input FIFO memory 1 to the image processing unit 3 as RDATA. In the figure, D # 1 indicates intermediate processing data, and D # n indicates final processing data. In the example of the data compression processing as shown in FIG. 2, since there is always data in the input FIFO memory 1, the input FIFO memory read signal IFRD is continuously input so that the input FIFO memory 1
Although the image data transfer from the memory 1 to the image processing unit 3 is performed continuously, for example, the image processing unit 3 increases the output data amount compared to the input data amount as in the decompression process. In the processing device, image data is intermittently read from the input FIFO memory 1 according to the operation of the image processing unit 3.

【0011】図3は図2に示されたタイミング図で動作
する画像処理部3の概略の内部ブロック図である。画像
処理部3はn個の中間処理部11〜13と、各処理部の
出力をクロックRCLKによって保持するラッチ回路1
4〜16からなり、各ラッチの出力は次の中間処理部に
入力されている。ラッチ回路の制御信号ENBは図1に
おける制御信号7に相当し、例えばENBがハイレベル
の時は入力側のデータをRCLKによって取り込むと同
時に出力し、ENBがローレベルの時はRCLKの状態
によらず入力側のデータは取りこまれず、ENBがロー
レベルになる直前のデータが出力される。
FIG. 3 is a schematic internal block diagram of the image processing section 3 which operates according to the timing chart shown in FIG. The image processing unit 3 includes n intermediate processing units 11 to 13 and a latch circuit 1 that holds an output of each processing unit by a clock RCLK.
The output of each latch is input to the next intermediate processing unit. The control signal ENB of the latch circuit corresponds to the control signal 7 in FIG. 1. For example, when ENB is at a high level, the data on the input side is taken in by RCLK and output at the same time, and when ENB is at a low level, it depends on the state of RCLK. However, the data on the input side is not taken in, and the data immediately before ENB goes low is output.

【0012】画像処理部3に取り込まれた画像データR
DATAはRCLKに同期して複数の中間処理部を経て
逐次処理されていく。最初の中間処理データD#1はや
がて最終処理データD#nとなって出力FIFOメモリ
2に書き込まれる。その結果出力FIFOメモリ2のエ
ンプティ状態が解除されて外部へのデータ読み出し要求
信号ORCQがアサートされる。図2でのOREQは、
出力FIFOメモリ2のエンプティ状態を示す信号に一
致しており、出力FIFOメモリ2に読み出し可能なデ
ータがある限りOREQはアサートし続け、OREQの
アサート期間に読み出しストロープ信号OACKを入力
することで画像処理データODATAが出力FIFOメ
モリ2より読み出される。出力データの所定ワード単位
での一括読み出しを許可する場合には、出力FIFOメ
モリ2に所定ワード単位のデータ量が蓄積される毎にO
REQをアサートすればよい。図2では出力FIFOメ
モリ2には常にデータを書き込む余地があるので、出力
FIFOメモリ書き込み信号OFWRを連続入力するこ
とで、画像処理部3から出力FIFOメモリ2へのデー
タ転送は連続的に行われているが、例えば画像処理部3
が圧縮処理のように入力データ量に比して出力データ量
が減少するような画像処理装置では、画像処理部3の動
作に応じて間欠的に出力FIFOメモリ2へデータが書
き込まれる。図4は本発明の特徴的な動作を説明するタ
イミング図である。
The image data R captured by the image processing unit 3
DATA is sequentially processed through a plurality of intermediate processing units in synchronization with RCLK. The first intermediate processing data D # 1 is eventually written to the output FIFO memory 2 as final processing data D # n. As a result, the empty state of the output FIFO memory 2 is released, and the external data read request signal ORCQ is asserted. The OREQ in FIG.
OREQ continues to be asserted as long as there is data that can be read out in the output FIFO memory 2 because the signal matches the signal indicating the empty state of the output FIFO memory 2 and the read-out strobe signal OACK is input during the OREQ assertion period to perform image processing. Data ODATA is read from the output FIFO memory 2. When batch reading of output data in a predetermined word unit is permitted, every time a data amount of a predetermined word unit is accumulated in the output FIFO memory 2, the output FIFO memory 2
REQ may be asserted. In FIG. 2, since there is always room for writing data in the output FIFO memory 2, by continuously inputting the output FIFO memory write signal OFWR, data transfer from the image processing unit 3 to the output FIFO memory 2 is continuously performed. However, for example, the image processing unit 3
In an image processing apparatus in which the output data amount is smaller than the input data amount as in the compression processing, data is intermittently written to the output FIFO memory 2 according to the operation of the image processing unit 3. FIG. 4 is a timing chart for explaining the characteristic operation of the present invention.

【0013】図4ではデータ読み出し要求信号OREQ
がアサート状態になっても直ちに読み出しストローブ信
号OACKを入力してないため、出力FIFOメモリ2
の深さを8ワードとすると8番目の最終処理データD#
nを出力FIFOメモリ2に書き込んだ時刻t1より出
力FIFOメモリ2はフルになってしまう。時刻t2で
はFULL信号がローレベルのフル状態を示しており、
出力FIFOメモリ2への書き込みは行われず時刻t2
以降FULL信号がハイレベルになってフル状態が解除
されるまで出力FIFOメモリ書き込み信号OFWRは
停止する。この時、時刻t1までは入力FIFOメモリ
1から連続的に画像データを画像処理部3に読み込んで
おり、この状態では図3で示された各中間処理部出力に
設けられたラッチ回路にそれぞれデータが保持されてい
る。時刻t2で各中間処理部に新たなデータを入力する
と、図3で示された最終のラッチ回路16に記憶されて
いるデータD#nは出力FIFOメモリ2側へ押しださ
れてしまう。これを防ぐため、図3で示された画像処理
部3に含まれるラッチ回路14〜16の制御信号ENB
は出力FIFOメモリ2がフルになった時刻t1からフ
ル状態が継続する期間、ローレベルとなってラッチ回路
の動作を停止する。同時に入力FIFOメモリ読み出し
信号IFRDも供給が停止される。読み出しストローブ
信号OACKの入力によって出力FIFOメモリ2のフ
ル状態が解除された時点でENB信号はハイレベルにな
り、その状態をRCLKで検出した時刻t3からラッチ
回路14〜16のラッチ動作および画像処理が再開され
る。
FIG. 4 shows a data read request signal OREQ.
Since the read strobe signal OACK is not immediately input even when the output FIFO memory 2 is asserted, the output FIFO memory 2
Is 8 words, the 8th final processing data D #
The output FIFO memory 2 becomes full from time t1 when n is written to the output FIFO memory 2. At time t2, the FULL signal indicates a low level full state,
The writing to the output FIFO memory 2 is not performed and the time t2
Thereafter, the output FIFO memory write signal OFWR stops until the FULL signal goes high and the full state is released. At this time, the image data is continuously read from the input FIFO memory 1 to the image processing unit 3 until the time t1, and in this state, the data is stored in the latch circuits provided at the outputs of the respective intermediate processing units shown in FIG. Is held. When new data is input to each intermediate processing unit at time t2, the data D # n stored in the final latch circuit 16 shown in FIG. 3 is pushed out to the output FIFO memory 2 side. In order to prevent this, control signals ENB of latch circuits 14 to 16 included in image processing unit 3 shown in FIG.
Becomes low level and stops the operation of the latch circuit while the full state continues from time t1 when the output FIFO memory 2 becomes full. At the same time, the supply of the input FIFO memory read signal IFRD is stopped. When the full state of the output FIFO memory 2 is released by the input of the read strobe signal OACK, the ENB signal goes to a high level. Will be resumed.

【0014】時刻t4では入力FIFOメモリ1に蓄積
されている最後のデータを読み出しており、このため入
力FIFOメモリ1の状態を示すEMPTY信号がロー
レベルに変化する。時刻t5で入力FIFOメモリ1か
らデータを読み出すと、意味がないデータが今迄の有効
なデータ列に挿入されることになる。これを防ぐため、
入力FIFOメモリ読み出し信号IFRDの供給を停止
すると共に、図3で示された画像処理部3に含まれるラ
ッチ回路14〜16の制御信号ENBは入力FIFOメ
モリ1がエンプティになった時刻t4からエンプティ状
態が継続する期間、ローレベルとなってラッチ回路の動
作も停止する。画像データ入力ストローブ信号IACK
の入力によって入力FIFOメモリ1のエンプティ状態
が解除された時点でENB信号はハイレベルになり、R
CLKで検出した時刻t6からラッチ回路14〜16の
ラッチ動作おらび画像処理が再開される。
At time t4, the last data stored in the input FIFO memory 1 is read out, so that the EMPTY signal indicating the state of the input FIFO memory 1 changes to low level. When the data is read from the input FIFO memory 1 at the time t5, meaningless data is inserted into the valid data string. To prevent this,
The supply of the input FIFO memory read signal IFRD is stopped, and the control signals ENB of the latch circuits 14 to 16 included in the image processing unit 3 shown in FIG. 3 are changed from the time t4 when the input FIFO memory 1 becomes empty to the empty state. Is low level, the operation of the latch circuit is stopped. Image data input strobe signal IACK
When the input FIFO memory 1 has been released from the empty state by the input of the
The latch operation of the latch circuits 14 to 16 and the image processing are restarted from the time t6 detected by CLK.

【0015】本発明では、画像処理の中間結果を記憶保
持するラッチ回路のラッチ動作を、入力FIFOメモリ
および出力FIFOメモリの状態によって制御するよう
にしたことで、画像処理開始後に画像データの供給が途
中で止まったり、処理結果が速やかに画像処理装置から
取り出されない場合であってもそれまでの処理結果が失
われず、又意味のないデータを処理することもない。
In the present invention, the latch operation of the latch circuit for storing and holding the intermediate result of the image processing is controlled by the state of the input FIFO memory and the output FIFO memory, so that the supply of the image data after the start of the image processing. Even if the processing is stopped halfway or the processing result is not quickly taken out of the image processing apparatus, the processing result up to that point is not lost and there is no need to process meaningless data.

【0016】[0016]

【発明の効果】以上、説明してきたように本発明によれ
ば、画像処理部の入力段と出力段にそれぞれFIFOメ
モリを設け、入力FIFOメモリの状態と出力FIFO
メモリの状態に応じて画像処理部の動作を制御するよう
にしたので、画像処理部の動作速度に比して著しく入力
側若しくは出力側のデータ転送速度が異なる場合であっ
ても画像処理結果を失うことがなく、幅広いシステムへ
の応用が可能な画像処理装置を提供することが可能とな
る。
As described above, according to the present invention, a FIFO memory is provided in each of the input stage and the output stage of the image processing section, and the state of the input FIFO memory and the output FIFO are provided.
Since the operation of the image processing unit is controlled according to the state of the memory, even if the data transfer speed on the input side or output side is significantly different from the operation speed of the image processing unit, the image processing result can be obtained. It is possible to provide an image processing apparatus that can be applied to a wide range of systems without losing it.

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

【図1】 本発明の画像処理装置の概略構成を示す図で
ある。
FIG. 1 is a diagram illustrating a schematic configuration of an image processing apparatus according to the present invention.

【図2】 本発明による画像処理装置の通常動作を説明
するタイミング図である。
FIG. 2 is a timing chart illustrating a normal operation of the image processing apparatus according to the present invention.

【図3】 画像処理部3の概略の内部ブロック図であ
る。
FIG. 3 is a schematic internal block diagram of an image processing unit 3;

【図4】 本発明の特徴的な動作を説明するタイミング
図である。
FIG. 4 is a timing chart illustrating a characteristic operation of the present invention.

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

1…入力FIFOメモリ、2…出力FIFOメモリ、3
…画像処理部、4…制御回路、5…入力FIFO状態情
報、6…出力FIFO状態情報、7…制御信号、11〜
13…中間処理部、14〜16…ラッチ回路
1 ... input FIFO memory, 2 ... output FIFO memory, 3
... Image processing unit, 4 ... control circuit, 5 ... input FIFO status information, 6 ... output FIFO status information, 7 ... control signals, 11 to 11
13: intermediate processing unit, 14-16: latch circuit

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 処理すべき入力データを一時蓄積する入
力FIFOメモリと、入力FIFOメモリから画像デー
タを読み出して画像処理するとともに、当該画像処理の
中間結果を保持するラッチ手段を備えた画像処理部と、
画像処理部での処理結果の出力データを一時蓄積する出
力FIFOメモリと、入力FIFOメモリ、出力FIF
Oメモリの状態を検出して画像処理部の動作を制御する
制御部とを備え、前記制御部は前記ラッチ手段のラッチ動作を入力FIF
Oメモリ及び出力FIFOメモリの状態に基づいて制御
することを特徴とする 画像処理装置。
An image processing unit comprising: an input FIFO memory for temporarily storing input data to be processed; image data read from the input FIFO memory for image processing; and latch means for holding an intermediate result of the image processing. When,
An output FIFO memory for temporarily storing output data of a processing result in the image processing unit, an input FIFO memory, and an output FIFO
By detecting the state of the O memory and a control unit for controlling the operation of the image processing unit, inputs the control unit latch operation of said latch means FIF
Control based on the status of O memory and output FIFO memory
An image processing apparatus comprising:
JP6111107A 1994-05-25 1994-05-25 Image processing device Expired - Lifetime JP2982611B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6111107A JP2982611B2 (en) 1994-05-25 1994-05-25 Image processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6111107A JP2982611B2 (en) 1994-05-25 1994-05-25 Image processing device

Publications (2)

Publication Number Publication Date
JPH07319666A JPH07319666A (en) 1995-12-08
JP2982611B2 true JP2982611B2 (en) 1999-11-29

Family

ID=14552585

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6111107A Expired - Lifetime JP2982611B2 (en) 1994-05-25 1994-05-25 Image processing device

Country Status (1)

Country Link
JP (1) JP2982611B2 (en)

Also Published As

Publication number Publication date
JPH07319666A (en) 1995-12-08

Similar Documents

Publication Publication Date Title
JP3598321B2 (en) Buffering data exchanged between buses operating at different frequencies
US20040218067A1 (en) Digital multi-media input device with continuously store function and method for forming the same
EP0969384B1 (en) Method and apparatus for processing information, and providing medium
JP2982611B2 (en) Image processing device
JP2000013639A (en) Image signal processor
WO1985003372A1 (en) Data transmitting/receiving system for transmitting data to and from auxiliary memory device
JPH10105488A (en) Communication controller
JPH0140432B2 (en)
JP2973941B2 (en) Asynchronous FIFO buffer device
JPH0589027A (en) Write buffer provided with monitoring function
JPH11306076A (en) Common memory control device
JPH06103026A (en) Memory system
JPH05227223A (en) Data transfer system
JP2000132498A (en) Dma transfer controller
JP3179891B2 (en) Bus control method
KR950010615Y1 (en) Data access device using dma cycle pause period
JPH05298248A (en) Data transfer control system
JP2000021159A (en) Memory-access control device and image processor provided with the same
JPH02211571A (en) Information processor
JPH11175312A (en) Data transfer control unit
JPS61190647A (en) Data processor
JPH0520165A (en) System bus controller
JPH06242950A (en) Pipeline input/output controller
JPH08204990A (en) Picture memory device
JP2002132702A (en) Memory control system

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20070924

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20080924

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20090924

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20100924

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20110924

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20120924

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20120924

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20130924

Year of fee payment: 14

EXPY Cancellation because of completion of term