JP2015027058A - Image processing apparatus, control method - Google Patents

Image processing apparatus, control method Download PDF

Info

Publication number
JP2015027058A
JP2015027058A JP2013157084A JP2013157084A JP2015027058A JP 2015027058 A JP2015027058 A JP 2015027058A JP 2013157084 A JP2013157084 A JP 2013157084A JP 2013157084 A JP2013157084 A JP 2013157084A JP 2015027058 A JP2015027058 A JP 2015027058A
Authority
JP
Japan
Prior art keywords
access request
transfer path
transfer
image
storage unit
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
JP2013157084A
Other languages
Japanese (ja)
Other versions
JP6221467B2 (en
Inventor
鈴木 正宏
Masahiro Suzuki
正宏 鈴木
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2013157084A priority Critical patent/JP6221467B2/en
Priority to US14/340,875 priority patent/US9667531B2/en
Publication of JP2015027058A publication Critical patent/JP2015027058A/en
Application granted granted Critical
Publication of JP6221467B2 publication Critical patent/JP6221467B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/24Multipath
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/302Route determination based on requested QoS
    • H04L45/306Route determination based on the nature of the carried application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/51Indexing; Data structures therefor; Storage structures

Abstract

PROBLEM TO BE SOLVED: To provide an image processing apparatus in which the access order and the response order of a memory access request to a memory issued by the same master can be protected.SOLUTION: An image processing apparatus includes a shared storage unit in which image data is stored, a transfer path determination unit for determining through which path, connected with the shared storage unit, the image data is transferred, a selection unit for selecting the transfer path, through which the image data is transferred, based on the transfer path thus determined, and an access request control unit for issuing an access request to the next shared storage unit while waiting a response to an access request to an issued shared storage unit, when the transfer path thus determined has been changed from a transfer path used in the previous transfer of the image data.

Description

本発明は、画像処理装置、制御方法に関する。   The present invention relates to an image processing apparatus and a control method.

一般的にスキャナは一定の速度で画像を読み取るため、読み取られた画像は一定の速度で共有メモリに書き込むことができなければ異常画像となる。また、プロッタ画像もライン単位で周期的に出力する必要があり、出力が間に合わなければ異常画像となってしまう。そこで、複数の機能がアクセスする共有メモリ対してはスキャナ画像とプロッタ画像の転送に対して高い優先順位を与えた調整方法が取られることが多い。   In general, since a scanner reads an image at a constant speed, the read image becomes an abnormal image if it cannot be written to the shared memory at a constant speed. Also, the plotter image needs to be output periodically in line units, and if the output is not in time, an abnormal image will be generated. Therefore, an adjustment method giving a high priority to the transfer of the scanner image and the plotter image is often used for the shared memory accessed by a plurality of functions.

一方で、メモリ上に一時蓄積された画像を回転してからプロッタ画像として出力する場合、1ページ分の画像を回転処理してから出力を開始する場合、回転処理が完了するまで出力の開始を待たせる必要があり、プリント速度が低下するという問題がある。また、1ページ分の画像を回転処理するのに元画像と回転処理後画像の2ページ分のメモリ容量を確保する必要がある。これに対し、特許文献1では、1ページ分の回転処理が終了するのを待たずに数ライン分の回転処理終了を待って、画像出力を開始する方法が開示されている。   On the other hand, when an image temporarily stored in the memory is rotated and then output as a plotter image, when output is started after the image for one page is rotated, output is started until the rotation processing is completed. There is a problem that it is necessary to wait and the printing speed decreases. Further, in order to rotate an image for one page, it is necessary to secure a memory capacity for two pages of the original image and the image after the rotation process. On the other hand, Patent Document 1 discloses a method of starting image output after waiting for the completion of rotation processing for several lines without waiting for completion of rotation processing for one page.

このように、ライン単位で一定の画像転送を保証する必要のある機能に対して、他の機能が連動して動作する場合、他の機能もライン単位で一定の画像処理を実施して、スキャナ画像の入力やプロッタ画像の出力に追従する処理能力が求められる。これに対し、プロッタやスキャナ画像の転送と連動して動作する機能に対しては、連動動作中のみバスの調停の優先順位の高いポートにメモリアクセス要求を発行し、連動していないときには優先順位の低いポートにメモリアクセス要求を発行するという優先順位の変更方法が既に知られている。   In this way, when other functions operate in conjunction with functions that need to guarantee constant image transfer in units of lines, the other functions also perform constant image processing in units of lines, and Processing capability to follow image input and plotter image output is required. On the other hand, for functions that operate in conjunction with the transfer of plotters and scanner images, a memory access request is issued to a port with a high priority for bus arbitration only during the interlocking operation, and priorities when not interlocked A method for changing the priority order of issuing a memory access request to a low port is already known.

また、共有メモリとの距離が遠く、リードコマンドに対するリードデータ(=レスポンス)やライトコマンドに対する完了通知(=レスポンス)を待ってから次のコマンドを発行するノンポステッドと呼ばれるコマンド発行方法では転送速度が遅くなる場合、レスポンスを待たずに次のコマンドを次々と発行するポステッドと呼ばれるコマンド発行方法を取ることで、バスの転送効率を上げ、画像処理速度を向上させる方法が既に知られている。特許文献2には、複数の経路を選択的に経由して画像転送可能な、多重化されたバス構成によるデータ転送方法が開示されている。この方法では、転送経路を多重化して転送帯域を広げること、多重化された転送経路を効率的に選択すること、複数のマスタから発行されたメモリ書き込み要求が、別々の経路を通ることでメモリ書き込み順序が逆転してしまうことを防止するという効果を得ることができる。   In addition, the command transfer method called non-posted, in which the distance to the shared memory is long and the next command is issued after waiting for the read data (= response) for the read command or the completion notification (= response) for the write command, is slow. In this case, there is already known a method of improving the bus transfer efficiency and improving the image processing speed by adopting a command issuing method called Posted which issues the next command one after another without waiting for a response. Patent Document 2 discloses a data transfer method using a multiplexed bus configuration capable of selectively transferring images via a plurality of paths. In this method, the transfer path is multiplexed to widen the transfer band, the multiplexed transfer path is efficiently selected, and the memory write requests issued from a plurality of masters pass through different paths. An effect of preventing the writing order from being reversed can be obtained.

しかしながら、従来の優先順位変更手段では、メモリアクセス要求のレスポンスを待たずに複数の要求を先投げした場合、それぞれの要求が異なるポートから異なるデータパス経由でデータ転送される。そのため、タイミング次第ではマスタとなる機能が先に発行したメモリアクセス要求より、後から発行したメモリアクセス要求の方が先にメモリに到達し、ライトではメモリ上でのデータの上書き、リードではレスポンスデータの順番の前後による画像異常が発生してしまうことがあるという問題があった。   However, in the conventional priority changing means, when a plurality of requests are thrown ahead without waiting for a response to the memory access request, each request is transferred from different ports via different data paths. Therefore, depending on the timing, the memory access request issued later reaches the memory earlier than the memory access request issued by the master function first, overwriting data on the memory for writing, and response data for reading There is a problem in that an image abnormality may occur before and after the order.

本発明は、上記に鑑みてなされたものであって、メモリに対して複数の経路を持つバス構成であっても、同一マスタが発行したメモリアクセス要求のメモリへのアクセス順序とレスポンス順序を守ることができる画像処理装置を提供することを目的とする。   The present invention has been made in view of the above, and protects the memory access order and response order of memory access requests issued by the same master even in a bus configuration having a plurality of paths to the memory. It is an object of the present invention to provide an image processing apparatus that can perform the above processing.

上述した課題を解決し、目的を達成するために、本発明は、画像データが記憶される共有記憶部と、前記共有記憶部に接続された複数の転送経路からいずれの経路を通じて前記画像データを転送するかを決定する転送経路決定部と、決定された前記転送経路に基づいて、前記画像データを転送する前記転送経路を選択する選択部と、決定された前記転送経路が、前回の前記画像データの転送で使用された前記転送経路から変更されている場合、発行済みの前記共有記憶部へのアクセス要求のレスポンスを待ってから次の前記共有記憶部へのアクセス要求を発行するアクセス要求制御部とを備えることを特徴とする。   In order to solve the above-described problems and achieve the object, the present invention provides a shared storage unit in which image data is stored, and the image data through any path from a plurality of transfer paths connected to the shared storage unit. A transfer path determination unit that determines whether to transfer, a selection unit that selects the transfer path for transferring the image data based on the determined transfer path, and the determined transfer path that includes the previous image When the transfer path used in the data transfer is changed, access request control that waits for a response to the issued access request to the shared storage unit and then issues the next access request to the shared storage unit And a section.

本発明によれば、メモリに対して複数の経路を持つバス構成であっても、同一マスタが発行したメモリアクセス要求のメモリへのアクセス順序とレスポンス順序を守ることができるという効果を奏する。   According to the present invention, even in a bus configuration having a plurality of paths to the memory, the memory access request issued by the same master and the response order to the memory can be maintained.

図1は、第1の実施形態の画像処理装置の機能構成を示すブロック図である。FIG. 1 is a block diagram illustrating a functional configuration of the image processing apparatus according to the first embodiment. 図2は、第1の実施形態の第1画像処理部の詳細な機能構成を示す図である。FIG. 2 is a diagram illustrating a detailed functional configuration of the first image processing unit according to the first embodiment. 図3は、第1の実施形態の画像転送の経路選択にかかる処理の流れを示すフロー図である。FIG. 3 is a flowchart showing a flow of processing relating to image transfer route selection according to the first embodiment. 図4は、第2の実施形態の画像処理装置の機能構成を示すブロック図である。FIG. 4 is a block diagram illustrating a functional configuration of the image processing apparatus according to the second embodiment. 図5は、第2の実施形態の第1画像処理部の詳細な機能構成を示す図である。FIG. 5 is a diagram illustrating a detailed functional configuration of the first image processing unit according to the second embodiment. 図6は、第3の実施形態の画像処理装置の機能構成を示すブロック図である。FIG. 6 is a block diagram illustrating a functional configuration of the image processing apparatus according to the third embodiment. 図7は、第4の実施形態の第1画像処理部の機能構成を示すブロック図である。FIG. 7 is a block diagram illustrating a functional configuration of the first image processing unit according to the fourth embodiment.

(第1の実施形態)
以下、本発明の第1の実施形態を図面を参照して説明する。図1は、本発明の画像処理装置1の概要図である。図1に示されるように、画像処理装置1は、エンジン部200、及びシステムコントローラ100を備える。システムコントローラ100は共有メモリ105、第1調停部106、スキャナ画像転送装置101、プロッタ画像転送装置102、CPU103、第1画像処理部104、第2画像処理部108、第3画像処理部109を備えている。また、エンジン部200は、スキャナ201、画像入力装置202、プロッタ204、画像出力装置205を備えている。画像処理装置1にあっては、エンジン部200において読み取られた画像データがシステムコントローラ100へと入力され、システムコントローラ100が共有メモリ(共有記憶部)105へのデータの書き込みを制御する構成である。また、スキャナ201で読み取った原稿データは、システムコントローラ100に転送され、システムコントローラ100で画像処理された出力データを、プロッタ204によって紙に印字される。
(First embodiment)
A first embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a schematic diagram of an image processing apparatus 1 according to the present invention. As shown in FIG. 1, the image processing apparatus 1 includes an engine unit 200 and a system controller 100. The system controller 100 includes a shared memory 105, a first arbitration unit 106, a scanner image transfer device 101, a plotter image transfer device 102, a CPU 103, a first image processing unit 104, a second image processing unit 108, and a third image processing unit 109. ing. The engine unit 200 includes a scanner 201, an image input device 202, a plotter 204, and an image output device 205. In the image processing apparatus 1, image data read by the engine unit 200 is input to the system controller 100, and the system controller 100 controls writing of data to the shared memory (shared storage unit) 105. . The document data read by the scanner 201 is transferred to the system controller 100, and the output data image-processed by the system controller 100 is printed on paper by the plotter 204.

画像入力装置202は、スキャナ201で読み取られた原稿画像をシステムコントローラ100に転送する。画像出力装置205は、システムコントローラ100のプロッタ画像転送装置102から転送される出力画像を受信し、プロッタ204に転送する。   The image input device 202 transfers the document image read by the scanner 201 to the system controller 100. The image output device 205 receives the output image transferred from the plotter image transfer device 102 of the system controller 100 and transfers it to the plotter 204.

第1調停部106は、共有メモリ105へのアクセスを制御する。スキャナ画像転送装置101、プロッタ画像転送装置102、CPU103、第1画像処理部104、第2画像処理部108、第3画像処理部109等はマスタに相当し、共有メモリ105にアクセスする。スキャナ画像転送装置101は、エンジン部200で読み取られた画像を受信し共有メモリ105に書き込む制御を行う。プロッタ画像転送装置102は、共有メモリ105に一時蓄積された出力用の画像を読み出して、エンジン部200に転送する制御を行う。   The first arbitration unit 106 controls access to the shared memory 105. The scanner image transfer device 101, the plotter image transfer device 102, the CPU 103, the first image processing unit 104, the second image processing unit 108, the third image processing unit 109, and the like correspond to a master and access the shared memory 105. The scanner image transfer apparatus 101 performs control to receive an image read by the engine unit 200 and write it to the shared memory 105. The plotter image transfer apparatus 102 performs control to read an output image temporarily stored in the shared memory 105 and transfer it to the engine unit 200.

CPU103は、スキャナ画像転送装置101等の装置や第1調停部106への動作モード設定や起動指示、共有メモリ105のアドレス管理等を行う。第1画像処理部104は複数あってもよく、それぞれ画像圧縮伸長や画像回転、画像暗号化、画像加工等の機能を有する。第1画像処理部104がプロッタ画像転送装置102と連動して動作する場合、プロッタ画像転送装置102の転送速度に追従して画像処理する必要がある。そのため、第1画像処理部104は連動中の場合のみメモリアクセスを高速化するためのデータパスを有し、セレクタ110にて複数の転送経路から使用する経路の選択を行う。第1画像処理部104はプロッタ画像転送装置102が動作中であるかどうかを動作情報信号で受信し、連動動作であるかどうかをCPU103によって設定されたパラメータから判断して、セレクタ110に転送経路指示信号を送信する。   The CPU 103 performs operation mode setting and activation instruction to the apparatus such as the scanner image transfer apparatus 101 and the first arbitration unit 106, address management of the shared memory 105, and the like. There may be a plurality of first image processing units 104, each having functions such as image compression / decompression, image rotation, image encryption, and image processing. When the first image processing unit 104 operates in conjunction with the plotter image transfer device 102, it is necessary to perform image processing following the transfer speed of the plotter image transfer device 102. For this reason, the first image processing unit 104 has a data path for speeding up memory access only when linked, and the selector 110 selects a path to be used from a plurality of transfer paths. The first image processing unit 104 receives whether or not the plotter image transfer apparatus 102 is operating by an operation information signal, determines whether or not the plotter image transfer apparatus 102 is operating in conjunction with a parameter set by the CPU 103, and transfers it to the selector 110. An instruction signal is transmitted.

また、第2画像処理部108、及び第3画像処理部109は複数あってもよく、それぞれ画像圧縮伸長や画像回転、画像暗号化、画像加工等の機能を持つ。共有メモリ105は画像やCPU103のためのプログラムを一時蓄積する主記憶部である。スキャナ画像転送装置101に入力された画像データは、一旦共有メモリ105に展開される。   Further, there may be a plurality of second image processing units 108 and third image processing units 109, each having functions such as image compression / decompression, image rotation, image encryption, and image processing. The shared memory 105 is a main storage unit that temporarily stores images and programs for the CPU 103. The image data input to the scanner image transfer apparatus 101 is once expanded in the shared memory 105.

第1調停部106は共有メモリ105にアクセスする各マスタのアクセス順番を制御するデータバスであり、共有メモリ105を効率的に利用できるように優先順位を調停する。第2調停部107は第1調停部106のポート5にアクセス要求を発行する順番を制御するデータバスであり、共有メモリ105を効率的に利用できるように優先順位を調停する役割を持つ。   The first arbitration unit 106 is a data bus that controls the access order of each master that accesses the shared memory 105, and arbitrates priorities so that the shared memory 105 can be used efficiently. The second arbitration unit 107 is a data bus that controls the order in which access requests are issued to the port 5 of the first arbitration unit 106, and has a role of arbitrating priorities so that the shared memory 105 can be used efficiently.

セレクタ110は先投げ数制御部111から受信する転送経路指示信号に従って接続先を第1調停部106、及び第2調停部107のいずれかから選択する。なお、第1画像処理部104が複数存在するシステムでは、セレクタ110も第1画像処理部104と同じ個数必要となる。先投げ数制御部111(アクセス要求制御部)はメモリアクセス要求(リードコマンド/ライトコマンド)についてレスポンスを待たずに先投げする個数を制御する。先投げ数制御部111はメモリアクセス要求の転送個数と、レスポンス個数とをカウントし、その差分を管理することでメモリアクセス要求の発行に対してレスポンスが返ってきているかを判断する。転送経路指示信号により共有メモリ105への転送経路切り替えを指示された場合、先投げ数制御部111は切り替え前に発行を行った要求(コマンド)のレスポンスをすべて回収するまで、次の要求を発行しないよう制御する。また、セレクタ110に対して転送経路切り替えを指示する場合、先投げ数制御部111は要求(コマンド)に対するレスポンスをすべて回収したのち、次の要求発行前に切り替えを行う。   The selector 110 selects a connection destination from either the first arbitration unit 106 or the second arbitration unit 107 in accordance with the transfer path instruction signal received from the first throw number control unit 111. In a system in which a plurality of first image processing units 104 exist, the same number of selectors 110 as the first image processing units 104 are required. The first throw number control unit 111 (access request control unit) controls the number of first throws without waiting for a response to a memory access request (read command / write command). The first throw number control unit 111 counts the number of transferred memory access requests and the number of responses, and manages the difference to determine whether a response is returned in response to the memory access request. When a transfer path instruction signal to the shared memory 105 is instructed by the transfer path instruction signal, the first throw number control unit 111 issues the next request until all responses of the request (command) issued before switching are collected. Control not to. When the selector 110 is instructed to switch the transfer path, the first throw number control unit 111 collects all responses to the request (command) and then performs switching before issuing the next request.

第2画像処理部108、及び第3画像処理部109は、メモリアクセスの優先度が第1画像処理部104よりも低く、第2調停部107によって調停を受けた後で第1調停部106のポート5に接続される。第1画像処理部104はプロッタ画像転送装置102と連動して動作する時のみ優先順位の高い第1調停部106のポート4経由でデータ転送する。また、第1画像処理部104はプロッタ画像転送装置102とは無関係に動作するときは第2調停部107で調停されてから、第1調停部106による調停を受ける。   The second image processing unit 108 and the third image processing unit 109 have a memory access priority lower than that of the first image processing unit 104, and after the arbitration by the second arbitration unit 107, Connected to port 5. The first image processing unit 104 transfers data via the port 4 of the first arbitration unit 106 having a high priority only when operating in conjunction with the plotter image transfer apparatus 102. Further, when the first image processing unit 104 operates independently of the plotter image transfer apparatus 102, the first image processing unit 104 is arbitrated by the second arbitration unit 107 and then undergoes arbitration by the first arbitration unit 106.

したがって、ポート4経由の方が第2調停部107を介したポート5経由よりも共有メモリ105に対して少ないレスポンスタイムで共有メモリ105にアクセスすることが可能である。また、第2調停部107を経由した場合、第2調停部107に接続される他のマスタとの間で調停を受けるため、メモリアクセス権を獲得する割合が減ることからメモリアクセス速度が低下することもある。さらに、優先順位の低い機能を第2調停部107に集めてある場合、第1調停部106のポート1〜4よりポート5の優先度を低く設定した構成としてもよい。   Therefore, it is possible to access the shared memory 105 via the port 4 with less response time to the shared memory 105 than via the port 5 via the second arbitration unit 107. In addition, when the second arbitration unit 107 is passed, arbitration is performed with another master connected to the second arbitration unit 107, so the memory access speed is reduced because the ratio of acquiring the memory access right is reduced. Sometimes. Furthermore, when the functions having low priority are collected in the second arbitration unit 107, the priority of the port 5 may be set lower than the ports 1 to 4 of the first arbitration unit 106.

第1画像処理部104はプロッタ画像転送装置102から画像転送中を示す動作情報を受信し、さらにプロッタ画像転送装置102と連動中であるかどうかを判断して、セレクタ110に対して第1調停部106に直接メモリアクセス要求を転送するか、第2調停部107経由でメモリアクセス要求を転送するかを指示する転送経路指示情報を出力する。エンジン部200のスキャナ201で読み取られた画像データはスキャナ画像転送装置101を介して一度共有メモリ105に蓄積され、第1画像処理部104で出力可能な形式に画像処理してから、プロッタ画像転送装置102を介してエンジン部200のプロッタ204に出力される。各画像処理部104、108、109が実行する画像処理は、画像回転機能であってもよいし、圧縮・伸長機能であってもよい。また、図示しないがHDDコントローラやネットワークI/Fを備えていてもよい。   The first image processing unit 104 receives the operation information indicating that the image is being transferred from the plotter image transfer apparatus 102, further determines whether or not the plotter image transfer apparatus 102 is interlocked, and performs first arbitration with respect to the selector 110. The transfer path instruction information indicating whether to directly transfer the memory access request to the unit 106 or to transfer the memory access request via the second arbitration unit 107 is output. The image data read by the scanner 201 of the engine unit 200 is once stored in the shared memory 105 via the scanner image transfer device 101, processed in a format that can be output by the first image processing unit 104, and then transferred to the plotter image. The data is output to the plotter 204 of the engine unit 200 via the device 102. The image processing executed by each of the image processing units 104, 108, and 109 may be an image rotation function or a compression / decompression function. Further, although not shown, an HDD controller and a network I / F may be provided.

図2は図1のより詳細なブロック図である。第1画像処理部104は、連動設定部301と、転送経路決定部302を更に備えている。連動設定部301はCPU103によってパラメータ設定され、連動動作をするのか、機能単体で動作するのかを指示されて、その指示内容を保持する。なお、連動動作とは、メモリ容量の削減と処理時間の短縮を目的に、メモリにスキャナ画像を1ページ分蓄積される前に次の画像処理工程(回転や圧縮処理)を開始し、その画像処理がスキャナ画像入力を追い越さないよう制御することである。もしくは、プロッタ画像の出力時に、プロッタ出力し終わったメモリ領域に対して追い越さないように次のページの画像を順次書き込むことで、メモリ容量を増やさずに複合機の生産性を上げる制御のことである。   FIG. 2 is a more detailed block diagram of FIG. The first image processing unit 104 further includes an interlock setting unit 301 and a transfer route determination unit 302. The interlock setting unit 301 is parameter-set by the CPU 103, and is instructed whether to perform the interlock operation or the function alone, and holds the instruction content. The interlocking operation is to start the next image processing step (rotation or compression processing) before storing the scanner image for one page in the memory for the purpose of reducing the memory capacity and processing time. Control is performed so that the process does not overtake scanner image input. Or, when the plotter image is output, the image of the next page is written sequentially so as not to overtake the memory area where the plotter has been output, thereby increasing the productivity of the multifunction device without increasing the memory capacity. is there.

転送経路決定部302は連動設定部301の連動設定とプロッタ画像転送装置102の動作情報を元に転送経路を決定し、先投げ数制御部111に転送経路指示を行う。先投げ数制御部111は、転送経路指示により共有メモリ105に対する経路を切り替える際はすでに発行済みのメモリアクセス要求(リードコマンド/ライトコマンド)のレスポンスを待ってから次の直前のメモリアクセスと転送経路の異なるメモリアクセス要求を発行するようセレクタ110に対する要求発行を待たせる。   The transfer path determination unit 302 determines a transfer path based on the link setting of the link setting unit 301 and the operation information of the plotter image transfer apparatus 102, and issues a transfer path instruction to the first throw number control unit 111. When switching the path to the shared memory 105 by the transfer path instruction, the first throw number control unit 111 waits for a response to a memory access request (read command / write command) that has already been issued before the next previous memory access and transfer path. Request issuance to the selector 110 to issue different memory access requests.

図3は、画像転送制御の処理の流れを示すフロー図である。図3に示されるように、まず第1画像処理部104がプロッタ画像転送装置102と連動して動作するか否かが判定される(ステップS01)。連動して動作すると判定された場合(ステップS01:Yes)、CPU103は連動設定部301にプロッタ画像転送装置102との連動動作を設定する(ステップS02)。この場合、プロッタ画像転送速度に第1画像処理部104の画像処理速度が追従する必要があるため、メモリアクセスの優先順位も高くする必要がある。プロッタ画像転送装置102が動作している最中(=連動動作中)は第1画像処理部104のメモリアクセス要求が優先的に処理される転送経路に変更するためにステップS02の設定を行う。   FIG. 3 is a flowchart showing the flow of image transfer control processing. As shown in FIG. 3, it is first determined whether or not the first image processing unit 104 operates in conjunction with the plotter image transfer apparatus 102 (step S01). If it is determined to operate in conjunction (step S01: Yes), the CPU 103 sets the interlock operation with the plotter image transfer apparatus 102 in the interlock setting unit 301 (step S02). In this case, since the image processing speed of the first image processing unit 104 needs to follow the plotter image transfer speed, it is also necessary to increase the priority of memory access. During the operation of the plotter image transfer apparatus 102 (= during the interlocking operation), the setting in step S02 is performed in order to change to a transfer path in which the memory access request of the first image processing unit 104 is preferentially processed.

一方、連動して動作しないと判定された場合(ステップS01:No)、CPU103は連動設定部301に単体動作を設定する(ステップS03)。ついで、CPU103は第1画像処理部104の起動を指示する(ステップS04)。そして、プロッタ画像転送装置102は動作情報信号をリアルタイムに更新する(ステップS05)。具体的には、起動中はHighとなり、動作を完了するとLowとなることから、リアルタイムで制御される動作情報信号を転送経路決定部302が参照する直前に更新する。   On the other hand, when it is determined not to operate in conjunction (step S01: No), the CPU 103 sets a single operation in the interlock setting unit 301 (step S03). Next, the CPU 103 instructs activation of the first image processing unit 104 (step S04). Then, the plotter image transfer apparatus 102 updates the operation information signal in real time (step S05). Specifically, since it becomes High during activation and becomes Low when the operation is completed, the operation information signal controlled in real time is updated immediately before the transfer path determination unit 302 refers to it.

転送経路決定部302は連動設定部301が設定したプロッタ画像転送装置102との連動動作指示が設定されているかどうかと、プロッタ画像転送装置102からの動作情報信号を確認し、連動動作指示があり、かつ動作情報がHigh(=プロッタ画像転送装置102起動中)であるかを判定する(ステップS06)。連動動作指示があり、かつ動作情報がHighであると判定された場合(ステップS06:Yes)、転送経路決定部302は、先投げ数制御部111に第1調停部106に直結する経路を転送経路指示信号として指示する(ステップS07)。一方、連動動作指示が単体動作であった場合、もしくは動作情報がLow(=プロッタ画像転送装置102が動作していない)であった場合(ステップS06:No)、転送経路決定部302は、先投げ数制御部111に第2調停部107経由で共有メモリ105にアクセスする経路を転送経路指示信号として指示する(ステップS08)。   The transfer path determination unit 302 confirms whether or not a linked operation instruction with the plotter image transfer apparatus 102 set by the linked setting unit 301 is set, and confirms an operation information signal from the plotter image transfer apparatus 102, and there is a linked operation instruction. In addition, it is determined whether the operation information is High (= plotter image transfer apparatus 102 is being activated) (step S06). When it is determined that there is an interlocking operation instruction and the operation information is High (step S06: Yes), the transfer route determination unit 302 transfers the route directly connected to the first arbitration unit 106 to the first throw number control unit 111. This is instructed as a route instruction signal (step S07). On the other hand, when the interlocking operation instruction is a single operation or when the operation information is Low (= the plotter image transfer apparatus 102 is not operating) (step S06: No), the transfer path determination unit 302 A path for accessing the shared memory 105 via the second arbitration section 107 is instructed to the throwing number control section 111 as a transfer path instruction signal (step S08).

ついで、先投げ数制御部111は転送経路指示信号に従って経路を定めるが、先投げ数制御部111は直前に発行済みのメモリアクセス要求がどちらの経路で発行されていたかを確認し、今回の経路を同じ経路であるか否かを判定する(ステップS09)。直前のメモリアクセス要求と異なる転送経路を指示された場合(ステップS09:No)、先投げ数制御部111はすでに発行済みのメモリアクセス要求に対するレスポンスをすべて回収するまで次のメモリアクセス要求を待たせる(ステップS10)。また、先投げ数制御部111はすでに発行済みのメモリアクセス要求に対するレスポンスをすべて回収した後に、セレクタ110への経路変更を指示する(ステップS11)。なお、セレクタ110に入力する転送経路指示信号を先投げ数制御部111で一度タイミングをずらしているのは、リードやライトのレスポンスが先に発行した要求の転送経路を通って返って来るのを待つためである。レスポンスの経路と要求発行経路とが別々な構成である場合はセレクタ110に対する転送経路指示信号は転送経路決定部302が通知したタイミングで更新しても問題ない。   Next, the first throw number control unit 111 determines the route according to the transfer route instruction signal, but the first throw number control unit 111 confirms which route the memory access request issued immediately before is issued, and this route Are determined to be the same route (step S09). When a transfer path different from the previous memory access request is instructed (step S09: No), the first throw number control unit 111 waits for the next memory access request until all responses to the already issued memory access request are collected. (Step S10). Further, after collecting all responses to the already issued memory access request, the first throw number control unit 111 instructs the selector 110 to change the path (step S11). Note that the timing of the transfer path instruction signal input to the selector 110 is shifted once by the first throw number control unit 111 because the response of the read or write is returned through the transfer path of the previously issued request. To wait. When the response path and the request issuance path have different configurations, there is no problem even if the transfer path instruction signal for the selector 110 is updated at the timing notified by the transfer path determination unit 302.

一方、直前のメモリアクセス要求と同じ転送経路を指示された場合(ステップS09:Yes)、ステップS10,S11の処理は行わずに、先投げ数制御部111は、指定された転送経路でメモリアクセス要求を発行する(ステップS12)。そして、1ページ分のデータ転送が完了する(ステップS13:Yes)まで、メモリアクセス要求発行のたびにステップS05からステップS11のフローを繰り返し、1ページ分のデータ転送が完了したら、第1画像処理部104は完了割り込み等を用いてCPU103に画像処理完了を通知して動作を完了する。   On the other hand, when the same transfer path as the previous memory access request is instructed (step S09: Yes), the first throw number control unit 111 does not perform the processes of steps S10 and S11, and the memory access is performed on the specified transfer path. A request is issued (step S12). Until the data transfer for one page is completed (step S13: Yes), the flow from step S05 to step S11 is repeated every time a memory access request is issued. When the data transfer for one page is completed, the first image processing is performed. The unit 104 notifies the CPU 103 of completion of image processing using a completion interrupt or the like, and completes the operation.

以上に示した本実施形態の画像処理装置1にあっては、直前のメモリアクセス要求と異なる転送経路を通るメモリアクセス要求を発行する場合、マスタは直前のメモリアクセスが完了したことを確認するまでメモリアクセス要求の発行を待機する。そのため、先に発行したメモリアクセスと次に発行するメモリアクセスの順序を保証でき、メモリに対して複数の経路を持つバス構成であっても、同一マスタが発行したメモリアクセス要求のメモリへのアクセス順序とレスポンス順序を守ることができる。   In the image processing apparatus 1 of the present embodiment described above, when issuing a memory access request that passes through a transfer path different from the previous memory access request, the master confirms that the previous memory access has been completed. Wait for a memory access request to be issued. Therefore, the order of the memory access issued first and the memory access issued next can be guaranteed, and even if the bus configuration has multiple paths to the memory, the memory access request issued by the same master is accessed to the memory. The order and response order can be observed.

またプロッタ204に連動して第1画像処理部104が動作する場合のみ共有メモリ105に優先的にアクセスでき、かつ、プロッタ204の画像出力の開始前、もしくは完了後には優先順位を下げることで、他のマスタと比較して過剰に共有メモリへのアクセス権限を与えないよう制御することができ、異常画像を発生させない範囲でシステムのメモリアクセスの最適化を図ることができるようになる。   In addition, the shared memory 105 can be preferentially accessed only when the first image processing unit 104 operates in conjunction with the plotter 204, and the priority is lowered before or after the image output of the plotter 204 is completed. Compared with other masters, it is possible to perform control so as not to give access authority to the shared memory excessively, and it is possible to optimize the memory access of the system within a range in which no abnormal image is generated.

(第2の実施形態)
次に、第2の実施形態の情報処理装置1aについて図4を参照して説明する。なお、以下の説明において第1の実施形態と同様の部分は説明を省略し、異なるシステムコントローラ100aを中心に説明する。第1の実施形態では転送経路の変更はセレクタ110によって行われていたが、第2の実施形態にあっては第2調停部107aが行う点が異なる。
(Second Embodiment)
Next, an information processing apparatus 1a according to the second embodiment will be described with reference to FIG. In the following description, the description of the same parts as those of the first embodiment will be omitted, and the description will be focused on a different system controller 100a. In the first embodiment, the transfer path is changed by the selector 110. However, in the second embodiment, the second arbitration unit 107a is different.

転送経路の変更が第1画像処理部104aから直接制御できない機能に実装された場合や中間に別の調停部や画像処理機能が加わった場合には、転送経路指示を直接通知するのではなく、経路112でメモリアクセス要求(=コマンド)そのものの属性として要求に付随させ、要求を受け取った先である第2調停部107aがどの転送経路を通して共有メモリ105まで転送するかを制御する。セレクタのない本構成においても先投げ数制御部111の役割は変わらず、メモリアクセス要求に付随した転送経路情報を参照し、転送経路が変わる場合は先に発行済みのメモリアクセス要求のレスポンスをすべて回収してから、転送経路の変わる次のメモリアクセス要求を発行するよう制御する。   When the transfer path change is implemented in a function that cannot be directly controlled from the first image processing unit 104a, or when another mediation unit or image processing function is added in the middle, the transfer path instruction is not directly notified, The path 112 is attached to the request as an attribute of the memory access request (= command) itself, and controls which transfer path the second arbitration unit 107a that has received the request transfers to the shared memory 105. Even in this configuration without a selector, the role of the first throw number control unit 111 does not change, the transfer path information attached to the memory access request is referred to, and when the transfer path changes, all responses of the previously issued memory access request are all received. After collection, control is performed to issue the next memory access request whose transfer path changes.

第1調停部106のポート4は、ポート5より優先順位が高く設定されている。そして、プロッタ画像転送装置102と連動して動作している最中は、第1画像処理部104aはポート4経由で共有メモリ105にアクセスするよう属性情報が付加され、単独動作中は優先順位の低いポート5経由で共有メモリ105にアクセスする。   Port 4 of the first arbitration unit 106 is set to have a higher priority than port 5. The attribute information is added to the first image processing unit 104a so as to access the shared memory 105 via the port 4 while operating in conjunction with the plotter image transfer apparatus 102, and the priority order is set during the single operation. The shared memory 105 is accessed via the low port 5.

図5は第1画像処理部104aの詳細な構成を示す図である。図5に示されるように、第1画像処理部104aは、新たに経路情報付加部303を備える。連動設定部301は第1の実施形態と同様の機能を備える。転送経路決定部302は第1の実施形態と同様の機能を備え、転送経路指示信号は先投げ数制御部111ではなく、経路情報付加部303に通知する。経路情報付加部303は第1画像処理部104aから発行されるメモリアクセス要求に転送経路を指示する情報を付加する。   FIG. 5 is a diagram showing a detailed configuration of the first image processing unit 104a. As shown in FIG. 5, the first image processing unit 104 a newly includes a route information adding unit 303. The interlock setting unit 301 has the same function as that of the first embodiment. The transfer route determination unit 302 has the same function as that of the first embodiment, and notifies the route information addition unit 303 of the transfer route instruction signal, not the first throw number control unit 111. The path information adding unit 303 adds information indicating the transfer path to the memory access request issued from the first image processing unit 104a.

先投げ数制御部111は、メモリアクセス要求に付加された転送経路情報を参照して実施例1同様の制御を行う。第2調停部107aはメモリアクセス要求に付加された転送経路情報を元に共有メモリ105に対する要求転送経路を振り分ける。   The first throw number control unit 111 performs the same control as that of the first embodiment with reference to the transfer path information added to the memory access request. The second arbitration unit 107a distributes the request transfer path to the shared memory 105 based on the transfer path information added to the memory access request.

本実施形態の構成にあっては、セレクタがない場合や、セレクタに直接転送経路の指示が行えないような場合であっても、適切な転送経路の情報に基づいたデータ転送を行うことができるようになる。   In the configuration of the present embodiment, even when there is no selector or when it is not possible to directly instruct the transfer path to the selector, data transfer based on information on an appropriate transfer path can be performed. It becomes like this.

(第3の実施形態)
次に、本発明の第3の実施形態の情報処理装置1bについて図6を用いて説明する。なお、以下の説明において第1の実施形態と同様の部分は説明を省略し、異なるシステムコントローラ100bを中心に説明する。第1の実施形態ではプロッタ画像転送装置102との連動による共有メモリ105へのアクセス経路を変更する場合を示した。一方、第3の実施形態では、スキャナ画像転送装置101との連動による共有メモリ105へのアクセス経路変更を行う点が異なる。そして、スキャナ画像が共有メモリ105に書き込み完了する前に、書き込み中の画像を第1画像処理部104でスキャナ画像転送装置101に追従しながら並行して処理を行うように制御がされる。第1画像処理部104、先投げ数制御部111、セレクタ110の各機能は第1の実施形態と同様である。また、スキャナ画像との連動は第2の実施形態と同様の構成を用いてもよい。
(Third embodiment)
Next, an information processing apparatus 1b according to a third embodiment of the present invention will be described with reference to FIG. In the following description, the description of the same parts as those of the first embodiment will be omitted, and the description will be focused on a different system controller 100b. In the first embodiment, the case where the access path to the shared memory 105 is changed in conjunction with the plotter image transfer apparatus 102 has been described. On the other hand, the third embodiment is different in that the access path to the shared memory 105 is changed in conjunction with the scanner image transfer apparatus 101. Then, before the scanner image is completely written in the shared memory 105, the first image processing unit 104 controls the image being written to be processed in parallel while following the scanner image transfer apparatus 101. The functions of the first image processing unit 104, the first throw number control unit 111, and the selector 110 are the same as those in the first embodiment. The linkage with the scanner image may use the same configuration as in the second embodiment.

すなわち、スキャナ画像が共有メモリ105に書き込み完了する前に、書き込み中の画像を第1画像処理部104でスキャナ画像転送装置101に追従しながら並行して処理を行うようにすることで、スキャナにかかる処理時間を短縮することができるようになる。また、スキャナから入力される画像を共有メモリ105に1ページ分展開する必要がない。そのため、スキャナ画像の書き込み領域をリングバッファで構成したり、または第1画像処理部104で処理した画像で画像処理前のスキャナ画像を上書きしたりすることで、メモリ領域を削減することができるようになる。   That is, before the scanner image is completely written to the shared memory 105, the image being written is processed in parallel while following the scanner image transfer apparatus 101 by the first image processing unit 104. Such processing time can be shortened. Further, it is not necessary to develop one page of the image input from the scanner in the shared memory 105. Therefore, the memory area can be reduced by configuring the scanner image writing area with a ring buffer, or by overwriting the scanner image before image processing with the image processed by the first image processing unit 104. become.

(第4の実施形態)
次に第4の実施形態の情報処理装置1cのシステムコントローラ100cについて図7を用いて説明する。本実施形態では、転送経路を変更するセレクタ110に、第1調停部106のポート4及びポート5が接続されている。また、第1調停部106のポート4はポート5よりメモリアクセスの優先度が高く設定されている。また、第1調停部106は各マスタ用のポートにデータバッファ及びコマンド(要求)バッファを備え、1つ以上のコマンドを受け取ってバッファリングすることができる。
(Fourth embodiment)
Next, a system controller 100c of the information processing apparatus 1c according to the fourth embodiment will be described with reference to FIG. In this embodiment, the port 4 and the port 5 of the first arbitration unit 106 are connected to the selector 110 that changes the transfer path. Further, the port 4 of the first arbitration unit 106 is set to have a higher memory access priority than the port 5. The first arbitration unit 106 includes a data buffer and a command (request) buffer in each master port, and can receive and buffer one or more commands.

図7に示されるように、優先順位が高い経路であるポート4から優先順位の低い経路であるポート5に転送経路が変更された場合、先投げ数制御部111によって先に発行されたポート4経由のメモリアクセス要求を次に発行されたポート5経由の要求が追い越すことはできない。すなわち、ポート4経由のメモリアクセス要求は、かならず先に共有メモリ105へと到達する。セレクタ110が、メモリアクセス要求のみ経路を選択し、レスポンスデータはどちら経由で返ってきても第1画像処理部104に転送する仕組みとなっていれば、先投げ数制御部111は転送経路が変わる場合にも、すでに発行済みのメモリアクセス要求のレスポンスをすべて回収する必要はなく、続けて転送経路の異なるメモリアクセス要求を発行することが可能である。   As shown in FIG. 7, when the transfer path is changed from the port 4 having a high priority to the port 5 having a low priority, the port 4 issued first by the first throw number control unit 111. The request issued via port 5 issued next time cannot be overtaken by the memory access request passed via. That is, the memory access request via the port 4 always reaches the shared memory 105 first. If the selector 110 selects a path for only the memory access request and transfers the response data to the first image processing unit 104 regardless of which route is returned, the first throw number control unit 111 changes the transfer path. Even in this case, it is not necessary to collect all responses of memory access requests that have already been issued, and it is possible to subsequently issue memory access requests with different transfer paths.

一方で、転送経路指示として優先順位が低い経路であるポート5から優先順位の高い経路であるポート4に変更された場合は、第1調停部106のデータバッファ、コマンドバッファに蓄積された場合、優先順位の高いポート4経由でアクセスされたメモリアクセス要求が、より先に発行された優先順位が低いポート5経由のメモリアクセス要求を追い越してしまう状況が発生しうる。そのため、転送経路指示が優先順位の低い経路から優先順位の高い経路に変更された場合においては、先投げ数制御部111はすでに発行済みのメモリアクセス要求のレスポンスを待ってから次のメモリアクセス要求を発行するように構成されている。   On the other hand, when the transfer route instruction is changed from port 5 which is a low priority route to port 4 which is a high priority route, when it is accumulated in the data buffer and command buffer of the first arbitration unit 106, A situation may occur in which a memory access request accessed via the port 4 with a high priority overtakes a memory access request issued via the port 5 with a lower priority issued earlier. Therefore, when the transfer route instruction is changed from a route with a low priority to a route with a high priority, the first-throw number controller 111 waits for a response to an already issued memory access request before the next memory access request. Is configured to issue.

したがって、本実施形態にあっては、複数の経路を持ち、優先順位の高い経路で発行したメモリアクセス要求が、優先順位の低い経路で発行したメモリアクセス要求を追い越さないことが保証された構成において、先投げ数制御部111は優先順位の低い経路から優先順位の高い経路に変更した時のみすでに発行済みのメモリアクセス要求のレスポンスを待ってから次のメモリアクセス要求を発行する制御を行う。   Therefore, in the present embodiment, in a configuration that has a plurality of paths and is guaranteed that a memory access request issued by a path with a high priority does not overtake a memory access request issued by a path with a low priority. The first-throw control unit 111 controls to issue a next memory access request after waiting for a response to a memory access request that has already been issued only when a route with a lower priority is changed to a route with a higher priority.

本実施の形態の画像処理装置は、CPUなどの制御装置と、ROM(Read Only Memory)やRAMなどの記憶装置と、HDD、CDドライブ装置などの外部記憶装置と、ディスプレイ装置などの表示装置と、キーボードやマウスなどの入力装置を備えており、通常のコンピュータを利用したハードウェア構成となっている。   The image processing apparatus according to the present embodiment includes a control device such as a CPU, a storage device such as a ROM (Read Only Memory) and a RAM, an external storage device such as an HDD and a CD drive device, and a display device such as a display device. It has an input device such as a keyboard and a mouse, and has a hardware configuration using a normal computer.

本実施形態の画像処理装置で実行されるプログラムは、インストール可能な形式又は実行可能な形式のファイルでCD−ROM、フレキシブルディスク(FD)、CD−R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録されて提供される。   The program executed in the image processing apparatus of the present embodiment is a file in an installable format or an executable format, and is a computer such as a CD-ROM, a flexible disk (FD), a CD-R, or a DVD (Digital Versatile Disk). It is recorded on a readable recording medium and provided.

また、本実施形態の画像処理装置で実行されるプログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成しても良い。また、本実施形態の画像処理装置で実行されるプログラムをインターネット等のネットワーク経由で提供または配布するように構成しても良い。   Further, the program executed by the image processing apparatus according to the present embodiment may be provided by being stored on a computer connected to a network such as the Internet and downloaded via the network. The program executed by the image processing apparatus according to the present embodiment may be configured to be provided or distributed via a network such as the Internet.

また、本実施形態のプログラムを、ROM等に予め組み込んで提供するように構成してもよい。   Further, the program of this embodiment may be configured to be provided by being incorporated in advance in a ROM or the like.

本実施の形態の画像処理装置で実行されるプログラムは、上述した各部を含むモジュール構成となっており、実際のハードウェアとしてはCPU(プロセッサ)が上記記憶媒体からプログラムを読み出して実行することにより上記各部が主記憶装置上にロードされ、各部が主記憶装置上に生成されるようになっている。   The program executed by the image processing apparatus according to the present embodiment has a module configuration including the above-described units. As actual hardware, a CPU (processor) reads the program from the storage medium and executes it. Each of the above parts is loaded on the main storage device, and each part is generated on the main storage device.

なお、上記実施の形態では、本発明の画像形成装置を、コピー機能、プリンタ機能、スキャナ機能およびファクシミリ機能のうち少なくとも2つの機能を有する複合機に適用した例を挙げて説明するが、複写機、プリンタ、スキャナ装置、ファクシミリ装置等の画像形成装置であればいずれにも適用することができる。   In the above embodiment, the image forming apparatus according to the present invention is described by taking an example in which the image forming apparatus is applied to a multifunction machine having at least two functions among a copy function, a printer function, a scanner function, and a facsimile function. The present invention can be applied to any image forming apparatus such as a printer, a scanner apparatus, and a facsimile apparatus.

1 画像処理装置
100 システムコントローラ
101 スキャナ画像転送装置
102 プロッタ画像転送装置
104 第1画像処理部
105 共有メモリ
106 第1調停部
107 第2調停部
108 第2画像処理部
109 第3画像処理部
110 セレクタ
111 先投げ数制御部
112 経路
200 エンジン部
201 スキャナ
202 画像入力装置
204 プロッタ
205 画像出力装置
301 連動設定部
302 転送経路決定部
303 経路情報付加部
DESCRIPTION OF SYMBOLS 1 Image processing apparatus 100 System controller 101 Scanner image transfer apparatus 102 Plotter image transfer apparatus 104 1st image processing part 105 Shared memory 106 1st arbitration part 107 2nd arbitration part 108 2nd image processing part 109 3rd image processing part 110 Selector DESCRIPTION OF SYMBOLS 111 First throw number control part 112 Path | route 200 Engine part 201 Scanner 202 Image input device 204 Plotter 205 Image output apparatus 301 Interlock setting part 302 Transfer path determination part 303 Path | route information addition part

特開2001−127973号公報JP 2001-127773 A 特開2004−046851号公報JP 2004-046851 A

Claims (6)

画像データが記憶される共有記憶部と、
前記共有記憶部に接続された複数の転送経路からいずれの経路を通じて前記画像データを転送するかを決定する転送経路決定部と、
決定された前記転送経路に基づいて、前記画像データを転送する前記転送経路を選択する選択部と、
決定された前記転送経路が、前回の前記画像データの転送で使用された前記転送経路から変更されている場合、発行済みの前記共有記憶部へのアクセス要求のレスポンスを待ってから次の前記共有記憶部へのアクセス要求を発行するアクセス要求制御部と、
を備えることを特徴とする画像処理装置。
A shared storage unit for storing image data;
A transfer path determination unit that determines which path to transfer the image data from a plurality of transfer paths connected to the shared storage unit;
A selection unit that selects the transfer path for transferring the image data based on the determined transfer path;
When the determined transfer path is changed from the transfer path used in the previous transfer of the image data, the next shared is waited for a response to the issued access request to the shared storage unit An access request control unit that issues an access request to the storage unit;
An image processing apparatus comprising:
前記転送経路決定部は、前記画像データの出力にかかる処理と前記画像データの転送とが連動しているか否かを判定し、連動している場合に、前記共有記憶部に対して優先度の高いアクセス権限が付与された前記転送経路を使用することを決定し、連動していない場合に、前記共有記憶部に対して優先度の低いアクセス権限が付与された前記転送経路を使用することを決定する
ことを特徴とする請求項1に記載の画像処理装置。
The transfer path determination unit determines whether or not the processing for outputting the image data and the transfer of the image data are linked, and when linked, the transfer path determination unit determines the priority of the shared storage unit. It is decided to use the transfer path to which a high access authority is granted, and when not linked, to use the transfer path to which an access authority with a low priority is assigned to the shared storage unit. The image processing apparatus according to claim 1, wherein the determination is performed.
前記転送経路決定部は、決定した前記転送経路を前記共有記憶部へのアクセス要求の属性情報として付加し、
前記選択部は、取得した前記アクセス要求の前記属性情報から、前記転送経路を選択する
ことを特徴とする請求項1に記載の画像処理装置。
The transfer route determination unit adds the determined transfer route as attribute information of an access request to the shared storage unit,
The image processing apparatus according to claim 1, wherein the selection unit selects the transfer path from the attribute information of the acquired access request.
前記転送経路決定部は、前記画像データの読み取りにかかる処理と前記画像データの転送とが連動しているか否かを判定し、連動している場合に、前記共有記憶部に対して優先度の高いアクセス権限が付与された前記転送経路を使用することを決定し、連動していない場合に、前記共有記憶部に対して優先度の低いアクセス権限が付与された前記転送経路を使用することを決定する
ことを特徴とする請求項2に記載の画像処理装置。
The transfer path determination unit determines whether or not the processing for reading the image data and the transfer of the image data are linked, and when linked, the transfer path determination unit determines the priority of the shared storage unit. It is decided to use the transfer path to which a high access authority is granted, and when not linked, to use the transfer path to which an access authority with a low priority is assigned to the shared storage unit. The image processing apparatus according to claim 2, wherein the determination is performed.
前記アクセス要求は、前記優先度の高い前記アクセス権限を付与された前記アクセス要求が、前記優先度の低い前記アクセス権限を付与された前記アクセス要求より先に前記共有記憶部へと到達しないように構成され、
前記アクセス要求制御部は、優先度の低いアクセス権限のアクセス要求から優先度の高いアクセス権限のアクセス要求に変更した場合、発行済みのアクセス要求のレスポンスを待ってから次の前記共有記憶部へのアクセス要求を発行する
ことを特徴とする請求項1〜4のいずれか一項に記載の画像処理装置。
The access request is configured so that the access request having the access authority with the higher priority does not reach the shared storage unit before the access request having the access authority with the lower priority. Configured,
When the access request control unit changes from an access request with a low priority access privilege to an access request with a high priority access privilege, the access request control unit waits for a response to the issued access request before transferring to the next shared storage unit. The image processing apparatus according to claim 1, wherein an access request is issued.
画像データが記憶される共有記憶部に接続された複数の転送経路からいずれの経路を通じて前記画像データを転送するかを決定する転送経路決定ステップと、
決定された転送経路に基づき、前記画像データを転送する前記転送経路を選択する選択ステップと、
決定された前記転送経路が、前回使用された前記転送経路から変更されている場合、発行済みの前記共有記憶部へのアクセス要求のレスポンスを待ってから次の前記共有記憶部へのアクセス要求を発行するアクセス要求制御ステップと、
を含むことを特徴とする制御方法。
A transfer path determining step for determining which path to transfer the image data from a plurality of transfer paths connected to a shared storage unit in which the image data is stored;
A selection step of selecting the transfer path for transferring the image data based on the determined transfer path;
When the determined transfer path is changed from the previously used transfer path, the access request to the next shared storage unit is made after waiting for a response to the access request to the shared storage unit that has been issued. An access request control step to be issued;
The control method characterized by including.
JP2013157084A 2013-07-29 2013-07-29 Image processing apparatus and control method Expired - Fee Related JP6221467B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2013157084A JP6221467B2 (en) 2013-07-29 2013-07-29 Image processing apparatus and control method
US14/340,875 US9667531B2 (en) 2013-07-29 2014-07-25 Image processing apparatus and control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013157084A JP6221467B2 (en) 2013-07-29 2013-07-29 Image processing apparatus and control method

Publications (2)

Publication Number Publication Date
JP2015027058A true JP2015027058A (en) 2015-02-05
JP6221467B2 JP6221467B2 (en) 2017-11-01

Family

ID=52391444

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013157084A Expired - Fee Related JP6221467B2 (en) 2013-07-29 2013-07-29 Image processing apparatus and control method

Country Status (2)

Country Link
US (1) US9667531B2 (en)
JP (1) JP6221467B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6642243B2 (en) 2016-04-27 2020-02-05 株式会社リコー Semiconductor integrated circuit and information processing method
CN108874829B (en) * 2017-05-12 2023-05-09 腾讯科技(深圳)有限公司 Webpage processing method and device, intelligent equipment and computer storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005072987A (en) * 2003-08-25 2005-03-17 Ricoh Co Ltd Image forming apparatus
JP2006094400A (en) * 2004-09-27 2006-04-06 Fuji Xerox Co Ltd Image processor and image processing method
US20110234608A1 (en) * 2010-03-24 2011-09-29 Canon Kabushiki Kaisha Image display apparatus and control method thereof

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000069257A (en) 1998-08-24 2000-03-03 Ricoh Co Ltd Image processor
JP2000296640A (en) 1999-04-16 2000-10-24 Ricoh Co Ltd Image data memory controlling device
JP3797833B2 (en) 1999-10-25 2006-07-19 株式会社リコー Image processing device
US6757753B1 (en) * 2001-06-06 2004-06-29 Lsi Logic Corporation Uniform routing of storage access requests through redundant array controllers
JP2004032704A (en) * 2002-05-09 2004-01-29 Canon Inc Image forming apparatus, its control method, program, storage medium, printing system, and method suitable for the printing system
JP2004046851A (en) 2003-06-24 2004-02-12 Canon Inc Bus management device, and controller for composite apparatus including the same
US7188219B2 (en) * 2004-01-30 2007-03-06 Micron Technology, Inc. Buffer control system and method for a memory system having outstanding read and write request buffers
US8089656B2 (en) * 2007-09-12 2012-01-03 Ricoh Company Limited Image processing apparatus, image forming apparatus, and image processing method
JP4706720B2 (en) * 2008-05-15 2011-06-22 富士ゼロックス株式会社 DMA control system, printing apparatus, and transfer instruction program
US8560796B2 (en) * 2010-03-29 2013-10-15 Freescale Semiconductor, Inc. Scheduling memory access requests using predicted memory timing and state information
US8589625B2 (en) * 2010-09-15 2013-11-19 Pure Storage, Inc. Scheduling of reconstructive I/O read operations in a storage environment
KR20120037785A (en) * 2010-10-12 2012-04-20 삼성전자주식회사 System on chip keeping load balance and load balancing method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005072987A (en) * 2003-08-25 2005-03-17 Ricoh Co Ltd Image forming apparatus
JP2006094400A (en) * 2004-09-27 2006-04-06 Fuji Xerox Co Ltd Image processor and image processing method
US20110234608A1 (en) * 2010-03-24 2011-09-29 Canon Kabushiki Kaisha Image display apparatus and control method thereof
JP2011203318A (en) * 2010-03-24 2011-10-13 Canon Inc Image display device and method of controlling the same

Also Published As

Publication number Publication date
US9667531B2 (en) 2017-05-30
JP6221467B2 (en) 2017-11-01
US20150032885A1 (en) 2015-01-29

Similar Documents

Publication Publication Date Title
JP4356765B2 (en) Information processing apparatus and method, and program
JP5546635B2 (en) Data transfer apparatus and control method thereof
JP6880402B2 (en) Memory access control device and its control method
JP6221467B2 (en) Image processing apparatus and control method
US20230106262A1 (en) Information processing apparatus, non-transitory computer readable medium storing program, and information processing method
JP6180398B2 (en) Memory access device
JP6875808B2 (en) Information processing device
JP5340058B2 (en) Image processing apparatus, control method thereof, and program
JP2018106222A (en) Information processing apparatus and communication control method
JP2017156924A (en) Information processor, data transfer device, control method for data transfer device, and program
JP6233287B2 (en) Memory access device, image processing device
JP6380084B2 (en) Information processing apparatus and information processing program
JP6124836B2 (en) Electronic device and memory management method
JP5908416B2 (en) Interface control device, data storage device, and interface control method
JP6489075B2 (en) Image forming apparatus, program, and information processing method
JP6314445B2 (en) Information processing apparatus and program
JP2020027509A (en) Relay system
JP6180397B2 (en) Memory access device and memory access control method
JP2006345329A (en) Image forming apparatus, image forming system, and image control device
JP4848188B2 (en) Unit having memory device having a plurality of memory areas and memory control system
JP5326852B2 (en) Image forming apparatus
JP2016224560A (en) Multichip system and control method of the same
JP5602109B2 (en) Image forming apparatus and image forming program
JP2015176380A (en) Image processor and image forming apparatus
JP2007281576A (en) Image processor

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160707

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170130

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20170214

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170403

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: 20170905

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170918

R151 Written notification of patent or utility model registration

Ref document number: 6221467

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

LAPS Cancellation because of no payment of annual fees