JP2007299116A - Image processor - Google Patents

Image processor Download PDF

Info

Publication number
JP2007299116A
JP2007299116A JP2006125131A JP2006125131A JP2007299116A JP 2007299116 A JP2007299116 A JP 2007299116A JP 2006125131 A JP2006125131 A JP 2006125131A JP 2006125131 A JP2006125131 A JP 2006125131A JP 2007299116 A JP2007299116 A JP 2007299116A
Authority
JP
Japan
Prior art keywords
image
bus
processor
processing
dmac
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.)
Granted
Application number
JP2006125131A
Other languages
Japanese (ja)
Other versions
JP4687553B2 (en
Inventor
Kazuo Yamada
和雄 山田
Takao Naito
孝雄 内藤
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 JP2006125131A priority Critical patent/JP4687553B2/en
Publication of JP2007299116A publication Critical patent/JP2007299116A/en
Application granted granted Critical
Publication of JP4687553B2 publication Critical patent/JP4687553B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Image Input (AREA)
  • Bus Control (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To eliminate processing overhead due to the notification of an interrupting request for of DMA transfer accompanying the reading and writing processing of image data for every image processing. <P>SOLUTION: An image processor 101 stores scan data for one page in a page memory. A DMAC control circuit 104b of a bus bridge 104 performs parameter setting to a DMAC 105a of an image processor 105. The DMAC 105a of the image processor 105 transfers data for one band from a page memory 106. The image processor 105 supplies an interrupting request to a bus bridge 104 each time each stream ends. A DMAC control circuit 104b of the bus bridge 104 controls a DMAC 105a of the image processing processor 105, and issues an instruction to transfer the next band data or stream, and transfers interruption to a host CPU 101 side only when one page processing completes. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

この発明は、画像処理装置に関し、画像データに対して繰り返し画像処理を行う際にDMA転送を効率よく行おうとするものである。   The present invention relates to an image processing apparatus, and intends to efficiently perform DMA transfer when image processing is repeatedly performed on image data.

図1は、従来の画像処理装置を示しており、この図において、画像処理装置10は、ホストCPU11および画像処理プロセッサ12を含んで構成される。ホストCPU11は全般的なデータ処理を行ない、画像処理プロセッサ12は画像処理専用のデータ処理を行う。ホストCPU11および画像処理プロセッサ12は拡張バス(ネットワーク)13に接続され、DMAにより拡張バス13を介してデータ転送を行えるようになっている。ホストCPU11はページメモリ14を利用し、画像処理プロセッサ12はバッファメモリ15を利用する。   FIG. 1 shows a conventional image processing apparatus. In this figure, an image processing apparatus 10 includes a host CPU 11 and an image processing processor 12. The host CPU 11 performs general data processing, and the image processor 12 performs data processing dedicated to image processing. The host CPU 11 and the image processor 12 are connected to an expansion bus (network) 13 and can transfer data via the expansion bus 13 by DMA. The host CPU 11 uses the page memory 14, and the image processor 12 uses the buffer memory 15.

画像処理プロセッサ12は、バッファメモリ15に処理対象の画像データを書き込み、例えばパイプライン処理により複数の画像処理を行う。まず、バッファメモリ15に書き込まれている画像データを読み出して第1の画像処理を行ない、その処理結果をバッファメモリ15に書き込む。こののち、第1の画像処理の処理結果をバッファメモリ15から読み出して第2の画像処理を行う。以下、同様にして最後の画像処理の処理結果をバッファメモリ15に書き込んで、その後、出力する。この処理は、典型的にはバンド単位で行われるが、ページ単位で行っても良い。バッファメモリ15は典型的にはDDRメモリで構成される。   The image processor 12 writes the image data to be processed into the buffer memory 15 and performs a plurality of image processing by, for example, pipeline processing. First, the image data written in the buffer memory 15 is read, the first image processing is performed, and the processing result is written in the buffer memory 15. Thereafter, the processing result of the first image processing is read from the buffer memory 15 and the second image processing is performed. Thereafter, the processing result of the last image processing is written in the buffer memory 15 in the same manner, and then output. This processing is typically performed in band units, but may be performed in page units. The buffer memory 15 is typically composed of a DDR memory.

ところで、画像処理プロセッサ12がバッファメモリ15にDMAで読み書きを行う際に、その都度、割り込み信号を生成してホストCPU11に通知してDMA設定を行う必要があり、このため、ホストCPU11の処理にオーバーヘッドが生じていた。   By the way, whenever the image processor 12 reads / writes data from / to the buffer memory 15 by DMA, it is necessary to generate an interrupt signal and notify the host CPU 11 to perform DMA setting. There was overhead.

画像処理プロセッサ12がホストCPU11へ割り込み信号を発生させる理由を次に説明する。画像処理プロセッサ12はDMACを内蔵しており、このDMACによりバッファメモリ上の中間ストリームを自由に読み書きできるようになっている。ところが、このアドレスコントロールはバンド単位処理では複雑であり、画像処理専用プロセッサ(例えばSIMD型プロセッサ)で処理するよりもホストCPU11として使用する汎用CPUのほうが、プログラミングがし易い。そのために、ホストCPU11では画像処理専用プロセッサの割り込み信号に呼応して計算した中間ストリーム・アドレスを画像処理専用プロセッサのDMACに設定していた。   The reason why the image processor 12 generates an interrupt signal to the host CPU 11 will be described next. The image processor 12 has a built-in DMAC, and an intermediate stream on the buffer memory can be freely read and written by this DMAC. However, this address control is complicated in band unit processing, and a general-purpose CPU used as the host CPU 11 is easier to program than processing by a dedicated processor for image processing (for example, a SIMD type processor). Therefore, the host CPU 11 sets the intermediate stream address calculated in response to the interrupt signal of the image processing processor in the DMAC of the image processing processor.

この他、画像処理プロセッサ12がホストCPU11へ割り込み信号を発生させる理由は、画像処理プロセッサ12における画像処理が終了したときに、ホストCPU11へデータ入出力するためのものである。   In addition, the reason why the image processor 12 generates an interrupt signal to the host CPU 11 is to input / output data to / from the host CPU 11 when the image processing in the image processor 12 is completed.

なお、この発明と関連する先行技術としては特許文献1がある。   Note that there is Patent Document 1 as a prior art related to the present invention.

特許文献1では、バスアダプタを介して本体PCIバスに拡張PCIバスを接続し、拡張PCIバスに接続された入出力デバイスから割り込み信号が発生したときに、バスアダプタがどの入出力デバイスから割り込み信号が発生させられたかをCPUに通知することを提案している。   In Patent Document 1, when an expansion PCI bus is connected to the main body PCI bus via a bus adapter, and an interrupt signal is generated from the input / output device connected to the expansion PCI bus, the input signal from which the bus adapter receives the interrupt signal It has been proposed to notify the CPU whether or not the error has occurred.

しかしながら、この提案のように、システムが拡張されるたびにホストCPUへ割り込み信号の発生確率が増加することは、システム全体のパフォーマンスを低下させることに他ならない。
特開平10−21182号公報
However, as in this proposal, the probability that an interrupt signal is generated to the host CPU each time the system is expanded is nothing but a decrease in the performance of the entire system.
Japanese Patent Laid-Open No. 10-21182

この発明は、以上の事情を考慮してなされたものであり、複数の画像処理ごとの画像データの読み出し書き込み処理に伴うDMA転送時の割り込み信号の通知によるホストCPUの処理オーバーヘッドを解消することを目的としている。換言すれば、ホストCPUへの割り込み発生回数を削減し、本当に必要な割り込みのみ発生させることで、システム全体のパフォーマンスを向上させることを目的としている。   The present invention has been made in consideration of the above circumstances, and eliminates the processing overhead of the host CPU due to the notification of an interrupt signal at the time of DMA transfer accompanying the read / write process of image data for each of a plurality of image processes. It is aimed. In other words, the object is to improve the performance of the entire system by reducing the number of interrupts to the host CPU and generating only the really necessary interrupts.

この発明によれば、上述の目的を達成するために、特許請求の範囲に記載のとおりの構成を採用している。ここでは、発明を詳細に説明するのに先だって、特許請求の範囲の記載について補充的に説明を行なっておく。   According to this invention, in order to achieve the above-mentioned object, the configuration as described in the claims is adopted. Here, prior to describing the invention in detail, supplementary explanations of the claims will be given.

すなわち、この発明の一側面によれば、上述の目的を達成するために、画像処理装置に:第1のバスと;上記第1のバスに接続されたDMAC(DMAコントローラ)付きのホストプロセッサ(ホストCPUともいう)と;上記第1のバスに接続された第1の画像メモリと;第2のバスと;上記第2のバスに接続されたDMAC付きの画像処理プロセッサと;上記第2のバスに接続された第2の画像メモリと;上記第1のバスと上記第2のバスとを接続するバスブリッジとを設け、上記画像処理プロセッサは、上記第2の画像メモリから画像データを読み出して画像処理を行ないその処理結果を上記第2の画像メモリに書き込むパイプライン処理をDMA転送で行ない、上記バスブリッジは、上記パイプライン処理のDMA転送のための割り込み要求をデコードして上記画像処理プロセッサの上記DMACの設定を行ない、上記割り込み要求を上記ホストプロセッサ側には通知しないようにしている。   That is, according to one aspect of the present invention, in order to achieve the above object, an image processing apparatus includes: a first bus; a host processor with a DMAC (DMA controller) connected to the first bus ( A first image memory connected to the first bus; a second bus; an image processor with a DMAC connected to the second bus; and the second CPU. A second image memory connected to the bus; a bus bridge connecting the first bus and the second bus; and the image processor reads image data from the second image memory The pipeline processing is performed by DMA transfer to perform image processing and the processing result is written to the second image memory, and the bus bridge allocates the DMA transfer for the pipeline processing. By decoding only request performs setting of the DMAC of the image processor, and the interrupt request to not notified to the host processor side.

この構成においては、パイプライン処理の各ストリームのDMA転送ごとにホストプロセッサに割り込み要求が通知されず、ホストプロセッサのオーバーヘッドが削減される。   In this configuration, an interrupt request is not notified to the host processor for each DMA transfer of each stream in pipeline processing, and the overhead of the host processor is reduced.

この構成において、典型的には、上記第1の画像メモリの画像データが、画像処理対象の画像データとして、上記第2の画像メモリに転送されて、パイプライン処理される。   In this configuration, typically, the image data of the first image memory is transferred as image processing target image data to the second image memory and subjected to pipeline processing.

また、画像読取装置がスキャンして生成した画像データを、画像処理対象の画像データとして、当該画像読取装置から上記第2の画像メモリに転送することもある。   Further, image data generated by scanning by the image reading apparatus may be transferred as image processing target image data from the image reading apparatus to the second image memory.

また、上記バスブリッジは、例えば、上記画像処理プロセッサからの割り込み要求をデコードするデコード手段と、上記デコード手段は、からデコード結果を受け取るDMAC制御手段とを有し、上記デコード手段は上記パイプライン処理のDMA転送のための割り込み要求が上記ホストプロセッサ側に通知するのを禁止し、上記DMAC制御手段が、上記パイプライン処理のDMA転送のための割り込み要求に基づいて上記画像処理プロセッサの上記DMACの設定を行なう。   The bus bridge includes, for example, a decoding unit that decodes an interrupt request from the image processing processor, and the decoding unit receives a DMAC control unit that receives a decoding result from the decoding unit. The DMAC controller prohibits the interrupt request for the DMA transfer to be notified to the host processor side, and the DMAC control means determines the DMAC of the image processor based on the interrupt request for the DMA transfer of the pipeline processing. Set up.

また、典型的には、上記画像処理プロセッサ側に入力されるページ単位の画像データまたは上記画像処理プロセッサ側から出力されるページ単位の画像データをDMA転送するために割り込み要求を上記ホストプロセッサに通知する。また、上記画像処理プロセッサ側に入力されるバンド単位の画像データまたは上記画像処理プロセッサ側から出力されるバンド単位の画像データをDMA転送するために割り込み要求を上記ホストプロセッサに通知するようにしてもよい。   Typically, the host processor is notified of an interrupt request for DMA transfer of page unit image data input to the image processor side or page unit image data output from the image processor side. To do. Further, an interrupt request may be notified to the host processor in order to perform DMA transfer of band-unit image data input to the image processor or band-unit image data output from the image processor. Good.

この発明の上述の側面および他の側面は特許請求の範囲に記載され、以下の実施例等を用いて詳細に説明される。   The above and other aspects of the invention are set forth in the appended claims and will be described in detail using the following examples and the like.

この発明によれば、パイプライン処理の各ストリームのDMA転送ごとにホストプロセッサに割り込み要求が通知されず、ホストプロセッサのオーバーヘッドが削減される。つまり、前述のバスブリッジはホストCPUと画像処理プロセッサ間のデータ入出力に関する割り込みは画像処理プロセッサからホストCPUへ発生させるが、画像処理プロセッサ側のみのDMA転送に関する割り込みはブリッジによってホストへは通知されない。   According to the present invention, an interrupt request is not notified to the host processor for each DMA transfer of each stream in pipeline processing, and the overhead of the host processor is reduced. That is, the above-described bus bridge generates an interrupt related to data input / output between the host CPU and the image processor from the image processor to the host CPU, but an interrupt related to DMA transfer only on the image processor side is not notified to the host by the bridge. .

以下、この発明の実施例について説明する。   Examples of the present invention will be described below.

図2は、この発明の実施例の画像処理装置の構成を全体として示しており、この図において実施例の画像処理装置100は、ホストCPU101、ホストCPU101用のページメモリ102、バス103、バスブリッジ104、画像処理プロセッサ105、画像処理プロセッサ用にページメモリ106等を含んで構成されている。ホストCPU101および画像処理プロセッサ106はそれぞれDMAC101aおよび105aを内蔵している。バスブリッジ104は、バス103を画像処理側のバスに結合するためのものであり、さらにデコーダ104aおよびDMAC制御回路104bを具備している。   FIG. 2 shows the overall configuration of an image processing apparatus according to an embodiment of the present invention. In FIG. 2, the image processing apparatus 100 according to the embodiment includes a host CPU 101, a page memory 102 for the host CPU 101, a bus 103, and a bus bridge. 104, an image processor 105, and a page memory 106 for the image processor. The host CPU 101 and the image processor 106 incorporate DMACs 101a and 105a, respectively. The bus bridge 104 is for coupling the bus 103 to the bus on the image processing side, and further includes a decoder 104a and a DMAC control circuit 104b.

デコーダ104aは、1ページ分の画像処理が終了したときに割り込み要求をホストCPU101に通知し、1バンド分の処理が終了したときの割り込み要求や各ストリームの処理が終了したときの割り込み要求はホストCPU101に通知しないようになっている。また、1バンド分の処理が終了したときの割り込み要求や各ストリームの処理が終了したときの割り込み要求をデコードしてDMAC制御回路104bに供給する。DMAC制御回路104bはデコード結果に基づいて画像処理プロセッサ105のDMAC105aを設定する。   The decoder 104a notifies the host CPU 101 of an interrupt request when image processing for one page is completed, and the interrupt request when processing for one band is completed and the interrupt request when processing of each stream is completed are the host. The CPU 101 is not notified. Also, an interrupt request when processing for one band is completed and an interrupt request when processing of each stream is completed are decoded and supplied to the DMAC control circuit 104b. The DMAC control circuit 104b sets the DMAC 105a of the image processor 105 based on the decoding result.

つぎに実施例の動作について説明する。   Next, the operation of the embodiment will be described.

なお、画像処理対象の画像データは画像読取装置からのスキャンデータ(1)や、ホストCPU101側のページメモリ102からの画像データ(2)であり、これがDMA転送により画像処理プロセッサ105側のページメモリ106に書き込まれる。   Note that the image data to be processed is scan data (1) from the image reading apparatus and image data (2) from the page memory 102 on the host CPU 101 side, and this is the page memory on the image processing processor 105 side by DMA transfer. 106 is written.

以下では、スキャンデータの処理を説明するが、ホストCPU101側の画像データでも同様に処理される。   Hereinafter, scan data processing will be described, but image data on the host CPU 101 side is similarly processed.

[ステップS1]:画像処理プロセッサ101はスキャンデータを1ページ分、ページメモリへ溜める。
[ステップS2]:バスブリッジ104のDMAC制御回路104bが、画像処理プロセッサ105のDMAC105aにパラメータ設定を行う。
[ステップS3]:画像処理プロセッサ105のDMAC105aはページメモリ106から、1バンド分のデータを転送する。
[ステップS4]:画像処理プロセッサ105は、処理を開始、各ストリーム(画像データの流れ)が終わる毎に、バスブリッジ104へ割り込み要求を供給する。
[ステップS5]:バスブリッジ104は、割り込み要求をデコードして、1ページ処理が完了した時にのみ、割り込みをホストCPU101側へ転送する。
[ステップS6]:1ページの処理が完了していないで、1バンド分の終了またはある各ストリームの処理が完了した割り込みと認識したとき、バスブリッジ104のDMAC制御回路104bは、画像処理プロセッサ105のDMAC105aを制御して、つぎのバンドデータまたはストリームを転送する指示を出す。
[Step S1]: The image processor 101 stores one page of scan data in the page memory.
[Step S2]: The DMAC control circuit 104b of the bus bridge 104 sets parameters in the DMAC 105a of the image processor 105.
[Step S3]: The DMAC 105a of the image processor 105 transfers data for one band from the page memory 106.
[Step S4]: The image processor 105 starts processing, and supplies an interrupt request to the bus bridge 104 every time each stream (flow of image data) ends.
[Step S5]: The bus bridge 104 decodes the interrupt request and transfers the interrupt to the host CPU 101 side only when one page processing is completed.
[Step S6] When the processing for one page has not been completed and when it is recognized that the end of one band or the processing of each stream has been completed, the DMAC control circuit 104b of the bus bridge 104 displays the image processor 105. The DMAC 105a is controlled to issue an instruction to transfer the next band data or stream.

図3は、一連の処理の流れを模式的に示すものである。図3に示すように、ページ単位の画像データが入力され、画像処理プロセッサ105がバンドごとにパイプライン処理を行ない、各ストリームを処理A、B、Cの順で処理する(処理はA、B、Cのみ示したが、その個数はこれに限定されない)。すべてのバンドについて処理が終了して1ページ分の処理済み画像データが生成されたら、例えばホストCPU101に割り込み要求を通知してDMAで当該1ページ分の画像データを出力する。   FIG. 3 schematically shows a flow of a series of processes. As shown in FIG. 3, image data in units of pages is input, and the image processor 105 performs pipeline processing for each band, and processes each stream in the order of processing A, B, and C (processing is A, B, and B). , C is shown, but the number is not limited to this). When the processing is completed for all the bands and processed image data for one page is generated, for example, an interrupt request is notified to the host CPU 101, and the image data for one page is output by DMA.

このようにすることにより、図4に示すように、各ストリームのDMAのための割り込み要求はバスブリッジ104を越えて、最後の1ページ分のデータを出力するときにバスブリッジ104を越えてホストCPUに通知され当該1ページ分の画像データがホストCPU101側にDMA転送される。   By doing so, as shown in FIG. 4, an interrupt request for DMA of each stream passes through the bus bridge 104, and when the last one page of data is output, it passes through the bus bridge 104 to the host. The CPU is notified and the image data for one page is DMA-transferred to the host CPU 101 side.

従来では、図5に示すようにストリーム毎に割り込み要求がホストCPUに供給されていて、CPUのオーバーヘッドとなっていた。   Conventionally, as shown in FIG. 5, an interrupt request is supplied to the host CPU for each stream, which is an overhead of the CPU.

このように、バスブリッジ(ハードウェア)で割り込みをデコードし処理をする事で、ホストCPUが割り込みを処理する必要がなくなり、負荷が軽減され、その分他のアプリケーションの処理をすることができる。また、バスブリッジ(ハードウェア)が割り込み処理を行うことで、割り込み処理が短縮し、生産性が向上する。とくにオーバーラップ処理や回転処理に好適である。   In this way, by decoding and processing the interrupt with the bus bridge (hardware), it is not necessary for the host CPU to process the interrupt, the load is reduced, and other applications can be processed accordingly. Also, the bus bridge (hardware) performs interrupt processing, so that interrupt processing is shortened and productivity is improved. It is particularly suitable for overlap processing and rotation processing.

なお、この発明は上述の実施例に限定されるものではなくその趣旨を逸脱しない範囲で種々変更が可能である。例えば、上述の例では、1ページ分の画像データの処理が終了したときにホストCPUに割り込み要求を通知してDMA転送を行うようにしたが、1バンド分の画像データの処理が終了したときにホストCPUに割り込み要求を通知するようにしても良い。もちろん、1バンドを処理単位として画像処理プロセッサに供給するようにしても良い。また、バスブリッジは専用回路(=ハードウェア)でもよいし、CPUコアを内蔵した回路でもよい。更に、本バスブリッジによってホストCPUレスの構成、つまりスタンドアロンの画像処理プロセッサ・システムも構成可能である。すなわち、画像処理装置を:第1のバスと;上記第1のバスに接続された第1の画像メモリと;第2のバスと;上記第2のバスに接続されたDMAC付きの画像処理プロセッサと;上記第2のバスに接続された第2の画像メモリと;上記第1のバスと上記第2のバスとを接続するバスブリッジとを設け、;上記画像処理プロセッサは、上記第2の画像メモリから画像データを読み出して画像処理を行ないその処理結果を上記第2の画像メモリに書き込むパイプライン処理をDMA転送で行ない;上記バスブリッジは、上記パイプライン処理のDMA転送のための割り込み要求をデコードして上記画像処理プロセッサの上記DMACの設定を行なうようにしてもよい。   The present invention is not limited to the above-described embodiments, and various modifications can be made without departing from the spirit of the invention. For example, in the above example, when processing of image data for one page is completed, an interrupt request is notified to the host CPU to perform DMA transfer, but when processing of image data for one band is completed. Alternatively, an interrupt request may be notified to the host CPU. Of course, one band may be supplied to the image processor as a processing unit. The bus bridge may be a dedicated circuit (= hardware) or a circuit incorporating a CPU core. Furthermore, a configuration without a host CPU, that is, a stand-alone image processor system can be configured by this bus bridge. An image processing apparatus includes: a first bus; a first image memory connected to the first bus; a second bus; an image processor with a DMAC connected to the second bus. A second image memory connected to the second bus; a bus bridge connecting the first bus and the second bus; and the image processor includes the second image memory Pipeline processing that reads image data from the image memory, performs image processing, and writes the processing result to the second image memory is performed by DMA transfer; the bus bridge issues an interrupt request for DMA transfer of the pipeline processing May be decoded to set the DMAC of the image processor.

従来の画像処理装置を説明するブロック図である。It is a block diagram explaining the conventional image processing apparatus. この発明の実施例の画像処理装置を全体として示すブロック図である。1 is a block diagram showing an entire image processing apparatus according to an embodiment of the present invention. 上述実施例の処理の流れを説明する図である。It is a figure explaining the flow of processing of the above-mentioned example. 上述実施例の割り込み要求の届く範囲を説明する図である。It is a figure explaining the range where the interruption request | requirement reaches of the above-mentioned Example. 従来例の割り込み要求の届く範囲を説明する図である。It is a figure explaining the range which the interruption request | requirement reaches of a prior art example.

符号の説明Explanation of symbols

10 画像処理装置
11 ホストCPU
12 画像処理プロセッサ
13 拡張バス
14 ページメモリ
15 バッファメモリ
100 画像処理装置
101 ホストCPU
102 ページメモリ
103 バス
104 バスブリッジ
104a デコーダ
104b DMAC制御回路
105 画像処理プロセッサ
106 ページメモリ
10 Image processing apparatus 11 Host CPU
12 image processor 13 expansion bus 14 page memory 15 buffer memory 100 image processing apparatus 101 host CPU
102 page memory 103 bus 104 bus bridge 104a decoder 104b DMAC control circuit 105 image processor 106 page memory

Claims (7)

第1のバスと、
上記第1のバスに接続されたDMAC付きのホストプロセッサと、
上記第1のバスに接続された第1の画像メモリと、
第2のバスと、
上記第2のバスに接続されたDMAC付きの画像処理プロセッサと、
上記第2のバスに接続された第2の画像メモリと、
上記第1のバスと上記第2のバスとを接続するバスブリッジとを有し、
上記画像処理プロセッサは、上記第2の画像メモリから画像データを読み出して画像処理を行ないその処理結果を上記第2の画像メモリに書き込むパイプライン処理をDMA転送で行ない、
上記バスブリッジは、上記パイプライン処理のDMA転送のための割り込み要求をデコードして上記画像処理プロセッサの上記DMACの設定を行ない、上記割り込み要求を上記ホストプロセッサ側には通知しないようにしたことを特徴とする画像処理装置。
The first bus,
A host processor with DMAC connected to the first bus;
A first image memory connected to the first bus;
A second bus,
An image processor with DMAC connected to the second bus;
A second image memory connected to the second bus;
A bus bridge connecting the first bus and the second bus;
The image processor reads out image data from the second image memory, performs image processing, performs pipeline processing to write the processing result in the second image memory by DMA transfer,
The bus bridge decodes the interrupt request for the DMA transfer of the pipeline processing, sets the DMAC of the image processor, and does not notify the host processor of the interrupt request. A featured image processing apparatus.
上記第1の画像メモリの画像データが、画像処理対象の画像データとして、上記第2の画像メモリに転送される請求項1記載の画像処理装置。   The image processing apparatus according to claim 1, wherein the image data in the first image memory is transferred to the second image memory as image data to be processed. 画像読取装置がスキャンして生成した画像データを、画像処理対象の画像データとして、当該画像読取装置から上記第2の画像メモリに転送する請求項1記載の画像処理装置。   The image processing apparatus according to claim 1, wherein the image data generated by scanning by the image reading apparatus is transferred from the image reading apparatus to the second image memory as image data to be processed. 上記バスブリッジは、上記画像処理プロセッサからの割り込み要求をデコードするデコード手段と、上記デコード手段は、からデコード結果を受け取るDMAC制御手段とを有し、上記デコード手段は上記パイプライン処理のDMA転送のための割り込み要求が上記ホストプロセッサ側に通知するのを禁止し、上記DMAC制御手段が、上記パイプライン処理のDMA転送のための割り込み要求に基づいて上記画像処理プロセッサの上記DMACの設定を行なう請求項1〜3のいずれかに記載の画像処理装置。   The bus bridge includes a decoding unit that decodes an interrupt request from the image processor, and the decoding unit receives a DMAC control unit that receives a decoding result from the decoding unit, and the decoding unit performs DMA transfer of the pipeline processing. The DMAC control means sets the DMAC of the image processor based on the interrupt request for DMA transfer of the pipeline processing. Item 4. The image processing device according to any one of Items 1 to 3. 上記画像処理プロセッサ側に入力されるページ単位の画像データまたは上記画像処理プロセッサ側から出力されるページ単位の画像データをDMA転送するために割り込み要求を上記ホストプロセッサに通知する請求項1〜4のいずれかに記載の画像処理装置。   5. An interrupt request is notified to the host processor for DMA transfer of page unit image data input to the image processor side or page unit image data output from the image processor side. The image processing apparatus according to any one of the above. 上記画像処理プロセッサ側に入力されるバンド単位の画像データまたは上記画像処理プロセッサ側から出力されるバンド単位の画像データをDMA転送するために割り込み要求を上記ホストプロセッサに通知する請求項1〜4のいずれかに記載の画像処理装置。   5. An interrupt request is notified to the host processor for DMA transfer of band-unit image data input to the image processor or band-unit image data output from the image processor. The image processing apparatus according to any one of the above. 第1のバスと、
上記第1のバスに接続された第1の画像メモリと、
第2のバスと、
上記第2のバスに接続されたDMAC付きの画像処理プロセッサと、
上記第2のバスに接続された第2の画像メモリと、
上記第1のバスと上記第2のバスとを接続するバスブリッジとを有し、
上記画像処理プロセッサは、上記第2の画像メモリから画像データを読み出して画像処理を行ないその処理結果を上記第2の画像メモリに書き込むパイプライン処理をDMA転送で行ない、
上記バスブリッジは、上記パイプライン処理のDMA転送のための割り込み要求をデコードして上記画像処理プロセッサの上記DMACの設定を行なうようにしたことを特徴とする画像処理装置。
The first bus,
A first image memory connected to the first bus;
A second bus,
An image processor with DMAC connected to the second bus;
A second image memory connected to the second bus;
A bus bridge connecting the first bus and the second bus;
The image processor reads out image data from the second image memory, performs image processing, performs pipeline processing to write the processing result in the second image memory by DMA transfer,
An image processing apparatus, wherein the bus bridge decodes an interrupt request for DMA transfer of the pipeline processing and sets the DMAC of the image processing processor.
JP2006125131A 2006-04-28 2006-04-28 Image processing device Expired - Fee Related JP4687553B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006125131A JP4687553B2 (en) 2006-04-28 2006-04-28 Image processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006125131A JP4687553B2 (en) 2006-04-28 2006-04-28 Image processing device

Publications (2)

Publication Number Publication Date
JP2007299116A true JP2007299116A (en) 2007-11-15
JP4687553B2 JP4687553B2 (en) 2011-05-25

Family

ID=38768566

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006125131A Expired - Fee Related JP4687553B2 (en) 2006-04-28 2006-04-28 Image processing device

Country Status (1)

Country Link
JP (1) JP4687553B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010041154A (en) * 2008-07-31 2010-02-18 Ricoh Co Ltd Image processor, image processing control method, image processing control program, and recording medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001245121A (en) * 2000-02-28 2001-09-07 Canon Inc Image processor and its control method
JP2001350461A (en) * 2000-06-07 2001-12-21 Canon Inc Picture processing method and picture processor
JP2005202767A (en) * 2004-01-16 2005-07-28 Toshiba Corp Processor system, dma control circuit, dma control method, control method for dma controller, image processing method, and image processing circuit
JP2005293435A (en) * 2004-04-05 2005-10-20 Konica Minolta Business Technologies Inc Data transfer device and its setting method
JP2005327044A (en) * 2004-05-13 2005-11-24 Ricoh Co Ltd Image processor and image processing method
JP2006003981A (en) * 2004-06-15 2006-01-05 Sony Corp Information processor and information processing method, recording medium and its program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001245121A (en) * 2000-02-28 2001-09-07 Canon Inc Image processor and its control method
JP2001350461A (en) * 2000-06-07 2001-12-21 Canon Inc Picture processing method and picture processor
JP2005202767A (en) * 2004-01-16 2005-07-28 Toshiba Corp Processor system, dma control circuit, dma control method, control method for dma controller, image processing method, and image processing circuit
JP2005293435A (en) * 2004-04-05 2005-10-20 Konica Minolta Business Technologies Inc Data transfer device and its setting method
JP2005327044A (en) * 2004-05-13 2005-11-24 Ricoh Co Ltd Image processor and image processing method
JP2006003981A (en) * 2004-06-15 2006-01-05 Sony Corp Information processor and information processing method, recording medium and its program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010041154A (en) * 2008-07-31 2010-02-18 Ricoh Co Ltd Image processor, image processing control method, image processing control program, and recording medium

Also Published As

Publication number Publication date
JP4687553B2 (en) 2011-05-25

Similar Documents

Publication Publication Date Title
JP2010117872A (en) Interrupt detection device and information processing system
JP2009289170A (en) Data processor, memory controller, and its access control method
JP2008176360A (en) Multiprocessor system
JP4687553B2 (en) Image processing device
JP2008009803A (en) Information storage device, information transfer method, information transfer system, program and recording medium
JP5322567B2 (en) Data processing system and semiconductor integrated circuit
JP6294732B2 (en) Data transfer control device and memory built-in device
JP2007226374A (en) Data processor
JP2007188434A (en) Image processor
JP2009025896A (en) Data processing unit and data processing method
JP2008097372A (en) System controller
JP2005165592A (en) Data transfer device
JP5744206B2 (en) Drawing control device
JP4985599B2 (en) DMA transfer control system
JP2006338533A (en) Multilayered bus system having ecc circuit
JP2007164552A (en) Memory controller and data transfer method
JP4560398B2 (en) Data processing circuit
JP2005301714A (en) Multi-cpu system, its data transfer method, and its program
TWI332623B (en) Data processing systems and methods
JP2008305093A (en) Memory controller, control method for memory controller, program, and storage medium
JP2006119971A (en) Data transfer device
JP2008071054A (en) Data transfer control method, data processor, and image processor
JP2005084737A (en) Data transfer method and data transfer device
JP2001297056A (en) Arbitrating circuit and dma controller
JP2015148851A (en) image processing apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090210

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20101020

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101026

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20101213

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110118

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110131

R150 Certificate of patent or registration of utility model

Ref document number: 4687553

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20140225

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees