US20060115183A1 - Image processing apparatus, image input/output apparatus, scaling method and memory control method - Google Patents

Image processing apparatus, image input/output apparatus, scaling method and memory control method Download PDF

Info

Publication number
US20060115183A1
US20060115183A1 US11/334,585 US33458506A US2006115183A1 US 20060115183 A1 US20060115183 A1 US 20060115183A1 US 33458506 A US33458506 A US 33458506A US 2006115183 A1 US2006115183 A1 US 2006115183A1
Authority
US
United States
Prior art keywords
image
scaling
tile
data
read
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
US11/334,585
Other versions
US7286720B2 (en
Inventor
Koichi Ueda
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to US11/334,585 priority Critical patent/US7286720B2/en
Publication of US20060115183A1 publication Critical patent/US20060115183A1/en
Application granted granted Critical
Publication of US7286720B2 publication Critical patent/US7286720B2/en
Adjusted expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformation in the plane of the image
    • G06T3/40Scaling the whole image or part thereof

Definitions

  • the present invention relates to an image processing apparatus, and image input/output apparatus, a scaling method and a memory control method, and more particularly, to an image processing apparatus, and image input/output apparatus, a scaling method and a memory control method in which input image data is written to an external memory in tile image units, the tile image written to the external memory is read and the read tile image is scaled.
  • Scaling in image input/output apparatuses such as digital copiers and in image processing apparatuses such as personal computers, has come to be a very important feature. Scaling is frequently used in image input/output apparatuses in particular, which are usually equipped with a special scaling circuit.
  • FIG. 34 The operations of a conventional scaling circuit are shown schematically in FIG. 34 , in which 3401 denotes the scaling circuit, 3402 denotes an entire scaled input image to be scaled, and 3403 denotes the entire output image after scaling.
  • Reference numeral 3404 denotes the pixels prior to scaling and 3405 denotes the pixels after scaling.
  • the numbers shown inside the images denote the order in which the pixels of the image are input to or output from the scaling circuit 3401 .
  • FIG. 35 is a block diagram showing the structure in detail of a conventional scaling circuit 3401 .
  • reference numeral 3501 denotes a line buffer
  • 3502 denotes a vertical filter
  • 3503 denotes a shift register
  • 3504 denotes a horizontal filter.
  • the detailed structure of the horizontal and vertical filters is shown in FIG. 36 .
  • the conventional scaling circuit 3401 shown in FIG. 34 accepts image data (that is, pixel data) of a single page of imagery in the order in which this data is scanned (hereinafter order of scanning), and outputs the scaling results in the order of scanning.
  • pixel data inputted to the scaling circuit 3401 from an external source is stored in the line buffer 3501 .
  • the vertical filter 3502 filters a plurality of image data having the same position in the horizontal direction and being shifted one line each in the vertical direction (eight lines in FIG. 35 ).
  • the resulting image data is input to the shift register 3503 for horizontal scaling and image data filter processing (consisting of eight pixels in FIG. 35 ) is performed in the same manner as vertically.
  • FIG. 36 shows the operation of a filter processing circuit.
  • reference numeral 3601 is a filter coefficient generator circuit
  • 3602 is a multiplier circuit
  • 3603 is an adder circuit.
  • a filter coefficient is output from the filter coefficient generator circuit 3601 and image data continuous in either the vertical or horizontal directions is input from either the line buffer 3501 or the shift register 3503 . Then, each pixel of the image data is multiplied by the filter coefficient corresponding to that pixel at the multiplier circuit 3602 , after which all calculation results are added at the adder circuit 3603 and output.
  • the conventional scaling circuit 3401 like that described above would need a very large buffer in order to perform scaling.
  • the circuit shown in FIG. 35 for example, requires an 8-line line buffer, and in the case of an A4-size sheet, a 6,000 dpi image would therefore require a 7,000-pixel buffer.
  • the conventional scaling circuit would still require a very large line buffer even if the scaling circuit were mounted in a single chip, and so is not practical when it comes time to package the whole as an IC.
  • the present invention was conceived in order to solve the above-described problems of the conventional art, and has as its object to provide an image processing apparatus and an image processing apparatus scaling method that can perform scaling at the level of the tile unit while using little memory capacity.
  • an image processing apparatus for performing scaling on inputted image data, the apparatus comprising: a write unit for writing the inputted image data to an external memory in tile image units; a read unit for reading the tile images written to the external memory; and a scaling unit for scaling on the tile images read by the read unit.
  • the present invention also has as a further object to provide an image processing apparatus and an image processing apparatus memory control method with improved processing speed when using an external memory to perform image processing, in particular scaling.
  • an image processing apparatus for performing image processing on inputted image data, comprising: a raster unit for rasterizing the inputted image data to an external memory as raster data; a read unit for reading the raster data written to the external memory in tile image units; and an image processor for performing predetermined image processing on the tile images read from the external memory by the read unit, the read unit continuously reading from the external memory a predetermined number of lines of image data when commencing reading of the tile images.
  • the present invention also has as a further object to provide an image processing apparatus and an image processing apparatus memory control method that can easily and efficiently perform memory management when carrying out scaling and image data write processing using a simple structure.
  • an image processing apparatus for performing scaling on inputted image data, the apparatus comprising: a write unit for writing the inputted image data to an external memory in tile image units; a read unit for reading the tile images written to the external memory; a scaling unit for scaling on the tile images read by the read unit; and an exclusive controller unit for controlling access to the external memory by the read unit and the write unit, the exclusive controller unit setting a number of tile images in a vertical direction to be managed in the external memory being at least (1/n)+2 when a designated vertical direction scaling rate is n (n ⁇ 1) when accessing the external memory in the read step and the write step.
  • the present invention also has as a further object to provide an image processing apparatus and an image processing apparatus scaling method with improved processing speed yet without increasing the clock speed of the circuit.
  • an image processing apparatus further comprising: a storage unit for storing the image data scaled by the scaling unit; and a storage controller unit for controlling the storage unit, the scaling unit scaling a plurality of tile images continuous in a horizontal direction all at once, the storage controller unit storing the scaled image data in the storage unit, and reading and outputting the image data stored in the storage unit in tile image units.
  • the present invention also has as a further object to provide an image processing apparatus and an image processing apparatus scaling method that simplifies data management for scaling using an external memory.
  • an image input/output apparatus for performing image processing on inputted image data
  • the apparatus comprising: a data packet generator for dividing the inputted image data into a predetermined divided image, adding attribute information to the divided image and generating a data packet; and a scaling unit for inputting the data packet, performing scaling on the divided image, reconfiguring the data packet from the scaled divided image and outputting the reconfigured data packet, the scaling unit writing the inputted data packet image data to the external memory in divided image units based on position information included in a header, reading the divided image written to the external memory, and performing scaling processor on the read-out divided image.
  • This further object of the present invention is achieved by an image input/output apparatus and an image input/output apparatus scaling method that enables scaling to be varied according to different scaling rates and image sizes yet without affecting the circuit structure inside the IC chip.
  • an image processing apparatus for performing scaling on inputted image data
  • the apparatus comprising: an IC chip for processing and outputting the inputted image data in predetermined divided image units; and a memory unit accessed in order to carry out image processing by the IC chip, the IC chip securing the memory unit in the divided image units depending on a scaling rate and performing scaling on the inputted image data based on the memory unit divided image when performing scaling on the inputted image data.
  • FIG. 1 is a block diagram illustrating the structure of an image input/output apparatus (in this case a digital copier) capable of adapting the present invention
  • FIG. 2 is a detailed block diagram illustrating the structure of a system controller depicted in FIG. 1 ;
  • FIG. 3 is a detailed block diagram illustrating the structure of an image processor depicted in FIG. 1 ;
  • FIG. 4 is a diagram illustrating the entire network system structure, including the image input/output apparatus of FIG. 1 ;
  • FIG. 5 is a diagram illustrating a data packet used in the image input/output apparatus of FIG. 1 ;
  • FIG. 6 is a diagram illustrating a command packet used in the image input/output apparatus of FIG. 1 ;
  • FIG. 7 is a diagram illustrating an interrupt packet used in the image input/output apparatus of FIG. 1 ;
  • FIG. 8 is a diagram illustrating a packet table
  • FIG. 9 is a flow chart showing data flow and processing steps between blocks related to image input/output processing
  • FIG. 10 is a diagram showing a sample division among tile images of a single page of image data as read by a scanner
  • FIG. 11 is a flow chart showing data flow and processing steps between blocks related to image output processing
  • FIG. 12 is a flow chart showing data flow and processing steps between blocks related to scaling on a data packet
  • FIG. 13 is a diagram showing the structure of a scaling processor according to first, second and third embodiments of the present invention.
  • FIG. 14 is a detailed block diagram of the structure of a scaling block
  • FIG. 15 is a diagram showing raster data of the tile image units rendered in an external memory
  • FIG. 16 is a detailed block diagram of the scaling control block shown in FIG. 14 ;
  • FIG. 17 is a diagram showing the detailed structure of a memory interface according to a second embodiment of the present invention.
  • FIG. 18 is a diagram shown the detailed structure of a read control circuit depicted in FIG. 17 ;
  • FIG. 19 is a timing chart illustrating the operation of the read control circuit
  • FIG. 20 is a detailed block diagram showing one example of the memory interface depicted in FIG. 13 ;
  • FIG. 21 is a block diagram showing an example of the detailed circuitry of the exclusive control circuit depicted in FIG. 20 ;
  • FIG. 22 is a diagram illustrating one memory state during tile image data transfer using the exclusive control circuit depicted in FIG. 20 ;
  • FIG. 23 is a diagram illustrating another memory state during tile image data transfer using the exclusive control circuit depicted in FIG. 20 ;
  • FIG. 24 is a diagram illustrating a third memory state during tile image data transfer using the exclusive control circuit depicted in FIG. 20 ;
  • FIG. 25 is a diagram illustrating a fourth third memory state during tile image data transfer using the exclusive control circuit depicted in FIG. 20 ;
  • FIG. 26 is a diagram showing the block structure of a scaling processor according to fourth and fifth embodiments of the present invention.
  • FIG. 27 is a block diagram of a tile buffer control circuit in the fourth embodiment of the present invention.
  • FIG. 28 is a diagram showing a sample address in a tile buffer
  • FIGS. 29A and 29B are diagrams showing the difference in processing area in a case in which processing is performed on a single tile, as in FIG. 29A , and a case in which processing is performed on two tiles continuous in the horizontal direction, as in FIG. 29B ;
  • FIG. 30 is a block diagram of a tile buffer control circuit in the fifth embodiment of the present invention.
  • FIGS. 31A and 31B are diagrams illustrating different address arrangements in the tile buffer
  • FIG. 32 is a flow chart showing steps in a process of generating an address to be followed by a read address counter
  • FIG. 33 is a diagram of the circuit structure of a write address counter
  • FIG. 34 is a schematic diagram of the operation of a conventional scaling circuit
  • FIG. 35 is a block diagram showing the structure in detail of a conventional scaling circuit.
  • FIG. 36 is a diagram of the operation of a filter processing circuit.
  • an image input/output apparatus that divides an image of a single page into tiles and receives and manages the tile-divided image data.
  • Such an image input/output apparatus is usually referred to as a digital copier, and can execute scaling according to the present invention.
  • FIG. 1 is a block diagram illustrating the structure of an image input/output apparatus (in this case a digital copier) capable of adapting the present invention.
  • FIG. 2 is a detailed block diagram illustrating the structure of a system controller depicted in FIG. 1 .
  • FIG. 3 is a detailed block diagram illustrating the structure of an image processor depicted in FIG. 1 .
  • a controller unit 2000 is connected to a scanner 2070 that is an image input device and to a printer 2095 that is an image output device, and at the same time is connected to a LAN 2001 and a wide area network (WAN) 2051 so as to exercise control over image information and device information input/output and PDL data image rendering.
  • WAN wide area network
  • the COU 2001 is a processor that controls the entire system.
  • two such processors are used. These two CPUs are connected to a common CPU bus 2126 , and further, are connected to a system bus bridge 2007 .
  • the system bus bridge 2007 is a bus switch, to which are connected the CPU bus 2126 , a RAM controller 2124 , a ROM controller 2125 , a first IO bus 2127 , a sub-switch 2128 , a second IO bus 2129 , a first image ring interface ( 1 ), and a second ring interface 2148 .
  • the sub switch 2128 is a second bus switch, to which are connected a first image DMA 2130 , a second image DMA ( 2 ) 2132 ), a font expansion unit 2134 , a sort circuit 2135 and a bit map tracer 2136 .
  • the sub switch 2128 adjusts the memory access requests from the DMA and provides connection to the system bus bridge.
  • the RAM 2002 is the system work memory activated by the CPU 2001 as well as the image memory for temporarily storing the image data.
  • the RAM 2002 is controlled by the RAM controller 2124 of FIG. 2 .
  • a direct RDRAM is used.
  • the ROM 2003 is a boot ROM, in which the system boot program is stored, and is controlled by the ROM controller 2125 of FIG. 2 .
  • the first image DMA 2130 is connected to an image expansion unit 2131 .
  • the first image DMA 2130 controls the image compressor 2131 based on information set via a register access ring 2137 , and reads the uncompressed data in the RAM 2002 , compresses it, and then rewrites the data to the RAM 2002 after compression.
  • the present embodiment adopts JPEG as the compression algorithm.
  • the second image DMA 2132 is connected to an image expansion unit 2133 , controls the image compressor 2133 based on information set via the register access ring 2137 , reads the compressed data in the RAM 2002 , expands it, and then rewrites the data to the RAM 2002 after expansion.
  • the present embodiment adopts JPEG as the expansion algorithm.
  • a font expansion unit 2134 performs expansion of compressed font data stored in the ROM 2003 or RAM 2002 based on a font code included in the PDL data transferred from an external source via the LAN interface 2010 .
  • the present embodiment adopts the FBE algorithm.
  • the sort circuit 2135 is a circuit that rearranges the order of the objects of the display list generated at the stage at which the PDL data is rendered.
  • the bit map trace circuit 2136 extracts edge information from the bit map data.
  • the IO bas 2127 is a type of internal IO bus, to which are connected a controller for the standard USB BUS, a USB interface 2138 , a universal serial port 2139 , an interrupt controller 2140 , and a GPIO interface 2141 .
  • a bus arbiter (not shown) is included in the IO bus 2127 .
  • a controller I/F 2006 is the interface for the controller (UI) 2012 shown in FIG. 1 , and outputs image data to be displayed at the controller 2012 to the controller 2012 .
  • the controller I/F 2006 performs the function of transmitting information input by a user of the system from the controller 2012 to the CPU 2001 .
  • the IO bus 2129 is a type of internal IO bus, to which are connected universal bus interfaces ( 1 , 2 ) 2142 and a LAN controller 2010 .
  • a bus arbiter (not shown) is included in the IO bus 2129 .
  • the universal bus interfaces ( 1 , 2 ) 2142 are composed of two identical bus interfaces, and are a bus bridge that supports the standard IO bus.
  • the present embodiment employs PCI buses 2143 , 2153 .
  • reference numeral 2004 is a hard disk drive (HDD), which stores system software and image data.
  • the HDD 2004 is connected to one of the PCI buses 2153 via a disk controller 2004 .
  • the LAN controller 2010 of FIG. 2 is connected to a LAN 2011 via a MAC circuit 2145 and a PHY/PMD circuit 2146 .
  • a Modem 2050 is connected to a WAN and performs information input/output.
  • a first image ring interface 2147 and a second image ring interface 2148 connect an image ring 2008 that transfers image data at high speed to the system bus bridge 2007 , and is a DMA controller that transfers tiled and compressed data between the RAM 2002 and a tile image processor 2149 .
  • the image ring 2008 is formed by combining a pair of unilateral connection routes. As shown in FIG. 3 , the image ring 2008 is inside the tile image processor 2149 , and is connected via a third image ring interface 2101 and a fourth image ring interface 2102 to tile expansion units ( 1 , 2 ) 2103 , a command processor 2104 , a status processor 2105 and tile compressors ( 1 - 3 ) 2106 .
  • the present embodiment uses two sets of tile expansion units 2103 and three sets of tile expansion units 2106 .
  • the tile expansion units ( 1 , 2 ) 2103 in addition to being connected to the third image ring interface 2101 , are connected to a tile bus 2107 and are the bus bridge that expands compressed image data input from the image ring and transfers the expanded data to the tile bus 2107 .
  • the present embodiment uses JPEG and the pack bit method for the expansion algorithm.
  • the tile compressors ( 1 - 3 ) 2106 in addition to being connected to the fourth image ring interface 2102 , are connected to the tile bus 2107 and are the bus bridge that compresses uncompressed image data input from the tile bus 2107 and transfers the compressed data to the image ring 2008 .
  • the present embodiment uses JPEG and the pack bit method for the compression algorithm.
  • the command processor 2104 in addition to being connected to the image ring interface, is connected to a register setting bus 2109 , and writes a register setting request issued by the CPU 2001 and input via the image ring to the appropriate block connected to the register setting bus 2109 . In addition, based on a register read request issued by the CPU 2001 , the command processor 2104 reads information from the appropriate register via the register setting bus and transfers the information to the image ring interface 2102 .
  • the status processor 2105 monitors the image processor information, generates an interrupt packet for issuing an interrupt to the CPU 2002 , and outputs the interrupt packet to the image ring interface 2102 .
  • rendering unit interface 2110 image input interface 2112 , image output interface 2113 , polytomous multiplexer 2119 , digitalizer 2118 , color space converter 2117 , image rotator 2030 and scaling processor 2116 .
  • the rendering portion interface 2110 functions as an interface that inputs a bit map image generated by a rendering unit 2060 to be described later.
  • the rendering unit 2060 and the rendering unit interface 2110 are connected by ordinary video signals 2111 .
  • the rendering unit interface 2110 in addition to being connected to the tile bus 2107 , is also connected to a memory bus 2108 and the register setting bus 2109 .
  • the rendering unit interface 2110 structurally converts input raster images to tile images using a predetermined method set via the register setting bus 2109 and at the same time also synchronizes the clock and outputs tile images to the tile bus 2107 .
  • the image input interface 2112 inputs raster image data that has been correctively image processed by a scanner image processor 2114 to be described later.
  • the image input interface 2112 structurally converts input raster images to tile images using a predetermined method set via the register setting bus 2109 and at the same time also synchronizes the clock and outputs tile images to the tile bus 2107 .
  • the image output interface 2113 inputs tile image data (data packets) from the tile bus and structurally converts the input tile images to raster images, and at the same time also updates the clock rate and outputs the raster image to the printer image processor 2115 .
  • the image rotator 2030 rotates the image data.
  • the scaling (resolution conversion) processor 2116 changes the resolution of the image.
  • the scaling processor 2116 is the main elements of the present embodiment, a detailed description of which will be given later.
  • the color space converter 2117 carries out color and gray scale image color space conversion.
  • the digitalizer 2118 digitalizes polytomous (color and gray scale) images.
  • the polytomous multiplexer 2119 converts digital images into polytomous data.
  • An external bus interface 2120 is a bus bridge that converts and outputs write requests and read requests issued from the CPU 2001 via the image ring interfaces ( 1 ) 2147 and ( 3 ) 2101 , the command processor 2104 and the register setting bus 2109 to the external bus 2121 .
  • the external bus 2121 in the present embodiment is connected to the printer image processor 2115 and the scanner image processor 2114 .
  • the memory controller 2122 is connected to the memory bus 2108 .
  • the memory controller 2112 reads and writes image data to and from the image memory ( 1 , 2 ) 2123 according to requests from the image processors using preset address divisions, and revises these as necessary.
  • the present embodiment uses an SDRAM for the image memory.
  • the scanner image processor 2114 correctively image processes the image data scanned by the scanner 2070 that is the image input device.
  • printer image processor 2115 corrective image processing is performed for the purpose of printing output and the results thereof are output to the printer 2095 .
  • the rendering unit 2060 renders the PDKL code or intermediate display list as a bit map image.
  • the controller unit 2000 of the image input/output apparatus of FIG. 1 is composed of a single controller board.
  • a system controller 2150 and an image processor 2149 are each mounted on the controller board as an IC chip. Data transfer between these two IC chips is carried out by packets to be described later via the image ring.
  • the image memories ( 1 , 2 ) 2123 are independently mounted on the controller board as external memory for the image processor 2149 .
  • these memories are in the form of cards that can be detachably inserted into slots on the controller board, and so can be replaced with other memory cards having different capacities as necessary.
  • the image memory 2123 is not necessarily limited to a card but may also be in the form of an IC chip which can be directly imbedded in the controller board.
  • FIG. 4 is a diagram illustrating the entire network system structure, including the image input/output apparatus of FIG. 1 .
  • reference numeral 1001 is the image input/output apparatus of FIG. 1 , and is composed of a scanner and a printer, with an image read from the scanner being fed into a local area network (hereinafter LAN) 1010 and the image received from the LAN 1010 capable of being printed out by the printer.
  • the image read from the scanner may be transmitted by a FAX means not shown in the diagram to a PSTN or an ISDN 1030 , with the image received from the PSTN or ISDN 1030 capable of being printed out by the printer.
  • Reference numeral 1002 denotes a database server that manages a binary image or polytomous image read by the image input/output apparatus 1001 as a database.
  • Reference numeral 1003 denotes a database client of the database server 1002 , capable of inspecting and/or searching the image data stored in the database server 1002 .
  • Reference numeral 1004 denotes an electronic mail server, capable of receiving an image read by the image input/output apparatus 1002 as an attachment to electronic mail.
  • Reference numeral 1005 denotes an electronic mail client, capable of inspecting electronic mail received by the electronic mail server 1004 and of transmitting electronic mail via the electronic mail server 1004 .
  • Reference numeral 1006 denotes a web server that provides HTML documents to the LAN, capable of printing out HTML documents provided by the web server from the image input/output apparatus 1001 .
  • Reference numeral 1007 denotes a router that links the LAN 1010 to an internet/intranet 1012 .
  • the above-described database server 1002 , web server 1006 , electronic mail server 1004 image input/output apparatus 1001 and other, similar apparatuses and devices are linked to the internet/intranet 1012 as indicated by reference numerals 1020 , 1021 , 1022 and 1023 , respectively.
  • the image input/output apparatus 1001 is capable of transmitting and receiving faxes to and from a FAX machine 1031 via the PSTN or ISDN 1030 .
  • a printer 1040 is linked to the LAN as well, so an image read by the image input/output apparatus 1001 can be printed out.
  • the controller unit 2000 of the present embodiment transmits image data, commands from the CPU 2001 and interrupt information issued by the image processors ( 2116 , 2117 , 2118 , 2119 and 2030 ) as packets.
  • image processors 2116 , 2117 , 2118 , 2119 and 2030 .
  • FIG. 5 is a diagram illustrating a data packet used in the image input/output apparatus of FIG. 1 .
  • the data packet shown in FIG. 5 consists of tile unit image data 3002 a divided among a predetermined number of pixels (32 ⁇ 32 in the present embodiment), header information 3001 that contains control information to be described later, and image added information 3003 .
  • PcktType 3004 identifies the packet type. A repeat flag is included in this PcktType 3004 , so where image data 3002 is the same as the image data of the data packet transmitted one packet previously, this repeat flag is set.
  • ChipID 3005 indicates the Chip to which the packet is to be transmitted.
  • ImageType 3006 indicates the image data type.
  • PageID 3007 indicates the page number of the image data.
  • JobID 3008 contains a job IMAGE DATA for managing image processing by software.
  • PacketIDY 3009 and PaacketIDX 3010 indicate to which tiles at which positions of the image overall does the image data included in (or designated by) the packet correspond. The position of the tiles is determined by a combination of a Y-axis direction (PacketIDY 3009 ) and an X-axis direction (PaacketIDX 3010 ), and are expressed as YnXn.
  • the data packets may contain image data that is compressed or image data that is not compressed.
  • the present embodiment uses JPEG for the compression algorithm for a polytomous color (including polytomous gray scale) image and pack bits for a digital image.
  • JPEG JPEG
  • the distinction between compressed and uncompressed is indicated by a CompressFlag 3017 to be described later.
  • Process Instructions 3011 is composed of processing units 1 - 8 , which are sets of 5-bit UnitID 3019 and 3-bit Mode 3020 , the processing units being processed in order from (lower) left to right.
  • the Process Instruction overall is shifted 8 bits to the left so that the processed Unit IMAGE DATA and mode are discarded and the next-to-be-processed UnitID and Mode may be positioned at the left.
  • a maximum of 8 bits of a combination of the UnitID 3019 and the Mode 3020 are contained in the Process Instruction 3011 .
  • the UnitID 3019 designates he image data processor and the Mode 3020 designates the operating modes of the image data processors. By so doing, it is possible to designate continuous processing by a maximum of eight image data processors for the image data included in (or designated by) a single image data packet.
  • the PacketByteLength 3012 indicates the total number of bytes in the packet.
  • the ImageDataByteLength 3015 indicates the number of bytes in the image.
  • the ZdataByteLength 3016 indicates the number of bytes in the image added information.
  • the ImageDataOffset 3013 , ZdataOffset 3014 indicate the offset from the start of the packet of the image data and the image added information, respectively.
  • FIG. 6 is a diagram illustrating a command packet used in the image input/output apparatus of FIG. 1 .
  • the ChipID 4004 in the header 4001 contains an IMAGE DATA that indicates the image processor 2149 that is the destination of the command packet.
  • the PageID 4007 and JobID 4008 contain the page ID and job ID for software management, respectively.
  • the Packet ID 4009 is expressed in a single dimension, using only the Data Packet x-coordinate.
  • the PacketByteLength 4010 is fixed at 1288 Bytes.
  • the packet data 4200 can store a maximum of 12 commands, each consisting of an address 4011 and a data 4012 . Whether the command is a “read” or a “write” is indicated by CmdType 4005 , while the number of commands is indicated by Cmdnum 4006 .
  • FIG. 7 is a diagram illustrating an interrupt packet used in the image input/output apparatus of FIG. 1 .
  • the interrupt packet shown in FIG. 7 is composed of a header 5001 and an interrupter (packet data) 5002 , and is used send an interrupt from the image processor 2149 to the CPU 2001 .
  • the PacketByteLength 5006 is fixed at 128 bytes.
  • the packet data contains status information 5007 on each of the internal modules of the image processor 2149 .
  • the status processor 2105 collects information on the status of the modules inside the image processor 2149 , and can send the collected status information to the system controller 2150 in a bunch.
  • the ChipID 5004 contains an ID indicating the system controller 2150 that is the destination of the interrupt packet.
  • the IntChipID 5005 contains an ID that indicates the image processor 2149 that is the source of the interrupt packet.
  • FIG. 8 is a diagram illustrating a packet table.
  • the packets described above are managed by a table like the packet table 6001 shown in FIG. 8 .
  • the packet table 6001 shown in FIG. 8 is used together with the image data, and is managed by the RAM 2002 when the image data is rendered in the RAM 2002 shown in FIG. 1 . Similarly, when the image data is stored in the external memory apparatus 2004 , the packet table is also simultaneously stored in the external memory apparatus 2004 . When the image data stored in the external memory apparatus 2004 is once again rendered in the RAM 2002 , the packet table 6001 is also simultaneously read by the RAM 2002 and the address information is rewritten according to the address information of the data being rendered.
  • packet table 6001 and the chain table 6010 are not divided.
  • a single packet data indicates two table entries.
  • the Repeat Flag 6003 of the second of the two table entries is set.
  • a Divide Flag is set and the a chain table number 6006 of the chain block at the start of the packet is set.
  • Each chain table entry 6010 is composed of a Chain Block Address 6011 and a Chain Block Length 6012 , with a “0” being stored in the last chain table entry for both the Chain Block Address 6011 and the Chain Block Length 6012 .
  • FIG. 9 is a flow chart showing data flow and processing steps between blocks related to image input/output processing.
  • an image is read by the scanner 2070 .
  • the image data so read is then transmitted sequentially as raster data to the scanner image processor 2114 .
  • the scanner image processor 2114 performs image processing needed for the raster data sequence and transmits the processed image data to the image input interface 2112 .
  • the image input interface 2112 then transmits the image data received in raster data sequence to the memory controller 2122 via the memory bus 2108 .
  • the memory controller 2112 is rendered in raster form to the image memory ( 1 ) 2123 .
  • the image memory ( 1 ) 2123 has a minimum capacity of 32 lines of raster data.
  • the image input interface 2112 begins to read the data in units of tile images composed of 32 pixels ⁇ 32 lines. The reading of the tile images is carried out via the memory controller 2122 and the memory bus 2108 .
  • the image input interface 2112 adds the header 3001 and the Z data 3003 to the tile image 3002 to generate a data packet with a format like that shown in FIG. 3 . It should be noted that route information for storing the image data in the RAM 2002 is described in the Process instruction 3001 .
  • the image input interface 2112 requests the tile bus 2107 to make a connection to the first tile compressor ( 1 ) 2106 .
  • the tile bus 2107 connects the image input interface 2112 to the first tile compressor ( 1 ) 2106
  • the data packet is transmitted to the first tile compressor ( 1 ) 2106 .
  • the first tile compressor ( 1 ) 2106 JPEG compresses the tile images 3002 of the data packet, and transits the compressed data packet to the fourth image ring interface ( 4 ) 2102 via the image ring 2008 .
  • the fourth image ring interface ( 4 ) 2102 then transmits the data packet to the system controller 2150 via the image ring 2008 .
  • the system controller 2150 then stores the data packet in the RAM 2002 .
  • a data packet is generated from image data read by the scanner, after which the data is compressed and stored in the RAM 2002 of the system controller 2150 .
  • FIG. 10 is a diagram showing a sample division among tile images of a single page of image data as read by the scanner 2070 .
  • a single page is divided into a plurality of tiles, with tile image data being generated for each tile.
  • the example shown in FIG. 8 is one in which a single A4-size page (210 ⁇ 297 mm) is read by the scanner 2070 at a resolution of 600 ⁇ 600 dpi. With 1 inch equaling 25.4 mm, the number of pixels in the image is 4961 vertically and 7016 horizontally. Divided into tiles of 32 ⁇ 32 pixels, an A4-size page would generate 34,320 pieces of tile image data.
  • FIG. 11 is a flow chart showing data flow and processing steps between blocks related to image output processing.
  • a data packet output from the system controller 2150 is input to the third image ring interface ( 3 ) 2101 via the image ring 2008 .
  • route information for outputting the RAM 2002 image data via the printer 2095 is contained in the ProcesInstruction 3011 .
  • the third image ring interface ( 3 ) 2101 selects the first tile expansion unit ( 1 ) 2103 and transmits the image tile data.
  • the selection of the first tile expansion unit ( 1 ) 2103 is carried out according to the ProcessInstruction 3011 of the packet format.
  • the first tile expansion unit ( 1 ) 2103 JPEG expands the tile image of the data packet, converting it to uncompressed image data. Next, the first tile expansion unit ( 1 ) 2103 requests the tile bus 2107 to make a connection to the image output interface 2113 . Thereafter, the first tile expansion unit ( 1 ) 2103 is connected to the image output interface 2113 and transmits the image data thereto.
  • the image output interface 2113 takes the received data packet and transmits the tile images of the data packet to the memory controller 2122 via the memory bus 2108 .
  • the memory controller 2122 then renders the transmitted tile image to the second image memory ( 2 ) 2123 in tile units, although the data is rendered inside the second image memory ( 2 ) 2123 as raster data.
  • the image output interface starts reading the data in raster sequence. This reading of the raster data is carried out via the memory controller 2122 and the memory bus 2108 . Once the image output interface 2113 has read all the data in raster sequence, it transmits the data to printer image processor 2115 . The printer 2095 then prints based on the received raster data.
  • the present embodiment makes it possible to copy the image by using a scanner and a printer simultaneously.
  • the images can be filed.
  • the image input/output apparatus of the present embodiment As foregoing describes the major processes that can be executed by the image input/output apparatus of the present embodiment.
  • the ability to process images in data packets allows the image processor 2149 to hold the processing blocks in units of tiles, and accordingly, the image processor 2149 can mix image data relating to a plurality of processes.
  • the image input/output apparatus of the present embodiment can execute a plurality of image processes for image data simultaneously.
  • FIG. 12 is a flow chart showing data flow and processing steps between blocks related to scaling on a data packet.
  • the system controller 2150 reads the data packet from the RAM 2002 and transmits the data packet to the image processor 2149 via the third image ring interface ( 3 ) 2147 .
  • the ProcessInstructions 3011 of the data packet contains data for designating the following sequence of processes: first tile expansion unit ( 1 ) 2103 ⁇ expansion to 150% by scaling processor 2116 ⁇ compression at first tile compressor ( 1 ) 2016 ⁇ storage in RAM 2002 . More specifically, the tile expansion unit 2103 ID is stored in the UnitID 1 , the scaling processor 2116 ID is stored in the UnitID 2 , the first tile compressor ( 1 ) 2016 ID is stored in the UnitID 3 , and the RAM 2002 ID is stored in the UnitID 4 . Values corresponding to processes performed by the processors are stored in Mode 1 through Mode 3 . In the present embodiment, nothing is stored in Mode 2 because the 150% expansion performed by the scaling processor 2116 is designated at the register interface.
  • the data packet output from the system controller 2150 is input to the third image ring interface ( 3 ) 2101 via the image ring 2008 .
  • the third image ring interface ( 3 ) 2101 selects the first tile expansion unit ( 1 ) 2103 and transmits the data packet.
  • the selection of the first tile expansion unit ( 1 ) 2103 is carried out according to the Process Instructions 3011 of the packet format shown in FIG. 5 .
  • the first tile expansion unit ( 1 ) 2103 JPEG expands the transmitted data packet. Then, the first tile expansion unit ( 1 ) 2103 requests the tile bus 2107 to make a connection to the scaling processor 2116 . When the first tile expansion unit ( 1 ) 2103 is connected to the scaling processor 2116 via the tile bus 2107 the data packet is transmitted to the scaling processor 2116 .
  • FIG. 13 is a diagram showing the structure of a scaling processor according to first, second and third embodiments of the present invention.
  • Reference numeral 2116 denotes the scaling processor, which uses first and second image memories ( 1 , 2 ) 2123 provided outside the IC chip that comprises the scaling processor 2116 to execute scaling.
  • the first and second image memories ( 1 , 2 ) are called external memory 2123 .
  • reference numeral 4 denotes the tile slave interface, and is the interface for receiving the data packet from the first tile expansion unit ( 1 ) 2103 via the tile bus 2107 .
  • Reference numeral 5 denotes the memory interface, and is the interface that renders the tile data received by the tile slave interface 4 as raster data in the external memory and reads from the raster rendered memory the tile data required by a scaling block to be described later.
  • Reference numeral 6 denotes a scaling block, and actually carries out the scaling operation.
  • Reference numeral 7 denotes is a tile buffer, and stores 1 tile of scaled tile data.
  • Reference numeral 8 denotes a tile master interface, and outputs scaled tile data to the first tile compressor ( 1 ) 2180 via the tile bus 2107 .
  • Reference numeral 9 denotes the register interface for setting the scaling rate and filter at the scaling block 6 .
  • a data packet is input to the tile slave interface 4 .
  • the tile slave interface 4 analyzes the contents of the header of the inputted data packet. More specifically, the tile slave interface 4 checks the PageID 3007 and JobID 3008 included in the data packet header and confirms the validity of the data, and moreover checks the position of the data packet in the overall image using the PacketIDY 3009 and PacketIDX 3010 .
  • ProcessInstruction 3011 has already been shifted 8 bits by the tile expansion unit 2103 , with UnitID 2 and Mode 2 becoming UnitID 1 and Mode 1 , respectively.
  • Tile data is then output to the memory interface 5 together with position information, and the memory interface 5 renders the tile data in the held external memory 2123 .
  • the scaling block 6 then expands the tile data input via the memory interface 5 150%. A detailed description of this process is given later.
  • the scaled tile data is fed in succession to the tile master interface 8 via the tile buffer 7 .
  • the tile master interface 8 then writes the valid pixel range information (the valid width 3021 and the valid height 3022 of the data packet shown in FIG. 3 ) to the header based on information concerning the length of the data sent from the scaling block 6 . More specifically, the tile master interface 8 writes “32” and “32” to the valid width 3021 and the validheight 3022 for the valid pixel range information.
  • the tile master interface 8 generates a new data packet from the tile data and the headers corresponding to the respective tile data.
  • the process Instructions 3011 is shifted 8 bits, the first tile compressor ( 1 ) 2106 ID is written in the UnitID 1 and the value of Mode 2 describing the tile compressor process is shifted to Mode 1 .
  • the Mode and UnitID below UnitID 2 also undergo an 8-bit shift, although in the present example the compressor performs the final process and so ultimately nothing is stored.
  • the tile master interface 8 requests that tile bus 2107 to make a connection to the first tile compressor ( 1 ) 2106 , which corresponds to the UnitID 1 after the shift. Thereafter, the tile master interface 8 is connected to the first tile compressor ( 1 ) 2106 by the tile bus 2107 and the data packet is transmitted to the first tile compressor ( 1 ) 2106 .
  • the first tile compressor ( 1 ) 2106 JPEG compresses the data packet and transmits the JPEG-compressed data packet to the image ring interface 2102 .
  • the image ring interface 2102 then transfers the JPEG-compressed data packet to the system controller 2150 via the image ring 2008 .
  • the system controller 2150 stores the tile data of the data packet transmitted from the image ring interface 2102 in the RAM 2002 , thus completing one processing cycle.
  • FIG. 14 is a detailed block diagram of the structure of a scaling block.
  • FIG. 15 is a diagram showing raster data of the tile image units rendered in an external memory.
  • FIG. 16 is a detailed block diagram of the scaling control block shown in FIG. 14 .
  • reference numeral lo denotes a scaling control block that controls the entire scaling process.
  • Reference numeral 11 denotes a buffer that absorbs differences in tile data width and speed between the memory bus 2108 and the scaling block 6 .
  • Reference numeral 12 denotes a horizontal scaling circuit that performs horizontal scaling.
  • Reference numeral 13 denotes a plurality of line buffers that store the results of the horizontal scaling. The number of line buffers 13 is determined by the number of pixels in the horizontal direction.
  • Reference numeral 14 denotes a vertical scaling circuit that performs vertical scaling.
  • reference numeral denotes the entire image to be processed.
  • Reference numeral 16 denotes the image divided into tiles, with the number inside each tile corresponding to the xy coordinates of the tile in the original image.
  • Reference numeral 17 denotes the memory area actually held in the external memory 2123 . This area moves toward the bottom of the diagram each time processing of a tile portion in the vertical direction is completed.
  • reference numeral 20 denotes a timing generator circuit
  • 21 denotes a horizontal address retention circuit
  • 22 denotes a horizontal address counter
  • 23 denotes a vertical address retention circuit
  • 24 denotes a vertical address counter
  • 25 denotes a horizontal scaling information retention circuit
  • 26 denotes a vertical scaling information retention circuit.
  • the tile data input from the first tile expansion unit ( 1 ) 2103 via the tile bus 2107 to the tile slave interface 4 is transmitted to the memory interface 5 , and temporarily returned to a single image sheet like that shown in FIG. 15 via the memory bus 2108 and the memory controller 2122 .
  • the external memory 2123 does not retain a single sheet worth of image data, but instead retains only the amount needed for scaling as the necessary vertical memory retention amount, that is, actually retains only an amount necessary to be able to render the area indicated by the bold lines in FIG. 15 .
  • the memory interface 5 sends a Ready signal to the scaling block 6 when at least one tile's worth of image data has been rendered to the external memory 2123 .
  • the scaling block 6 When the scaling block 6 receives the Ready signal from the memory interface 5 the tile data address required for scaling is sent to the memory interface 5 and a request for read-out from the external memory 2123 is produced.
  • the memory interface 5 receives the read-out request, the memory interface 5 reads the tile data at the appropriate position from the external memory 2123 via the memory bus 2108 and transmits the read-out tile data to the scaling block 6 .
  • the scaling block 6 executes scaling based on (1) the tile data transmitted from the memory interface 5 and (2) the scaling rate and filter coefficient set via the register interface 9 .
  • the scaling block 6 also stores the scaling results in the tile buffer 7 and transmits a Done signal to the tile master interface 8 when it has finished generating one tile's worth of scaled image.
  • the tile master interface 8 reads the scaling results tile data from the tile buffer 7 and outputs the scaling results tile data to the next processing block (the tile compressor) via the tile bus 2107 .
  • the tile data transmitted from the memory interface 5 depicted in FIG. 5 is scaled horizontally by the horizontal scaling circuit 12 , but with the buffer 11 of the scaling block 6 shown in detail in FIG. 14 absorbing any differences in bus width and image read-out speed.
  • the circuit that performs this scaling is the same as the filter circuit described with reference to FIG. 15 .
  • the results of the horizontal scaling are stored in the line buffers 13 and, after vertical scaling by the vertical scaling circuit 14 , are output to the tile buffer 7 .
  • the timing generator circuit 20 of the scaling control block 10 receives a Done signal from the memory interface 5 shown in FIG. 1 and outputs a LineStart signal to the buffer 11 as well as the horizontal scaling circuit 12 (see FIG. 14 ) and the horizontal address counter 22 shown in FIG. 16 .
  • the timing generator circuit 20 also outputs a TileStart signal to the line buffers 13 as well as the vertical scaling circuit 14 (see FIG. 14 ) and the vertical address counter shown in FIG. 16 .
  • the timing generator circuit 20 outputs an Xstart signal to the horizontal address retention circuit 21 and the horizontal scaling information retention circuit 25 shown in FIG. 16 and outputs a Ystart signal to the vertical address retention circuit 23 and the vertical scaling information retention circuit 26 so as to initialize these blocks. Thereafter, the timing generator circuit 20 outputs a tile data read request signal to the memory interface 5 .
  • the horizontal address counter 22 and the vertical address counter 24 output an Address signal indicating tile data necessary for scaling.
  • tile data is read from the external memory 2123 , horizontal scaling similar to the conventional art commences one tile at a time, and the horizontal address counter 22 counts up one count value based on an Hshift signal indicating a shift in the original image data has occurred.
  • the timing generator circuit 20 outputs a new LineStart signal to the buffer 11 as well as the horizontal scaling circuit 12 (see FIG. 14 ) and the horizontal address counter 22 and the vertical address counter 24 , thus initializing the buffer 11 and the horizontal scaling circuit 12 .
  • the count value at the horizontal address counter 22 shown in FIG. 16 is loaded to the horizontal address retention circuit 21
  • the value retained at the horizontal scaling information retention circuit (RegHInf) is loaded to the filter coefficient generator circuit
  • the value at the vertical address counter 24 is counted up.
  • the memory interface 5 then reads the next line of image data from the external memory 2123 based on (1) the updated horizontal and vertical addresses Address and (2) the read request signal Request.
  • vertical scaling commences when predetermined scaling results are aligned in the line buffers 13 shown in FIG. 14 and a tile completion signal Vdone is input to the timing generator circuit 20 shown in FIG. 16 when a line's worth of tiles have been scaled. Based on this signal, the timing generator circuit 20 outputs a TileDone signal to the horizontal address retention circuit 21 to make it retain the next horizontal address counter value. After these processes have been repeated, the timing generator circuit 20 outputs an Xlast signal to the vertical address retention circuit 23 that makes the vertical address retention circuit 23 retain the current vertical address counter 24 value when scaled output of the last of the horizontal tiles has been completed. By so doing, the timing generator circuit 20 , vertical address retention circuit 23 is made to retain the current vertical address counter value.
  • the vertical address of the next output tile is “0”, so before the timing generator circuit 20 outputs a TileStart signal the timing generator circuit 20 outputs to the horizontal address retention circuit 21 a signal Xstart that initializes the horizontal address retention circuit 21 value. Then, after the horizontal address count held by the horizontal address retention circuit 21 has been initialized, scaling of tiles advanced one tile I the vertical direction according to an output reference is executed.
  • the number of line buffers 13 corresponds to the length of the number of pixels in the horizontal direction of a single tile image (8 lines, if the same as the conventional example). Accordingly, if there are 32 pixels per tile in the horizontal direction, then the amount can be 1/200 as compared to the conventional example described above.
  • the length of the required line buffer is the same as the number of pixels in the horizontal direction of the tile, so if the structure of the vertical scaling filter is the same as that of the conventional example, and if there are 32 pixels per tile in the horizontal direction with a maximum number of horizontal pixels that can be processed being 7000, then the amount of line buffer required by the scaling processor 2116 will be one two-hundredth that of the conventional example. Therefore, the present embodiment makes it possible to carry out the same scaling as a conventional scaling apparatus with much less line buffer, and is optimal for achieving a plurality of capabilities including scaling on a single IC chip.
  • the present embodiment uses an external memory for the tile image raster rendering. Therefore, provided the tile size is the same, the present embodiment can be adapted to a wide variety of scaling rates and image sizes, without affecting the circuitry inside the IC chip.
  • the scaling processor 2116 is not directly controlled from the CPU the image data can be rendered in an optimal area of the external memory based on the coordinate information in the header of the data packet, thus simplifying data management for scaling in which an external memory is used.
  • a very large external memory may still be required if the image to be processed is a full-color image.
  • a 600 dpi image corresponds to 7000 pixels, so assuming 32 pixels per tile in the horizontal direction, then rasterizing 8-bit, full-color image data in single-tile widths would require 1 MB of external memory.
  • scaling, particularly vertical reduction, would require a plurality of tiles, thus further increasing the amount of memory required for rasterizing the image.
  • both the starting pixel position and the number of pixels required for scaling varies depending on the scaling rate.
  • transmitting all the required pixel data in a single burst is problematic in terms of both processing and buffer space, and the time needed to read the pixel data from the memory inevitably limits the variable processing speed.
  • readout of the image data rasterized in the external memory is adjusted at the start of scaling, so high-speed scaling can still be executed even when using an image memory subject to lengthy read-out waiting times like an SDRAM.
  • the block structure of the scaling processor 2116 of the present embodiment is the same as that depicted in FIG. 13 .
  • FIG. 17 is a diagram showing the detailed structure of a memory interface according to a second embodiment of the present invention.
  • reference numeral 5 denotes a memory interface.
  • Reference numeral 501 denotes a write control circuit, which receives data from the tile slave interface 4 shown in FIG. 13 and control writing to the external memory 2123 .
  • Reference numeral 502 denotes a read control circuit, which receives a request signal from the scaling block 6 and reads the necessary image data from the external memory 2123 .
  • Reference numeral 503 denotes a memory interface 5 control circuit, which provides communication to the external memory 2123 in response to requests from the write control circuit 501 and the read control circuit 502 , and controls the writing and reading of data.
  • FIG. 18 is a diagram shown the detailed structure of the read control circuit 502 depicted in FIG. 17 .
  • reference numeral 601 is a request counter (ReqCount) that counts the number of readout requests from the external memory.
  • Reference numeral 602 denotes is a read request generator circuit (RReqGen).
  • the read request generator circuit (RReqGen) 602 receives a NotFull signal indicating the status of the scaling block 6 buffer (FIFO), a LineStart horizontal scaling start pulse or a memory address (Address) indicating the position of the data required for scaling and generates a memory read signal (Request) and a read address (Raddr).
  • Reference numeral 603 denotes a read counter (ReadCount) that counts the data for which a read request has been issued as well as the data actually read.
  • Reference numeral 604 denotes an OR circuit.
  • the OR circuit 604 inputs a StartDone signal output from the request counter 601 and a Request signal output from the request generator circuit 602 , and outputs the logical sum of the two signals.
  • Reference numeral 605 denotes an AND circuit.
  • the AND circuit 605 inputs the request signal output from the read request generator circuit 602 and the signal output from the OR circuit 604 , and outputs the logical product of the two signals.
  • Image data input from the first tile compressor ( 1 ) 2103 to the tile slave interface 4 via the tile bus 2107 depicted in FIG. 13 is transmitted to the memory interface 5 , and is temporarily returned to the form of the image of a single sheet shown in FIG. 15 via the memory bus 2108 and the external memory interface 2122 .
  • the external memory 2123 does not retain a single sheet worth of data. Instead, the external memory 2123 actually only retains an amount of memory necessary to carry out scaling, that is, an amount sufficient to render the area indicated by the bold lines in FIG. 15 . Moreover, the memory interface 5 shown in FIG. 1 sends a Ready signal to the scaling block 6 when rendering of at least one tile's worth of image data in the external memory 2123 has been completed.
  • the scaling block 6 receives the Ready signal from the memory interface 5 , notifies the memory interface 5 of the address of the image data required for scaling, an requests a read-out thereof.
  • the memory interface 5 receives the read request, reads the image data at the appropriate position from the external memory 2123 via the memory bus 2108 and transmits the read image data to the scaling block 6 .
  • the scaling block 6 then scales the image based on the image data transmitted from the memory interface 5 as well as the filter coefficient and the scaling rate set via the register interface 9 .
  • the results of the scaling are stored in the tile buffer 7 and a Done signal is transmitted to the tile master interface 8 when generation of a tile's worth of scaled image is complete.
  • the tile master interface 8 then reads the scaled image from the tile buffer 7 and outputs the scaled image to the first tile compressor ( 1 ) 2103 via the tile bus 2107 .
  • the write control circuit 501 outputs a write request signal (Wreq) to the memory interface 5 control circuit 503 so that the image data (TsData) obtained from the tile slave interface 4 and the tile number (TPos) shown in FIG. 13 are written to the corresponding external memory address, with the image data ultimately being written to the corresponding memory address.
  • Wreq write request signal
  • the image data required for scaling by the scaling block 6 begins to be read out by the read control circuit 502 based on the horizontal scaling start pulse (LineStart), the previously acknowledged read-commenced address (SAddress) and the scaling block 406 line buffer status signal (NotFull).
  • LineStart horizontal scaling start pulse
  • SAddress previously acknowledged read-commenced address
  • NotFull line buffer status signal
  • the issue count at the request counter (ReqCount) 601 that counts the number of request issue lines is reset to “0”, and the StartDone signal is set to “1”.
  • the StartDone signal triggers a Req signal released from the AND circuit 605 mask, which is transmitted to the memory interface control circuit 503 shown in FIG. 17 as a read request sign Rreq.
  • the memory interface 503 communicates with the external memory interface 2122 , and, if a read request acknowledge signal is received, sets a RAck signal to “1”.
  • the request counter (ReqCount) 601 issue counter increases by 1 and the read request generator circuit (RReqGen) 602 increments the read address (Raddr) by the required amount (in this case by 8).
  • the read counter (ReadCount) 603 increases the counter value by the number of beats in the read request. It should be noted that, since the counter value is no longer “0”, the CountZero signal becomes “0” but StartDone signal output from the request counter (ReqCount) 601 is still “1” so the OR circuit 604 output remains at “1”. Accordingly, the read request signal RReq remains at “1”.
  • the memory interface 405 having completed the read request to the external memory interface 2122 , indicates that a new read request based on a new read request signal (RReq) has been issued to the external memory interface 2122 by generating a RAck signal.
  • the request counter (ReqCount) 601 the read address (RAddr) from the read request generator circuit (RReqGen) 602 and the read counter (ReadCount) are all increased by the respective required amounts as described above with respect to t 1 (at a time t 2 ).
  • the counter and address values are in hexadecimal form.
  • FIG. 19 is a timing chart illustrating the operation of the read control circuit.
  • a value of “1” is assigned to a RdValid signal indicating that reading has begun and the read counter (ReadCount) 603 begins to reduce the value at the counter by “1” from the current value (at a time t 3 ).
  • the scaling block 406 buffer (FIFO) still has space and the read request (RReq) value is “1”, so a RAck signal indicating that a read request issued to the external memory 3123 via the memory interface 405 has been received is returned.
  • the request counter (ReqCount) and read address (Raddr) are increased by the required value.
  • the value at the read counter (ReadCount) 603 is decreased by “1” from the normal amount of increase (which is “8” in this example) and ultimately increases by just “7” from the preceding value (at a time t 4 ).
  • the scaling block 6 buffer (FIFO) still has room and the read request signal (RReq) value is “1”, so a RAck signal indicating that a read request issued to the external memory 3123 via the memory interface 405 has been received is returned.
  • the read address (Raddr) is increased by the required value, and the read counter (ReadCount) 603 is also increased by just “7” from the preceding value as described above.
  • the request counter (ReqCount) 601 completes the readout of several stages of the buffer (FIFO) and retains the current value, and the StartDone signal is assigned the value “0”. In so doing, both the mask signal StartDone and the CountZero signal become “0” regardless of the state of the scaling block 406 buffer (FIFO) status signal (NotFull). Accordingly, the OR circuit 604 output is “0” and the AND circuit 605 output is also “0”, and no read request signal is issued to the memory interface 405 (at a time t 5 ).
  • the read request signal RReq mask is released and a new read request signal is issued to the memory interface (at a time t 6 ).
  • the scaling block 406 sequentially processes image data and ultimately the buffer is not full.
  • the setting of the scaling rate changes the amount of image data consumed and the buffer may become nearly full, in which case the buffer status signal (NotFull) becomes “0”. In such a case, of course, no read request is generated.
  • the read count (ReadCount) 603 increases by “8” beats.
  • the CountZero signal becomes “0”
  • the Request signal mask becomes valid
  • the read request signal RReq becomes “0” and no new read request is issued until the read request received at time t 7 is completed.
  • the bit rate of the external SDRAM can be increased, thus making it possible to write the image data at high speed during rasterization even to a functional block using an external SDRAM inside the IC chip.
  • the present embodiment simplifies read control in support of split transactions in systems in which it is difficult to read all the data required for scaling at the beginning of the scaling operation and the data must therefore be read continuously.
  • the memory is used to rasterize the image memory at the tile-unit level.
  • FIGS. 13 and 20 - 25 A detailed description is now given of the scaling process of a third embodiment of the present invention, with reference to the accompanying drawings, in the first instance to FIGS. 13 and 20 - 25 .
  • the block structure of the scaling processor 2112 of the present embodiment is the same as that depicted in FIG. 13 .
  • FIG. 20 is a detailed block diagram showing one example of the memory interface depicted in FIG. 13 .
  • the write control circuit 501 the read control circuit 502 , the memory interface control circuit 503 are the same circuits and have the same capabilities as those described with reference to the second embodiment of the present invention.
  • Reference numeral 701 denotes an exclusive control circuit 701 .
  • the exclusive control circuit 701 performs control giving position information on tiles to be written (tile position signal TPos), write based on the read address to be read out, and read enable (enable signal TREnable) according to the signals TPos, TWEnable, TileStart and SAddress.
  • FIG. 21 is a block diagram showing an example of the detailed circuitry of the exclusive control circuit depicted in FIG. 20 .
  • reference numeral 801 denotes an Exclusive OR gate
  • 802 denotes a D-F FlipFlop
  • 803 is an Enabled Flip-Flop
  • 804 is a decoder circuit
  • 805 - 1 -s 0 through 805 - 1 -s 7 and 805 - 2 -m 0 through 805 - 2 -m 7 are AND circuits
  • 806 - 1 through 806 - 8 are RS-FlipFlops
  • 807 is a mask generator circuit (MaskGen)
  • 808 is an AND gate.
  • FIG. 22 is a diagram illustrating one memory state during tile image data transfer using the exclusive control circuit depicted in FIG. 20 .
  • FIG. 23 is a diagram illustrating another memory state during tile image data transfer using the exclusive control circuit depicted in FIG. 20 .
  • FIG. 24 is a diagram illustrating a third memory state during tile image data transfer using the exclusive control circuit depicted in FIG. 20 .
  • FIG. 25 is a diagram illustrating a fourth third memory state during tile image data transfer using the exclusive control circuit depicted in FIG. 20 ;
  • the tFlag 0 - 7 are flags which indicate the presence or absence of a completion of a process of scaling tiles in the same vertical position, and change according to the state of progress of the scaling process.
  • the states of memory according to the rasterized vertical tiles in the external memory are retained is RS-FlipFlops 806 - 1 through 806 - 8 .
  • the RS-FlipFlops 806 - 1 through 806 - 8 are set to “1” or reset to “0” based on the output of the decoder circuit 804 and the mask circuit 807 of the exclusive control circuit 701 shown in FIG. 21 .
  • the RS-FlipFlops 806 - 1 through 806 - 8 control both data reception by the tile slave interface 4 when writing data to the external memory, that is, the setting and resetting of the TWEnable signal to the tile slave interface 4 , as well as the setting and resetting of the TREnable signal to the read control circuit 502 when reading data from the external memory.
  • the tFlag 0 - 7 shown in FIGS. 22-25 are all cleared, that is, are all set at “0”, and the image data is sent by the tile bus 2107 from the upper left corner of FIG. 22 .
  • Tile image transfer then proceeds further, and when transfer of the uppermost row shown in FIG. 22 has been completed, tFlag 0 , which indicates that writing of the first row is completed, is set to “1”. Similarly, when writing of a row is finished, the corresponding flags are set to “1” in succession.
  • Control of the read side of the scaling process is illustrated by the example shown in FIG. 24 , which shows the memory state n a case of 1 ⁇ 4 scaling.
  • the process is attempting to output scaling results of a single tile using the image data included in the tiles indicated by the slanted lines, that is, from (3,8n) to (8, 8n+5).
  • the scaling rate in this case is 1 ⁇ 4 both horizontally as well as vertically, so it might seem that it is sufficient to have an image that is 4 tiles long in both the vertical direction and the horizontal direction (in this example, the portion from (4, 8n+1) to (7, 8n+4)).
  • the filtering process also requires the presence of the surrounding image data as well, so the image data included in the tiles from (3, 8n) to (8, 8n+5) in FIG. 24 are needed.
  • FIG. 25 shows a memory state in which horizontal scaling has been completed and vertical scaling has advanced one tile.
  • FIG. 25 which depicts the progress of the scaling progress from the state shown in FIG. 24 to the state shown in FIG. 25 .
  • the position of the tile image used for scaling moves from (0, 8n +4) to (4, 8(n+1)+1).
  • the tile image from (0, 8(n+1)) to (4, 8(n+1)+1) occupies the same position in the memory as the tile image shown in FIG. 24 but it is still necessary to acquire new image data obtained from the tile slave, so the appropriate tFlag 0 - 3 are cleared, as shown in the diagram.
  • the completion of the writing of image data by 1 in the vertical direction involves a change in the vertical direction information (the TPos (V) signal shown in FIG. 20 ) inside the information indicating the position of the tile input from the tile slave interface 4 . Accordingly, the timing of that change determines the gating of the current write position signal output by the decoder circuit 24 and the outputting of the signal that sets the flags of the corresponding positions to the 806 RS-FlipFlop 806 - 1 . The appropriate 806 RS-FlipFlop sets the appropriate flag.
  • the mask generator circuit 807 determines the read-completed vertical tile position from the vertical direction data read address at the beginning of scaling in the memory state shown in FIG. 23 and the vertical direction data read address at the beginning of scaling in the memory state shown in FIG. 24 .
  • the TWEnable signal shown in FIG. 10 is set to “1” and the tile slave interface 4 performs data reception. Conversely, if read-out by scaling is not completed, then the TWEnable signal is set to “0” and the tile slave interface 4 makes the tile master interface 8 that reads the image data to be sent to the scaling apparatus wait until the write flag for the appropriate position reads “0”.
  • the TREnable signal “1” output from the exclusive control circuit 701 to the read control circuit 502 is set to “1” and the read control circuit 502 shown in FIG. 20 outputs to the memory interface 5 control circuit 12 a memory read request signal RReq and a Raddr signal.
  • the TREnable signal is set to “0” and the read control circuit 502 restricts output of read request signals to the memory interface 5 control circuit 503 .
  • control signal TWEnable for writing is output to the tile slave interface 4 , restricting the transfer of tile data.
  • the result would be the same if this signal were input to the write control circuit 501 and the write request signal restricted.
  • exclusive control of the writing to and reading from the memory for raster conversion of the tile image is carried out in tile units.
  • the scaling processor sets the number of tiles in the vertical direction to be managed at a minimum rate of scaling n ( ⁇ 1), the number of tiles in the vertical direction to be managed is (1/n)+2, up to a square thereof, thus simplifying memory management.
  • the number of tiles to be managed in the vertical direction is not necessarily limited to a square thereof.
  • the number of vertical tiles may be 6, or it may be 7. In either case, the memory management may be similarly simplified.
  • scaling speed can be increased to a certain extent if the apparatus illustrated with reference to the embodiments described above is made into an IC chip, it can be anticipated that hereafter even greater scaling speeds will be sought.
  • the present embodiment makes it possible to attain faster-than-conventional scaling speeds at conventional clock speeds.
  • FIG. 26 is a diagram showing the block structure of a scaling processor according to fourth and fifth embodiments of the present invention.
  • the reference numeral 2116 denotes the scaling processor, which differs from the scaling processor of the first, second and third embodiment of the present invention described above insofar as it includes a tile buffer control circuit 2601 for controlling the tile buffer 7 .
  • the detailed structure of the processing block 6 of the present embodiment is the same as that shown in FIG. 14 .
  • the detailed structure of the variable control block 10 of the present embodiment is the same as that shown in FIG. 16 .
  • the scaling processor 2116 of the present embodiments performs scaling in units of two tiles at a time.
  • the following describes the overall operation of the scaling processor 2116 .
  • tile data input from the first tile expansion unit ( 1 ) 2103 to the tile slave interface 4 via the tile bus shown in FIG. 26 is transmitted to the memory interface 5 , and then temporarily returned to the shape of the image of a single sheet as shown in FIG. 11 via the memory bus 2108 and the memory controller 2122 .
  • the external memory 2123 does not retain a single sheet worth of image data, but instead retains only the amount needed for scaling as the necessary vertical memory retention amount, that is, actually retains only an amount necessary to be able to render the area indicated by the bold lines in FIG. 15 .
  • the memory interface 5 shown in FIG. 26 sends a Ready signal to the scaling block 6 when at least one tile's worth of image data in the vertical direction has been rendered to the external memory 2123 .
  • the scaling block 6 When the scaling block 6 receives the Ready signal from the memory interface 5 the tile data address required for scaling is sent to the memory interface 5 .
  • the memory interface 5 receives the required tile address information and generates a read request to the external memory 2123 .
  • the memory interface 5 reads the tile data at the appropriate position from the external memory 2123 via the memory bus 2108 and transmits the read-out tile data to the scaling block 6 .
  • the scaling block 6 executes scaling based on (1) the tile data transmitted from the memory interface 5 and (2) the scaling rate and filter coefficient set via the register interface 9 .
  • the scaling block 6 also stores the scaling results in the tile buffer 7 and transmits a Done signal to the tile master interface 8 when it has finished generating one tile's worth of scaled image.
  • the tile master interface 8 reads the scaling results tile data from the tile buffer 7 in tile units to the first tile compressor ( 1 ) 2106 via the tile bus 2107 .
  • the timing generator circuit 20 of the scaling control block 10 When the Done signal described above is received from the memory interface 5 shown in FIG. 26 , the timing generator circuit 20 of the scaling control block 10 outputs a LineStart signal to the buffer 11 , the horizontal scaling circuit 12 (see FIG. 14 ) and the horizontal address counter 22 shown in FIG. 16 . In addition, the timing generator circuit 20 outputs a TileStart signal to the line buffer 13 , the vertical scaling circuit 14 (see FIG. 14 ) and the vertical address counter 24 shown in FIG. 16 . Moreover, the timing generator circuit 20 outputs an Xstart signal to the horizontal address retention circuit 21 and the horizontal scaling information retention circuit 25 shown in FIG. 16 and outputs a Ystart signal to the vertical address retention circuit 23 and the vertical scaling information retention circuit 26 so as to initialize these blocks. Thereafter, the timing generator circuit 20 outputs a tile data read request signal to the memory interface 5 . The horizontal address counter 22 and the vertical address counter 24 output an Address signal indicating tile data necessary for scaling.
  • the tile data is read from the external memory 2123 , horizontal scaling is commenced, and the value at the horizontal address counter is incremented based on an Hshift signal indicating the occurrence of a shift in the original image data.
  • the timing generator circuit 20 outputs a new LineStart signal to the buffer 11 , the horizontal scaling circuit 12 (see FIG. 14 ), the horizontal address counter 22 shown in FIG. 16 and the vertical address counter 24 so as to initialize the buffer 11 and the horizontal scaling circuit 12 .
  • the count value at the horizontal address counter 22 shown in FIG. 16 is loaded to the horizontal address retention circuit 21 and the filter coefficient generator circuit is loaded with the value (RegHInf) retained in the horizontal scaling retention circuit, so as to increment the count value at the vertical address counter 24 .
  • the memory interface 5 then reads the next line of image data from the external memory 2123 based on the updated horizontal and vertical addresses and the read request signal RReq.
  • the vertical scaling circuit 14 is triggered when a predetermined scaling result appears in the line buffer 13 depicted in FIG. 13 and the vertically scaled image data is output to the tile buffer control circuit 2601 .
  • a tile complete signal Vdone is input to the timing generator circuit 20 shown in FIG. 16 .
  • the timing generator circuit 20 Based on this signal, the timing generator circuit 20 outputs a TileDone signal holding the next horizontal address counter value to the horizontal address retention circuit 21 .
  • the timing generator circuit 20 outputs a signal Xlast that holds the current vertical address counter 24 value to the vertical address retention circuit 23 so as to retain the current vertical address counter value in the vertical address retention circuit 23 .
  • the tile buffer control circuit 2601 counts the scaled image data that has been vertically scaled by the vertical scaling circuit 14 as well as writes the position corresponding to the tile buffer. In addition, the tile image data is read out and output according to the tile master interface circuit read request address. At this time, it is determined whether or not the tile image data to be read is the first or the last of two consecutive tile images in the horizontal direction, and the read address is converted to the appropriate address and read from the tile buffer.
  • FIG. 27 is a block diagram of a tile buffer control circuit in the fourth embodiment of the present invention.
  • reference numeral 2701 denotes a write address counter that counts the scaled images from the scaling block 6 and the Valid signals output at the same time
  • reference numeral 2702 denotes a read address counter that receives a read request from the tile master interface and counts the number of pixels to be read.
  • the size of the tile is set at 8 horizontal pixels and 8 vertical pixels.
  • FIG. 28 is a diagram showing a sample address in a tile buffer.
  • the shaded portion denotes the initial tile portion.
  • the write addresses are output in the sequence shown in FIG. 28 and stored in the indicated positions in the tile buffer 7 .
  • the read addresses are given in the order 0 ⁇ 1 ⁇ . . . ⁇ 7 ⁇ 16 ⁇ 17 ⁇ , so that after the shaded portion in the diagram is read out, the next sequence to be read is 8 ⁇ 9 ⁇ . . . ⁇ 15 ⁇ 24 ⁇ . . . . Accordingly, the read address can be given to the tile buffer 7 as a signal of switched output address positions of the read address counter.
  • FIGS. 29A and 29B are diagrams showing the difference in processing area in a case in which processing is performed on a single tile, as in FIG. 29A , and a case in which processing is performed on two tiles continuous in the horizontal direction, as in FIG. 29B .
  • FIGS. 29A and 29B show the difference in processing region in a case in which two horizontally consecutive tiles are processed.
  • FIGS. 29A and 29B shows the required original image data required for a simple scaling rate of 1 (that is, 100 percent), as well as the output tile.
  • FIG. 29A shows a case of scaling by tile unit, in which the shaded portion is the required image data read from the external memory.
  • the darkly shaded area that is, the last part of the first tile and the first part of the last tile
  • FIG. 29B The results of the scaling performed by the present embodiment outputting two consecutive tiles are shown in FIG. 29B .
  • FIG. 29B in order to process the two tiles consecutive in the horizontal direction once, there is no occurrence of an area that must element board read twice from the external memory 2123 as shown in FIG. 29A .
  • FIG. 29B After two consecutive tiles have been generated, another area that is read twice does similarly occur, but with a frequency that is half that of the case shown in FIG. 29A .
  • the read-out from the memory must be in bursts in order to achieve fast access and the read commence position and the number of pixels actually required for scaling are not always the same, so here, too, wasted cycles occur, the value of which is TB herein.
  • the present embodiment processes two tiles at once, so high-speed scaling is possible without increasing the clock speed. It should be noted that the number of tiles to be processed simultaneously need not be limited to two, but may be three or four.
  • the scaling processor is controlled so as to output only valid tiles even when scaling a plurality of tile units.
  • the block structure of the scaling processor 2116 of the present embodiment is the same as that of the fourth embodiment described with reference to FIG. 26 .
  • the structure of the tile buffer control circuit 2601 differs from that of the fourth embodiment, as described in detail below.
  • FIG. 30 is a block diagram of a tile buffer control circuit in the fifth embodiment of the present invention.
  • reference numeral 3001 denotes header information 3001 a write address counter that counts the Valid signals output fro the scaling block 6 at the same time as the scaled image
  • reference numeral 3002 denotes a read address counter that receives a read request received from the tile master interface that counts the number of pixels to be read.
  • FIGS. 31A and 31B are diagrams illustrating different address arrangements in the tile buffer. As shown in FIG. 31A , when the tile buffer is used to retain two tile regions in the horizontal direction, the write address assumes the address arrangement shown in the diagram, with the last six bits being occupied by the horizontal pixel counter and the first five bits being occupied by the line counter.
  • the address for reading the tile data stored in the tile buffer includes a bit indicating whether the horizontal tile is an even-numbered tile or an odd-numbered tile, as is required for reading in tile units, with the 5 bits below that being occupied by the horizontal pixel address inside the tile and the 5 bits above being occupied by the vertical line address.
  • the read address counter In order to generate this read address correctly, the read address counter generates the address according to the process shown in FIG. 32 .
  • FIG. 32 is a flow chart showing steps in a process of generating an address to be followed by a read address counter.
  • the process depicted in FIG. 32 is controlled by a CPU (not shown in the diagram) built into the scaling processor 2116 .
  • the parameters needed for processing can be obtained from the tile slave interface 4 and the register interface 9 .
  • a trans signal indicating that the tile buffer is in the process of reading is set to “1”.
  • the address counter is reset to “0”, and further, the odd signal indicating the tile number is reset to “0” in a step S 3201 .
  • step S 3202 data is read one pixel at a time from the tile buffer and the counter is incremented until one tile's worth of data is read out, in a step S 3202 ; if No, then in a step S 3203 .
  • step S 3204 it is determined in a step S 3204 whether the content of the tile buffer 7 currently being output is a second tile or not.
  • step S 3204 If it is the second tile (No is step S 3204 ), the tile buffer 7 , then a trans signal indicating that the read operation is complete is reset to “0” in a step S 3205 . Conversely, if the contents of the read-out tile buffer happen to be the first tile (Yes in step S 3204 ), then the signal Xlast indicating whether or not these are the last scaling results in the horizontal direction and the signal XdistOdd indicating whether or not the expected output tile number is an odd number (S 3206 ).
  • step S 3206 If the output is the last in the horizontal direction, and further, if the number of tiles expected to be output is an odd number, (Yes in step S 3206 ), then the read address count is stopped and the trans signal is reset to “0” (step S 3205 ). In all other cases (No in step S 3206 ), the odd signal is set to “1” and the counter is rest to “0” (in a step S 3207 ), after which the process returns to step S 3202 and the above-described count-up operation is repeated.
  • the write address counter 3001 is configured as a counter that counts up when the valid signal value is “1” in order to control the writing of data to the tile buffer 7 .
  • the write address counter 3001 is configured like the circuit shown I FIG. 33 .
  • FIG. 33 is a diagram of the circuit structure of a write address counter.
  • the circuit depicted in FIG. 33 enables the scaling block 6 to output write data to the appropriate line in the tile buffer 7 when the BufEn signal is “1”, and to stop output of write data to the corresponding line in the tile buffer 7 when the BufEn signal is “0”, thus controlling the writing of tile data to the tile buffer 7 .
  • the circuit shown in FIG. 33 enables writing to the tile buffer 7 when the tile master interface 8 is not operating.
  • the circuit shown in FIG. 33 is configured so as to prohibit writing to the tile buffer 7 while the tile master interface 8 is operating and is in the process of outputting the first tile.
  • the circuit shown in FIG. 33 is configured so as to enable writing only where a comparison of the line address of the tile currently being read RdAddr_L and the size of a value WrAdd_L+1 calculated from the line address to be written reveals that RdAddr_L>WrAdd_L+1 while the tile master interface 8 is operating and is in the process of outputting the second tile.
  • the addition of +1 to the address to be written is to simplify the circuitry by carrying out write control on a per-line basis.
  • the present embodiment makes it possible to output only valid image data even when processing a plurality of tiles at once.
  • the image input/output apparatus of the embodiments described above are constituted so as to be able to process a plurality of image data simultaneously.
  • the Application of the present invention can reduce competition between competing operations even when the image input/output apparatus of the present invention is used in such a way that other image processing apparatuses such as an image rotator and the like are used to perform other image processing operations during scaling that call for simultaneous use of the image memory.
  • Very large volumes of image data intended for simultaneous processing arise particularly when executing other types of image processing simultaneously with image input from an image input interface.
  • the image memory is retained in tile units for the processes, so simultaneous processing can be executed smoothly.
  • the present invention is not limited to such embodiments but may be adapted to a wide variety of image input/output apparatuses, including either a system comprising a plurality of devices (such as, for example, a host computer, an interface device, a reader, a printer, etc.) or a single, stand-alone device (such as a copier, facsimile machine or the like).
  • a system comprising a plurality of devices (such as, for example, a host computer, an interface device, a reader, a printer, etc.) or a single, stand-alone device (such as a copier, facsimile machine or the like).
  • the present invention is not limited to an image input/output apparatus per se, but may be adapted to a personal computer or other information processing apparatus.
  • the portion pertaining to the scaling for the image input/output apparatus may be configured on an option card, that option card being connected to universal bus of the image input/output apparatus.
  • the present invention may be achieved by a configuration in which the image input/output apparatus CPU and main memory comprise the scaling circuit, with an external memory used for other image processing operations.
  • storage space in the main memory can be reduced by having the CPU execute a program for scaling like that described with respect to the foregoing embodiments.
  • the scaling program used would be one that is previously stored in a storage medium of the apparatus.
  • the object of the present invention may also be achieved by supplying a storage medium, on which is recorded software program code for achieving the capabilities of the above-described embodiments, to the system or apparatus, with the computer (CPU or MPU) of the system or apparatus reading and executing the program code recorded on the storage medium.
  • a storage medium on which is recorded software program code for achieving the capabilities of the above-described embodiments
  • the program code itself that is read from the storage medium on which it is recorded achieves the capabilities of the above-described embodiments, and the storage medium recording the program code constitutes the present invention.
  • the present invention can be applied to a system constituted by a plurality of devices (e.g., a host computer, interface, reader, printer, etc.) or to an apparatus comprising a single device (e.g., a copier or facsimile machine, etc.).
  • a host computer e.g., a host computer, interface, reader, printer, etc.
  • an apparatus e.g., a copier or facsimile machine, etc.
  • the object of the present invention can also be achieved by providing a storage medium storing the program codes of the software for performing the aforesaid functions of the foregoing embodiments to a system or an apparatus, reading the program codes with a computer (e.g., a CPU or MPU) of the system or apparatus from the storage medium, and then executing the program.
  • a computer e.g., a CPU or MPU
  • the program codes read from the storage medium implement the novel functions of the invention, and the storage medium storing the program codes constitutes the invention.
  • the storage medium such as a floppy disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD-R, magnetic tape, non-volatile type memory card or ROM can be used to provide the program codes.
  • the present invention covers a case where an operating system or the like working on the computer performs a part of or the entire process in accordance with the designation of program codes and implements the functions according to the embodiment.
  • the present invention further covers a case where, after the program codes read from the storage medium are written in a function extension board inserted into the computer or in a memory provided in a function extension unit connected to the computer, a CPU or the like contained in the function extension board or function extension unit performs a part of or the entire process in accordance with the designation of program codes and implements the function of the above embodiments.

Abstract

The present invention relates to an image processing apparatus, an image input/output apparatus, a scaling method and a memory control method, by which input image data is written to an external memory in tiles, the tiles written to the external memory are read, and the read-out tiles are scaled.

Description

    FIELD OF THE INVENTION
  • The present invention relates to an image processing apparatus, and image input/output apparatus, a scaling method and a memory control method, and more particularly, to an image processing apparatus, and image input/output apparatus, a scaling method and a memory control method in which input image data is written to an external memory in tile image units, the tile image written to the external memory is read and the read tile image is scaled.
  • BACKGROUND OF THE INVENTION
  • Scaling, in image input/output apparatuses such as digital copiers and in image processing apparatuses such as personal computers, has come to be a very important feature. Scaling is frequently used in image input/output apparatuses in particular, which are usually equipped with a special scaling circuit.
  • The operations of a conventional scaling circuit are shown schematically in FIG. 34, in which 3401 denotes the scaling circuit, 3402 denotes an entire scaled input image to be scaled, and 3403 denotes the entire output image after scaling. Reference numeral 3404 denotes the pixels prior to scaling and 3405 denotes the pixels after scaling.
  • The numbers shown inside the images denote the order in which the pixels of the image are input to or output from the scaling circuit 3401.
  • FIG. 35 is a block diagram showing the structure in detail of a conventional scaling circuit 3401. In FIG. 35, reference numeral 3501 denotes a line buffer, 3502 denotes a vertical filter, 3503 denotes a shift register and 3504 denotes a horizontal filter. The detailed structure of the horizontal and vertical filters is shown in FIG. 36.
  • The conventional scaling circuit 3401 shown in FIG. 34 accepts image data (that is, pixel data) of a single page of imagery in the order in which this data is scanned (hereinafter order of scanning), and outputs the scaling results in the order of scanning.
  • A description is given of the scaling process performed inside the conventional scaling circuit 3401 using FIG. 35.
  • First, pixel data inputted to the scaling circuit 3401 from an external source is stored in the line buffer 3501. Then, the vertical filter 3502 filters a plurality of image data having the same position in the horizontal direction and being shifted one line each in the vertical direction (eight lines in FIG. 35). After this vertical direction filter processing has been performed, the resulting image data is input to the shift register 3503 for horizontal scaling and image data filter processing (consisting of eight pixels in FIG. 35) is performed in the same manner as vertically.
  • FIG. 36 shows the operation of a filter processing circuit. In FIG. 36, reference numeral 3601 is a filter coefficient generator circuit, 3602 is a multiplier circuit and 3603 is an adder circuit. A filter coefficient is output from the filter coefficient generator circuit 3601 and image data continuous in either the vertical or horizontal directions is input from either the line buffer 3501 or the shift register 3503. Then, each pixel of the image data is multiplied by the filter coefficient corresponding to that pixel at the multiplier circuit 3602, after which all calculation results are added at the adder circuit 3603 and output.
  • The foregoing describes the conventional scaling process. However, as disclosed in Japanese Laid-Open Patent Application No. 2002-8002, the Applicant has proposed an image input/output apparatus in which the processing blocks perform image processing in tile image units. The structure of the image processor of such an image input/output apparatus lends itself to integrated circuit (IC) chip formation, and a scaling circuit 3401 can be provided as one of the processing blocks.
  • However, as the amount of image data to be processed continues to increase at an outstanding rate, the conventional scaling circuit 3401 like that described above would need a very large buffer in order to perform scaling. The circuit shown in FIG. 35, for example, requires an 8-line line buffer, and in the case of an A4-size sheet, a 6,000 dpi image would therefore require a 7,000-pixel buffer.
  • Moreover, particularly when mounting a scaling circuit on the image input/output apparatus described above, which manages image data in tile image units, the conventional scaling circuit would still require a very large line buffer even if the scaling circuit were mounted in a single chip, and so is not practical when it comes time to package the whole as an IC.
  • Similarly, although it is possible to configure an apparatus so that no line buffer is provided on an IC chip that includes the scaling circuit and a manageable external chip memory is used instead of the line buffer. However, in such a structure access to the external memory is concentrated and the processing speed of the scaling circuit is limited.
  • SUMMARY OF THE INVENTION
  • Accordingly, the present invention was conceived in order to solve the above-described problems of the conventional art, and has as its object to provide an image processing apparatus and an image processing apparatus scaling method that can perform scaling at the level of the tile unit while using little memory capacity.
  • The above-described object of the present invention is achieved by an image processing apparatus for performing scaling on inputted image data, the apparatus comprising: a write unit for writing the inputted image data to an external memory in tile image units; a read unit for reading the tile images written to the external memory; and a scaling unit for scaling on the tile images read by the read unit.
  • Additionally, the present invention also has as a further object to provide an image processing apparatus and an image processing apparatus memory control method with improved processing speed when using an external memory to perform image processing, in particular scaling.
  • This further object of the present invention is achieved by an image processing apparatus for performing image processing on inputted image data, comprising: a raster unit for rasterizing the inputted image data to an external memory as raster data; a read unit for reading the raster data written to the external memory in tile image units; and an image processor for performing predetermined image processing on the tile images read from the external memory by the read unit, the read unit continuously reading from the external memory a predetermined number of lines of image data when commencing reading of the tile images.
  • Additionally, the present invention also has as a further object to provide an image processing apparatus and an image processing apparatus memory control method that can easily and efficiently perform memory management when carrying out scaling and image data write processing using a simple structure.
  • According to this aspect of the invention., this further object is achieved by an image processing apparatus for performing scaling on inputted image data, the apparatus comprising: a write unit for writing the inputted image data to an external memory in tile image units; a read unit for reading the tile images written to the external memory; a scaling unit for scaling on the tile images read by the read unit; and an exclusive controller unit for controlling access to the external memory by the read unit and the write unit, the exclusive controller unit setting a number of tile images in a vertical direction to be managed in the external memory being at least (1/n)+2 when a designated vertical direction scaling rate is n (n<1) when accessing the external memory in the read step and the write step.
  • Additionally, the present invention also has as a further object to provide an image processing apparatus and an image processing apparatus scaling method with improved processing speed yet without increasing the clock speed of the circuit.
  • According to this aspect of the invention, this further object is achieved by an image processing apparatus, further comprising: a storage unit for storing the image data scaled by the scaling unit; and a storage controller unit for controlling the storage unit, the scaling unit scaling a plurality of tile images continuous in a horizontal direction all at once, the storage controller unit storing the scaled image data in the storage unit, and reading and outputting the image data stored in the storage unit in tile image units.
  • Additionally, the present invention also has as a further object to provide an image processing apparatus and an image processing apparatus scaling method that simplifies data management for scaling using an external memory.
  • According to this aspect of the invention, this further object is achieved by an image input/output apparatus for performing image processing on inputted image data, the apparatus comprising: a data packet generator for dividing the inputted image data into a predetermined divided image, adding attribute information to the divided image and generating a data packet; and a scaling unit for inputting the data packet, performing scaling on the divided image, reconfiguring the data packet from the scaled divided image and outputting the reconfigured data packet, the scaling unit writing the inputted data packet image data to the external memory in divided image units based on position information included in a header, reading the divided image written to the external memory, and performing scaling processor on the read-out divided image.
  • This further object of the present invention is achieved by an image input/output apparatus and an image input/output apparatus scaling method that enables scaling to be varied according to different scaling rates and image sizes yet without affecting the circuit structure inside the IC chip.
  • According to this aspect of the invention, this further object is achieved by an image processing apparatus for performing scaling on inputted image data, the apparatus comprising: an IC chip for processing and outputting the inputted image data in predetermined divided image units; and a memory unit accessed in order to carry out image processing by the IC chip, the IC chip securing the memory unit in the divided image units depending on a scaling rate and performing scaling on the inputted image data based on the memory unit divided image when performing scaling on the inputted image data.
  • Other objects, features and advantages of the present invention besides those discussed above shall be apparent to those skilled in the art from the description of a preferred embodiment of the invention which follows.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The accompanying drawings, which are incorporated in and constitute a part of the specification, illustrate embodiments of the invention and, together with the description, serve to explain the principles of the invention, in which:
  • FIG. 1 is a block diagram illustrating the structure of an image input/output apparatus (in this case a digital copier) capable of adapting the present invention;
  • FIG. 2 is a detailed block diagram illustrating the structure of a system controller depicted in FIG. 1;
  • FIG. 3 is a detailed block diagram illustrating the structure of an image processor depicted in FIG. 1;
  • FIG. 4 is a diagram illustrating the entire network system structure, including the image input/output apparatus of FIG. 1;
  • FIG. 5 is a diagram illustrating a data packet used in the image input/output apparatus of FIG. 1;
  • FIG. 6 is a diagram illustrating a command packet used in the image input/output apparatus of FIG. 1;
  • FIG. 7 is a diagram illustrating an interrupt packet used in the image input/output apparatus of FIG. 1;
  • FIG. 8 is a diagram illustrating a packet table;
  • FIG. 9 is a flow chart showing data flow and processing steps between blocks related to image input/output processing;
  • FIG. 10 is a diagram showing a sample division among tile images of a single page of image data as read by a scanner;
  • FIG. 11 is a flow chart showing data flow and processing steps between blocks related to image output processing;
  • FIG. 12 is a flow chart showing data flow and processing steps between blocks related to scaling on a data packet;
  • FIG. 13 is a diagram showing the structure of a scaling processor according to first, second and third embodiments of the present invention;
  • FIG. 14 is a detailed block diagram of the structure of a scaling block;
  • FIG. 15 is a diagram showing raster data of the tile image units rendered in an external memory;
  • FIG. 16 is a detailed block diagram of the scaling control block shown in FIG. 14;
  • FIG. 17 is a diagram showing the detailed structure of a memory interface according to a second embodiment of the present invention;
  • FIG. 18 is a diagram shown the detailed structure of a read control circuit depicted in FIG. 17;
  • FIG. 19 is a timing chart illustrating the operation of the read control circuit;
  • FIG. 20 is a detailed block diagram showing one example of the memory interface depicted in FIG. 13;
  • FIG. 21 is a block diagram showing an example of the detailed circuitry of the exclusive control circuit depicted in FIG. 20;
  • FIG. 22 is a diagram illustrating one memory state during tile image data transfer using the exclusive control circuit depicted in FIG. 20;
  • FIG. 23 is a diagram illustrating another memory state during tile image data transfer using the exclusive control circuit depicted in FIG. 20;
  • FIG. 24 is a diagram illustrating a third memory state during tile image data transfer using the exclusive control circuit depicted in FIG. 20;
  • FIG. 25 is a diagram illustrating a fourth third memory state during tile image data transfer using the exclusive control circuit depicted in FIG. 20;
  • FIG. 26 is a diagram showing the block structure of a scaling processor according to fourth and fifth embodiments of the present invention;
  • FIG. 27 is a block diagram of a tile buffer control circuit in the fourth embodiment of the present invention;
  • FIG. 28 is a diagram showing a sample address in a tile buffer;
  • FIGS. 29A and 29B are diagrams showing the difference in processing area in a case in which processing is performed on a single tile, as in FIG. 29A, and a case in which processing is performed on two tiles continuous in the horizontal direction, as in FIG. 29B;
  • FIG. 30 is a block diagram of a tile buffer control circuit in the fifth embodiment of the present invention;
  • FIGS. 31A and 31B are diagrams illustrating different address arrangements in the tile buffer;
  • FIG. 32 is a flow chart showing steps in a process of generating an address to be followed by a read address counter;
  • FIG. 33 is a diagram of the circuit structure of a write address counter;
  • FIG. 34 is a schematic diagram of the operation of a conventional scaling circuit;
  • FIG. 35 is a block diagram showing the structure in detail of a conventional scaling circuit; and
  • FIG. 36 is a diagram of the operation of a filter processing circuit.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • A detailed description is given of preferred embodiments of the present invention, with reference to the accompanying drawings.
  • First Embodiment
  • In order to facilitate an understanding of the present invention, a description will first be given of the structure and operation of the image input/output apparatus that divides an image of a single page into tiles and receives and manages the tile-divided image data. Such an image input/output apparatus is usually referred to as a digital copier, and can execute scaling according to the present invention.
  • The Structure of the Image Input/Output Apparatus FIG. 1 is a block diagram illustrating the structure of an image input/output apparatus (in this case a digital copier) capable of adapting the present invention. FIG. 2 is a detailed block diagram illustrating the structure of a system controller depicted in FIG. 1. FIG. 3 is a detailed block diagram illustrating the structure of an image processor depicted in FIG. 1.
  • In FIGS. 1-3, a controller unit 2000 is connected to a scanner 2070 that is an image input device and to a printer 2095 that is an image output device, and at the same time is connected to a LAN 2001 and a wide area network (WAN) 2051 so as to exercise control over image information and device information input/output and PDL data image rendering.
  • In FIG. 2, the COU 2001 is a processor that controls the entire system. In the present embodiment, two such processors are used. These two CPUs are connected to a common CPU bus 2126, and further, are connected to a system bus bridge 2007.
  • The system bus bridge 2007 is a bus switch, to which are connected the CPU bus 2126, a RAM controller 2124, a ROM controller 2125, a first IO bus 2127, a sub-switch 2128, a second IO bus 2129, a first image ring interface (1), and a second ring interface 2148.
  • The sub switch 2128 is a second bus switch, to which are connected a first image DMA 2130, a second image DMA (2) 2132), a font expansion unit 2134, a sort circuit 2135 and a bit map tracer 2136. The sub switch 2128 adjusts the memory access requests from the DMA and provides connection to the system bus bridge.
  • In FIG. 1, the RAM 2002 is the system work memory activated by the CPU 2001 as well as the image memory for temporarily storing the image data. The RAM 2002 is controlled by the RAM controller 2124 of FIG. 2. In the present embodiment a direct RDRAM is used.
  • The ROM 2003 is a boot ROM, in which the system boot program is stored, and is controlled by the ROM controller 2125 of FIG. 2.
  • In FIG. 2, the first image DMA 2130 is connected to an image expansion unit 2131. The first image DMA 2130 controls the image compressor 2131 based on information set via a register access ring 2137, and reads the uncompressed data in the RAM 2002, compresses it, and then rewrites the data to the RAM 2002 after compression. The present embodiment adopts JPEG as the compression algorithm.
  • The second image DMA 2132 is connected to an image expansion unit 2133, controls the image compressor 2133 based on information set via the register access ring 2137, reads the compressed data in the RAM 2002, expands it, and then rewrites the data to the RAM 2002 after expansion. The present embodiment adopts JPEG as the expansion algorithm.
  • A font expansion unit 2134 performs expansion of compressed font data stored in the ROM 2003 or RAM 2002 based on a font code included in the PDL data transferred from an external source via the LAN interface 2010. The present embodiment adopts the FBE algorithm.
  • The sort circuit 2135 is a circuit that rearranges the order of the objects of the display list generated at the stage at which the PDL data is rendered. The bit map trace circuit 2136 extracts edge information from the bit map data.
  • The IO bas 2127 is a type of internal IO bus, to which are connected a controller for the standard USB BUS, a USB interface 2138, a universal serial port 2139, an interrupt controller 2140, and a GPIO interface 2141. A bus arbiter (not shown) is included in the IO bus 2127.
  • A controller I/F 2006 is the interface for the controller (UI) 2012 shown in FIG. 1, and outputs image data to be displayed at the controller 2012 to the controller 2012. In addition, the controller I/F 2006 performs the function of transmitting information input by a user of the system from the controller 2012 to the CPU 2001.
  • The IO bus 2129 is a type of internal IO bus, to which are connected universal bus interfaces (1, 2) 2142 and a LAN controller 2010. A bus arbiter (not shown) is included in the IO bus 2129.
  • The universal bus interfaces (1,2) 2142 are composed of two identical bus interfaces, and are a bus bridge that supports the standard IO bus. The present embodiment employs PCI buses 2143, 2153.
  • In FIG. 1, reference numeral 2004 is a hard disk drive (HDD), which stores system software and image data. The HDD 2004 is connected to one of the PCI buses 2153 via a disk controller 2004.
  • The LAN controller 2010 of FIG. 2 is connected to a LAN 2011 via a MAC circuit 2145 and a PHY/PMD circuit 2146. A Modem 2050 is connected to a WAN and performs information input/output.
  • In FIG. 2, a first image ring interface 2147 and a second image ring interface 2148 connect an image ring 2008 that transfers image data at high speed to the system bus bridge 2007, and is a DMA controller that transfers tiled and compressed data between the RAM 2002 and a tile image processor 2149.
  • The image ring 2008 is formed by combining a pair of unilateral connection routes. As shown in FIG. 3, the image ring 2008 is inside the tile image processor 2149, and is connected via a third image ring interface 2101 and a fourth image ring interface 2102 to tile expansion units (1, 2) 2103, a command processor 2104, a status processor 2105 and tile compressors (1-3) 2106. The present embodiment uses two sets of tile expansion units 2103 and three sets of tile expansion units 2106.
  • The tile expansion units (1, 2) 2103, in addition to being connected to the third image ring interface 2101, are connected to a tile bus 2107 and are the bus bridge that expands compressed image data input from the image ring and transfers the expanded data to the tile bus 2107. The present embodiment uses JPEG and the pack bit method for the expansion algorithm.
  • The tile compressors (1-3) 2106, in addition to being connected to the fourth image ring interface 2102, are connected to the tile bus 2107 and are the bus bridge that compresses uncompressed image data input from the tile bus 2107 and transfers the compressed data to the image ring 2008. The present embodiment, as with the tile expansion unit, uses JPEG and the pack bit method for the compression algorithm.
  • The command processor 2104, in addition to being connected to the image ring interface, is connected to a register setting bus 2109, and writes a register setting request issued by the CPU 2001 and input via the image ring to the appropriate block connected to the register setting bus 2109. In addition, based on a register read request issued by the CPU 2001, the command processor 2104 reads information from the appropriate register via the register setting bus and transfers the information to the image ring interface 2102.
  • The status processor 2105 monitors the image processor information, generates an interrupt packet for issuing an interrupt to the CPU 2002, and outputs the interrupt packet to the image ring interface 2102.
  • In addition to the above-described blocks, the following functional blocks are connected to the tile bus 2107: rendering unit interface 2110, image input interface 2112, image output interface 2113, polytomous multiplexer 2119, digitalizer 2118, color space converter 2117, image rotator 2030 and scaling processor 2116.
  • The rendering portion interface 2110 functions as an interface that inputs a bit map image generated by a rendering unit 2060 to be described later. The rendering unit 2060 and the rendering unit interface 2110 are connected by ordinary video signals 2111. The rendering unit interface 2110, in addition to being connected to the tile bus 2107, is also connected to a memory bus 2108 and the register setting bus 2109. The rendering unit interface 2110 structurally converts input raster images to tile images using a predetermined method set via the register setting bus 2109 and at the same time also synchronizes the clock and outputs tile images to the tile bus 2107.
  • The image input interface 2112 inputs raster image data that has been correctively image processed by a scanner image processor 2114 to be described later. The image input interface 2112 structurally converts input raster images to tile images using a predetermined method set via the register setting bus 2109 and at the same time also synchronizes the clock and outputs tile images to the tile bus 2107.
  • The image output interface 2113 inputs tile image data (data packets) from the tile bus and structurally converts the input tile images to raster images, and at the same time also updates the clock rate and outputs the raster image to the printer image processor 2115.
  • The image rotator 2030 rotates the image data. The scaling (resolution conversion) processor 2116 changes the resolution of the image. The scaling processor 2116 is the main elements of the present embodiment, a detailed description of which will be given later. The color space converter 2117 carries out color and gray scale image color space conversion. The digitalizer 2118 digitalizes polytomous (color and gray scale) images. The polytomous multiplexer 2119 converts digital images into polytomous data.
  • An external bus interface 2120 is a bus bridge that converts and outputs write requests and read requests issued from the CPU 2001 via the image ring interfaces (1) 2147 and (3) 2101, the command processor 2104 and the register setting bus 2109 to the external bus 2121. The external bus 2121 in the present embodiment is connected to the printer image processor 2115 and the scanner image processor 2114.
  • The memory controller 2122 is connected to the memory bus 2108. The memory controller 2112 reads and writes image data to and from the image memory (1, 2) 2123 according to requests from the image processors using preset address divisions, and revises these as necessary. The present embodiment uses an SDRAM for the image memory.
  • In FIG. 1, the scanner image processor 2114 correctively image processes the image data scanned by the scanner 2070 that is the image input device.
  • At the printer image processor printer image processor 2115, corrective image processing is performed for the purpose of printing output and the results thereof are output to the printer 2095. The rendering unit 2060 renders the PDKL code or intermediate display list as a bit map image.
  • The Unit Structure of the Image Input/Output Apparatus
  • The controller unit 2000 of the image input/output apparatus of FIG. 1 is composed of a single controller board. A system controller 2150 and an image processor 2149 are each mounted on the controller board as an IC chip. Data transfer between these two IC chips is carried out by packets to be described later via the image ring.
  • Similarly, the image memories (1, 2) 2123 are independently mounted on the controller board as external memory for the image processor 2149. In the present embodiment, these memories are in the form of cards that can be detachably inserted into slots on the controller board, and so can be replaced with other memory cards having different capacities as necessary. It should be noted that the image memory 2123 is not necessarily limited to a card but may also be in the form of an IC chip which can be directly imbedded in the controller board.
  • The Structure of the Network System
  • FIG. 4 is a diagram illustrating the entire network system structure, including the image input/output apparatus of FIG. 1.
  • In FIG. 4, reference numeral 1001 is the image input/output apparatus of FIG. 1, and is composed of a scanner and a printer, with an image read from the scanner being fed into a local area network (hereinafter LAN) 1010 and the image received from the LAN 1010 capable of being printed out by the printer. In addition, the image read from the scanner may be transmitted by a FAX means not shown in the diagram to a PSTN or an ISDN 1030, with the image received from the PSTN or ISDN 1030 capable of being printed out by the printer. Reference numeral 1002 denotes a database server that manages a binary image or polytomous image read by the image input/output apparatus 1001 as a database.
  • Reference numeral 1003 denotes a database client of the database server 1002, capable of inspecting and/or searching the image data stored in the database server 1002.
  • Reference numeral 1004 denotes an electronic mail server, capable of receiving an image read by the image input/output apparatus 1002 as an attachment to electronic mail. Reference numeral 1005 denotes an electronic mail client, capable of inspecting electronic mail received by the electronic mail server 1004 and of transmitting electronic mail via the electronic mail server 1004.
  • Reference numeral 1006 denotes a web server that provides HTML documents to the LAN, capable of printing out HTML documents provided by the web server from the image input/output apparatus 1001.
  • Reference numeral 1007 denotes a router that links the LAN 1010 to an internet/intranet 1012. The above-described database server 1002, web server 1006, electronic mail server 1004 image input/output apparatus 1001 and other, similar apparatuses and devices are linked to the internet/intranet 1012 as indicated by reference numerals 1020, 1021, 1022 and 1023, respectively.
  • At the same time, the image input/output apparatus 1001 is capable of transmitting and receiving faxes to and from a FAX machine 1031 via the PSTN or ISDN 1030.
  • A printer 1040 is linked to the LAN as well, so an image read by the image input/output apparatus 1001 can be printed out.
  • Packet Structure
  • Next, a description will be given of the format of the packets used in the image data processing of the present embodiment. The controller unit 2000 of the present embodiment transmits image data, commands from the CPU 2001 and interrupt information issued by the image processors (2116, 2117, 2118, 2119 and 2030) as packets. There are several types of packets, as follows:
  • (1) Data Packet (See FIG. 5)
  • FIG. 5 is a diagram illustrating a data packet used in the image input/output apparatus of FIG. 1.
  • The data packet shown in FIG. 5 consists of tile unit image data 3002 a divided among a predetermined number of pixels (32×32 in the present embodiment), header information 3001 that contains control information to be described later, and image added information 3003.
  • A description is given of the information included in the header information 3001.
  • PcktType 3004 identifies the packet type. A repeat flag is included in this PcktType 3004, so where image data 3002 is the same as the image data of the data packet transmitted one packet previously, this repeat flag is set.
  • ChipID3005 indicates the Chip to which the packet is to be transmitted. ImageType3006 indicates the image data type. PageID3007 indicates the page number of the image data. JobID3008 contains a job IMAGE DATA for managing image processing by software. PacketIDY3009 and PaacketIDX3010 indicate to which tiles at which positions of the image overall does the image data included in (or designated by) the packet correspond. The position of the tiles is determined by a combination of a Y-axis direction (PacketIDY3009) and an X-axis direction (PaacketIDX3010), and are expressed as YnXn.
  • The data packets may contain image data that is compressed or image data that is not compressed. The present embodiment uses JPEG for the compression algorithm for a polytomous color (including polytomous gray scale) image and pack bits for a digital image. The distinction between compressed and uncompressed is indicated by a CompressFlag3017 to be described later.
  • Process Instructions 3011 is composed of processing units 1-8, which are sets of 5-bit UnitID3019 and 3-bit Mode3020, the processing units being processed in order from (lower) left to right. The Process Instruction overall is shifted 8 bits to the left so that the processed Unit IMAGE DATA and mode are discarded and the next-to-be-processed UnitID and Mode may be positioned at the left. A maximum of 8 bits of a combination of the UnitID3019 and the Mode3020 are contained in the Process Instruction3011. The UnitID3019 designates he image data processor and the Mode3020 designates the operating modes of the image data processors. By so doing, it is possible to designate continuous processing by a maximum of eight image data processors for the image data included in (or designated by) a single image data packet.
  • The PacketByteLength 3012 indicates the total number of bytes in the packet. The ImageDataByteLength 3015 indicates the number of bytes in the image. The ZdataByteLength 3016 indicates the number of bytes in the image added information. The ImageDataOffset 3013, ZdataOffset 3014 indicate the offset from the start of the packet of the image data and the image added information, respectively.
  • (2) Command Packet (See FIG. 6)
  • FIG. 6 is a diagram illustrating a command packet used in the image input/output apparatus of FIG. 1.
  • The command packet shown in FIG. 6 is for accessing the register setting bus 2109. Using the command packet also allows the CPU 2001 to access the image memories (1, 2) 2123. The command packet is composed of a header 4001 and a command (packet data) 4002.
  • The ChipID4004 in the header 4001 contains an IMAGE DATA that indicates the image processor 2149 that is the destination of the command packet.
  • The PageID4007 and JobID4008 contain the page ID and job ID for software management, respectively. The Packet ID4009 is expressed in a single dimension, using only the Data Packet x-coordinate. The PacketByteLength 4010 is fixed at 1288 Bytes.
  • The packet data 4200 can store a maximum of 12 commands, each consisting of an address 4011 and a data 4012. Whether the command is a “read” or a “write” is indicated by CmdType4005, while the number of commands is indicated by Cmdnum4006.
  • (3) Interrupt Packet (See FIG. 7)
  • FIG. 7 is a diagram illustrating an interrupt packet used in the image input/output apparatus of FIG. 1.
  • The interrupt packet shown in FIG. 7 is composed of a header 5001 and an interrupter (packet data) 5002, and is used send an interrupt from the image processor 2149 to the CPU 2001.
  • The PacketByteLength 5006 is fixed at 128 bytes.
  • The packet data contains status information 5007 on each of the internal modules of the image processor 2149. The status processor 2105 collects information on the status of the modules inside the image processor 2149, and can send the collected status information to the system controller 2150 in a bunch.
  • The ChipID5004 contains an ID indicating the system controller 2150 that is the destination of the interrupt packet. The IntChipID5005 contains an ID that indicates the image processor 2149 that is the source of the interrupt packet.
  • The Composition of the Packet Table
  • FIG. 8 is a diagram illustrating a packet table.
  • The packets described above are managed by a table like the packet table 6001 shown in FIG. 8.
  • The packet table 6001 shown in FIG. 8 is used together with the image data, and is managed by the RAM 2002 when the image data is rendered in the RAM 2002 shown in FIG. 1. Similarly, when the image data is stored in the external memory apparatus 2004, the packet table is also simultaneously stored in the external memory apparatus 2004. When the image data stored in the external memory apparatus 2004 is once again rendered in the RAM 2002, the packet table 6001 is also simultaneously read by the RAM 2002 and the address information is rewritten according to the address information of the data being rendered.
  • Adding 5 zeros to the pointer and length values shown in the packet table 6001 yields the Packet Start Address 6002 and the Packet Byte Length 6005.
  • It should be noted that the packet table 6001 and the chain table 6010 are not divided.
  • The packet table 6001 is continuously aligned in the scanning direction, in the order Yn/Xn=000/000, 000/001, 000/002 . . . and so on. Each entry in the packet table 6001 designates a unique tile. In addition, a succeeding Yn/Xmax entry becomes Yn+1/X0.
  • It should be noted that if the data of a given packet is identical to the data of the preceding packet, then that packet is not stored in the memory and the entry stored in the packet table 6001 is the same Packet Address Pointer and Packet Length as the preceding entry.
  • In short, a single packet data indicates two table entries. In such a case, the Repeat Flag 6003 of the second of the two table entries is set.
  • Similarly, if a packet is segmented into a plurality of segments by the chain DMA, then a Divide Flag is set and the a chain table number 6006 of the chain block at the start of the packet is set.
  • Each chain table entry 6010 is composed of a Chain Block Address 6011 and a Chain Block Length 6012, with a “0” being stored in the last chain table entry for both the Chain Block Address 6011 and the Chain Block Length 6012.
  • Image Input by Data Packet
  • Next, a description will be given of an image input process, whereby image data read by the scanner 2070 is divided, data packets are generated from the resulting tile images and the generated data packets are stored in the RAM 2002, with reference to FIGS. 1-3 and FIG. 9.
  • FIG. 9 is a flow chart showing data flow and processing steps between blocks related to image input/output processing.
  • As shown in FIG. 9, first, an image is read by the scanner 2070. The image data so read is then transmitted sequentially as raster data to the scanner image processor 2114. The scanner image processor 2114 performs image processing needed for the raster data sequence and transmits the processed image data to the image input interface 2112. The image input interface 2112 then transmits the image data received in raster data sequence to the memory controller 2122 via the memory bus 2108.
  • The memory controller 2112 is rendered in raster form to the image memory (1) 2123. The image memory (1) 2123 has a minimum capacity of 32 lines of raster data. When 32 lines of image data are rendered in the image memory (1) 2123, the image input interface 2112 begins to read the data in units of tile images composed of 32 pixels×32 lines. The reading of the tile images is carried out via the memory controller 2122 and the memory bus 2108.
  • The image input interface 2112 adds the header 3001 and the Z data 3003 to the tile image 3002 to generate a data packet with a format like that shown in FIG. 3. It should be noted that route information for storing the image data in the RAM 2002 is described in the Process instruction 3001.
  • Next, the image input interface 2112 requests the tile bus 2107 to make a connection to the first tile compressor (1) 2106. When the tile bus 2107 connects the image input interface 2112 to the first tile compressor (1) 2106, the data packet is transmitted to the first tile compressor (1) 2106.
  • The first tile compressor (1) 2106 JPEG compresses the tile images 3002 of the data packet, and transits the compressed data packet to the fourth image ring interface (4) 2102 via the image ring 2008. The fourth image ring interface (4) 2102 then transmits the data packet to the system controller 2150 via the image ring 2008. The system controller 2150 then stores the data packet in the RAM 2002.
  • As thus described, a data packet is generated from image data read by the scanner, after which the data is compressed and stored in the RAM 2002 of the system controller 2150.
  • FIG. 10 is a diagram showing a sample division among tile images of a single page of image data as read by the scanner 2070. As shown in FIG. 8, a single page is divided into a plurality of tiles, with tile image data being generated for each tile. The example shown in FIG. 8 is one in which a single A4-size page (210×297 mm) is read by the scanner 2070 at a resolution of 600×600 dpi. With 1 inch equaling 25.4 mm, the number of pixels in the image is 4961 vertically and 7016 horizontally. Divided into tiles of 32×32 pixels, an A4-size page would generate 34,320 pieces of tile image data.
  • Image Output by Data Packet
  • To continue, a description is given of a process of returning the data packets stored in the RAM 2002 of the system controller 2150 to their original form and printing the resulting image via the printer 2095, with reference to FIG. 11 as well as FIGS. 1-3.
  • FIG. 11 is a flow chart showing data flow and processing steps between blocks related to image output processing.
  • As shown in FIG. 11, first, a data packet output from the system controller 2150 is input to the third image ring interface (3) 2101 via the image ring 2008. It should be noted that route information for outputting the RAM 2002 image data via the printer 2095 is contained in the ProcesInstruction3011.
  • The third image ring interface (3) 2101 selects the first tile expansion unit (1) 2103 and transmits the image tile data. The selection of the first tile expansion unit (1) 2103 is carried out according to the ProcessInstruction3011 of the packet format.
  • The first tile expansion unit (1) 2103 JPEG expands the tile image of the data packet, converting it to uncompressed image data. Next, the first tile expansion unit (1) 2103 requests the tile bus 2107 to make a connection to the image output interface 2113. Thereafter, the first tile expansion unit (1) 2103 is connected to the image output interface 2113 and transmits the image data thereto.
  • The image output interface 2113 takes the received data packet and transmits the tile images of the data packet to the memory controller 2122 via the memory bus 2108. The memory controller 2122 then renders the transmitted tile image to the second image memory (2) 2123 in tile units, although the data is rendered inside the second image memory (2) 2123 as raster data.
  • When all the raster data has been developed as 32-line raster data to be output by the printer 2095, the image output interface starts reading the data in raster sequence. This reading of the raster data is carried out via the memory controller 2122 and the memory bus 2108. Once the image output interface 2113 has read all the data in raster sequence, it transmits the data to printer image processor 2115. The printer 2095 then prints based on the received raster data.
  • The Image Input/Output process of the Image Input/Output Apparatus
  • By combining the above-described image input and image output processes, the present embodiment makes it possible to copy the image by using a scanner and a printer simultaneously.
  • In addition, by storing the RAM 2002 data packets in the external memory apparatus 2004 after the above-described input processing, the images can be filed.
  • In addition, by converting the RAM 2002 data packets to a predetermined format and outputting them to a LAN or a WAN, it is possible to transmit images using a predetermined protocol such as e-mail attachment, etc., to transmit images by facsimiles.
  • In addition, by inputting tile images from the rendering unit 2060 that performs rendering based on data received from an external apparatus in the image output process described above, it is possible to print.
  • In addition, it is possible to store the data packets once again in the RAM 2002 after processing of the RAM 2002 data packets by the image processor 2149, and it is also possible to execute image processing using this processing route in combination with the processes described above as necessary.
  • As foregoing describes the major processes that can be executed by the image input/output apparatus of the present embodiment. As can be appreciated by those of ordinary skill in the art, the ability to process images in data packets allows the image processor 2149 to hold the processing blocks in units of tiles, and accordingly, the image processor 2149 can mix image data relating to a plurality of processes. In other words, the image input/output apparatus of the present embodiment can execute a plurality of image processes for image data simultaneously.
  • Scaling Using Data Packets
  • Next, a detailed description is given of scaling using the data packets of the present embodiment, with reference to FIG. 12 and FIGS. 1-3.
  • The following description uses a case in which a data packet (tile image) stored in the RAM 2002 is expanded 150% by the scaling processor 2116 and then once again stored in the RAM 2002.
  • FIG. 12 is a flow chart showing data flow and processing steps between blocks related to scaling on a data packet.
  • First, the system controller 2150 reads the data packet from the RAM 2002 and transmits the data packet to the image processor 2149 via the third image ring interface (3) 2147. The ProcessInstructions3011 of the data packet contains data for designating the following sequence of processes: first tile expansion unit (1) 2103→expansion to 150% by scaling processor 2116→compression at first tile compressor (1) 2016→storage in RAM 2002. More specifically, the tile expansion unit 2103 ID is stored in the UnitID1, the scaling processor 2116 ID is stored in the UnitID2, the first tile compressor (1) 2016 ID is stored in the UnitID3, and the RAM 2002 ID is stored in the UnitID4. Values corresponding to processes performed by the processors are stored in Mode1 through Mode3. In the present embodiment, nothing is stored in Mode2 because the 150% expansion performed by the scaling processor 2116 is designated at the register interface.
  • Next, the data packet output from the system controller 2150 is input to the third image ring interface (3) 2101 via the image ring 2008. The third image ring interface (3) 2101 selects the first tile expansion unit (1) 2103 and transmits the data packet. The selection of the first tile expansion unit (1) 2103 is carried out according to the Process Instructions 3011 of the packet format shown in FIG. 5.
  • The first tile expansion unit (1) 2103 JPEG expands the transmitted data packet. Then, the first tile expansion unit (1) 2103 requests the tile bus 2107 to make a connection to the scaling processor 2116. When the first tile expansion unit (1) 2103 is connected to the scaling processor 2116 via the tile bus 2107 the data packet is transmitted to the scaling processor 2116.
  • FIG. 13 is a diagram showing the structure of a scaling processor according to first, second and third embodiments of the present invention.
  • Reference numeral 2116 denotes the scaling processor, which uses first and second image memories (1, 2) 2123 provided outside the IC chip that comprises the scaling processor 2116 to execute scaling. Hereinafter, when describing the internal processes of the scaling processor 2116, the first and second image memories (1, 2) are called external memory 2123.
  • In FIG. 13, reference numeral 4 denotes the tile slave interface, and is the interface for receiving the data packet from the first tile expansion unit (1) 2103 via the tile bus 2107. Reference numeral 5 denotes the memory interface, and is the interface that renders the tile data received by the tile slave interface 4 as raster data in the external memory and reads from the raster rendered memory the tile data required by a scaling block to be described later. Reference numeral 6 denotes a scaling block, and actually carries out the scaling operation. Reference numeral 7 denotes is a tile buffer, and stores 1 tile of scaled tile data. Reference numeral 8 denotes a tile master interface, and outputs scaled tile data to the first tile compressor (1) 2180 via the tile bus 2107. Reference numeral 9 denotes the register interface for setting the scaling rate and filter at the scaling block 6.
  • In the scaling processor 2116 described above, a data packet is input to the tile slave interface 4. The tile slave interface 4 analyzes the contents of the header of the inputted data packet. More specifically, the tile slave interface 4 checks the PageID3007 and JobID3008 included in the data packet header and confirms the validity of the data, and moreover checks the position of the data packet in the overall image using the PacketIDY3009 and PacketIDX3010. By this time ProcessInstruction3011 has already been shifted 8 bits by the tile expansion unit 2103, with UnitID2 and Mode2 becoming UnitID1 and Mode1, respectively. Tile data is then output to the memory interface 5 together with position information, and the memory interface 5 renders the tile data in the held external memory 2123.
  • The scaling block 6 then expands the tile data input via the memory interface 5 150%. A detailed description of this process is given later.
  • The scaled tile data is fed in succession to the tile master interface 8 via the tile buffer 7. The tile master interface 8 then writes the valid pixel range information (the valid width 3021 and the valid height 3022 of the data packet shown in FIG. 3) to the header based on information concerning the length of the data sent from the scaling block 6. More specifically, the tile master interface 8 writes “32” and “32” to the valid width 3021 and the validheight3022 for the valid pixel range information.
  • Thereafter, the tile master interface 8 generates a new data packet from the tile data and the headers corresponding to the respective tile data. The process Instructions 3011 is shifted 8 bits, the first tile compressor (1) 2106 ID is written in the UnitID1 and the value of Mode2 describing the tile compressor process is shifted to Mode1. Similarly, the Mode and UnitID below UnitID2 also undergo an 8-bit shift, although in the present example the compressor performs the final process and so ultimately nothing is stored.
  • Next, the tile master interface 8 requests that tile bus 2107 to make a connection to the first tile compressor (1) 2106, which corresponds to the UnitID1 after the shift. Thereafter, the tile master interface 8 is connected to the first tile compressor (1) 2106 by the tile bus 2107 and the data packet is transmitted to the first tile compressor (1) 2106.
  • The first tile compressor (1) 2106 JPEG compresses the data packet and transmits the JPEG-compressed data packet to the image ring interface 2102. The image ring interface 2102 then transfers the JPEG-compressed data packet to the system controller 2150 via the image ring 2008. The system controller 2150 stores the tile data of the data packet transmitted from the image ring interface 2102 in the RAM 2002, thus completing one processing cycle.
  • Detailed Description of Scaling
  • A further and more detailed description is now given of the scaling performed by the scaling block 6 in the scaling processor 2116, with reference to FIGS. 14, 15 and 16.
  • FIG. 14 is a detailed block diagram of the structure of a scaling block. FIG. 15 is a diagram showing raster data of the tile image units rendered in an external memory. FIG. 16 is a detailed block diagram of the scaling control block shown in FIG. 14.
  • As shown in FIG. 14, reference numeral lo denotes a scaling control block that controls the entire scaling process. Reference numeral 11 denotes a buffer that absorbs differences in tile data width and speed between the memory bus 2108 and the scaling block 6. Reference numeral 12 denotes a horizontal scaling circuit that performs horizontal scaling. Reference numeral 13 denotes a plurality of line buffers that store the results of the horizontal scaling. The number of line buffers 13 is determined by the number of pixels in the horizontal direction. Reference numeral 14 denotes a vertical scaling circuit that performs vertical scaling.
  • As shown in FIG. 15, reference numeral denotes the entire image to be processed. Reference numeral 16 denotes the image divided into tiles, with the number inside each tile corresponding to the xy coordinates of the tile in the original image. Reference numeral 17 denotes the memory area actually held in the external memory 2123. This area moves toward the bottom of the diagram each time processing of a tile portion in the vertical direction is completed.
  • As shown in FIG. 16, reference numeral 20 denotes a timing generator circuit, 21 denotes a horizontal address retention circuit, 22 denotes a horizontal address counter, 23 denotes a vertical address retention circuit, 24 denotes a vertical address counter, 25 denotes a horizontal scaling information retention circuit and 26 denotes a vertical scaling information retention circuit.
  • First, the tile data input from the first tile expansion unit (1) 2103 via the tile bus 2107 to the tile slave interface 4 is transmitted to the memory interface 5, and temporarily returned to a single image sheet like that shown in FIG. 15 via the memory bus 2108 and the memory controller 2122. However, the external memory 2123 does not retain a single sheet worth of image data, but instead retains only the amount needed for scaling as the necessary vertical memory retention amount, that is, actually retains only an amount necessary to be able to render the area indicated by the bold lines in FIG. 15. Moreover, the memory interface 5 sends a Ready signal to the scaling block 6 when at least one tile's worth of image data has been rendered to the external memory 2123.
  • When the scaling block 6 receives the Ready signal from the memory interface 5 the tile data address required for scaling is sent to the memory interface 5 and a request for read-out from the external memory 2123 is produced. When the memory interface 5 receives the read-out request, the memory interface 5 reads the tile data at the appropriate position from the external memory 2123 via the memory bus 2108 and transmits the read-out tile data to the scaling block 6. By so doing, the scaling block 6 executes scaling based on (1) the tile data transmitted from the memory interface 5 and (2) the scaling rate and filter coefficient set via the register interface 9. In addition, the scaling block 6 also stores the scaling results in the tile buffer 7 and transmits a Done signal to the tile master interface 8 when it has finished generating one tile's worth of scaled image. When it receives the Done signal, the tile master interface 8 reads the scaling results tile data from the tile buffer 7 and outputs the scaling results tile data to the next processing block (the tile compressor) via the tile bus 2107.
  • In so doing, the tile data transmitted from the memory interface 5 depicted in FIG. 5 is scaled horizontally by the horizontal scaling circuit 12, but with the buffer 11 of the scaling block 6 shown in detail in FIG. 14 absorbing any differences in bus width and image read-out speed. The circuit that performs this scaling is the same as the filter circuit described with reference to FIG. 15. In addition, the results of the horizontal scaling are stored in the line buffers 13 and, after vertical scaling by the vertical scaling circuit 14, are output to the tile buffer 7.
  • A detailed description is now given of the structure and operation of the scaling control block 10 described above, with reference to FIG. 16.
  • The timing generator circuit 20 of the scaling control block 10 receives a Done signal from the memory interface 5 shown in FIG. 1 and outputs a LineStart signal to the buffer 11 as well as the horizontal scaling circuit 12 (see FIG. 14) and the horizontal address counter 22 shown in FIG. 16. In addition, the timing generator circuit 20 also outputs a TileStart signal to the line buffers 13 as well as the vertical scaling circuit 14 (see FIG. 14) and the vertical address counter shown in FIG. 16. Moreover, the timing generator circuit 20 outputs an Xstart signal to the horizontal address retention circuit 21 and the horizontal scaling information retention circuit 25 shown in FIG. 16 and outputs a Ystart signal to the vertical address retention circuit 23 and the vertical scaling information retention circuit 26 so as to initialize these blocks. Thereafter, the timing generator circuit 20 outputs a tile data read request signal to the memory interface 5. The horizontal address counter 22 and the vertical address counter 24 output an Address signal indicating tile data necessary for scaling.
  • It should be noted that the tile data is read from the external memory 2123, horizontal scaling similar to the conventional art commences one tile at a time, and the horizontal address counter 22 counts up one count value based on an Hshift signal indicating a shift in the original image data has occurred.
  • Thereafter, when a line's worth of tiles have been horizontally scaled (Hdone signal), the timing generator circuit 20 outputs a new LineStart signal to the buffer 11 as well as the horizontal scaling circuit 12 (see FIG. 14) and the horizontal address counter 22 and the vertical address counter 24, thus initializing the buffer 11 and the horizontal scaling circuit 12. Similarly, the count value at the horizontal address counter 22 shown in FIG. 16 is loaded to the horizontal address retention circuit 21, the value retained at the horizontal scaling information retention circuit (RegHInf) is loaded to the filter coefficient generator circuit, and the value at the vertical address counter 24 is counted up. The memory interface 5 then reads the next line of image data from the external memory 2123 based on (1) the updated horizontal and vertical addresses Address and (2) the read request signal Request.
  • By the operations described above, vertical scaling commences when predetermined scaling results are aligned in the line buffers 13 shown in FIG. 14 and a tile completion signal Vdone is input to the timing generator circuit 20 shown in FIG. 16 when a line's worth of tiles have been scaled. Based on this signal, the timing generator circuit 20 outputs a TileDone signal to the horizontal address retention circuit 21 to make it retain the next horizontal address counter value. After these processes have been repeated, the timing generator circuit 20 outputs an Xlast signal to the vertical address retention circuit 23 that makes the vertical address retention circuit 23 retain the current vertical address counter 24 value when scaled output of the last of the horizontal tiles has been completed. By so doing, the timing generator circuit 20, vertical address retention circuit 23 is made to retain the current vertical address counter value.
  • The vertical address of the next output tile is “0”, so before the timing generator circuit 20 outputs a TileStart signal the timing generator circuit 20 outputs to the horizontal address retention circuit 21 a signal Xstart that initializes the horizontal address retention circuit 21 value. Then, after the horizontal address count held by the horizontal address retention circuit 21 has been initialized, scaling of tiles advanced one tile I the vertical direction according to an output reference is executed. Here, since the output of the scaling processor 2116 is executed in units of tiles, the number of line buffers 13 corresponds to the length of the number of pixels in the horizontal direction of a single tile image (8 lines, if the same as the conventional example). Accordingly, if there are 32 pixels per tile in the horizontal direction, then the amount can be 1/200 as compared to the conventional example described above.
  • Thus, as described above, according to the present embodiment of the invention, the length of the required line buffer is the same as the number of pixels in the horizontal direction of the tile, so if the structure of the vertical scaling filter is the same as that of the conventional example, and if there are 32 pixels per tile in the horizontal direction with a maximum number of horizontal pixels that can be processed being 7000, then the amount of line buffer required by the scaling processor 2116 will be one two-hundredth that of the conventional example. Therefore, the present embodiment makes it possible to carry out the same scaling as a conventional scaling apparatus with much less line buffer, and is optimal for achieving a plurality of capabilities including scaling on a single IC chip.
  • In addition, the present embodiment uses an external memory for the tile image raster rendering. Therefore, provided the tile size is the same, the present embodiment can be adapted to a wide variety of scaling rates and image sizes, without affecting the circuitry inside the IC chip.
  • In addition, since the scaling processor 2116 is not directly controlled from the CPU the image data can be rendered in an optimal area of the external memory based on the coordinate information in the header of the data packet, thus simplifying data management for scaling in which an external memory is used.
  • Second Embodiment
  • As can be appreciated by those of ordinary skill in the art, even with an apparatus like the first embodiment described above, a very large external memory may still be required if the image to be processed is a full-color image. With an A4-long-size, for example, a 600 dpi image corresponds to 7000 pixels, so assuming 32 pixels per tile in the horizontal direction, then rasterizing 8-bit, full-color image data in single-tile widths would require 1MB of external memory. Moreover, scaling, particularly vertical reduction, would require a plurality of tiles, thus further increasing the amount of memory required for rasterizing the image.
  • Given such circumstances, it is more cost-effective to use an ordinary SDRAM than a high-latency SRAM.
  • However, for the scaling circuit, both the starting pixel position and the number of pixels required for scaling varies depending on the scaling rate. As a result, when using an SDRAM for the image memory, transmitting all the required pixel data in a single burst is problematic in terms of both processing and buffer space, and the time needed to read the pixel data from the memory inevitably limits the variable processing speed.
  • In the present embodiment, readout of the image data rasterized in the external memory is adjusted at the start of scaling, so high-speed scaling can still be executed even when using an image memory subject to lengthy read-out waiting times like an SDRAM.
  • Detailed Description of the Scaling Process
  • A detailed description is now given of the scaling process according to a second embodiment of the present invention, with reference in the first instance to FIGS. 17 and 18.
  • The block structure of the scaling processor 2116 of the present embodiment is the same as that depicted in FIG. 13.
  • FIG. 17 is a diagram showing the detailed structure of a memory interface according to a second embodiment of the present invention.
  • In FIG. 17, reference numeral 5 denotes a memory interface. Reference numeral 501 denotes a write control circuit, which receives data from the tile slave interface 4 shown in FIG. 13 and control writing to the external memory 2123. Reference numeral 502 denotes a read control circuit, which receives a request signal from the scaling block 6 and reads the necessary image data from the external memory 2123. Reference numeral 503 denotes a memory interface 5 control circuit, which provides communication to the external memory 2123 in response to requests from the write control circuit 501 and the read control circuit 502, and controls the writing and reading of data.
  • FIG. 18 is a diagram shown the detailed structure of the read control circuit 502 depicted in FIG. 17. In FIG. 18, reference numeral 601 is a request counter (ReqCount) that counts the number of readout requests from the external memory. Reference numeral 602 denotes is a read request generator circuit (RReqGen). The read request generator circuit (RReqGen) 602 receives a NotFull signal indicating the status of the scaling block 6 buffer (FIFO), a LineStart horizontal scaling start pulse or a memory address (Address) indicating the position of the data required for scaling and generates a memory read signal (Request) and a read address (Raddr). Reference numeral 603 denotes a read counter (ReadCount) that counts the data for which a read request has been issued as well as the data actually read. Reference numeral 604 denotes an OR circuit. The OR circuit 604 inputs a StartDone signal output from the request counter 601 and a Request signal output from the request generator circuit 602, and outputs the logical sum of the two signals. Reference numeral 605 denotes an AND circuit. The AND circuit 605 inputs the request signal output from the read request generator circuit 602 and the signal output from the OR circuit 604, and outputs the logical product of the two signals.
  • A description is now given of the operation of a scaling circuit having the construction described above, with reference to the signals depicted in the diagrams.
  • Image data input from the first tile compressor (1) 2103 to the tile slave interface 4 via the tile bus 2107 depicted in FIG. 13 is transmitted to the memory interface 5, and is temporarily returned to the form of the image of a single sheet shown in FIG. 15 via the memory bus 2108 and the external memory interface 2122.
  • As with the first embodiment, the external memory 2123 does not retain a single sheet worth of data. Instead, the external memory 2123 actually only retains an amount of memory necessary to carry out scaling, that is, an amount sufficient to render the area indicated by the bold lines in FIG. 15. Moreover, the memory interface 5 shown in FIG. 1 sends a Ready signal to the scaling block 6 when rendering of at least one tile's worth of image data in the external memory 2123 has been completed.
  • The scaling block 6 receives the Ready signal from the memory interface 5, notifies the memory interface 5 of the address of the image data required for scaling, an requests a read-out thereof. The memory interface 5 receives the read request, reads the image data at the appropriate position from the external memory 2123 via the memory bus 2108 and transmits the read image data to the scaling block 6. The scaling block 6 then scales the image based on the image data transmitted from the memory interface 5 as well as the filter coefficient and the scaling rate set via the register interface 9. The results of the scaling are stored in the tile buffer 7 and a Done signal is transmitted to the tile master interface 8 when generation of a tile's worth of scaled image is complete. The tile master interface 8 then reads the scaled image from the tile buffer 7 and outputs the scaled image to the first tile compressor (1) 2103 via the tile bus 2107.
  • It should be noted that the signals received at the memory interface 5 are as depicted in FIG. 17. The write control circuit 501 outputs a write request signal (Wreq) to the memory interface 5 control circuit 503 so that the image data (TsData) obtained from the tile slave interface 4 and the tile number (TPos) shown in FIG. 13 are written to the corresponding external memory address, with the image data ultimately being written to the corresponding memory address.
  • Among the image data written to the external memory 2123, the image data required for scaling by the scaling block 6 begins to be read out by the read control circuit 502 based on the horizontal scaling start pulse (LineStart), the previously acknowledged read-commenced address (SAddress) and the scaling block 406 line buffer status signal (NotFull). The signals received by the read control circuit 502 are shown in FIG. 17.
  • At the same time, the issue count at the request counter (ReqCount) 601 that counts the number of request issue lines is reset to “0”, and the StartDone signal is set to “1”. The StartDone signal triggers a Req signal released from the AND circuit 605 mask, which is transmitted to the memory interface control circuit 503 shown in FIG. 17 as a read request sign Rreq. In response, the memory interface 503 communicates with the external memory interface 2122, and, if a read request acknowledge signal is received, sets a RAck signal to “1”.
  • When it is confirmed that the value assigned to the RAck signal is “1” at a time (t1), the request counter (ReqCount) 601 issue counter increases by 1 and the read request generator circuit (RReqGen) 602 increments the read address (Raddr) by the required amount (in this case by 8). At the same time, the read counter (ReadCount) 603 increases the counter value by the number of beats in the read request. It should be noted that, since the counter value is no longer “0”, the CountZero signal becomes “0” but StartDone signal output from the request counter (ReqCount) 601 is still “1” so the OR circuit 604 output remains at “1”. Accordingly, the read request signal RReq remains at “1”.
  • Next, the memory interface 405, having completed the read request to the external memory interface 2122, indicates that a new read request based on a new read request signal (RReq) has been issued to the external memory interface 2122 by generating a RAck signal. When the RAck signal indicating that a read request has been transmitted is detected, the request counter (ReqCount) 601, the read address (RAddr) from the read request generator circuit (RReqGen) 602 and the read counter (ReadCount) are all increased by the respective required amounts as described above with respect to t1 (at a time t2). In the example shown in FIG. 19, for example, the counter and address values are in hexadecimal form. FIG. 19 is a timing chart illustrating the operation of the read control circuit.
  • Thereafter, when preparations for the reading of image data from the external memory interface 2122 are complete, a value of “1” is assigned to a RdValid signal indicating that reading has begun and the read counter (ReadCount) 603 begins to reduce the value at the counter by “1” from the current value (at a time t3). At this time, the scaling block 406 buffer (FIFO) still has space and the read request (RReq) value is “1”, so a RAck signal indicating that a read request issued to the external memory 3123 via the memory interface 405 has been received is returned. Then, at the same time as t2 described above, the request counter (ReqCount) and read address (Raddr) are increased by the required value.
  • At this point the reading of the data has already commenced, so the value at the read counter (ReadCount) 603 is decreased by “1” from the normal amount of increase (which is “8” in this example) and ultimately increases by just “7” from the preceding value (at a time t4).
  • The scaling block 6 buffer (FIFO) still has room and the read request signal (RReq) value is “1”, so a RAck signal indicating that a read request issued to the external memory 3123 via the memory interface 405 has been received is returned. The read address (Raddr) is increased by the required value, and the read counter (ReadCount) 603 is also increased by just “7” from the preceding value as described above.
  • With receipt of the latest read request, the request counter (ReqCount) 601 completes the readout of several stages of the buffer (FIFO) and retains the current value, and the StartDone signal is assigned the value “0”. In so doing, both the mask signal StartDone and the CountZero signal become “0” regardless of the state of the scaling block 406 buffer (FIFO) status signal (NotFull). Accordingly, the OR circuit 604 output is “0” and the AND circuit 605 output is also “0”, and no read request signal is issued to the memory interface 405 (at a time t5).
  • As the image data is read sequentially from the external memory 2123 and read-out of the read-requested image data is completed, the value at the read counter (ReadCount) 603 becomes “0” and the CountZero signal becomes “1”. In so doing, the read request signal RReq mask is released and a new read request signal is issued to the memory interface (at a time t6).
  • In the present embodiment, a case is shown in which the scaling block 406 sequentially processes image data and ultimately the buffer is not full. Of course, the setting of the scaling rate changes the amount of image data consumed and the buffer may become nearly full, in which case the buffer status signal (NotFull) becomes “0”. In such a case, of course, no read request is generated.
  • Thereafter, when a read request is received at the external memory interface 2122 and a RAck is returned, the read count (ReadCount) 603 increases by “8” beats. The CountZero signal becomes “0”, the Request signal mask becomes valid, the read request signal RReq becomes “0” and no new read request is issued until the read request received at time t7 is completed.
  • As described above, according to the present embodiment, with respect to the tiles, when horizontal scaling is commenced only the amount of image data resident in the buffer is transmitted from the memory interface without regard to the processing status of the scaling circuit. In so doing, the number of times a read-out wait status arises, that is, the waiting for the image data required for horizontal scaling to arrive from the memory interface, can be reduced, making high-speed processing possible.
  • In addition, by concentrating the readout process, the bit rate of the external SDRAM can be increased, thus making it possible to write the image data at high speed during rasterization even to a functional block using an external SDRAM inside the IC chip.
  • Moreover, the present embodiment simplifies read control in support of split transactions in systems in which it is difficult to read all the data required for scaling at the beginning of the scaling operation and the data must therefore be read continuously.
  • The above-described embodiment has been described with reference to a scaling processor that uses an external SDRAM. However, the present embodiment of the present invention is not limited to such a scaling processor, but is adaptable to other image processing in other processing blocks.
  • Thus, for example, when generating the tile image in the image input process depicted in FIG. 9, in the image input interface 2112 the memory is used to rasterize the image memory at the tile-unit level. At this time, it is possible to perform memory access control like that of the present embodiment, thus making it possible to achieve high-speed tile image generation.
  • Third Embodiment
  • When executing scaling using an external memory as in the above-described embodiments, in order to manage the memory and improve the reliability of the process it is preferable to exercise exclusive control over the writing and reading of the tile images to and from the external memory. In the present embodiment, use of an exclusive control structure like that described below makes it possible to execute memory management according to the scaling rate using a simple apparatus structure.
  • Detailed Description of the Scaling Process
  • A detailed description is now given of the scaling process of a third embodiment of the present invention, with reference to the accompanying drawings, in the first instance to FIGS. 13 and 20-25.
  • The block structure of the scaling processor 2112 of the present embodiment is the same as that depicted in FIG. 13.
  • FIG. 20 is a detailed block diagram showing one example of the memory interface depicted in FIG. 13.
  • In FIG. 20, the write control circuit 501, the read control circuit 502, the memory interface control circuit 503 are the same circuits and have the same capabilities as those described with reference to the second embodiment of the present invention.
  • Reference numeral 701 denotes an exclusive control circuit 701. The exclusive control circuit 701 performs control giving position information on tiles to be written (tile position signal TPos), write based on the read address to be read out, and read enable (enable signal TREnable) according to the signals TPos, TWEnable, TileStart and SAddress.
  • FIG. 21 is a block diagram showing an example of the detailed circuitry of the exclusive control circuit depicted in FIG. 20.
  • In FIG. 21, reference numeral 801 denotes an Exclusive OR gate, 802 denotes a D-F FlipFlop, 803 is an Enabled Flip-Flop, 804 is a decoder circuit, 805-1-s0 through 805-1-s7 and 805-2-m0 through 805-2-m7 are AND circuits, 806-1 through 806-8 are RS-FlipFlops, 807 is a mask generator circuit (MaskGen) and 808 is an AND gate.
  • FIG. 22 is a diagram illustrating one memory state during tile image data transfer using the exclusive control circuit depicted in FIG. 20. FIG. 23 is a diagram illustrating another memory state during tile image data transfer using the exclusive control circuit depicted in FIG. 20. FIG. 24 is a diagram illustrating a third memory state during tile image data transfer using the exclusive control circuit depicted in FIG. 20. FIG. 25 is a diagram illustrating a fourth third memory state during tile image data transfer using the exclusive control circuit depicted in FIG. 20;
  • In FIGS. 22-25, the tFlag0-7 are flags which indicate the presence or absence of a completion of a process of scaling tiles in the same vertical position, and change according to the state of progress of the scaling process. The states of memory according to the rasterized vertical tiles in the external memory are retained is RS-FlipFlops 806-1 through 806-8.
  • It should be noted that the RS-FlipFlops 806-1 through 806-8 are set to “1” or reset to “0” based on the output of the decoder circuit 804 and the mask circuit 807 of the exclusive control circuit 701 shown in FIG. 21. According to the state of the tFlag0-7, the RS-FlipFlops 806-1 through 806-8 control both data reception by the tile slave interface 4 when writing data to the external memory, that is, the setting and resetting of the TWEnable signal to the tile slave interface 4, as well as the setting and resetting of the TREnable signal to the read control circuit 502 when reading data from the external memory.
  • It should be noted that, in the present embodiment, the minimum possible scaling by the scaling apparatus shown in FIGS. 22-25 is, for example, 0.25 (that is, ¼), and the raster memory vertical tile count is the smallest value that can be obtained from the conditional expression (4+2=6), so hereinafter the smallest exponential value of 2 will be used (here, “8”).
  • When scaling begins, the tFlag0-7 shown in FIGS. 22-25 are all cleared, that is, are all set at “0”, and the image data is sent by the tile bus 2107 from the upper left corner of FIG. 22.
  • In the example shown in FIG. 22, data transfer from the uppermost left to the third tile image has been completed, with data transfer of the fourth tile image indicated by the slanted lines currently being carried out.
  • Tile image transfer then proceeds further, and when transfer of the uppermost row shown in FIG. 22 has been completed, tFlag0, which indicates that writing of the first row is completed, is set to “1”. Similarly, when writing of a row is finished, the corresponding flags are set to “1” in succession.
  • Control of the read side of the scaling process is illustrated by the example shown in FIG. 24, which shows the memory state n a case of ¼ scaling. In FIG. 24, of the rasterized image, the process is attempting to output scaling results of a single tile using the image data included in the tiles indicated by the slanted lines, that is, from (3,8n) to (8, 8n+5).
  • Essentially, the scaling rate in this case is ¼ both horizontally as well as vertically, so it might seem that it is sufficient to have an image that is 4 tiles long in both the vertical direction and the horizontal direction (in this example, the portion from (4, 8n+1) to (7, 8n+4)). In actuality, however, the filtering process also requires the presence of the surrounding image data as well, so the image data included in the tiles from (3, 8n) to (8, 8n+5) in FIG. 24 are needed.
  • FIG. 25 shows a memory state in which horizontal scaling has been completed and vertical scaling has advanced one tile.
  • As shown in FIG. 25, which depicts the progress of the scaling progress from the state shown in FIG. 24 to the state shown in FIG. 25, the position of the tile image used for scaling moves from (0, 8n +4) to (4, 8(n+1)+1).
  • However, the tile image from (0, 8(n+1)) to (4, 8(n+1)+1) occupies the same position in the memory as the tile image shown in FIG. 24 but it is still necessary to acquire new image data obtained from the tile slave, so the appropriate tFlag0-3 are cleared, as shown in the diagram.
  • An example of the circuit that sets and clears the appropriate flags corresponding to the changes from the state shown in FIG. 22 to the state shown in FIG. 23, and from the state shown in FIG. 24 to the state shown in FIG. 25, is the exclusive control circuit 701 shown in FIG. 21.
  • The completion of the writing of image data by 1 in the vertical direction, that is, the change from the state shown in FIG. 22 to the state shown in FIG. 23, involves a change in the vertical direction information (the TPos (V) signal shown in FIG. 20) inside the information indicating the position of the tile input from the tile slave interface 4. Accordingly, the timing of that change determines the gating of the current write position signal output by the decoder circuit 24 and the outputting of the signal that sets the flags of the corresponding positions to the 806 RS-FlipFlop 806-1. The appropriate 806 RS-FlipFlop sets the appropriate flag.
  • When vertical scaling is finished, that is, when the process changes from the memory state shown in FIG. 23 to the memory state shown in FIG. 24, the read address of the horizontal position from the memory is “0”. Accordingly, the flags are cleared by validating the output of the mask generator circuit 27 using the tile scaling start pulse (TileStart signal) when the horizontal read address is “0”.
  • The mask generator circuit 807 determines the read-completed vertical tile position from the vertical direction data read address at the beginning of scaling in the memory state shown in FIG. 23 and the vertical direction data read address at the beginning of scaling in the memory state shown in FIG. 24.
  • An example of the output from the decoder circuit is shown in Table 1 below.
    TABLE 1
    n
    0 1 2 3 4 5 6 7
    m 0 00 01 03 07 0F 1F 3F 7F
    1 FE 00 02 06 0E 1E 3E 7E
    2 FC FD 00 04 0C 1C 3C 7C
    3 F8 F9 FB 00 08 18 38 78
    4 F0 F1 F3 F7 00 10 30 70
    5 E0 E1 E3 E7 EF 00 20 60
    6 C0 C1 C3 C7 CF DF 00 40
    7 80 81 83 87 8F 9F BF 00
  • Based on such flag data, it is determined whether or not the read-out by scaling of the image data at the tile position to be written when writing is already finished or not. If the read-out by scaling is completed, then the TWEnable signal shown in FIG. 10 is set to “1” and the tile slave interface 4 performs data reception. Conversely, if read-out by scaling is not completed, then the TWEnable signal is set to “0” and the tile slave interface 4 makes the tile master interface 8 that reads the image data to be sent to the scaling apparatus wait until the write flag for the appropriate position reads “0”.
  • When reading out the data, when the flag at the address to be read is set, the TREnable signal “1” output from the exclusive control circuit 701 to the read control circuit 502 is set to “1” and the read control circuit 502 shown in FIG. 20 outputs to the memory interface 5 control circuit 12 a memory read request signal RReq and a Raddr signal.
  • Conversely, if the flag is not set, then the TREnable signal is set to “0” and the read control circuit 502 restricts output of read request signals to the memory interface 5 control circuit 503.
  • In the above-described embodiment, the control signal TWEnable for writing is output to the tile slave interface 4, restricting the transfer of tile data. However, the result would be the same if this signal were input to the write control circuit 501 and the write request signal restricted.
  • According to the present embodiment, exclusive control of the writing to and reading from the memory for raster conversion of the tile image is carried out in tile units. Moreover, where the scaling processor sets the number of tiles in the vertical direction to be managed at a minimum rate of scaling n (<1), the number of tiles in the vertical direction to be managed is (1/n)+2, up to a square thereof, thus simplifying memory management.
  • In addition, memory release of read-complete operations by the scaling apparatus due to special circumstances is performed where the vertical output tiles change, making it possible to achieve a simple overall structure.
  • It should be noted that the number of tiles to be managed in the vertical direction is not necessarily limited to a square thereof. In other words, in the above-described structure, the number of vertical tiles may be 6, or it may be 7. In either case, the memory management may be similarly simplified.
  • Fourth Embodiment
  • Although scaling speed can be increased to a certain extent if the apparatus illustrated with reference to the embodiments described above is made into an IC chip, it can be anticipated that hereafter even greater scaling speeds will be sought.
  • Such demands may be satisfied by increasing the clock speed of the entire circuit, for example, but doing so does impose restrictions when making the apparatus into an IC. Similarly, the speed of the external memory increases together with any increase in clock speed, and is one cause of higher costs for the memory chips so used.
  • By contrast, instead of adding additional circuits to the scaling circuit, the present embodiment makes it possible to attain faster-than-conventional scaling speeds at conventional clock speeds.
  • Detailed Description of the Scaling Process
  • FIG. 26 is a diagram showing the block structure of a scaling processor according to fourth and fifth embodiments of the present invention.
  • In the block diagram that is FIG. 26, the reference numeral 2116 denotes the scaling processor, which differs from the scaling processor of the first, second and third embodiment of the present invention described above insofar as it includes a tile buffer control circuit 2601 for controlling the tile buffer 7.
  • The detailed structure of the processing block 6 of the present embodiment is the same as that shown in FIG. 14. The detailed structure of the variable control block 10 of the present embodiment is the same as that shown in FIG. 16.
  • However, unlike the above-described embodiments, the scaling processor 2116 of the present embodiments performs scaling in units of two tiles at a time. The following describes the overall operation of the scaling processor 2116.
  • First, tile data input from the first tile expansion unit (1) 2103 to the tile slave interface 4 via the tile bus shown in FIG. 26 is transmitted to the memory interface 5, and then temporarily returned to the shape of the image of a single sheet as shown in FIG. 11 via the memory bus 2108 and the memory controller 2122. However, the external memory 2123 does not retain a single sheet worth of image data, but instead retains only the amount needed for scaling as the necessary vertical memory retention amount, that is, actually retains only an amount necessary to be able to render the area indicated by the bold lines in FIG. 15. Moreover, the memory interface 5 shown in FIG. 26 sends a Ready signal to the scaling block 6 when at least one tile's worth of image data in the vertical direction has been rendered to the external memory 2123.
  • When the scaling block 6 receives the Ready signal from the memory interface 5 the tile data address required for scaling is sent to the memory interface 5. The memory interface 5 receives the required tile address information and generates a read request to the external memory 2123. When the memory interface 5 receives the read-out request, the memory interface 5 reads the tile data at the appropriate position from the external memory 2123 via the memory bus 2108 and transmits the read-out tile data to the scaling block 6. By so doing, the scaling block 6 executes scaling based on (1) the tile data transmitted from the memory interface 5 and (2) the scaling rate and filter coefficient set via the register interface 9. In addition, the scaling block 6 also stores the scaling results in the tile buffer 7 and transmits a Done signal to the tile master interface 8 when it has finished generating one tile's worth of scaled image. When it receives the Done signal, the tile master interface 8 reads the scaling results tile data from the tile buffer 7 in tile units to the first tile compressor (1) 2106 via the tile bus 2107.
  • A description is now given of the detailed structure of the above-described scaling control block 10, with reference to FIG. 16.
  • When the Done signal described above is received from the memory interface 5 shown in FIG. 26, the timing generator circuit 20 of the scaling control block 10 outputs a LineStart signal to the buffer 11, the horizontal scaling circuit 12 (see FIG. 14) and the horizontal address counter 22 shown in FIG. 16. In addition, the timing generator circuit 20 outputs a TileStart signal to the line buffer 13, the vertical scaling circuit 14 (see FIG. 14) and the vertical address counter 24 shown in FIG. 16. Moreover, the timing generator circuit 20 outputs an Xstart signal to the horizontal address retention circuit 21 and the horizontal scaling information retention circuit 25 shown in FIG. 16 and outputs a Ystart signal to the vertical address retention circuit 23 and the vertical scaling information retention circuit 26 so as to initialize these blocks. Thereafter, the timing generator circuit 20 outputs a tile data read request signal to the memory interface 5. The horizontal address counter 22 and the vertical address counter 24 output an Address signal indicating tile data necessary for scaling.
  • The tile data is read from the external memory 2123, horizontal scaling is commenced, and the value at the horizontal address counter is incremented based on an Hshift signal indicating the occurrence of a shift in the original image data.
  • Thereafter, when horizontal scaling of a number of pixels equivalent to two lines of tile is completed (Hdone signal) the timing generator circuit 20 outputs a new LineStart signal to the buffer 11, the horizontal scaling circuit 12 (see FIG. 14), the horizontal address counter 22 shown in FIG. 16 and the vertical address counter 24 so as to initialize the buffer 11 and the horizontal scaling circuit 12. At the same time, the count value at the horizontal address counter 22 shown in FIG. 16 is loaded to the horizontal address retention circuit 21 and the filter coefficient generator circuit is loaded with the value (RegHInf) retained in the horizontal scaling retention circuit, so as to increment the count value at the vertical address counter 24. The memory interface 5 then reads the next line of image data from the external memory 2123 based on the updated horizontal and vertical addresses and the read request signal RReq.
  • By the operations described above, the vertical scaling circuit 14 is triggered when a predetermined scaling result appears in the line buffer 13 depicted in FIG. 13 and the vertically scaled image data is output to the tile buffer control circuit 2601. When scaling of a number of lines of tile has been completed, the vertical scaling circuit 14 a tile complete signal Vdone is input to the timing generator circuit 20 shown in FIG. 16. Based on this signal, the timing generator circuit 20 outputs a TileDone signal holding the next horizontal address counter value to the horizontal address retention circuit 21. After these processes have been repeated, when the scaled output tile to be processed is the last horizontal tile, the timing generator circuit 20 outputs a signal Xlast that holds the current vertical address counter 24 value to the vertical address retention circuit 23 so as to retain the current vertical address counter value in the vertical address retention circuit 23.
  • The tile buffer control circuit 2601 counts the scaled image data that has been vertically scaled by the vertical scaling circuit 14 as well as writes the position corresponding to the tile buffer. In addition, the tile image data is read out and output according to the tile master interface circuit read request address. At this time, it is determined whether or not the tile image data to be read is the first or the last of two consecutive tile images in the horizontal direction, and the read address is converted to the appropriate address and read from the tile buffer.
  • FIG. 27 is a block diagram of a tile buffer control circuit in the fourth embodiment of the present invention.
  • In FIG. 27, reference numeral 2701 denotes a write address counter that counts the scaled images from the scaling block 6 and the Valid signals output at the same time and reference numeral 2702 denotes a read address counter that receives a read request from the tile master interface and counts the number of pixels to be read.
  • In order to facilitate an understanding of the distinctive features of the present embodiment, the size of the tile, for illustrative purposes only, is set at 8 horizontal pixels and 8 vertical pixels.
  • FIG. 28 is a diagram showing a sample address in a tile buffer. In FIG. 28, the shaded portion denotes the initial tile portion.
  • When writing to the tile buffer 7, the write addresses are output in the sequence shown in FIG. 28 and stored in the indicated positions in the tile buffer 7. When reading from the tile buffer 7, the data must be read out in tile units, so the read addresses are given in the order 01 → . . . →71617→, so that after the shaded portion in the diagram is read out, the next sequence to be read is 89→ . . . →1524 → . . . . Accordingly, the read address can be given to the tile buffer 7 as a signal of switched output address positions of the read address counter.
  • Next, the processing time per line of tile when scaling using the structure of the embodiment described above is estimated.
  • FIGS. 29A and 29B are diagrams showing the difference in processing area in a case in which processing is performed on a single tile, as in FIG. 29A, and a case in which processing is performed on two tiles continuous in the horizontal direction, as in FIG. 29B.
  • First, when processing in tile units, the difference in processing region in a case in which two horizontally consecutive tiles are processed is shown in FIGS. 29A and 29B. For ease of description, the example shown in FIGS. 29A and 29B shows the required original image data required for a simple scaling rate of 1 (that is, 100 percent), as well as the output tile. FIG. 29A shows a case of scaling by tile unit, in which the shaded portion is the required image data read from the external memory. As shown in the diagram, the darkly shaded area (that is, the last part of the first tile and the first part of the last tile) must actually be read twice from the external memory in order to process in tile units.
  • The results of the scaling performed by the present embodiment outputting two consecutive tiles are shown in FIG. 29B. In FIG. 29B, in order to process the two tiles consecutive in the horizontal direction once, there is no occurrence of an area that must element board read twice from the external memory 2123 as shown in FIG. 29A. Of course, after two consecutive tiles have been generated, another area that is read twice does similarly occur, but with a frequency that is half that of the case shown in FIG. 29A.
  • Next, an estimate of a clock cycle needed to process one line in a case of a scaling rate of 1 is estimated. The delay from the commencement of processing to the output of the image data from the memory interface cannot be avoided so long as an external memory is used, and the horizontal scaling circuit cannot operate during a number of cycles after a read request is output until data is actually read from the memory and are wasted cycles. These cycles are called TA herein.
  • Similarly, the read-out from the memory must be in bursts in order to achieve fast access and the read commence position and the number of pixels actually required for scaling are not always the same, so here, too, wasted cycles occur, the value of which is TB herein.
  • The overhead at the start if scaling computation and the number of cycles needed for pipeline processing completion is set at TC herein.
  • Under the above-described conditions, the actual number of horizontal processing cycles is computed. However, if typical values 10, 7 and 5 are used for the above-described TA, TB and TC, the processing cycle needed for horizontal scaling of a number of pixels equal to one tile is:
    TA+TB+32+TC=54
  • If processing two horizontally consecutive tiles at a time:
    TA+TB+64+TC=86
  • Converted to a single tile yields half, that is, 86/2=43, leading on average to a 20% reduction in processing cycle, in other words, making high-speed processing possible.
  • As described above, the present embodiment processes two tiles at once, so high-speed scaling is possible without increasing the clock speed. It should be noted that the number of tiles to be processed simultaneously need not be limited to two, but may be three or four.
  • Fifth Embodiment
  • In the fourth embodiment as described above, a plurality of tiles are scaled simultaneously, so when processing at the horizontal edges it sometimes happens that data not needed for processing is nevertheless output from the scaling block.
  • In the fifth and present embodiment, the scaling processor is controlled so as to output only valid tiles even when scaling a plurality of tile units.
  • Detailed Description of the Scaling Process
  • A detailed description is now given of the scaling process of the fifth embodiment of the present invention, with reference to FIGS. 30-33.
  • The block structure of the scaling processor 2116 of the present embodiment is the same as that of the fourth embodiment described with reference to FIG. 26. However, the structure of the tile buffer control circuit 2601 differs from that of the fourth embodiment, as described in detail below.
  • FIG. 30 is a block diagram of a tile buffer control circuit in the fifth embodiment of the present invention. As shown in FIG. 30, reference numeral 3001 denotes header information 3001 a write address counter that counts the Valid signals output fro the scaling block 6 at the same time as the scaled image, and reference numeral 3002 denotes a read address counter that receives a read request received from the tile master interface that counts the number of pixels to be read.
  • FIGS. 31A and 31B are diagrams illustrating different address arrangements in the tile buffer. As shown in FIG. 31A, when the tile buffer is used to retain two tile regions in the horizontal direction, the write address assumes the address arrangement shown in the diagram, with the last six bits being occupied by the horizontal pixel counter and the first five bits being occupied by the line counter.
  • By contrast, as shown in FIG. 31B, the address for reading the tile data stored in the tile buffer includes a bit indicating whether the horizontal tile is an even-numbered tile or an odd-numbered tile, as is required for reading in tile units, with the 5 bits below that being occupied by the horizontal pixel address inside the tile and the 5 bits above being occupied by the vertical line address.
  • In order to generate this read address correctly, the read address counter generates the address according to the process shown in FIG. 32.
  • FIG. 32 is a flow chart showing steps in a process of generating an address to be followed by a read address counter.
  • The process depicted in FIG. 32 is controlled by a CPU (not shown in the diagram) built into the scaling processor 2116. The parameters needed for processing can be obtained from the tile slave interface 4 and the register interface 9.
  • Initially, when a signal indicating that processing of two tiles is completed is input from the spacing block 6, a trans signal indicating that the tile buffer is in the process of reading is set to “1”. In addition, the address counter is reset to “0”, and further, the odd signal indicating the tile number is reset to “0” in a step S3201.
  • Then in a step S3202, data is read one pixel at a time from the tile buffer and the counter is incremented until one tile's worth of data is read out, in a step S3202; if No, then in a step S3203.
  • One a single tile's worth scaling output has been read from the tile buffer 7 (Yes in step S3202), it is determined in a step S3204 whether the content of the tile buffer 7 currently being output is a second tile or not.
  • If it is the second tile (No is step S 3204), the tile buffer 7, then a trans signal indicating that the read operation is complete is reset to “0” in a step S3205. Conversely, if the contents of the read-out tile buffer happen to be the first tile (Yes in step S3204), then the signal Xlast indicating whether or not these are the last scaling results in the horizontal direction and the signal XdistOdd indicating whether or not the expected output tile number is an odd number (S3206).
  • If the output is the last in the horizontal direction, and further, if the number of tiles expected to be output is an odd number, (Yes in step S3206), then the read address count is stopped and the trans signal is reset to “0” (step S3205). In all other cases (No in step S3206), the odd signal is set to “1” and the counter is rest to “0” (in a step S3207), after which the process returns to step S3202 and the above-described count-up operation is repeated.
  • As described above, the write address counter 3001 is configured as a counter that counts up when the valid signal value is “1” in order to control the writing of data to the tile buffer 7. Similarly, in order to output a buffer write-enable signal BufEn enabling writing to the tile buffer 7, the write address counter 3001 is configured like the circuit shown I FIG. 33.
  • FIG. 33 is a diagram of the circuit structure of a write address counter.
  • The circuit depicted in FIG. 33 enables the scaling block 6 to output write data to the appropriate line in the tile buffer 7 when the BufEn signal is “1”, and to stop output of write data to the corresponding line in the tile buffer 7 when the BufEn signal is “0”, thus controlling the writing of tile data to the tile buffer 7.
  • The circuit shown in FIG. 33 enables writing to the tile buffer 7 when the tile master interface 8 is not operating.
  • Similarly, the circuit shown in FIG. 33 is configured so as to prohibit writing to the tile buffer 7 while the tile master interface 8 is operating and is in the process of outputting the first tile.
  • Similarly, the circuit shown in FIG. 33 is configured so as to enable writing only where a comparison of the line address of the tile currently being read RdAddr_L and the size of a value WrAdd_L+1 calculated from the line address to be written reveals that RdAddr_L>WrAdd_L+1 while the tile master interface 8 is operating and is in the process of outputting the second tile. The addition of +1 to the address to be written is to simplify the circuitry by carrying out write control on a per-line basis.
  • As described above, the present embodiment makes it possible to output only valid image data even when processing a plurality of tiles at once.
  • Other Embodiments
  • The image input/output apparatus of the embodiments described above are constituted so as to be able to process a plurality of image data simultaneously. The Application of the present invention can reduce competition between competing operations even when the image input/output apparatus of the present invention is used in such a way that other image processing apparatuses such as an image rotator and the like are used to perform other image processing operations during scaling that call for simultaneous use of the image memory. Very large volumes of image data intended for simultaneous processing arise particularly when executing other types of image processing simultaneously with image input from an image input interface. However, in such cases as well, the image memory is retained in tile units for the processes, so simultaneous processing can be executed smoothly.
  • The above-described embodiments of the present invention have been explained by reference to a digital copier as the image input/output apparatus. However, as can be appreciated by those of ordinary skill in the art, the present invention is not limited to such embodiments but may be adapted to a wide variety of image input/output apparatuses, including either a system comprising a plurality of devices (such as, for example, a host computer, an interface device, a reader, a printer, etc.) or a single, stand-alone device (such as a copier, facsimile machine or the like).
  • In addition, the present invention is not limited to an image input/output apparatus per se, but may be adapted to a personal computer or other information processing apparatus. In this case, for example, the portion pertaining to the scaling for the image input/output apparatus may be configured on an option card, that option card being connected to universal bus of the image input/output apparatus.
  • In addition, the present invention may be achieved by a configuration in which the image input/output apparatus CPU and main memory comprise the scaling circuit, with an external memory used for other image processing operations. In this case, storage space in the main memory can be reduced by having the CPU execute a program for scaling like that described with respect to the foregoing embodiments. The scaling program used would be one that is previously stored in a storage medium of the apparatus.
  • In other words, as can be appreciated by those of ordinary skill in the art, the object of the present invention may also be achieved by supplying a storage medium, on which is recorded software program code for achieving the capabilities of the above-described embodiments, to the system or apparatus, with the computer (CPU or MPU) of the system or apparatus reading and executing the program code recorded on the storage medium.
  • In such a case, the program code itself that is read from the storage medium on which it is recorded achieves the capabilities of the above-described embodiments, and the storage medium recording the program code constitutes the present invention.
  • The present invention can be applied to a system constituted by a plurality of devices (e.g., a host computer, interface, reader, printer, etc.) or to an apparatus comprising a single device (e.g., a copier or facsimile machine, etc.).
  • Further, it goes without saying that the object of the present invention can also be achieved by providing a storage medium storing the program codes of the software for performing the aforesaid functions of the foregoing embodiments to a system or an apparatus, reading the program codes with a computer (e.g., a CPU or MPU) of the system or apparatus from the storage medium, and then executing the program.
  • In this case, the program codes read from the storage medium implement the novel functions of the invention, and the storage medium storing the program codes constitutes the invention.
  • Further, the storage medium, such as a floppy disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD-R, magnetic tape, non-volatile type memory card or ROM can be used to provide the program codes.
  • Furthermore, besides the case where the aforesaid functions according to the embodiments are implemented by executing the program codes read by a computer, the present invention covers a case where an operating system or the like working on the computer performs a part of or the entire process in accordance with the designation of program codes and implements the functions according to the embodiment.
  • The present invention further covers a case where, after the program codes read from the storage medium are written in a function extension board inserted into the computer or in a memory provided in a function extension unit connected to the computer, a CPU or the like contained in the function extension board or function extension unit performs a part of or the entire process in accordance with the designation of program codes and implements the function of the above embodiments.
  • It should be noted that the configurations and operations described above with reference to the individual embodiments, whether practiced individually and separately are whether practiced through an appropriate combination of several embodiments, are within the spirit and scope of the present invention.
  • The present invention is not limited to the above-described embodiments, and various changes and modifications can be made within the spirit and scope of the present invention. Therefore, to apprise the public of the scope of the present invention, the following claims are made.

Claims (16)

1. An image processing apparatus for performing scaling on inputted image data, the apparatus comprising:
a write unit for writing the inputted image data to an external memory in tile image units;
a read unit for reading the tile images written to the external memory; and
a scaling unit for scaling on the tile images read by the read unit.
2. The image processing apparatus according to claim 1, wherein the image processing apparatus is used as an image input/output apparatus for managing and executing tile image input/output, the image processing apparatus further comprising:
an input unit for inputting tile images of the image input/output apparatus; and
an output unit for outputting the tile images scaled by the scaling unit to the image input/output apparatus.
3. The image processing apparatus according to claim 1, wherein the apparatus is constituted as an IC chip and line buffers are provided in the chip in an amount corresponding to a number of pixels in a horizontal direction of the tile image.
4. The image processing apparatus according to claim 1, wherein the read unit continuously reads a predetermined number of lines of image data from the external memory when commencing reading of the tile images.
5. An image processing apparatus for performing image processing on inputted image data, comprising:
a raster unit for rasterizing the inputted image data to an external memory as raster data;
a read unit for reading the raster data written to the external memory in tile image units; and
an image processor for performing predetermined image processing on the tile images read from the external memory by the read unit,
the read unit continuously reading from the external memory a predetermined number of lines of image data when commencing reading of the tile images.
6. (canceled)
7. The image processing apparatus according to claim 1, further comprising:
a storage unit for storing the image data scaled by the scaling unit; and
a storage controller unit for controlling the storage unit,
the scaling unit scaling a plurality of tile images continuous in a horizontal direction all at once,
the storage controller unit storing the scaled image data in the storage unit, and reading and outputting the image data stored in the storage unit in tile image units.
8. The image processing apparatus according to claim 7, wherein the storage controller unit stores the image data output by the scaling unit to the storage unit based on the number and position of the tile images scaled all at once.
9. An image input/output apparatus for performing image processing on inputted image data, the apparatus comprising:
a data packet generator for dividing the inputted image data into a predetermined divided image, adding attribute information to the divided image and generating a data packet; and
a scaling unit for inputting the data packet, performing scaling on the divided image, reconfiguring the data packet from the scaled divided image and outputting the reconfigured data packet,
the scaling unit writing the inputted data packet image data to the external memory in divided image units based on position information included in a header, reading the divided image written to the external memory, and performing scaling processor on the read-out divided image.
10. An image processing apparatus for performing scaling on inputted image data, the apparatus comprising:
an IC chip for processing and outputting the inputted image data in predetermined divided image units; and
a memory unit accessed in order to carry out image processing by the IC chip,
the IC chip securing the memory unit in the divided image units depending on a scaling rate and performing scaling on the inputted image data based on the memory unit divided image when performing scaling on the inputted image data.
11. A scaling method for an image processing apparatus for performing scaling on inputted image data, the method comprising the steps of:
writing the inputted image data to an external memory in tile image units;
reading the tile images written to the external memory; and
performing scaling on the tile images read from the external memory in the preceding read step.
12. A memory control method for an image processing apparatus for performing image processing on inputted image data, the method comprising the steps of:
rasterizing the inputted image data to an external memory as raster data;
reading the raster data written to the external memory in tile image units; and
performing image processing on the tile images read from the external memory in the preceding read step,
the read step comprising reading from the external memory a predetermined number of lines of image data when commencing reading of the tile images.
13. (canceled)
14. A scaling method for an image processing apparatus for performing scaling on inputted image data according to claim 11, the method further comprising the steps of:
controlling storage of the image data scaled in the scaling step so as to store the image data in a buffer and read the image data from the buffer,
a plurality of tile images continuous in a horizontal direction being scaled all at once in the scaling step,
the scaled image data being stored in the buffer, and
the image data stored in the buffer being read and outputted in tile image units in the storage control step.
15. A scaling method for an image input/output apparatus for performing image processing on inputted image data, the method comprising the steps of:
generating a data packet by dividing the inputted image data into a predetermined divided image,
adding attribute information to the divided image; and
performing scaling by inputting the data packet,
performing scaling on the divided image, reconfiguring the data packet from the scaled divided image and outputting the reconfigured data packet,
the inputted data packet image data being written to the external memory in divided image units based on position information included in a header, the divided image written to the external memory being read and the read-out divided image being scaled in the scaling step.
16. A scaling method for an image input/output apparatus equipped with an IC chip and a memory unit for image processing inputted image data, the method comprising the steps of:
image processing image in the inputted data predetermined divided units and outputting the image processed image at the IC; and
accessing the memory unit in order to carry out image processing by the IC chip,
the inputted image data being image processed in the image processing step and the IC chip securing the memory unit in the divided image units depending on a scaling rate in the memory unit access step when performing scaling on the inputted image.
US11/334,585 2001-08-21 2006-01-19 Image processing apparatus, image input/output apparatus, scaling method and memory control method Expired - Lifetime US7286720B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/334,585 US7286720B2 (en) 2001-08-21 2006-01-19 Image processing apparatus, image input/output apparatus, scaling method and memory control method

Applications Claiming Priority (10)

Application Number Priority Date Filing Date Title
JP2001-250407 2001-08-21
JP2001250407 2001-08-21
JP2001-250406 2001-08-21
JP2001250406 2001-08-21
JP2002138343 2002-05-14
JP2002-138343 2002-05-14
JP2002-202918 2002-07-11
JP2002202918A JP4065503B2 (en) 2001-08-21 2002-07-11 Image processing apparatus, image input / output apparatus, scaling process method, and memory control method
US10/216,767 US7065263B2 (en) 2001-08-21 2002-08-13 Image processing apparatus, image input/output apparatus, scaling method and memory control method
US11/334,585 US7286720B2 (en) 2001-08-21 2006-01-19 Image processing apparatus, image input/output apparatus, scaling method and memory control method

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/216,767 Division US7065263B2 (en) 2001-08-21 2002-08-13 Image processing apparatus, image input/output apparatus, scaling method and memory control method

Publications (2)

Publication Number Publication Date
US20060115183A1 true US20060115183A1 (en) 2006-06-01
US7286720B2 US7286720B2 (en) 2007-10-23

Family

ID=27482510

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/216,767 Expired - Fee Related US7065263B2 (en) 2001-08-21 2002-08-13 Image processing apparatus, image input/output apparatus, scaling method and memory control method
US11/334,585 Expired - Lifetime US7286720B2 (en) 2001-08-21 2006-01-19 Image processing apparatus, image input/output apparatus, scaling method and memory control method

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/216,767 Expired - Fee Related US7065263B2 (en) 2001-08-21 2002-08-13 Image processing apparatus, image input/output apparatus, scaling method and memory control method

Country Status (2)

Country Link
US (2) US7065263B2 (en)
JP (1) JP4065503B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060050089A1 (en) * 2004-09-09 2006-03-09 Atousa Soroushi Method and apparatus for selecting pixels to write to a buffer when creating an enlarged image
US20070122045A1 (en) * 2005-11-29 2007-05-31 Jiun-Yuan Wu System for scaling a picture unit from a first video resolution format to a second video resolution format
US20120159292A1 (en) * 2010-12-16 2012-06-21 Oce-Technologies B.V. Method of processing an object-based image file with content type dependent image processing algorithms
US20120170068A1 (en) * 2011-01-05 2012-07-05 Junichi Ikeda Image forming apparatus and image forming system
US20130155185A1 (en) * 2011-07-13 2013-06-20 Hideshi Nishida Rendering device and rendering method

Families Citing this family (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7315388B2 (en) * 2001-01-24 2008-01-01 Canon Kabushiki Kaisha Image input/output control apparatus, image processing apparatus, image processing method, data communication apparatus, and data communication method
AUPR947701A0 (en) * 2001-12-14 2002-01-24 Activesky, Inc. Digital multimedia publishing system for wireless devices
JP4109151B2 (en) * 2003-04-23 2008-07-02 オリンパス株式会社 Image processing device
WO2005015504A1 (en) * 2003-08-07 2005-02-17 Renesas Technology Corp. Image processing semiconductor processor
JP4110076B2 (en) * 2003-11-21 2008-07-02 キヤノン株式会社 Image processing apparatus and image processing method
US6999105B2 (en) * 2003-12-04 2006-02-14 International Business Machines Corporation Image scaling employing horizontal partitioning
US8705141B2 (en) * 2004-07-16 2014-04-22 Ricoh Production Print Solutions Method and system for efficiently printing simple data using a complex page data stream
JP2006067577A (en) * 2004-08-26 2006-03-09 Oce Technologies Bv Method, apparatus and computer program product for processing image data stored on memory for rendering image on device
FR2896324A1 (en) * 2006-01-17 2007-07-20 St Microelectronics Sa PROCESSING METHOD, FOR EXAMPLE OF COLOR INSERTION OF A DIGITAL IMAGE AND CORRESPONDING DEVICE
US8643661B1 (en) 2006-06-21 2014-02-04 Marvell International Ltd. Non raster row pixel processing
US7659897B1 (en) * 2006-06-30 2010-02-09 Nvidia Corporation System, method, and computer program product for video benchmarking
US7839424B1 (en) * 2006-07-13 2010-11-23 Marvell International Ltd. Horizontal strip column-first two-dimensional scaling
US7755951B2 (en) * 2006-09-01 2010-07-13 Canon Kabushiki Kaisha Data output apparatus, memory system, data output method, and data processing method
US7864182B2 (en) * 2006-11-13 2011-01-04 Mediatek Singapore Pte Ltd Dynamic tile sizing in an image pipeline
JP4797959B2 (en) 2006-12-11 2011-10-19 ブラザー工業株式会社 Image reading device
JP4450014B2 (en) * 2007-05-30 2010-04-14 セイコーエプソン株式会社 Projector, image display device, and image processing device
US8359586B1 (en) 2007-08-20 2013-01-22 The Mathworks, Inc. Code generation
US8895842B2 (en) * 2008-08-29 2014-11-25 Applied Materials, Inc. High quality TCO-silicon interface contact structure for high efficiency thin film silicon solar cells
US8707002B2 (en) * 2009-06-09 2014-04-22 Canon Kabushiki Kaisha Control apparatus
US8970750B2 (en) * 2010-11-12 2015-03-03 Sony Corporation Image outputting apparatus, image outputting method, image processing apparatus, image processing method, program, data structure and imaging apparatus
EP3133551B1 (en) * 2015-08-17 2018-07-25 Bellevue Investments GmbH & Co. KGaA System and method for high-performance client-side- in-browser scaling of digital images
KR20190014777A (en) * 2017-08-03 2019-02-13 에스케이하이닉스 주식회사 System and method of processing image signal
CN109040755A (en) * 2018-09-17 2018-12-18 珠海亿智电子科技有限公司 A kind of image pretreating device suitable for Video coding

Citations (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4124871A (en) * 1977-08-31 1978-11-07 International Business Machines Corporation Image data resolution change apparatus and process utilizing boundary compression coding of objects
US4125873A (en) * 1977-06-29 1978-11-14 International Business Machines Corporation Display compressed image refresh system
US4746980A (en) * 1985-02-04 1988-05-24 Petersen Alfred C Video processing system
US4790025A (en) * 1984-12-07 1988-12-06 Dainippon Screen Mfg. Co., Ltd. Processing method of image data and system therefor
US4791680A (en) * 1986-03-25 1988-12-13 Matsushita Electric Industrial Co. Image data converter
US4797739A (en) * 1987-02-25 1989-01-10 Fuji Photo Film Co., Ltd. Method of compressing and reconstructing image signals by vector quantization
US4890100A (en) * 1986-04-25 1989-12-26 Fanuc Ltd. Picture processing apparatus including a dual port memory
US4903317A (en) * 1986-06-24 1990-02-20 Kabushiki Kaisha Toshiba Image processing apparatus
US4918541A (en) * 1986-04-17 1990-04-17 Canon Kabushiki Kaisha Image processing method and apparatus
US5130809A (en) * 1991-05-06 1992-07-14 Fuji Xerox Co., Ltd. Electrophotographic copier with constant rate data compression and simultaneous storage and decompression of compressed data received on a mutually coupled data bus
US5175533A (en) * 1991-01-24 1992-12-29 Texas Instruments Incorporated TO-CMOS buffers, comparators, folded cascode amplifiers, systems and methods
US5204916A (en) * 1991-08-06 1993-04-20 Eastman Kodak Company Tile-oriented technique for collectively performing image rotation, scaling and digital halftone screening
US5237397A (en) * 1991-12-24 1993-08-17 Apple Computer, Inc. Color video data processing
US5300949A (en) * 1992-10-22 1994-04-05 International Business Machines Corporation Scalable digital video decompressor
US5337156A (en) * 1991-06-22 1994-08-09 Fuji Xerox Co., Ltd. Image output device and facsimile management report output method
US5508733A (en) * 1988-10-17 1996-04-16 Kassatly; L. Samuel A. Method and apparatus for selectively receiving and storing a plurality of video signals
US5604824A (en) * 1994-09-22 1997-02-18 Houston Advanced Research Center Method and apparatus for compression and decompression of documents and the like using splines and spline-wavelets
US5612899A (en) * 1995-06-27 1997-03-18 Motorola, Inc. Method and system for compressing a video signal using a hybrid polynomial coefficient signal
US5638498A (en) * 1992-11-10 1997-06-10 Adobe Systems Incorporated Method and apparatus for reducing storage requirements for display data
US5712689A (en) * 1994-09-20 1998-01-27 Kabushiki Kaisha Toshiba Digital television set
US5736988A (en) * 1995-12-04 1998-04-07 Silicon Graphics, Inc. Apparatus and method for accelerated tiled data retrieval
US5768481A (en) * 1995-06-05 1998-06-16 Apple Computer, Inc. Method and apparatus for compression of digitized image data using a dynamic band recompression scheme
US5825424A (en) * 1996-06-19 1998-10-20 Thomson Consumer Electronics, Inc. MPEG system which decompresses and recompresses image data before storing image data in a memory and in accordance with a resolution of a display device
US5844608A (en) * 1996-12-12 1998-12-01 Thomson Consumer Electronics, Inc. Picture element processor for a memory management system
US5917947A (en) * 1990-07-31 1999-06-29 Canon Kabushiki Kaisha Image processing method and apparatus permitting use of PDL in compression memory
US6020975A (en) * 1996-12-20 2000-02-01 Apple Computer, Inc. System and method for accelerated data recompression
US6151036A (en) * 1991-11-01 2000-11-21 Canon Kabushiki Kaisha Large capacity data storage device
US6298166B1 (en) * 1998-03-30 2001-10-02 Seiko Epson Corporation Image transformations in the compressed domain
US20010033392A1 (en) * 2000-04-19 2001-10-25 Takehito Utsunomiya Image processing apparatus and image processing method
US6483604B1 (en) * 1999-02-26 2002-11-19 Nex Press Solutions Disk-based image storage system and method with prioritized loading and retrieval operations
US6611260B1 (en) * 1997-11-24 2003-08-26 Pixelworks, Inc Ultra-high bandwidth multi-port memory system for image scaling applications
US6636222B1 (en) * 1999-11-09 2003-10-21 Broadcom Corporation Video and graphics system with an MPEG video decoder for concurrent multi-row decoding
US7116714B2 (en) * 2000-08-14 2006-10-03 Nokia Corporation Video coding
US7149811B2 (en) * 1992-06-30 2006-12-12 Discovision Associates Multistandard video decoder and decompression system for processing encoded bit streams including a reconfigurable processing stage and methods relating thereto
US7221804B2 (en) * 1998-03-20 2007-05-22 Mitsubishi Electric Corporation Method and apparatus for compressing and decompressing images

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10304184A (en) 1997-05-02 1998-11-13 Fuji Xerox Co Ltd Image processor and image processing method
JP3467753B2 (en) 1998-08-31 2003-11-17 セイコーエプソン株式会社 Image processing system, image processing method, and medium recording image processing module

Patent Citations (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4125873A (en) * 1977-06-29 1978-11-14 International Business Machines Corporation Display compressed image refresh system
US4124871A (en) * 1977-08-31 1978-11-07 International Business Machines Corporation Image data resolution change apparatus and process utilizing boundary compression coding of objects
US4790025A (en) * 1984-12-07 1988-12-06 Dainippon Screen Mfg. Co., Ltd. Processing method of image data and system therefor
US4746980A (en) * 1985-02-04 1988-05-24 Petersen Alfred C Video processing system
US4791680A (en) * 1986-03-25 1988-12-13 Matsushita Electric Industrial Co. Image data converter
US4918541A (en) * 1986-04-17 1990-04-17 Canon Kabushiki Kaisha Image processing method and apparatus
US4890100A (en) * 1986-04-25 1989-12-26 Fanuc Ltd. Picture processing apparatus including a dual port memory
US4903317A (en) * 1986-06-24 1990-02-20 Kabushiki Kaisha Toshiba Image processing apparatus
US4797739A (en) * 1987-02-25 1989-01-10 Fuji Photo Film Co., Ltd. Method of compressing and reconstructing image signals by vector quantization
US5508733A (en) * 1988-10-17 1996-04-16 Kassatly; L. Samuel A. Method and apparatus for selectively receiving and storing a plurality of video signals
US5917947A (en) * 1990-07-31 1999-06-29 Canon Kabushiki Kaisha Image processing method and apparatus permitting use of PDL in compression memory
US5175533A (en) * 1991-01-24 1992-12-29 Texas Instruments Incorporated TO-CMOS buffers, comparators, folded cascode amplifiers, systems and methods
US5130809A (en) * 1991-05-06 1992-07-14 Fuji Xerox Co., Ltd. Electrophotographic copier with constant rate data compression and simultaneous storage and decompression of compressed data received on a mutually coupled data bus
US5337156A (en) * 1991-06-22 1994-08-09 Fuji Xerox Co., Ltd. Image output device and facsimile management report output method
US5204916A (en) * 1991-08-06 1993-04-20 Eastman Kodak Company Tile-oriented technique for collectively performing image rotation, scaling and digital halftone screening
US6151036A (en) * 1991-11-01 2000-11-21 Canon Kabushiki Kaisha Large capacity data storage device
US5237397A (en) * 1991-12-24 1993-08-17 Apple Computer, Inc. Color video data processing
US7149811B2 (en) * 1992-06-30 2006-12-12 Discovision Associates Multistandard video decoder and decompression system for processing encoded bit streams including a reconfigurable processing stage and methods relating thereto
US5300949A (en) * 1992-10-22 1994-04-05 International Business Machines Corporation Scalable digital video decompressor
US5638498A (en) * 1992-11-10 1997-06-10 Adobe Systems Incorporated Method and apparatus for reducing storage requirements for display data
US5712689A (en) * 1994-09-20 1998-01-27 Kabushiki Kaisha Toshiba Digital television set
US5604824A (en) * 1994-09-22 1997-02-18 Houston Advanced Research Center Method and apparatus for compression and decompression of documents and the like using splines and spline-wavelets
US5768481A (en) * 1995-06-05 1998-06-16 Apple Computer, Inc. Method and apparatus for compression of digitized image data using a dynamic band recompression scheme
US5612899A (en) * 1995-06-27 1997-03-18 Motorola, Inc. Method and system for compressing a video signal using a hybrid polynomial coefficient signal
US5736988A (en) * 1995-12-04 1998-04-07 Silicon Graphics, Inc. Apparatus and method for accelerated tiled data retrieval
US5825424A (en) * 1996-06-19 1998-10-20 Thomson Consumer Electronics, Inc. MPEG system which decompresses and recompresses image data before storing image data in a memory and in accordance with a resolution of a display device
US5844608A (en) * 1996-12-12 1998-12-01 Thomson Consumer Electronics, Inc. Picture element processor for a memory management system
US6020975A (en) * 1996-12-20 2000-02-01 Apple Computer, Inc. System and method for accelerated data recompression
US6611260B1 (en) * 1997-11-24 2003-08-26 Pixelworks, Inc Ultra-high bandwidth multi-port memory system for image scaling applications
US7221804B2 (en) * 1998-03-20 2007-05-22 Mitsubishi Electric Corporation Method and apparatus for compressing and decompressing images
US6298166B1 (en) * 1998-03-30 2001-10-02 Seiko Epson Corporation Image transformations in the compressed domain
US6483604B1 (en) * 1999-02-26 2002-11-19 Nex Press Solutions Disk-based image storage system and method with prioritized loading and retrieval operations
US6636222B1 (en) * 1999-11-09 2003-10-21 Broadcom Corporation Video and graphics system with an MPEG video decoder for concurrent multi-row decoding
US20010033392A1 (en) * 2000-04-19 2001-10-25 Takehito Utsunomiya Image processing apparatus and image processing method
US7116714B2 (en) * 2000-08-14 2006-10-03 Nokia Corporation Video coding

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060050089A1 (en) * 2004-09-09 2006-03-09 Atousa Soroushi Method and apparatus for selecting pixels to write to a buffer when creating an enlarged image
US20070122045A1 (en) * 2005-11-29 2007-05-31 Jiun-Yuan Wu System for scaling a picture unit from a first video resolution format to a second video resolution format
US20120159292A1 (en) * 2010-12-16 2012-06-21 Oce-Technologies B.V. Method of processing an object-based image file with content type dependent image processing algorithms
US20120170068A1 (en) * 2011-01-05 2012-07-05 Junichi Ikeda Image forming apparatus and image forming system
US8836978B2 (en) * 2011-01-05 2014-09-16 Ricoh Company, Limited Image forming apparatus and image forming system having a first memory and a second memory
US20130155185A1 (en) * 2011-07-13 2013-06-20 Hideshi Nishida Rendering device and rendering method
US9426412B2 (en) * 2011-07-13 2016-08-23 Panasonic Intellectual Property Management Co., Ltd. Rendering device and rendering method

Also Published As

Publication number Publication date
JP4065503B2 (en) 2008-03-26
US7065263B2 (en) 2006-06-20
US20030039409A1 (en) 2003-02-27
US7286720B2 (en) 2007-10-23
JP2004048372A (en) 2004-02-12

Similar Documents

Publication Publication Date Title
US7286720B2 (en) Image processing apparatus, image input/output apparatus, scaling method and memory control method
US7724388B2 (en) Image input/output control apparatus, image processing apparatus, image processing method, data communication apparatus, and data communication method
US7130072B2 (en) Multifunction system, image processing method, computer program and memory medium
JP6732534B2 (en) Data processing device and data processing method
JP4027133B2 (en) Image processing device
JP2004282382A (en) Network terminal equipment
JP3695498B2 (en) Image processing device
EP0558292B1 (en) Compression/expansion circuit
JP3440117B2 (en) Printer control device
US20110205591A1 (en) Image processing device and image processing method
US8643896B2 (en) Image processing apparatus for outputting raster image using a plurality of processors
JP6779263B2 (en) Data processing equipment and methods and programs
JP2018118477A (en) Image processing device, control method and program of the same
JP6833491B2 (en) Information processing device
JP3313463B2 (en) Image processing device
JP2002057910A (en) Image processing unit, image processing method, and storage medium
JP2955301B2 (en) Image processing method
JP3040917B2 (en) Facsimile machine
JP2003298833A (en) Multifunction peripheral equipment, and image synthesizing and processing method for multifunction peripheral equipment
JP2000079723A (en) Image-forming apparatus, information-processing system, method for processing image, and memory medium
JPH1063258A (en) Device and method for picture processing
JP2012124667A (en) Image processor
JP2003196044A (en) Image processing method and its device
JP2001239708A (en) Imaging apparatus and method of controlling the same and storage medium
JPH047966A (en) Printer controller

Legal Events

Date Code Title Description
STCF Information on status: patent grant

Free format text: PATENTED CASE

CC Certificate of correction
FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 12