WO2012011211A1 - Thumbnail image generation device, magnified image generation device, thumbnail image generation method, and magnified image generation method - Google Patents

Thumbnail image generation device, magnified image generation device, thumbnail image generation method, and magnified image generation method Download PDF

Info

Publication number
WO2012011211A1
WO2012011211A1 PCT/JP2011/001780 JP2011001780W WO2012011211A1 WO 2012011211 A1 WO2012011211 A1 WO 2012011211A1 JP 2011001780 W JP2011001780 W JP 2011001780W WO 2012011211 A1 WO2012011211 A1 WO 2012011211A1
Authority
WO
WIPO (PCT)
Prior art keywords
image
thumbnail
pixel information
data
image data
Prior art date
Application number
PCT/JP2011/001780
Other languages
French (fr)
Japanese (ja)
Inventor
石井秀樹
Original Assignee
パナソニック株式会社
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 パナソニック株式会社 filed Critical パナソニック株式会社
Publication of WO2012011211A1 publication Critical patent/WO2012011211A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/76Television signal recording

Definitions

  • the present invention relates to a technique for generating thumbnail images / enlarged images by reducing / enlarging images.
  • an intermediate image is generated by repeating image conversion that halves the number of pixels with respect to an original image, and further, interpolation processing is performed on the intermediate image to obtain the set number of pixels.
  • An image conversion device that acquires a final image is disclosed.
  • Patent Document 2 a DC (Direct Current) component (direct current component) of JPEG image data is extracted, and the thumbnail image is enlarged / reduced to the image size and image processing is performed based on the extracted DC component.
  • An image processing apparatus that performs output is disclosed.
  • thumbnail images are generated and displayed at high speed by reducing the captured images. There is a growing need.
  • Patent Document 1 since the image conversion apparatus is provided with both an image conversion processing function for doubling the number of pixels and an interpolation calculation function, these functions are realized by an electronic circuit (hardware). The circuit area increases. On the other hand, when these functions are realized by software, the amount of calculation of the CPU or the like increases. Such a problem becomes particularly noticeable when the image size of the original image is large, such as 10 million pixels, 20 million pixels, or 20 million pixels.
  • Patent Document 2 since the reduction is performed by extracting the DC component, the original image can be reduced only 1/8 times in the vertical and horizontal directions. Therefore, when the reduction ratio of the thumbnail image to the original image is significantly lower than 1/8, the DC component needs to be further greatly reduced. Accordingly, this DC component reduction processing takes time, and as a result, the time taken to generate thumbnail images becomes longer. Further, when the electronic circuit (hardware) executes the reduction of the DC component, a circuit such as an interpolation filter is required, and the circuit area increases. On the other hand, when the reduction of the DC component is realized by software, calculation processing such as interpolation filter processing is required, and the calculation amount of the CPU or the like increases.
  • an object of the present invention is to reduce the generation time of thumbnail images and to prevent an increase in circuit area and calculation amount necessary for thumbnail image generation processing.
  • an aspect of the present invention is a thumbnail image generation process for generating a thumbnail image by reducing a reduction target image, storing image data of the reduction target image in an image memory, and For each pixel included in the image, the image data includes pixel information indicating the color of the pixel, and a process of reading out the image data from the image memory includes some pixels for each of a plurality of predetermined pixel information.
  • a DMA (Direct Memory Access) control process for designating a read address of an image memory so that information is thinned out, and a thumbnail image output process for outputting a thumbnail image based on image data read from the image memory Yes.
  • image data is read from the image memory by thinning out some pieces of pixel information for each of a plurality of predetermined pieces of pixel information by controlling the read address by the DMA control process.
  • the image indicated by the image data read out from is an image obtained by reducing the reduction target image.
  • thumbnail image generation processing for generating a thumbnail image by reducing a reduction target image, storing image data, and the image data is stored for each pixel included in the image.
  • the image data of the reduction target image is written to the image memory including the pixel information indicating the color of the pixel so that a part of the pixel information is thinned out for each of a plurality of predetermined pixel information.
  • a DMA control process for designating a write address of the image memory and a thumbnail image output process for outputting a thumbnail image based on the image data stored in the image memory are provided.
  • the writing of the image data to the image memory is performed by thinning out a part of the pixel information for each of a plurality of predetermined pieces of pixel information.
  • the image indicated by the stored image data is an image obtained by reducing the reduction target image.
  • another aspect of the present invention is an enlarged image generation process for generating an enlarged image by enlarging the enlargement target image, outputting image data of the enlargement target image, and the image data is included in the image
  • the image data of the enlargement target image is output to the enlargement target image output unit that includes pixel information indicating the color of each pixel
  • the pixel information of each pixel is repeated as pixel information of a plurality of pixels.
  • DMA control processing for performing output control, storage processing for storing image data output by the enlargement target image output unit in an image memory, and an enlarged image for outputting an enlarged image based on the image data stored in the image memory Output processing.
  • the enlargement target image output unit outputs the pixel information of each pixel as pixel information of a plurality of pixels by the control of the enlargement target image output unit by the DMA control processing, and as a result, the image stored in the image memory
  • the image indicated by the data is an image obtained by enlarging the enlargement target image.
  • the enlargement target image can be enlarged without providing a large-scale circuit for the enlargement process or performing a large-scale operation for the enlargement process. An increase in the amount can be prevented. Further, even when the enlargement degree is large, the processing time does not increase significantly, so that the generation time of the enlarged image can be shortened.
  • the present invention it is possible to prevent an increase in circuit area and calculation amount necessary for the thumbnail image generation processing, and to shorten a thumbnail image generation time.
  • FIG. 1 is a block diagram showing a configuration of a thumbnail image generating apparatus according to Embodiment 1 of the present invention.
  • FIG. 2 is an explanatory diagram illustrating the color sampling format 4: 2: 0 according to the first embodiment of the present invention.
  • FIG. 3 is an explanatory diagram illustrating the color sampling format 4: 2: 2 according to the first embodiment of the present invention.
  • FIG. 4 is an explanatory diagram illustrating the color sampling format 4: 4: 4 according to the first embodiment of the present invention.
  • FIG. 5A is an explanatory diagram illustrating pixel information included in the decoded data according to the first embodiment of the present invention.
  • FIG. 5B is an explanatory diagram showing pixel information included in the upsampling data.
  • FIG. 5A is an explanatory diagram illustrating pixel information included in the decoded data according to the first embodiment of the present invention.
  • FIG. 5B is an explanatory diagram showing pixel information included in the upsampling data.
  • FIG. 5C is an explanatory diagram showing the thinning process by the DMA control unit.
  • FIG. 5D is an explanatory diagram illustrating pixel information included in read data.
  • FIG. 6 is a flowchart showing the operation of the thumbnail image generating apparatus according to the first embodiment of the present invention.
  • FIG. 7 is a block diagram showing the configuration of the thumbnail image generating apparatus according to the third embodiment of the present invention.
  • FIG. 8 is a flowchart showing the operation of the thumbnail image generating apparatus according to the third embodiment of the present invention.
  • the thumbnail image generating apparatus 100 includes a first memory 101, a decoding unit 102, an upsampling unit 103, a second memory 104, a DMA control unit 105, an enlargement / reduction process, Unit 106 and image processing unit 107.
  • the enlargement / reduction processing unit 106 and the image processing unit 107 constitute a thumbnail image output unit 108.
  • the thumbnail image generating apparatus 100 acquires the decoded data S12 indicating the original image by decoding the compressed image data S11. Then, thumbnail image data S16 indicating a thumbnail image obtained by reducing the original image is output.
  • the original image is 5120 ⁇ 3840 pixels and the thumbnail image is 200 ⁇ 120 pixels will be described.
  • the image size of the original image and the thumbnail image is not limited to this combination, and other image sizes are set. Is possible.
  • the thumbnail image generating apparatus 100 is provided in a digital camera having a liquid crystal display unit, and a plurality of thumbnail images indicated by the thumbnail image data S16 are displayed on the liquid crystal display unit. The user can select an image to be enlarged and displayed from the thumbnail images displayed on the liquid crystal display unit.
  • the thumbnail image generating apparatus 100 can be provided not only in a digital camera but also in a camera-equipped mobile phone, a digital video camera, a Blu-ray recorder / player, and the like.
  • the first memory 101 stores and outputs compressed image data S11 indicating a JPEG (Joint Photographic Experts Group) compressed image.
  • JPEG Joint Photographic Experts Group
  • the decoding unit 102 obtains the decoded data S12 by performing a decoding process on the compressed image data S11 output from the first memory 101.
  • the upsampling unit 103 performs upsampling described later on the decoded data S12 acquired by the decoding unit 102, and outputs upsampling data S13.
  • the decoded data S12 includes pixel information for each pixel included in the image.
  • Each pixel information represents a color by the YCbCr color system, and includes a set 110 of a luminance Y signal 109, a color difference Cb signal, and a color difference Cr signal.
  • the horizontal sampling factor for luminance Y is H0
  • the vertical sampling factor for luminance Y is V0
  • the horizontal sampling factor for color difference Cb is H1
  • the vertical sampling factor for color difference Cb is V1
  • the horizontal sampling factor for color difference Cr is H2
  • the color difference Cr The vertical sampling factor is expressed as V2.
  • a set 110 of the color difference Cb signal and the color difference Cr signal is recorded for each one pixel, and the color difference Cb signal and the color difference Cr signal (upsampling target component) are four.
  • Each piece of pixel information is included in only one piece of pixel information.
  • a set 110 of color difference Cb signal and color difference Cr signal is recorded for each pixel, and a set 110 of luminance Y signal 109, color difference Cb signal and color difference Cr signal, and Is the same number of pixels.
  • the upsampling unit 103 performs upsampling to convert the decoded data S12 acquired by the decoding unit 102 into a color sampling format 4: 4: 4, and outputs upsampling data S13.
  • the decoded data S12 is in the color sampling format 4: 2: 0, both the color difference Cb signal and the color difference Cr signal of the decoded data S12 are doubled in the horizontal direction and the vertical direction, respectively.
  • the decoded data S12 has the color sampling format 4: 2: 2
  • both the color difference Cb signal and the color difference Cr signal of the decoded data S12 are each doubled in the vertical direction.
  • the second memory 104 stores the upsampling data S13 output by the upsampling unit 103, and outputs the data at the address specified by the DMA control unit 105 as read data S14.
  • the DMA control unit 105 calculates a reduction rate based on the image size of the original image and the image size of the thumbnail image, specifies the read address of the second memory 104 based on the calculated reduction rate, and specifies the read address to be specified Is output.
  • the read address is composed of a column designation value that designates a column and a row designation value that designates a row
  • the column designation value is 1 to 5120
  • the row designation value is 1 to 3840.
  • the DMA control unit 105 increments the column designation value of the readout address of the luminance Y signal by 256, 0, 256, 512,... And sets the row designation value of the readout address of the luminance Y signal to 0, 32. , 64,... That is, the DMA control unit 105 sets the read address where the combination of the column designation value and the row designation value is (0, 0), (256, 32), (512, 64),. Specify sequentially as read addresses.
  • the DMA control unit 105 increments the column designation values of the read addresses of the color difference Cb signal and the color difference Cr signal by 256, 0, 256, 512,... And the read address of the color difference Cb signal and the color difference Cr signal.
  • the row designation value is incremented by 64, 0, 64, 128,. That is, the DMA control unit 105 uses the color difference Cb signal and the read address where the combination of the column designation value and the row designation value is (0, 0), (256, 64), (512, 128),.
  • the color difference Cr signal is sequentially specified as a read address.
  • the enlargement / reduction processing unit 106 performs the enlargement process of the luminance Y signal, the color difference Cb signal, and the color difference Cr signal 10 times in the horizontal direction on the read data S14 read by the second memory 104, and the image data after the enlargement process Is output as reduced image data S15 indicating a reduced image.
  • the reduced image data S15 is data of a color sampling format 4: 2: 2 indicating an image of 200 ⁇ 120 pixels.
  • the image processing unit 107 performs predetermined image processing on the reduced image data S15 output from the enlargement / reduction processing unit 106, and outputs thumbnail image data S16 indicating a 200 ⁇ 120 pixel thumbnail image.
  • the decoded data S12 acquired by the decoding unit 102 is in the color sampling format 4: 2: 2 as shown in FIG. 5A, and the image indicated by the read data S14 is the upsampled data S13.
  • Data processing in the thumbnail image generating apparatus 100 when the image indicated by is scaled 1/128 times in the horizontal direction and 1/32 times in the vertical direction is shown.
  • the upsampling unit 103 performs upsampling to double the color difference Cb signal and the color difference Cr signal in the vertical direction. As a result, upsampling data S13 in the color sampling format 4: 4: 4 shown in FIG. 5B is obtained.
  • the upsampling data S13 is stored in the second memory 104. Then, based on the control by the DMA control unit 105, data is read from the second memory 104 while performing thinning as shown in FIG.
  • the luminance Y signal is read by designating the column designation value of the read address for every 128 pixels and the row designation value for every 32 lines, and reading out the color difference Cb signal and the color difference.
  • Each Cr signal is read by designating the column designation value of the read address for every 128 pixels and designating the row designation value for every 64 lines.
  • FIG. 5D read data S14 obtained by reducing the up-sampling data S13 by 1/128 times in the horizontal direction and 1/32 times in the vertical direction is obtained.
  • the read data S14 is data in the color sampling format 4: 2: 2.
  • the decoding unit 102 reads the compressed image data S11 stored in the first memory 101 in (S1001), decodes the compressed image data S11 read in (S1001) in (S1002), and in (S1003) , (S1002), the decoded data S12 obtained by the decoding is written into a memory (not shown).
  • the upsampling unit 103 reads the decoded data S12 obtained by decoding in (S1002) from a memory (not shown), and in (S1005), the decoded data S12 read in (S1004) is read. Upsampling is performed.
  • the sampling format of the decoded data S12 is 4: 2: 0 or 4: 2: 2.
  • the upsampling performed in (S1005) is a process of converting the sampling format to 4: 4: 4 by increasing the color difference Cb signal and the color difference Cr signal of the decoded data S12.
  • the upsampling unit 103 writes the data after the conversion processing in (S1005) into the second memory 104 as upsampling data S13.
  • the upsampling data S13 written in the second memory 104 is read in (S1007).
  • the readout data S14 is obtained by multiplying the upsampling data S13 by 1/128 times in the horizontal direction and vertical The data is 1/28 times the direction.
  • the read data S14 read in (S1007) is output and displayed after being enlarged by the enlargement / reduction processing unit 106 in (S1008).
  • the filter processing is performed by designating the column designation value of the read address for each of a plurality of predetermined pixels and designating the row designation value for each of a plurality of predetermined lines. Since the data can be easily reduced without any problem, thumbnail images can be created easily and at high speed. Further, there is no need to provide a filter circuit.
  • the DMA control unit 105 by reading address control by the DMA control unit 105, reading of image data from the second memory 104 is performed by thinning out some pieces of pixel information for each of a plurality of predetermined pieces of pixel information.
  • the read data S14 read from the second memory 104 is an image obtained by reducing the reduction target image.
  • the reduction target image can be reduced without separately providing a circuit for reduction processing or separately performing calculation for reduction processing, it is possible to prevent an increase in necessary circuit area and calculation amount.
  • the processing time does not increase even when the reduction degree is large, such as when generating a thumbnail image with a small image size from an image exceeding 10 million pixels, so the generation time of the thumbnail image is reduced. it can.
  • the upsampling is performed by the upsampling unit 103, it is possible to suppress image quality deterioration due to reduction.
  • the image sizes of the original image and the thumbnail image are variable, and the DMA control unit 105 designates the read address of the second memory 104 based on the image size of the original image and the thumbnail image. Reduction can be realized.
  • the DMA control unit 105 increments the column designation value of the readout address of the luminance Y signal by 128, 0, 128, 256,... And sets the row designation value of the readout address of the luminance Y signal to 0, 32. , 64,... That is, the DMA control unit 105 sets the read address where the combination of the column designation value and the row designation value is (0, 0), (128, 32), (256, 64),. Specify sequentially as read addresses.
  • the DMA control unit 105 increments the column designation value of the read address of the color difference Cb signal and the color difference Cr signal by 128, 0, 128, 256,... And the read address of the color difference Cb signal and the color difference Cr signal.
  • the row designation value is incremented by 64, 0, 64, 128,. That is, the DMA control unit 105 uses the color difference Cb signal and the read address where the combination of the column designation value and the row designation value is (0, 0), (128, 64), (256, 128),.
  • the color difference Cr signal is sequentially specified as a read address.
  • the read data S14 read by the second memory 104 is reduced by 1/128 times the luminance Y signal in the horizontal direction and 1/32 times the vertical direction, the color difference Cb signal and the color difference Cr signal with respect to the upsampling data S13. Is reduced to 1/128 times the horizontal direction and 1/64 times the vertical direction. Therefore, the read data S14 is data of a color sampling format 4: 2: 2 indicating an image of 40 ⁇ 120 pixels.
  • the enlargement / reduction processing unit 106 performs the enlargement process of the luminance Y signal, the color difference Cb signal, and the color difference Cr signal 5 times in the horizontal direction on the read data S14 read by the second memory 104, thereby showing a reduced image.
  • Reduced image data S15 is output.
  • the reduced image data S15 is data of a color sampling format 4: 2: 2 indicating an image of 200 ⁇ 120 pixels.
  • ⁇ Modification 2 of Embodiment 1 >>
  • the DMA control unit 105 performs the second operation.
  • the DMA control unit 105 increments the column designation value of the readout address of the luminance Y signal by 64, 0, 64, 128, 192, 256,... And the row designation value of the readout address of the luminance Y signal. Are incremented by 32, 0, 32, 64,. That is, the DMA control unit 105 sets the read address where the combination of the column designation value and the row designation value is (0, 0), (64, 32), (128, 64),. Specify sequentially as read addresses.
  • the DMA control unit 105 increments the read address column designation values of the color difference Cb signal and the color difference Cr signal by 0, 64, 128,... 64, and also sets the read address of the color difference Cb signal and the color difference Cr signal.
  • the row designation value is incremented by 64, 0, 64, 128,. That is, the DMA control unit 105 uses the color difference Cb signal and the read address where the combination of the column designation value and the row designation value is (0, 0), (64, 64), (128, 128),.
  • the color difference Cr signal is sequentially specified as a read address.
  • the read data S14 read by the second memory 104 is reduced by 1/64 times in the horizontal direction and 1/32 times in the vertical direction, the color difference Cb signal and the color difference Cr signal with respect to the upsampling data S13.
  • the data is reduced 1/64 times in the horizontal direction and 1/64 times in the vertical direction. Therefore, the read data S14 is data of a color sampling format 4: 2: 2 indicating an 80 ⁇ 120 pixel image.
  • the enlargement / reduction processing unit 106 performs an enlargement process of the luminance Y signal, the color difference Cb signal, and the color difference Cr signal 5/2 times in the horizontal direction on the read data S14 read by the second memory 104, thereby reducing the reduced image.
  • the reduced image data S15 is data of a color sampling format 4: 2: 2 indicating an image of 200 ⁇ 120 pixels.
  • the thumbnail image generating apparatus 100 includes first to third reductions described later when the original image is 5120 ⁇ 3840 pixels and the thumbnail image is 200 ⁇ 120 pixels.
  • the process can be executed, and any one of the first to third reduction processes specified by the control signal input from the outside is selected and executed.
  • the first reduction processing reads data indicating an image of 20 ⁇ 120 pixels as read data S14 and performs enlargement processing 10 times in the horizontal direction by the enlargement / reduction processing unit 106.
  • the DMA control unit 105 reads out data indicating an image obtained by enlarging the image indicated by the upsampling data S13 by repeatedly specifying the read address of each pixel information a plurality of times.
  • Data S14 can be used.
  • pixel information of each pixel is repeatedly read in (S1007) of FIG. For example, if the pixel information of each pixel is repeatedly read out twice in the horizontal direction and the pixel information of each line is repeatedly read out twice in succession, the image indicated by the upsampling data S13 is horizontal.
  • Data indicating an image doubled in the direction and doubled in the vertical direction is read data S14.
  • the DMA control unit 105 designates a write address instead of the read address of the second memory 104.
  • the DMA control unit 105 outputs a control signal indicating a designated write address as the control signal S17.
  • thinning is not performed, and the data stored in the second memory 104 is read as it is as read data S14.
  • the thumbnail image generating apparatus 200 replaces the decoding unit 102, the upsampling unit 103, and the DMA control unit 105 according to the first embodiment with a decoding unit 202 and DMA control.
  • the unit 205 is provided.
  • the decoding unit 202 obtains decoded data by performing a decoding process on the compressed image data S11 output from the first memory 101. Then, up-sampling data S23 in a state where up-sampling is performed on the obtained decoded data is written in the second memory 104. Note that the decoded data acquired by the decoding unit 202 has a color sampling format 4: 2: 0.
  • the DMA control unit 205 uses the control signal S25 to decode both the color difference Cb signal and the color difference Cr signal of the decoded data so as to be written in the second memory 104 by being doubled in the horizontal direction and the vertical direction, respectively. 202 is controlled. As a result, the decoding unit 202 repeatedly outputs the obtained color difference Cb signal and color difference Cr signal of the decoded data four times. At this time, the DMA control unit 205 designates the write address of the second memory 104 by the control signal S24 so that the data output from the decoding unit 202 is stored in the second memory 104 as it is.
  • the decoding unit 202 acquires A, B, C, D,... As the decoding result of the color difference Cb signal and the color difference Cr signal, and A, B, C, D,.
  • the corresponding color difference Cb signal or color difference Cr signal is assumed.
  • the decoding unit 202 repeatedly outputs A, A, B, B, C, C, D, D,... And each color difference Cb signal or color difference Cr signal twice.
  • the color difference Cb signal or color difference Cr signal of each line is converted into A, A, B, B, C, C, D, D,... A, A, B, B, C, C, D, D,. ⁇ Repeat and output twice.
  • the upsampling data S23 output by the decoding unit 202 becomes data obtained by enlarging both the color difference Cb signal and the color difference Cr signal of the decoded data twice in the horizontal direction and the vertical direction, respectively, and the color sampling format 4: 4. : 4 data. That is, the upsampling data S23 is data obtained by adding the color difference Cb signal and the color difference Cr signal to pixel information not including the color difference Cb signal and the color difference Cr signal among the pixel information included in the decoded data.
  • the upsampling data S23 is stored in the second memory 104 as it is.
  • the DMA control unit 205 when the DMA control unit 205 reads the upsampling data S23 from the second memory 104, the DMA control unit 205 designates the read address by the control signal S17. Since the method for designating the read address is the same as that in the first embodiment, the description thereof is omitted.
  • the decoding unit 202 reads the compressed image data S11 stored in the first memory 101 in (S2001), decodes the compressed image data S11 read in (S2001) in (S2002), and in (S2003).
  • the up-sampling data S23 obtained by up-sampling the decoded data obtained by the decoding in (S2002) is written into the second memory 104.
  • the decoded data has a color sampling format 4: 2: 0
  • writing of the color difference Cb signal and the color difference Cr signal included in the decoded data is performed for two pixels in the horizontal direction and two lines in the vertical direction.
  • the upsampling data S23 having the sampling format 4: 4: 4 can be written in the second memory 104.
  • the up-sampling data S23 written in the second memory 104 is read in (S2004), and is output and displayed through enlargement processing by the enlargement / reduction processing unit 106 in (S2005). Even at the time of data reading in (S2004), the column designation value of the read address is designated for each predetermined plurality of pixels, and the row designation value is designated for each predetermined plurality of lines, thereby being indicated by the upsampling data S23.
  • the image can be reduced.
  • the filter processing is performed by designating the column designation value of the read address for each of a plurality of predetermined pixels and designating the row designation value for each of a plurality of predetermined lines. Since the data can be easily reduced without any problem, thumbnail images can be created easily and at high speed. Further, there is no need to provide a filter circuit.
  • the thumbnail image generating apparatus 200 may select and execute one reduction process from the first to third reduction processes.
  • the same effects as those of the first embodiment can be obtained, and the upsampling can be performed without providing the upsampling circuit, so that the circuit area and the calculation processing amount can be reduced.
  • the decoding unit 202 may write the acquired decoded data as it is in the second memory 104.
  • the data stored in the second memory 104 is the color sampling format 4: 2: 0. Accordingly, the DMA control unit 105 increments the column designation value of the read address of the color difference Cb signal and the color difference Cr signal by 256, 0, 256, 512,... And the read address of the color difference Cb signal and the color difference Cr signal.
  • the row designation value is incremented by 32, 0, 32, 64,. That is, the DMA control unit 105 uses the color difference Cb signal and the read address where the combination of the column designation value and the row designation value is (0, 0), (256, 32), (512, 64),.
  • the color difference Cr signal is sequentially specified as a read address.
  • the DMA control unit 205 shows an enlarged image of the image indicated by the upsampling data S23 by repeatedly specifying the read address of each pixel information a plurality of times by the control signal S17.
  • the data can be read data S14.
  • pixel information of each pixel is repeatedly read in (S2004) of FIG. For example, if the pixel information of each pixel is repeatedly read out twice in the horizontal direction and the pixel information of each line is repeatedly read out twice in succession, the image indicated by the upsampling data S13 is horizontal. Data indicating an image doubled in the direction and doubled in the vertical direction is read data S14.
  • the DMA control unit 205 stores the decoded data (color sampling format 4: 2: 0) acquired by the decoding unit 202 into the second memory 104.
  • the DMA control unit 205 controls the decoding unit 202 by outputting a control signal S25 to the decoding unit 202.
  • the second memory 104 stores image data of a color sampling format 4: 2: 0 indicating an image of 200 ⁇ 120 pixels instead of the upsampling data S23.
  • upsampling is performed on the data stored in the second memory 104 according to the designation of the read address by the DMA control unit 205.
  • the read address is specified so that both the color difference Cb signal and the color difference Cr signal of the decoded data are read from the second memory 104 while being doubled in the horizontal direction and the vertical direction, respectively. That is, the DMA control unit 205 designates each read address twice in succession so that the color difference Cb signal and the color difference Cr signal stored in the second memory 104 are successively read twice.
  • the image data read from the second memory 104 and input to the enlargement / reduction processing unit 106 is data that has been upsampled to the color sampling format 4: 2: 2. That is, the image data input to the enlargement / reduction processing unit 106 includes the color difference Cb signal and the pixel information not including the color difference Cb signal or the color difference Cr signal among the pixel information included in the data stored in the second memory 104. The data is obtained by adding the color difference Cr signal.
  • the data stored in the second memory 104 is data indicating an image indicated by the upsampling data S13 output by the upsampling unit 103.
  • the DMA control unit 105 repeatedly outputs each luminance Y signal, color difference Cb signal, and color difference Cr signal as the luminance Y signal, color difference Cb signal, and color difference Cr signal of a plurality of pixels, respectively, for the predetermined number of times.
  • data indicating an enlarged image of the image indicated by the upsampling data S13 acquired by the upsampling unit 103 is stored in the second memory 104. You may be made to do.
  • the DMA control unit 105 may control the upsampling unit 103 so as to repeatedly output each piece of pixel information as pixel information of a predetermined plurality of pixels. For example, by writing the same data to the second memory 104 twice in succession, the image indicated by the decoded data can be doubled in the horizontal direction or the vertical direction, respectively. Also, for example, by writing the same data to the second memory 104 three times in succession, the image indicated by the decoded data can be expanded three times in the horizontal direction or the vertical direction.
  • the data stored in the second memory 104 is data indicating an image obtained by reducing the image indicated by the decoded data acquired by the decoding unit 202.
  • the DMA control unit 205 may control the decoding unit (enlargement target image output unit) 202 so that each luminance Y signal, color difference Cb signal, and color difference Cr signal are repeatedly output a plurality of times. That is, the DMA control unit 205 may control the decoding unit 202 so that each piece of pixel information is repeatedly output as pixel information of a predetermined plurality of pixels.
  • data indicating an image obtained by enlarging the image indicated by the decoded data acquired by the decoding unit 202 is stored in the second memory 104.
  • thumbnail image generation apparatus and thumbnail image generation method according to the present invention are useful as a technique for generating thumbnail images / enlarged images by reducing / enlarging images.
  • Thumbnail image generation device enlarged image generation device
  • Upsampling unit magnification target image output unit
  • Second memory image memory
  • DMA control unit Enlargement / reduction processing unit
  • Thumbnail image output unit enlarged image output unit
  • Thumbnail image generation device enlarged image generation device
  • Decoding unit original image output unit, enlargement target image output unit
  • DMA controller DMA controller

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Editing Of Facsimile Originals (AREA)
  • Color Image Communication Systems (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

The present invention provides storage processing in which thumbnail image generation processing generates a thumbnail image by minimizing an image to be reduced and stores image data of the image in image memory, whereupon the image data contains pixel information which indicates the color of a pixel for each of the pixels contained in the image; DMA control processing which specifies the readout address of the image memory such that reading out of the image data from the image memory is performed so as to decimate a portion of the pixel information for each group of a plurality of a predetermined number of units of pixel information; and thumbnail image output processing for outputting thumbnail images which are based on the image data which has been read out from the image memory.

Description

サムネイル画像生成装置、拡大画像生成装置、サムネイル画像生成方法、及び拡大画像生成方法Thumbnail image generation device, enlarged image generation device, thumbnail image generation method, and enlarged image generation method
 本発明は、画像を縮小・拡大することによりサムネイル画像・拡大画像を生成する技術に関するものである。 The present invention relates to a technique for generating thumbnail images / enlarged images by reducing / enlarging images.
 特許文献1には、原画像に対して画素数を1/2倍する画像変換を繰り返すことにより中間画像を生成し、さらに中間画像に対して補間演算を行うことにより、設定された画素数の最終画像を取得する画像変換装置が開示されている。 In Patent Document 1, an intermediate image is generated by repeating image conversion that halves the number of pixels with respect to an original image, and further, interpolation processing is performed on the intermediate image to obtain the set number of pixels. An image conversion device that acquires a final image is disclosed.
 特許文献2には、JPEG画像データのDC(Direct Current)成分(直流成分)を抽出し、抽出したDC成分に基づいて、サムネイル画像の画像サイズへの拡大・縮小、及び画像処理を行って最終出力を行う画像処理装置が開示されている。 In Patent Document 2, a DC (Direct Current) component (direct current component) of JPEG image data is extracted, and the thumbnail image is enlarged / reduced to the image size and image processing is performed based on the extracted DC component. An image processing apparatus that performs output is disclosed.
特開2000-156779号公報JP 2000-156777 A 特開2000-59612号公報JP 2000-59612 A
 今日、SDカード等の蓄積デバイスの大容量化が進み、蓄積デバイスに保存されるデジタルカメラの撮影画像の枚数が増加するにつれて、撮影画像を縮小することによりサムネイル画像を高速に生成して表示する必要性が高まっている。 Today, as the capacity of storage devices such as SD cards increases and the number of captured images of a digital camera stored in the storage device increases, thumbnail images are generated and displayed at high speed by reducing the captured images. There is a growing need.
 しかし、特許文献1の方法で多数のサムネイル画像を生成し、デジタルカメラの液晶画面に表示してユーザに選択させるようにすると、サムネイル画像の生成に時間がかかり、ユーザの使い勝手が悪化する。上記特許文献1では、最終画像の原画像に対する縮小率が低い場合、画素数を1/2倍する画像変換の繰り返し回数が多くなり、最終画像の取得に時間がかかるからである。 However, if a large number of thumbnail images are generated by the method of Patent Document 1 and displayed on the liquid crystal screen of the digital camera to allow the user to select a thumbnail image, it takes time to generate the thumbnail image and the usability of the user deteriorates. This is because, in Patent Document 1, when the reduction ratio of the final image with respect to the original image is low, the number of times of image conversion to halve the number of pixels increases, and it takes time to acquire the final image.
 また、上記特許文献1では、画像変換装置に、画素数を1/2倍する画像変換処理機能と、補間演算機能との両方を設けるため、これらの機能を電子回路(ハードウェア)により実現すると、回路面積が増大する。一方、これらの機能をソフトウェアにより実現すると、CPU等の演算量が増大する。このような問題は、原画像の画像サイズが1,000万画素、2,000万画素,20,000万画素等、大きい場合に特に顕著になる。 In Patent Document 1, since the image conversion apparatus is provided with both an image conversion processing function for doubling the number of pixels and an interpolation calculation function, these functions are realized by an electronic circuit (hardware). The circuit area increases. On the other hand, when these functions are realized by software, the amount of calculation of the CPU or the like increases. Such a problem becomes particularly noticeable when the image size of the original image is large, such as 10 million pixels, 20 million pixels, or 20 million pixels.
 また、上記特許文献2では、DC成分の抽出により縮小を行うので、原画像を縦横それぞれ1/8倍にしか縮小できない。したがって、サムネイル画像の原画像に対する縮小率が1/8よりも大幅に低い場合には、DC成分をさらに大幅に縮小する必要が生じる。したがって、このDC成分の縮小処理に時間がかかり、その結果、サムネイル画像の生成にかかる時間が長くなる。また、このDC成分の縮小を電子回路(ハードウェア)に実行させる場合には、補間フィルタ等の回路が必要となり回路面積が増大する。一方、このDC成分の縮小をソフトウェアにより実現する場合には、補間フィルタ処理等の演算処理が必要となりCPU等の演算量が増大する。 In Patent Document 2, since the reduction is performed by extracting the DC component, the original image can be reduced only 1/8 times in the vertical and horizontal directions. Therefore, when the reduction ratio of the thumbnail image to the original image is significantly lower than 1/8, the DC component needs to be further greatly reduced. Accordingly, this DC component reduction processing takes time, and as a result, the time taken to generate thumbnail images becomes longer. Further, when the electronic circuit (hardware) executes the reduction of the DC component, a circuit such as an interpolation filter is required, and the circuit area increases. On the other hand, when the reduction of the DC component is realized by software, calculation processing such as interpolation filter processing is required, and the calculation amount of the CPU or the like increases.
 また一般に、画像を拡大することにより拡大画像を生成するためにかかる時間を短縮し、拡大画像生成処理に必要な回路面積及び演算量の増大を防止したいという要望がある。 In general, there is a demand for reducing the time required to generate an enlarged image by enlarging the image and preventing an increase in circuit area and calculation amount necessary for the enlarged image generation processing.
 本発明は、上記の点に鑑み、サムネイル画像の生成時間を短縮するとともに、サムネイル画像生成処理に必要な回路面積及び演算量の増大を防止することを目的とする。 In view of the above points, an object of the present invention is to reduce the generation time of thumbnail images and to prevent an increase in circuit area and calculation amount necessary for thumbnail image generation processing.
 また、拡大画像の生成時間を短縮するとともに、拡大画像生成処理に必要な回路面積及び演算量の増大を防止することを目的とする。 It is another object of the present invention to shorten the generation time of the enlarged image and prevent an increase in circuit area and calculation amount necessary for the enlarged image generation process.
 上記の課題を解決するため、本発明の一態様は、縮小対象画像を縮小することによりサムネイル画像を生成するサムネイル画像生成処理であって、縮小対象画像の画像データを画像メモリに記憶させ、当該画像データは、画像に含まれる画素毎に、その画素の色を示す画素情報を含むものである記憶処理と、画像メモリからの画像データの読み出しが、複数の所定個の画素情報毎に一部の画素情報を間引いて行われるように画像メモリの読み出しアドレスを指定するDMA(Direct Memory Access)制御処理と、画像メモリから読み出された画像データに基づくサムネイル画像を出力するサムネイル画像出力処理とを備えている。 In order to solve the above-described problem, an aspect of the present invention is a thumbnail image generation process for generating a thumbnail image by reducing a reduction target image, storing image data of the reduction target image in an image memory, and For each pixel included in the image, the image data includes pixel information indicating the color of the pixel, and a process of reading out the image data from the image memory includes some pixels for each of a plurality of predetermined pixel information. A DMA (Direct Memory Access) control process for designating a read address of an image memory so that information is thinned out, and a thumbnail image output process for outputting a thumbnail image based on image data read from the image memory Yes.
 この態様によると、DMA制御処理による読み出しアドレスの制御により、画像メモリからの画像データの読み出しが、複数の所定個の画素情報毎に一部の画素情報を間引いて行われ、その結果、画像メモリから読み出される画像データにより示される画像が縮小対象画像を縮小した画像となる。このように、縮小処理のための回路を別途設けたり、縮小処理のための演算を別途行うことなく、縮小対象画像を縮小できるので、サムネイル画像生成処理に必要な回路面積及び演算量の増大を防止できる。また、縮小度合が大幅な場合でも、処理時間が増大しないので、サムネイル画像の生成時間を短縮できる。 According to this aspect, image data is read from the image memory by thinning out some pieces of pixel information for each of a plurality of predetermined pieces of pixel information by controlling the read address by the DMA control process. The image indicated by the image data read out from is an image obtained by reducing the reduction target image. In this way, the image to be reduced can be reduced without separately providing a circuit for the reduction process or separately performing an operation for the reduction process, so that the circuit area and the calculation amount necessary for the thumbnail image generation process can be increased. Can be prevented. Even when the degree of reduction is large, the processing time does not increase, so the generation time of thumbnail images can be shortened.
 また、本発明のもう一つの態様は、縮小対象画像を縮小することによりサムネイル画像を生成するサムネイル画像生成処理であって、画像データを記憶し、当該画像データは、画像に含まれる画素毎に、その画素の色を示す画素情報を含むものである画像メモリに対し、前記縮小対象画像の画像データの書込みが、複数の所定個の画素情報毎に一部の画素情報を間引いて行われるように前記画像メモリの書込みアドレスを指定するDMA制御処理と、前記画像メモリに記憶された画像データに基づくサムネイル画像を出力するサムネイル画像出力処理とを備えていることを特徴とする。 Another aspect of the present invention is thumbnail image generation processing for generating a thumbnail image by reducing a reduction target image, storing image data, and the image data is stored for each pixel included in the image. The image data of the reduction target image is written to the image memory including the pixel information indicating the color of the pixel so that a part of the pixel information is thinned out for each of a plurality of predetermined pixel information. A DMA control process for designating a write address of the image memory and a thumbnail image output process for outputting a thumbnail image based on the image data stored in the image memory are provided.
 この態様によると、DMA制御処理による書込みアドレスの制御により、画像メモリに対する画像データの書込みが、複数の所定個の画素情報毎に一部の画素情報を間引いて行われ、その結果、画像メモリに記憶される画像データにより示される画像が縮小対象画像を縮小した画像となる。このように、縮小処理のための回路を別途設けたり、縮小処理のための演算を別途行うことなく、縮小対象画像を縮小できるので、サムネイル画像生成処理に必要な回路面積及び演算量の増大を防止できる。また、縮小度合が大幅な場合でも、処理時間が増大しないので、サムネイル画像の生成時間を短縮できる。 According to this aspect, by controlling the write address by the DMA control process, the writing of the image data to the image memory is performed by thinning out a part of the pixel information for each of a plurality of predetermined pieces of pixel information. The image indicated by the stored image data is an image obtained by reducing the reduction target image. In this way, the image to be reduced can be reduced without separately providing a circuit for the reduction process or separately performing an operation for the reduction process, so that the circuit area and the calculation amount necessary for the thumbnail image generation process can be increased. Can be prevented. Even when the degree of reduction is large, the processing time does not increase, so the generation time of thumbnail images can be shortened.
 また、本発明のもう一つの態様は、拡大対象画像を拡大することにより拡大画像を生成する拡大画像生成処理であって、拡大対象画像の画像データを出力し、当該画像データは、画像に含まれる画素毎に、その画素の色を示す画素情報を含むものである拡大対象画像出力部に対し、前記拡大対象画像の画像データの出力の際、各画素の画素情報を複数画素の画素情報として繰り返して出力させる制御を行うDMA制御処理と、前記拡大対象画像出力部により出力された画像データを画像メモリに記憶させる記憶処理と、前記画像メモリに記憶された画像データに基づく拡大画像を出力する拡大画像出力処理とを備えていることを特徴とする。 Further, another aspect of the present invention is an enlarged image generation process for generating an enlarged image by enlarging the enlargement target image, outputting image data of the enlargement target image, and the image data is included in the image When the image data of the enlargement target image is output to the enlargement target image output unit that includes pixel information indicating the color of each pixel, the pixel information of each pixel is repeated as pixel information of a plurality of pixels. DMA control processing for performing output control, storage processing for storing image data output by the enlargement target image output unit in an image memory, and an enlarged image for outputting an enlarged image based on the image data stored in the image memory Output processing.
 この態様によると、DMA制御処理による拡大対象画像出力部の制御により、拡大対象画像出力部が、各画素の画素情報を複数画素の画素情報として出力し、その結果、画像メモリに記憶される画像データにより示される画像が拡大対象画像を拡大した画像となる。このように、拡大処理のための大規模な回路を設けたり、拡大処理のための大規模な演算を行うことなく、拡大対象画像を拡大できるので、拡大画像生成処理に必要な回路面積及び演算量の増大を防止できる。また、拡大度合が大幅な場合でも、処理時間が大幅に増大しないので、拡大画像の生成時間を短縮できる。 According to this aspect, the enlargement target image output unit outputs the pixel information of each pixel as pixel information of a plurality of pixels by the control of the enlargement target image output unit by the DMA control processing, and as a result, the image stored in the image memory The image indicated by the data is an image obtained by enlarging the enlargement target image. In this way, the enlargement target image can be enlarged without providing a large-scale circuit for the enlargement process or performing a large-scale operation for the enlargement process. An increase in the amount can be prevented. Further, even when the enlargement degree is large, the processing time does not increase significantly, so that the generation time of the enlarged image can be shortened.
 本発明により、サムネイル画像生成処理に必要な回路面積及び演算量の増大が防止されるとともに、サムネイル画像の生成時間が短縮される。 According to the present invention, it is possible to prevent an increase in circuit area and calculation amount necessary for the thumbnail image generation processing, and to shorten a thumbnail image generation time.
 また、拡大画像生成処理に必要な回路面積及び演算量の増大が防止されるとともに、拡大画像の生成時間が短縮される。 Also, an increase in circuit area and calculation amount necessary for the enlarged image generation process is prevented, and the generation time of the enlarged image is shortened.
図1は、本発明の実施形態1に係るサムネイル画像生成装置の構成を示すブロック図である。FIG. 1 is a block diagram showing a configuration of a thumbnail image generating apparatus according to Embodiment 1 of the present invention. 図2は、本発明の実施形態1に係るカラーサンプリングフォーマット4:2:0を説明する説明図である。FIG. 2 is an explanatory diagram illustrating the color sampling format 4: 2: 0 according to the first embodiment of the present invention. 図3は、本発明の実施形態1に係るカラーサンプリングフォーマット4:2:2を説明する説明図である。FIG. 3 is an explanatory diagram illustrating the color sampling format 4: 2: 2 according to the first embodiment of the present invention. 図4は、本発明の実施形態1に係るカラーサンプリングフォーマット4:4:4を説明する説明図である。FIG. 4 is an explanatory diagram illustrating the color sampling format 4: 4: 4 according to the first embodiment of the present invention. 図5(a)は、本発明の実施形態1に係る復号化データに含まれる画素情報を示す説明図である。図5(b)は、アップサンプリングデータに含まれる画素情報を示す説明図である。図5(c)は、DMA制御部による間引き処理を示す説明図である。図5(d)は、読み出しデータに含まれる画素情報を示す説明図である。FIG. 5A is an explanatory diagram illustrating pixel information included in the decoded data according to the first embodiment of the present invention. FIG. 5B is an explanatory diagram showing pixel information included in the upsampling data. FIG. 5C is an explanatory diagram showing the thinning process by the DMA control unit. FIG. 5D is an explanatory diagram illustrating pixel information included in read data. 図6は、本発明の実施形態1に係るサムネイル画像生成装置の動作を示すフローチャートである。FIG. 6 is a flowchart showing the operation of the thumbnail image generating apparatus according to the first embodiment of the present invention. 図7は、本発明の実施形態3に係るサムネイル画像生成装置の構成を示すブロック図である。FIG. 7 is a block diagram showing the configuration of the thumbnail image generating apparatus according to the third embodiment of the present invention. 図8は、本発明の実施形態3に係るサムネイル画像生成装置の動作を示すフローチャートである。FIG. 8 is a flowchart showing the operation of the thumbnail image generating apparatus according to the third embodiment of the present invention.
 以下、本発明の実施形態について、図面を参照して説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.
 《実施形態1》
 本発明の実施形態1に係るサムネイル画像生成装置100は、図1に示すように、第1のメモリ101、デコード部102、アップサンプリング部103、第2のメモリ104、DMA制御部105、拡縮処理部106、及び画像処理部107を備えている。拡縮処理部106と、画像処理部107とで、サムネイル画像出力部108が構成されている。
Embodiment 1
As shown in FIG. 1, the thumbnail image generating apparatus 100 according to the first embodiment of the present invention includes a first memory 101, a decoding unit 102, an upsampling unit 103, a second memory 104, a DMA control unit 105, an enlargement / reduction process, Unit 106 and image processing unit 107. The enlargement / reduction processing unit 106 and the image processing unit 107 constitute a thumbnail image output unit 108.
 このサムネイル画像生成装置100は、圧縮画像データS11を復号することにより元画像を示す復号化データS12を取得する。そして、この元画像を縮小したサムネイル画像を示すサムネイル画像データS16を出力する。以降、元画像が5120×3840画素であり、サムネイル画像が200×120画素である場合の例について説明するが、元画像とサムネイル画像の画像サイズはこの組合せに限られず、他の画像サイズに設定可能である。 The thumbnail image generating apparatus 100 acquires the decoded data S12 indicating the original image by decoding the compressed image data S11. Then, thumbnail image data S16 indicating a thumbnail image obtained by reducing the original image is output. Hereinafter, an example in which the original image is 5120 × 3840 pixels and the thumbnail image is 200 × 120 pixels will be described. However, the image size of the original image and the thumbnail image is not limited to this combination, and other image sizes are set. Is possible.
 このサムネイル画像生成装置100は、液晶表示部を有するディジタルカメラに設けられ、この液晶表示部に、上記サムネイル画像データS16により示されるサムネイル画像が複数枚表示される。ユーザは、液晶表示部に表示されたサムネイル画像から、拡大して表示する画像を選択できる。なお、このサムネイル画像生成装置100は、ディジタルカメラに限らず、カメラ付携帯電話、ディジタルビデオカメラ、ブルーレイ(Blu-ray)レコーダ/プレーヤ等に設けることができる。 The thumbnail image generating apparatus 100 is provided in a digital camera having a liquid crystal display unit, and a plurality of thumbnail images indicated by the thumbnail image data S16 are displayed on the liquid crystal display unit. The user can select an image to be enlarged and displayed from the thumbnail images displayed on the liquid crystal display unit. The thumbnail image generating apparatus 100 can be provided not only in a digital camera but also in a camera-equipped mobile phone, a digital video camera, a Blu-ray recorder / player, and the like.
 第1のメモリ101は、JPEG(Joint Photographic Experts Group)圧縮画像を示す圧縮画像データS11を格納して出力する。 The first memory 101 stores and outputs compressed image data S11 indicating a JPEG (Joint Photographic Experts Group) compressed image.
 デコード部102は、第1のメモリ101により出力された圧縮画像データS11に対して復号(デコード)処理を行うことにより復号化データS12を取得する。 The decoding unit 102 obtains the decoded data S12 by performing a decoding process on the compressed image data S11 output from the first memory 101.
 アップサンプリング部103は、デコード部102により取得された復号化データS12に対して後述するアップサンプリングを行い、アップサンプリングデータS13を出力する。 The upsampling unit 103 performs upsampling described later on the decoded data S12 acquired by the decoding unit 102, and outputs upsampling data S13.
 ここで、カラーサンプリングフォーマットについて、図2~4を参照して説明する。 Here, the color sampling format will be described with reference to FIGS.
 復号化データS12は、画像に含まれる画素毎に画素情報を含む。各画素情報は、YCbCr表色系により色を表すものであり、輝度Y信号109と色差Cb信号及び色差Cr信号の組110とからなる。ここでは、輝度Yの水平サンプリングファクタをH0、輝度Yの垂直サンプリングファクタをV0、色差Cbの水平サンプリングファクタをH1、色差Cbの垂直サンプリングファクタをV1、色差Crの水平サンプリングファクタをH2、色差Crの垂直サンプリングファクタをV2と表現する。 The decoded data S12 includes pixel information for each pixel included in the image. Each pixel information represents a color by the YCbCr color system, and includes a set 110 of a luminance Y signal 109, a color difference Cb signal, and a color difference Cr signal. Here, the horizontal sampling factor for luminance Y is H0, the vertical sampling factor for luminance Y is V0, the horizontal sampling factor for color difference Cb is H1, the vertical sampling factor for color difference Cb is V1, the horizontal sampling factor for color difference Cr is H2, and the color difference Cr The vertical sampling factor is expressed as V2.
 カラーサンプリングフォーマット4:2:0は、図2に示すように、H0=2、V0=2、H1=1、V1=1、H2=1、V2=1となるフォーマットである。つまり、4画素分の輝度Y信号109につき、色差Cb信号及び色差Cr信号の組110を各1画素分ずつ記録する方式であり、色差Cb信号及び色差Cr信号(アップサンプリング対象成分)が、4個の画素情報につき1個の画素情報のみに含まれる。 The color sampling format 4: 2: 0 is a format in which H0 = 2, V0 = 2, H1 = 1, V1 = 1, H2 = 1, and V2 = 1 as shown in FIG. In other words, for the luminance Y signal 109 for four pixels, a set 110 of the color difference Cb signal and the color difference Cr signal is recorded for each one pixel, and the color difference Cb signal and the color difference Cr signal (upsampling target component) are four. Each piece of pixel information is included in only one piece of pixel information.
 また、カラーサンプリングフォーマット4:2:2は、図3に示すように、H0=2、V0=1、H1=1、V1=1、H2=1、V2=1となるフォーマットである。つまり、4画素分の輝度Y信号109につき、色差Cb信号及び色差Cr信号の組110を各2画素分ずつ記録する方式であり、色差Cb信号及び色差Cr信号(アップサンプリング対象成分)が、2個の画素情報につき1個の画素情報のみに含まれる。 Also, the color sampling format 4: 2: 2 is a format in which H0 = 2, V0 = 1, H1 = 1, V1 = 1, H2 = 1, and V2 = 1 as shown in FIG. That is, for the luminance Y signal 109 for 4 pixels, a set 110 of the color difference Cb signal and the color difference Cr signal is recorded for each 2 pixels, and the color difference Cb signal and the color difference Cr signal (upsampling target component) are 2 Each piece of pixel information is included in only one piece of pixel information.
 さらに、カラーサンプリングフォーマット4:4:4は、図4に示すように、H0=2、V0=2、H1=2、V1=2、H2=2、V2=2となるフォーマットである。つまり、1画素分の輝度Y信号109につき、色差Cb信号及び色差Cr信号の組110を各1画素分ずつ記録する方式であり、輝度Y信号109と色差Cb信号及び色差Cr信号の組110とが同じ画素数分存在する方式である。 Furthermore, the color sampling format 4: 4: 4 is a format in which H0 = 2, V0 = 2, H1 = 2, V1 = 2, H2 = 2, and V2 = 2 as shown in FIG. In other words, for a luminance Y signal 109 for one pixel, a set 110 of color difference Cb signal and color difference Cr signal is recorded for each pixel, and a set 110 of luminance Y signal 109, color difference Cb signal and color difference Cr signal, and Is the same number of pixels.
 アップサンプリング部103は、デコード部102により取得された復号化データS12をカラーサンプリングフォーマット4:4:4に変換するアップサンプリングを行い、アップサンプリングデータS13を出力する。復号化データS12がカラーサンプリングフォーマット4:2:0である場合には、復号化データS12の色差Cb信号及び色差Cr信号の両方を水平方向及び垂直方向にそれぞれ2倍拡大する。復号化データS12がカラーサンプリングフォーマット4:2:2である場合には、復号化データS12の色差Cb信号及び色差Cr信号の両方を垂直方向にそれぞれ2倍拡大する。 The upsampling unit 103 performs upsampling to convert the decoded data S12 acquired by the decoding unit 102 into a color sampling format 4: 4: 4, and outputs upsampling data S13. When the decoded data S12 is in the color sampling format 4: 2: 0, both the color difference Cb signal and the color difference Cr signal of the decoded data S12 are doubled in the horizontal direction and the vertical direction, respectively. When the decoded data S12 has the color sampling format 4: 2: 2, both the color difference Cb signal and the color difference Cr signal of the decoded data S12 are each doubled in the vertical direction.
 第2のメモリ104は、アップサンプリング部103により出力されたアップサンプリングデータS13を記憶し、DMA制御部105により指定されたアドレスのデータを読み出しデータS14として出力する。 The second memory 104 stores the upsampling data S13 output by the upsampling unit 103, and outputs the data at the address specified by the DMA control unit 105 as read data S14.
 DMA制御部105は、元画像の画像サイズとサムネイル画像の画像サイズとに基づいて縮小率を算出し、算出した縮小率に基づいて第2のメモリ104の読み出しアドレスを指定し、指定する読み出しアドレスを示す制御信号S17を出力する。DMA制御部105は、第2のメモリ104からのアップサンプリングデータS13の読み出しが、256画素×32ライン=8192画素の輝度Y信号毎に8191画素の輝度Y信号を間引き、256画素×64ライン=16384画素の色差Cb信号毎に16383画素の色差Cb信号を間引き、さらに256画素×64ライン=16384画素の色差Cr信号毎に16383画素の色差Cr信号を間引いて行われるように第2のメモリ104の読み出しアドレスを指定する。これにより、アップサンプリングデータS13から、256画素×32ライン=8192画素の画素情報毎に8191画素の画素情報を間引いたデータが読み出しデータS14として第2のメモリ104から読み出される。 The DMA control unit 105 calculates a reduction rate based on the image size of the original image and the image size of the thumbnail image, specifies the read address of the second memory 104 based on the calculated reduction rate, and specifies the read address to be specified Is output. The DMA control unit 105 reads out the upsampling data S13 from the second memory 104, thins out the luminance Y signal of 8191 pixels for each luminance Y signal of 256 pixels × 32 lines = 8192 pixels, and 256 pixels × 64 lines = In the second memory 104, the color difference Cb signal of 16383 pixels is thinned out for each color difference Cb signal of 16384 pixels, and the color difference Cr signal of 16383 pixels is thinned out for each color difference Cr signal of 256 pixels × 64 lines = 16384 pixels. Specifies the read address. Thereby, data obtained by thinning out pixel information of 8191 pixels for each pixel information of 256 pixels × 32 lines = 8192 pixels from the upsampling data S13 is read from the second memory 104 as read data S14.
 例えば、読み出しアドレスが列を指定する列指定値と行を指定する行指定値とからなり、列指定値が1~5120、行指定値が1~3840の値を取るとする。この場合、DMA制御部105は、輝度Y信号の読み出しアドレスの列指定値を0、256、512、・・・と256ずつインクリメントするとともに、輝度Y信号の読み出しアドレスの行指定値を0、32、64、・・・と32ずつインクリメントする。つまり、DMA制御部105は、列指定値と行指定値との組合せが(0、0)、(256、32)、(512、64)、・・・となる読み出しアドレスを、輝度Y信号の読み出しアドレスとして順に指定する。 For example, it is assumed that the read address is composed of a column designation value that designates a column and a row designation value that designates a row, the column designation value is 1 to 5120, and the row designation value is 1 to 3840. In this case, the DMA control unit 105 increments the column designation value of the readout address of the luminance Y signal by 256, 0, 256, 512,... And sets the row designation value of the readout address of the luminance Y signal to 0, 32. , 64,... That is, the DMA control unit 105 sets the read address where the combination of the column designation value and the row designation value is (0, 0), (256, 32), (512, 64),. Specify sequentially as read addresses.
 また、DMA制御部105は、色差Cb信号及び色差Cr信号の読み出しアドレスの列指定値を0、256、512、・・・と256ずつインクリメントするとともに、色差Cb信号及び色差Cr信号の読み出しアドレスの行指定値を0、64、128、・・・と64ずつインクリメントする。つまり、DMA制御部105は、列指定値と行指定値との組合せが(0、0)、(256、64)、(512、128)、・・・となる読み出しアドレスを、色差Cb信号及び色差Cr信号の読み出しアドレスとして順に指定する。 Further, the DMA control unit 105 increments the column designation values of the read addresses of the color difference Cb signal and the color difference Cr signal by 256, 0, 256, 512,... And the read address of the color difference Cb signal and the color difference Cr signal. The row designation value is incremented by 64, 0, 64, 128,. That is, the DMA control unit 105 uses the color difference Cb signal and the read address where the combination of the column designation value and the row designation value is (0, 0), (256, 64), (512, 128),. The color difference Cr signal is sequentially specified as a read address.
 これにより、第2のメモリ104により読み出される読み出しデータS14は、アップサンプリングデータS13に対し、輝度Y信号の水平方向(200/5120)×(1/10)=1/256倍、垂直方向120/3840=1/32倍の縮小、色差Cb信号及び色差Cr信号の水平方向(200/5120)×(1/10)=1/256倍、垂直方向(120/3840)×(1/2)=1/64倍の縮小を施したデータとなる。したがって、この読み出しデータS14は、20×120画素の画像を示すカラーサンプリングフォーマット4:2:2のデータとなる。 Thereby, the read data S14 read by the second memory 104 is compared with the upsampling data S13 in the horizontal direction (200/5120) × (1/10) = 1/256 times the luminance Y signal, and the vertical direction 120 / 3840 = 1/32 times reduction, color difference Cb signal and color difference Cr signal horizontal direction (200/5120) × (1/10) = 1/256 times, vertical direction (120/3840) × (1/2) = The data is reduced by 1/64 times. Therefore, the read data S14 is data of a color sampling format 4: 2: 2 indicating an image of 20 × 120 pixels.
 拡縮処理部106は、第2のメモリ104により読み出された読み出しデータS14に対し、輝度Y信号、色差Cb信号及び色差Cr信号の水平方向10倍の拡大処理を行い、拡大処理後の画像データを、縮小画像を示す縮小画像データS15として出力する。縮小画像データS15は、200×120画素の画像を示すカラーサンプリングフォーマット4:2:2のデータとなる。 The enlargement / reduction processing unit 106 performs the enlargement process of the luminance Y signal, the color difference Cb signal, and the color difference Cr signal 10 times in the horizontal direction on the read data S14 read by the second memory 104, and the image data after the enlargement process Is output as reduced image data S15 indicating a reduced image. The reduced image data S15 is data of a color sampling format 4: 2: 2 indicating an image of 200 × 120 pixels.
 画像処理部107は、拡縮処理部106により出力された縮小画像データS15に所定の画像処理を施し、200×120画素のサムネイル画像を示すサムネイル画像データS16を出力する。 The image processing unit 107 performs predetermined image processing on the reduced image data S15 output from the enlargement / reduction processing unit 106, and outputs thumbnail image data S16 indicating a 200 × 120 pixel thumbnail image.
 図5は、デコード部102により取得される復号化データS12が、図5(a)に示すようにカラーサンプリングフォーマット4:2:2であり、読み出しデータS14により示される画像が、アップサンプリングデータS13により示される画像を水平方向に1/128倍、垂直方向に1/32倍したものとなる場合のサムネイル画像生成装置100におけるデータ処理を示す。 In FIG. 5, the decoded data S12 acquired by the decoding unit 102 is in the color sampling format 4: 2: 2 as shown in FIG. 5A, and the image indicated by the read data S14 is the upsampled data S13. Data processing in the thumbnail image generating apparatus 100 when the image indicated by is scaled 1/128 times in the horizontal direction and 1/32 times in the vertical direction is shown.
 図5(a)に示す復号化データS12に対しては、アップサンプリング部103により、色差Cb信号及び色差Cr信号をそれぞれ垂直方向に2倍拡大するアップサンプリングが行われる。これにより、図5(b)に示すカラーサンプリングフォーマット4:4:4のアップサンプリングデータS13が得られる。このアップサンプリングデータS13は、第2のメモリ104に格納される。そして、この第2のメモリ104に対し、DMA制御部105による制御に基づいて、図5(c)に示すような間引きを行いながらデータの読み出しが行われる。つまり、DMA制御部105の制御により、輝度Y信号は、読み出しアドレスの列指定値を128画素毎に指定するとともに、行指定値を32ライン毎に指定して読み出され、色差Cb信号及び色差Cr信号はそれぞれ、読み出しアドレスの列指定値を128画素毎に指定するとともに、行指定値を64ライン毎に指定して読み出される。これにより、図5(d)に示すように、アップサンプリングデータS13に対して、水平方向に1/128倍、垂直方向に1/32倍の縮小を施した読み出しデータS14が得られる。またこの読み出しデータS14は、カラーサンプリングフォーマット4:2:2のデータである。 For the decoded data S12 shown in FIG. 5 (a), the upsampling unit 103 performs upsampling to double the color difference Cb signal and the color difference Cr signal in the vertical direction. As a result, upsampling data S13 in the color sampling format 4: 4: 4 shown in FIG. 5B is obtained. The upsampling data S13 is stored in the second memory 104. Then, based on the control by the DMA control unit 105, data is read from the second memory 104 while performing thinning as shown in FIG. That is, under the control of the DMA control unit 105, the luminance Y signal is read by designating the column designation value of the read address for every 128 pixels and the row designation value for every 32 lines, and reading out the color difference Cb signal and the color difference. Each Cr signal is read by designating the column designation value of the read address for every 128 pixels and designating the row designation value for every 64 lines. As a result, as shown in FIG. 5D, read data S14 obtained by reducing the up-sampling data S13 by 1/128 times in the horizontal direction and 1/32 times in the vertical direction is obtained. The read data S14 is data in the color sampling format 4: 2: 2.
 次に、上述のように構成されたサムネイル画像生成装置100の動作を、図6のフローチャートを参照して説明する。 Next, the operation of the thumbnail image generating apparatus 100 configured as described above will be described with reference to the flowchart of FIG.
 デコード部102が、(S1001)において、第1のメモリ101に格納されている圧縮画像データS11を読み出し、(S1002)において、(S1001)で読み出した圧縮画像データS11をデコードし、(S1003)において、(S1002)でのデコードにより得た復号化データS12を図示しないメモリに書込む。次に、アップサンプリング部103が、(S1004)において、(S1002)でのデコードにより得た復号化データS12を図示しないメモリから読み出し、(S1005)において、(S1004)で読み出した復号化データS12に対してアップサンプリングを行う。復号化データS12のサンプリングフォーマットは、4:2:0又は4:2:2である。(S1005)で行われるアップサンプリングは、復号化データS12の色差Cb信号及び色差Cr信号をそれぞれ増やすことによりサンプリングフォーマットを4:4:4に変換する処理である。そして、アップサンプリング部103は、(S1006)において、(S1005)における変換処理後のデータを、アップサンプリングデータS13として第2のメモリ104に書き込む。第2のメモリ104に書き込まれたアップサンプリングデータS13は、(S1007)において読み出される。このとき、例えば、読み出しアドレスの列指定値を128画素毎に指定するとともに、行指定値を28ライン毎に指定すると、読み出しデータS14は、アップサンプリングデータS13を水平方向に1/128倍、垂直方向に1/28倍したデータとなる。(S1007)において読み出された読み出しデータS14は、(S1008)において拡縮処理部106による拡大処理を経て出力表示される。 The decoding unit 102 reads the compressed image data S11 stored in the first memory 101 in (S1001), decodes the compressed image data S11 read in (S1001) in (S1002), and in (S1003) , (S1002), the decoded data S12 obtained by the decoding is written into a memory (not shown). Next, in (S1004), the upsampling unit 103 reads the decoded data S12 obtained by decoding in (S1002) from a memory (not shown), and in (S1005), the decoded data S12 read in (S1004) is read. Upsampling is performed. The sampling format of the decoded data S12 is 4: 2: 0 or 4: 2: 2. The upsampling performed in (S1005) is a process of converting the sampling format to 4: 4: 4 by increasing the color difference Cb signal and the color difference Cr signal of the decoded data S12. Then, in (S1006), the upsampling unit 103 writes the data after the conversion processing in (S1005) into the second memory 104 as upsampling data S13. The upsampling data S13 written in the second memory 104 is read in (S1007). At this time, for example, when the column designation value of the readout address is designated for every 128 pixels and the row designation value is designated for every 28 lines, the readout data S14 is obtained by multiplying the upsampling data S13 by 1/128 times in the horizontal direction and vertical The data is 1/28 times the direction. The read data S14 read in (S1007) is output and displayed after being enlarged by the enlargement / reduction processing unit 106 in (S1008).
 このように、第2のメモリ104からのデータ読み出し時に、読み出しアドレスの列指定値を所定の複数画素毎に指定するとともに行指定値を所定の複数ライン毎に指定することにより、フィルタ処理を行うことなく容易にデータを縮小できるので、サムネイル画像を容易かつ高速に作成できる。また、フィルタ回路を設ける必要がない。 As described above, when data is read from the second memory 104, the filter processing is performed by designating the column designation value of the read address for each of a plurality of predetermined pixels and designating the row designation value for each of a plurality of predetermined lines. Since the data can be easily reduced without any problem, thumbnail images can be created easily and at high speed. Further, there is no need to provide a filter circuit.
 本実施形態によると、DMA制御部105による読み出しアドレスの制御により、第2のメモリ104からの画像データの読み出しが、複数の所定個の画素情報毎に一部の画素情報を間引いて行われ、その結果、第2のメモリ104から読み出される読み出しデータS14が縮小対象画像を縮小した画像となる。このように、縮小処理のための回路を別途設けたり、縮小処理のための演算を別途行うことなく、縮小対象画像を縮小できるので、必要な回路面積及び演算量の増大を防止できる。また、間引きにより縮小を行うので、1000万画素を超える画像から小さな画像サイズのサムネイル画像を生成する場合等、縮小度合が大幅な場合でも、処理時間が増大しないので、サムネイル画像の生成時間を短縮できる。 According to the present embodiment, by reading address control by the DMA control unit 105, reading of image data from the second memory 104 is performed by thinning out some pieces of pixel information for each of a plurality of predetermined pieces of pixel information. As a result, the read data S14 read from the second memory 104 is an image obtained by reducing the reduction target image. As described above, since the reduction target image can be reduced without separately providing a circuit for reduction processing or separately performing calculation for reduction processing, it is possible to prevent an increase in necessary circuit area and calculation amount. In addition, since reduction is performed by thinning, the processing time does not increase even when the reduction degree is large, such as when generating a thumbnail image with a small image size from an image exceeding 10 million pixels, so the generation time of the thumbnail image is reduced. it can.
 また、アップサンプリング部103によりアップサンプリングが行われるので、縮小に伴う画質劣化を抑制できる。 Also, since the upsampling is performed by the upsampling unit 103, it is possible to suppress image quality deterioration due to reduction.
 また、元画像とサムネイル画像の画像サイズが可変であり、DMA制御部105が、元画像とサムネイル画像の画像サイズに基づいて、第2のメモリ104の読み出しアドレスを指定するので、様々な縮小率による縮小を実現できる。 In addition, the image sizes of the original image and the thumbnail image are variable, and the DMA control unit 105 designates the read address of the second memory 104 based on the image size of the original image and the thumbnail image. Reduction can be realized.
 《実施形態1の変形例1》
 本発明の実施形態1の変形例1に係るサムネイル画像生成装置100においては、元画像が5120×3840画素であり、サムネイル画像が200×120画素である場合に、DMA制御部105が、第2のメモリ104からのアップサンプリングデータS13の読み出しが、128画素×32ライン=4096画素の輝度Y信号毎に4095画素の輝度Y信号を間引き、128画素×64ライン=8192画素の色差Cb信号毎に8191画素の色差Cb信号を間引き、さらに128画素×64ライン=8192画素の色差Cr信号毎に8191画素の色差Cr信号を間引いて行われるように第2のメモリ104の読み出しアドレスを指定する。
<< Variation 1 of Embodiment 1 >>
In the thumbnail image generation apparatus 100 according to the first modification of the first embodiment of the present invention, when the original image is 5120 × 3840 pixels and the thumbnail image is 200 × 120 pixels, the DMA control unit 105 performs the second operation. When the upsampling data S13 is read out from the memory 104, 4095 pixel luminance Y signals are thinned out for every 128 pixels × 32 lines = 4096 pixel luminance Y signals, and 128 pixel × 64 lines = 8192 pixel color difference Cb signals. The read address of the second memory 104 is designated so that the color difference Cb signal of 8191 pixels is thinned out and the color difference Cr signal of 8191 pixels is thinned out for each color difference Cr signal of 128 pixels × 64 lines = 8192 pixels.
 詳しくは、DMA制御部105は、輝度Y信号の読み出しアドレスの列指定値を0、128、256、・・・と128ずつインクリメントするとともに、輝度Y信号の読み出しアドレスの行指定値を0、32、64、・・・と32ずつインクリメントする。つまり、DMA制御部105は、列指定値と行指定値との組合せが(0、0)、(128、32)、(256、64)、・・・となる読み出しアドレスを、輝度Y信号の読み出しアドレスとして順に指定する。 More specifically, the DMA control unit 105 increments the column designation value of the readout address of the luminance Y signal by 128, 0, 128, 256,... And sets the row designation value of the readout address of the luminance Y signal to 0, 32. , 64,... That is, the DMA control unit 105 sets the read address where the combination of the column designation value and the row designation value is (0, 0), (128, 32), (256, 64),. Specify sequentially as read addresses.
 また、DMA制御部105は、色差Cb信号及び色差Cr信号の読み出しアドレスの列指定値を0、128、256、・・・と128ずつインクリメントするとともに、色差Cb信号及び色差Cr信号の読み出しアドレスの行指定値を0、64、128、・・・と64ずつインクリメントする。つまり、DMA制御部105は、列指定値と行指定値との組合せが(0、0)、(128、64)、(256、128)、・・・となる読み出しアドレスを、色差Cb信号及び色差Cr信号の読み出しアドレスとして順に指定する。 In addition, the DMA control unit 105 increments the column designation value of the read address of the color difference Cb signal and the color difference Cr signal by 128, 0, 128, 256,... And the read address of the color difference Cb signal and the color difference Cr signal. The row designation value is incremented by 64, 0, 64, 128,. That is, the DMA control unit 105 uses the color difference Cb signal and the read address where the combination of the column designation value and the row designation value is (0, 0), (128, 64), (256, 128),. The color difference Cr signal is sequentially specified as a read address.
 これにより、第2のメモリ104により読み出される読み出しデータS14は、アップサンプリングデータS13に対し、輝度Y信号の水平方向1/128倍、垂直方向1/32倍の縮小、色差Cb信号及び色差Cr信号の水平方向1/128倍、垂直方向1/64倍の縮小を施したデータとなる。したがって、この読み出しデータS14は、40×120画素の画像を示すカラーサンプリングフォーマット4:2:2のデータとなる。 Thus, the read data S14 read by the second memory 104 is reduced by 1/128 times the luminance Y signal in the horizontal direction and 1/32 times the vertical direction, the color difference Cb signal and the color difference Cr signal with respect to the upsampling data S13. Is reduced to 1/128 times the horizontal direction and 1/64 times the vertical direction. Therefore, the read data S14 is data of a color sampling format 4: 2: 2 indicating an image of 40 × 120 pixels.
 拡縮処理部106は、第2のメモリ104により読み出された読み出しデータS14に対し、輝度Y信号、色差Cb信号及び色差Cr信号の水平方向5倍の拡大処理を行うことにより、縮小画像を示す縮小画像データS15を出力する。縮小画像データS15は、200×120画素の画像を示すカラーサンプリングフォーマット4:2:2のデータとなる。 The enlargement / reduction processing unit 106 performs the enlargement process of the luminance Y signal, the color difference Cb signal, and the color difference Cr signal 5 times in the horizontal direction on the read data S14 read by the second memory 104, thereby showing a reduced image. Reduced image data S15 is output. The reduced image data S15 is data of a color sampling format 4: 2: 2 indicating an image of 200 × 120 pixels.
 その他の構成は実施形態1と同じであるのでその説明を省略する。  Other configurations are the same as those in the first embodiment, and thus the description thereof is omitted. *
 《実施形態1の変形例2》
 本発明の実施形態1の変形例2に係るサムネイル画像生成装置100においては、元画像が5120×3840画素であり、サムネイル画像が200×120画素である場合に、DMA制御部105が、第2のメモリ104からのアップサンプリングデータS13の読み出しが、64画素×32ライン=2048画素の輝度Y信号毎に2047画素の輝度Y信号を間引き、64画素×64ライン=4096画素の色差Cb信号毎に4095画素の色差Cb信号を間引き、さらに64画素×64ライン=4096画素の色差Cr信号毎に4095画素の色差Cr信号を間引いて行われるように第2のメモリ104の読み出しアドレスを指定する。
<< Modification 2 of Embodiment 1 >>
In the thumbnail image generation apparatus 100 according to the second modification of the first embodiment of the present invention, when the original image is 5120 × 3840 pixels and the thumbnail image is 200 × 120 pixels, the DMA control unit 105 performs the second operation. When the upsampling data S13 is read out from the memory 104, 2047 pixels of luminance Y signals are thinned out for every 64 pixels × 32 lines = 2048 pixels of luminance Y signals, and 64 × 64 lines = 4096 pixels of color difference Cb signals. The read address of the second memory 104 is designated so that the color difference Cb signal of 4095 pixels is thinned out and the color difference Cr signal of 4095 pixels is further thinned out for every 64 pixels × 64 lines = 4096 pixel color difference Cr signals.
 詳しくは、DMA制御部105は、輝度Y信号の読み出しアドレスの列指定値を0、64、128、192、256、・・・と64ずつインクリメントするとともに、輝度Y信号の読み出しアドレスの行指定値を0、32、64、・・・と32ずつインクリメントする。つまり、DMA制御部105は、列指定値と行指定値との組合せが(0、0)、(64、32)、(128、64)、・・・となる読み出しアドレスを、輝度Y信号の読み出しアドレスとして順に指定する。 Specifically, the DMA control unit 105 increments the column designation value of the readout address of the luminance Y signal by 64, 0, 64, 128, 192, 256,... And the row designation value of the readout address of the luminance Y signal. Are incremented by 32, 0, 32, 64,. That is, the DMA control unit 105 sets the read address where the combination of the column designation value and the row designation value is (0, 0), (64, 32), (128, 64),. Specify sequentially as read addresses.
 また、DMA制御部105は、色差Cb信号及び色差Cr信号の読み出しアドレスの列指定値を0、64、128、・・・と64ずつインクリメントするとともに、色差Cb信号及び色差Cr信号の読み出しアドレスの行指定値を0、64、128、・・・と64ずつインクリメントする。つまり、DMA制御部105は、列指定値と行指定値との組合せが(0、0)、(64、64)、(128、128)、・・・となる読み出しアドレスを、色差Cb信号及び色差Cr信号の読み出しアドレスとして順に指定する。 Further, the DMA control unit 105 increments the read address column designation values of the color difference Cb signal and the color difference Cr signal by 0, 64, 128,... 64, and also sets the read address of the color difference Cb signal and the color difference Cr signal. The row designation value is incremented by 64, 0, 64, 128,. That is, the DMA control unit 105 uses the color difference Cb signal and the read address where the combination of the column designation value and the row designation value is (0, 0), (64, 64), (128, 128),. The color difference Cr signal is sequentially specified as a read address.
 これにより、第2のメモリ104により読み出される読み出しデータS14は、アップサンプリングデータS13に対し、輝度Y信号の水平方向1/64倍、垂直方向1/32倍の縮小、色差Cb信号及び色差Cr信号の水平方向1/64倍、垂直方向1/64倍の縮小を施したデータとなる。したがって、この読み出しデータS14は、80×120画素の画像を示すカラーサンプリングフォーマット4:2:2のデータとなる。 Thereby, the read data S14 read by the second memory 104 is reduced by 1/64 times in the horizontal direction and 1/32 times in the vertical direction, the color difference Cb signal and the color difference Cr signal with respect to the upsampling data S13. The data is reduced 1/64 times in the horizontal direction and 1/64 times in the vertical direction. Therefore, the read data S14 is data of a color sampling format 4: 2: 2 indicating an 80 × 120 pixel image.
 拡縮処理部106は、第2のメモリ104により読み出された読み出しデータS14に対し、輝度Y信号、色差Cb信号及び色差Cr信号の水平方向5/2倍の拡大処理を行うことにより、縮小画像を示す縮小画像データS15を出力する。縮小画像データS15は、200×120画素の画像を示すカラーサンプリングフォーマット4:2:2のデータとなる。 The enlargement / reduction processing unit 106 performs an enlargement process of the luminance Y signal, the color difference Cb signal, and the color difference Cr signal 5/2 times in the horizontal direction on the read data S14 read by the second memory 104, thereby reducing the reduced image. Is output reduced image data S15. The reduced image data S15 is data of a color sampling format 4: 2: 2 indicating an image of 200 × 120 pixels.
 その他の構成は実施形態1と同じであるのでその説明を省略する。 Other configurations are the same as those in the first embodiment, and thus the description thereof is omitted.
 《実施形態1の変形例3》
 本発明の実施形態1の変形例3に係るサムネイル画像生成装置100は、元画像が5120×3840画素であり、サムネイル画像が200×120画素である場合に、後述する第1~第3の縮小処理を実行可能であり、第1~第3の縮小処理のうち、外部から入力される制御信号により指定されるいずれか一つの縮小処理を選択して実行する。第1の縮小処理は、実施形態1と同様に、20×120画素の画像を示すデータを読み出しデータS14として読み出し、拡縮処理部106により水平方向10倍の拡大処理を行うものである。第2の縮小処理は、実施形態1の変形例1と同様に、40×120画素の画像を示すデータを読み出しデータS14として読み出し、拡縮処理部106により水平方向5倍の拡大処理を行うものである。また、第3の縮小処理は、実施形態1の変形例2と同様に、80×120画素の画像を示すデータを読み出しデータS14として読み出し、拡縮処理部106により水平方向5/2倍の拡大処理を行うものである。
<< Modification 3 of Embodiment 1 >>
The thumbnail image generating apparatus 100 according to the third modification of the first exemplary embodiment of the present invention includes first to third reductions described later when the original image is 5120 × 3840 pixels and the thumbnail image is 200 × 120 pixels. The process can be executed, and any one of the first to third reduction processes specified by the control signal input from the outside is selected and executed. As in the first embodiment, the first reduction processing reads data indicating an image of 20 × 120 pixels as read data S14 and performs enlargement processing 10 times in the horizontal direction by the enlargement / reduction processing unit 106. In the second reduction process, as in the first modification of the first embodiment, data indicating an image of 40 × 120 pixels is read as read data S14, and the enlargement / reduction processing unit 106 performs the enlargement process 5 times in the horizontal direction. is there. In the third reduction process, similarly to the second modification of the first embodiment, data indicating an image of 80 × 120 pixels is read as read data S14, and the enlargement / reduction processing unit 106 enlarges the image by 5/2 times in the horizontal direction. Is to do.
 その他の構成は実施形態1と同じであるのでその説明を省略する。 Other configurations are the same as those in the first embodiment, and thus the description thereof is omitted.
 《実施形態1の変形例4》
 なお、実施形態1において、DMA制御部105が、各画素情報の読み出しアドレスを複数回繰り返して指定するようにすることにより、アップサンプリングデータS13により示される画像を拡大した画像を示すデータを、読み出しデータS14とすることができる。このようにした場合、図6の(S1007)において、各画素の画素情報が繰り返して読み出される。例えば、各画素の画素情報が水平方向に2回連続して繰り返し読み出され、各ラインの画素情報が2回連続して繰り返し読み出されるようにすれば、アップサンプリングデータS13により示される画像を水平方向に2倍、垂直方向に2倍した画像を示すデータが、読み出しデータS14となる。
<< Modification 4 of Embodiment 1 >>
In the first embodiment, the DMA control unit 105 reads out data indicating an image obtained by enlarging the image indicated by the upsampling data S13 by repeatedly specifying the read address of each pixel information a plurality of times. Data S14 can be used. In this case, pixel information of each pixel is repeatedly read in (S1007) of FIG. For example, if the pixel information of each pixel is repeatedly read out twice in the horizontal direction and the pixel information of each line is repeatedly read out twice in succession, the image indicated by the upsampling data S13 is horizontal. Data indicating an image doubled in the direction and doubled in the vertical direction is read data S14.
 《実施形態2》
 本発明の実施形態2に係るサムネイル画像生成装置100においては、DMA制御部105が、第2のメモリ104の読み出しアドレスに代えて、書込みアドレスを指定する。DMA制御部105は、制御信号S17として、指定する書込みアドレスを示す制御信号を出力する。DMA制御部105の書込みアドレスの指定により、第2のメモリ104へのアップサンプリングデータS13の書込みが、256画素×32ライン=8192画素の輝度Y信号毎に8191画素の輝度Y信号を間引き、256画素×64ライン=16384画素の色差Cb信号毎に16383画素の色差Cb信号を間引き、さらに256画素×64ライン=16384画素の色差Cr信号毎に16383画素の色差Cr信号を間引いて行われる。読み出し時には間引きは行われず、第2のメモリ104に記憶されたデータが、そのまま読み出しデータS14として読み出される。
<< Embodiment 2 >>
In the thumbnail image generating apparatus 100 according to the second embodiment of the present invention, the DMA control unit 105 designates a write address instead of the read address of the second memory 104. The DMA control unit 105 outputs a control signal indicating a designated write address as the control signal S17. By specifying the write address of the DMA control unit 105, the writing of the upsampling data S13 to the second memory 104 thins out the luminance Y signal of 8191 pixels for every luminance Y signal of 256 pixels × 32 lines = 8192 pixels. For each color difference Cb signal of pixels × 64 lines = 16384 pixels, the color difference Cb signal of 16383 pixels is thinned out, and for each color difference Cr signal of 256 pixels × 64 lines = 16384 pixels, the color difference Cr signal of 16383 pixels is thinned out. At the time of reading, thinning is not performed, and the data stored in the second memory 104 is read as it is as read data S14.
 その他の構成は実施形態1と同じであるのでその説明を省略する。 Other configurations are the same as those in the first embodiment, and thus the description thereof is omitted.
 《実施形態3》
 本発明の実施形態3に係るサムネイル画像生成装置200は、図7に示すように、実施形態1のデコード部102、アップサンプリング部103及びDMA制御部105に代えて、デコード部202、及びDMA制御部205を備えている。
<< Embodiment 3 >>
As shown in FIG. 7, the thumbnail image generating apparatus 200 according to the third embodiment of the present invention replaces the decoding unit 102, the upsampling unit 103, and the DMA control unit 105 according to the first embodiment with a decoding unit 202 and DMA control. The unit 205 is provided.
 デコード部202は、第1のメモリ101により出力された圧縮画像データS11に対して復号(デコード)処理を行うことにより復号化データを取得する。そして、取得した復号化データに対してアップサンプリングを施した状態のアップサンプリングデータS23を第2のメモリ104に書き込む。なお、デコード部202により取得される復号化データは、カラーサンプリングフォーマット4:2:0である。 The decoding unit 202 obtains decoded data by performing a decoding process on the compressed image data S11 output from the first memory 101. Then, up-sampling data S23 in a state where up-sampling is performed on the obtained decoded data is written in the second memory 104. Note that the decoded data acquired by the decoding unit 202 has a color sampling format 4: 2: 0.
 DMA制御部205は、復号化データの色差Cb信号及び色差Cr信号の両方が、水平方向及び垂直方向にそれぞれ2倍拡大して第2のメモリ104に書き込まれるように、制御信号S25によりデコード部202を制御する。これにより、デコード部202は、取得した復号化データの色差Cb信号及び色差Cr信号を、それぞれ4回繰り返して出力する。また、このとき、DMA制御部205は、デコード部202から出力されたデータがそのまま第2のメモリ104に記憶されるように、第2のメモリ104の書込みアドレスを制御信号S24により指定する。 The DMA control unit 205 uses the control signal S25 to decode both the color difference Cb signal and the color difference Cr signal of the decoded data so as to be written in the second memory 104 by being doubled in the horizontal direction and the vertical direction, respectively. 202 is controlled. As a result, the decoding unit 202 repeatedly outputs the obtained color difference Cb signal and color difference Cr signal of the decoded data four times. At this time, the DMA control unit 205 designates the write address of the second memory 104 by the control signal S24 so that the data output from the decoding unit 202 is stored in the second memory 104 as it is.
 例えば、デコード部202が、色差Cb信号及び色差Cr信号のデコード結果としてA、B、C、D、・・・を取得し、A、B、C、D、・・・が、それぞれ1画素に対応する色差Cb信号又は色差Cr信号であるとする。このとき、デコード部202は、A、A、B、B、C、C、D、D、・・・と、各色差Cb信号又は色差Cr信号を2回ずつ繰り返して出力する。さらに、各ラインの色差Cb信号又は色差Cr信号を、A、A、B、B、C、C、D、D、・・・A、A、B、B、C、C、D、D・・・と2回ずつ繰り返して出力する。 For example, the decoding unit 202 acquires A, B, C, D,... As the decoding result of the color difference Cb signal and the color difference Cr signal, and A, B, C, D,. The corresponding color difference Cb signal or color difference Cr signal is assumed. At this time, the decoding unit 202 repeatedly outputs A, A, B, B, C, C, D, D,... And each color difference Cb signal or color difference Cr signal twice. Furthermore, the color difference Cb signal or color difference Cr signal of each line is converted into A, A, B, B, C, C, D, D,... A, A, B, B, C, C, D, D,.・ Repeat and output twice.
 これにより、デコード部202により出力されるアップサンプリングデータS23は、復号化データの色差Cb信号及び色差Cr信号の両方を水平方向及び垂直方向にそれぞれ2倍拡大したデータとなり、カラーサンプリングフォーマット4:4:4のデータとなる。つまり、アップサンプリングデータS23は、復号化データに含まれる画素情報のうち、色差Cb信号及び色差Cr信号を含まない画素情報に、色差Cb信号及び色差Cr信号を加えたデータである。このアップサンプリングデータS23は、第2のメモリ104にそのまま格納される。 As a result, the upsampling data S23 output by the decoding unit 202 becomes data obtained by enlarging both the color difference Cb signal and the color difference Cr signal of the decoded data twice in the horizontal direction and the vertical direction, respectively, and the color sampling format 4: 4. : 4 data. That is, the upsampling data S23 is data obtained by adding the color difference Cb signal and the color difference Cr signal to pixel information not including the color difference Cb signal and the color difference Cr signal among the pixel information included in the decoded data. The upsampling data S23 is stored in the second memory 104 as it is.
 また、DMA制御部205は、第2のメモリ104からアップサンプリングデータS23を読み出す際、その読み出しアドレスを制御信号S17により指定する。その読み出しアドレスの指定方法は、実施形態1と同じであるので、その説明を省略する。 Further, when the DMA control unit 205 reads the upsampling data S23 from the second memory 104, the DMA control unit 205 designates the read address by the control signal S17. Since the method for designating the read address is the same as that in the first embodiment, the description thereof is omitted.
 次に、上述のように構成されたサムネイル画像生成装置200の動作を、図8のフローチャートを参照して説明する。 Next, the operation of the thumbnail image generating apparatus 200 configured as described above will be described with reference to the flowchart of FIG.
 デコード部202が、(S2001)において、第1のメモリ101に格納されている圧縮画像データS11を読み出し、(S2002)において、(S2001)で読み出した圧縮画像データS11をデコードし、(S2003)において、(S2002)でのデコードにより得た復号化データにアップサンプリングを施した状態のアップサンプリングデータS23を第2のメモリ104に書込む。このとき、例えば、復号化データがカラーサンプリングフォーマット4:2:0である場合、復号化データに含まれる色差Cb信号及び色差Cr信号の書込みを、水平方向に2画素分、垂直方向に2ライン分ずつ繰り返し行うことにより、サンプリングフォーマット4:4:4のアップサンプリングデータS23を第2のメモリ104に書き込むことができる。第2のメモリ104に書き込まれたアップサンプリングデータS23は、(S2004)において読み出され、(S2005)において拡縮処理部106による拡大処理を経て出力表示される。(S2004)でのデータ読み出し時においても、読み出しアドレスの列指定値を所定の複数画素毎に指定するとともに、行指定値を所定の複数ライン毎に指定することにより、アップサンプリングデータS23により示される画像を縮小できる。 The decoding unit 202 reads the compressed image data S11 stored in the first memory 101 in (S2001), decodes the compressed image data S11 read in (S2001) in (S2002), and in (S2003). The up-sampling data S23 obtained by up-sampling the decoded data obtained by the decoding in (S2002) is written into the second memory 104. At this time, for example, when the decoded data has a color sampling format 4: 2: 0, writing of the color difference Cb signal and the color difference Cr signal included in the decoded data is performed for two pixels in the horizontal direction and two lines in the vertical direction. By repeatedly performing the process in increments of minutes, the upsampling data S23 having the sampling format 4: 4: 4 can be written in the second memory 104. The up-sampling data S23 written in the second memory 104 is read in (S2004), and is output and displayed through enlargement processing by the enlargement / reduction processing unit 106 in (S2005). Even at the time of data reading in (S2004), the column designation value of the read address is designated for each predetermined plurality of pixels, and the row designation value is designated for each predetermined plurality of lines, thereby being indicated by the upsampling data S23. The image can be reduced.
 このように、第2のメモリ104からのデータ読み出し時に、読み出しアドレスの列指定値を所定の複数画素毎に指定するとともに行指定値を所定の複数ライン毎に指定することにより、フィルタ処理を行うことなく容易にデータを縮小できるので、サムネイル画像を容易かつ高速に作成できる。また、フィルタ回路を設ける必要がない。 As described above, when data is read from the second memory 104, the filter processing is performed by designating the column designation value of the read address for each of a plurality of predetermined pixels and designating the row designation value for each of a plurality of predetermined lines. Since the data can be easily reduced without any problem, thumbnail images can be created easily and at high speed. Further, there is no need to provide a filter circuit.
 その他の構成は実施形態1と同じであるのでその説明を省略する。 Other configurations are the same as those in the first embodiment, and thus the description thereof is omitted.
 なお、本実施形態3においても、実施形態1の変形例1と同様に、40×120画素の画像を示すデータを読み出しデータS14として読み出し、拡縮処理部106により水平方向5倍の拡大処理を行うようにしてもよい。また、実施形態1の変形例2と同様に、80×120画素の画像を示すデータを読み出しデータS14として読み出し、拡縮処理部106により水平方向5/2倍の拡大処理を行うようにしてもよい。また、実施形態1の変形例3と同様に、サムネイル画像生成装置200が、第1~第3の縮小処理から1つの縮小処理を選択して実行できるようにしてもよい。 In the third embodiment, as in the first modification of the first embodiment, data indicating an image of 40 × 120 pixels is read as read data S14, and the enlargement / reduction processing unit 106 performs the enlargement process 5 times in the horizontal direction. You may do it. Similarly to the second modification of the first embodiment, data indicating an image of 80 × 120 pixels may be read as read data S14 and the enlargement / reduction processing unit 106 may perform enlargement processing 5/2 times in the horizontal direction. . Similarly to the third modification of the first embodiment, the thumbnail image generating apparatus 200 may select and execute one reduction process from the first to third reduction processes.
 本実施形態によると、実施形態1と同じ効果が得られるとともに、アップサンプリング回路を設けることなくアップサンプリングを行えるので、回路面積及び演算処理量を削減できる。 According to the present embodiment, the same effects as those of the first embodiment can be obtained, and the upsampling can be performed without providing the upsampling circuit, so that the circuit area and the calculation processing amount can be reduced.
 《実施形態3の変形例1》
 なお、上記実施形態3において、デコード部202が、取得した復号化データをそのまま第2のメモリ104に書き込むようにしてもよい。
<< Variation 1 of Embodiment 3 >>
In the third embodiment, the decoding unit 202 may write the acquired decoded data as it is in the second memory 104.
 この場合、第2のメモリ104に記憶されるデータは、カラーサンプリングフォーマット4:2:0である。したがって、DMA制御部105は、色差Cb信号及び色差Cr信号の読み出しアドレスの列指定値を0、256、512、・・・と256ずつインクリメントするとともに、色差Cb信号及び色差Cr信号の読み出しアドレスの行指定値を0、32、64、・・・と32ずつインクリメントする。つまり、DMA制御部105は、列指定値と行指定値との組合せが(0、0)、(256、32)、(512、64)、・・・となる読み出しアドレスを、色差Cb信号及び色差Cr信号の読み出しアドレスとして順に指定する。 In this case, the data stored in the second memory 104 is the color sampling format 4: 2: 0. Accordingly, the DMA control unit 105 increments the column designation value of the read address of the color difference Cb signal and the color difference Cr signal by 256, 0, 256, 512,... And the read address of the color difference Cb signal and the color difference Cr signal. The row designation value is incremented by 32, 0, 32, 64,. That is, the DMA control unit 105 uses the color difference Cb signal and the read address where the combination of the column designation value and the row designation value is (0, 0), (256, 32), (512, 64),. The color difference Cr signal is sequentially specified as a read address.
 これにより、第2のメモリ104により読み出される読み出しデータS14は、アップサンプリングデータS23に対し、輝度Y信号の水平方向(200/5120)×(1/10)=1/256倍、垂直方向120/3840=1/32倍の縮小、色差Cb信号及び色差Cr信号の水平方向(200/5120)×(1/10)=1/256倍、垂直方向120/3840=1/32倍の縮小を施したデータとなる。したがって、この読み出しデータS14は、20×120画素の画像を示すカラーサンプリングフォーマット4:2:2のデータとなる。 Thereby, the read data S14 read by the second memory 104 is compared with the upsampling data S23 in the horizontal direction (200/5120) × (1/10) = 1/256 times the luminance Y signal, and the vertical direction 120 / 3840 = 1/32 times reduction, color difference Cb signal and color difference Cr signal horizontal direction (200/5120) × (1/10) = 1/256 times, vertical direction 120/3840 = 1/32 times reduction Data. Therefore, the read data S14 is data of a color sampling format 4: 2: 2 indicating an image of 20 × 120 pixels.
 その他の構成は実施形態3と同じであるのでその説明を省略する。 Other configurations are the same as those in the third embodiment, and thus description thereof is omitted.
 《実施形態3の変形例2》
 なお、実施形態3において、DMA制御部205が、制御信号S17によって各画素情報の読み出しアドレスを複数回繰り返して指定するようにすることにより、アップサンプリングデータS23により示される画像を拡大した画像を示すデータを、読み出しデータS14とすることができる。このようにした場合、図8の(S2004)において、各画素の画素情報が繰り返して読み出される。例えば、各画素の画素情報が水平方向に2回連続して繰り返し読み出され、各ラインの画素情報が2回連続して繰り返し読み出されるようにすれば、アップサンプリングデータS13により示される画像を水平方向に2倍、垂直方向に2倍した画像を示すデータが、読み出しデータS14となる。
<< Modification 2 of Embodiment 3 >>
In the third embodiment, the DMA control unit 205 shows an enlarged image of the image indicated by the upsampling data S23 by repeatedly specifying the read address of each pixel information a plurality of times by the control signal S17. The data can be read data S14. In such a case, pixel information of each pixel is repeatedly read in (S2004) of FIG. For example, if the pixel information of each pixel is repeatedly read out twice in the horizontal direction and the pixel information of each line is repeatedly read out twice in succession, the image indicated by the upsampling data S13 is horizontal. Data indicating an image doubled in the direction and doubled in the vertical direction is read data S14.
 《実施形態4》
 本発明の実施形態4に係るサムネイル画像生成装置200においては、DMA制御部205が、デコード部202により取得された復号化データ(カラーサンプリングフォーマット4:2:0)の第2のメモリ104への書込みが、256画素×32ライン=8192画素の輝度Y信号毎に8191画素の輝度Y信号を間引き、256画素×32ライン=8192画素の色差Cb信号毎に8191画素の色差Cb信号を間引き、さらに256画素×32ライン=8192画素の色差Cr信号毎に8191画素の色差Cr信号を間引いて行われるようにデコード部202を制御する。DMA制御部205は、このデコード部202の制御を、制御信号S25をデコード部202に出力することによって行う。これにより、第2のメモリ104には、アップサンプリングデータS23に代えて、200×120画素の画像を示すカラーサンプリングフォーマット4:2:0の画像データが記憶される。
<< Embodiment 4 >>
In the thumbnail image generating apparatus 200 according to Embodiment 4 of the present invention, the DMA control unit 205 stores the decoded data (color sampling format 4: 2: 0) acquired by the decoding unit 202 into the second memory 104. For writing, the luminance Y signal of 8191 pixels is thinned out for each luminance Y signal of 256 pixels × 32 lines = 8192 pixels, and the color difference Cb signal of 8191 pixels is thinned out for each color difference Cb signal of 256 pixels × 32 lines = 8192 pixels. The decoding unit 202 is controlled so that the color difference Cr signal of 8191 pixels is thinned out for each color difference Cr signal of 256 pixels × 32 lines = 8192 pixels. The DMA control unit 205 controls the decoding unit 202 by outputting a control signal S25 to the decoding unit 202. As a result, the second memory 104 stores image data of a color sampling format 4: 2: 0 indicating an image of 200 × 120 pixels instead of the upsampling data S23.
 また、DMA制御部205による読み出しアドレスの指定によって、第2のメモリ104に記憶されたデータに対してアップサンプリングが行われる。読み出しアドレスは、復号化データの色差Cb信号及び色差Cr信号の両方が、水平方向及び垂直方向にそれぞれ2倍拡大して第2のメモリ104から読み出されるように指定される。つまり、DMA制御部205は、第2のメモリ104に記憶された色差Cb信号及び色差Cr信号がそれぞれ連続して2回ずつ読み出されるように、各読み出しアドレスを2回ずつ連続で指定する。 Also, upsampling is performed on the data stored in the second memory 104 according to the designation of the read address by the DMA control unit 205. The read address is specified so that both the color difference Cb signal and the color difference Cr signal of the decoded data are read from the second memory 104 while being doubled in the horizontal direction and the vertical direction, respectively. That is, the DMA control unit 205 designates each read address twice in succession so that the color difference Cb signal and the color difference Cr signal stored in the second memory 104 are successively read twice.
 例えば、第2のメモリ104に各色差信号が、A、B、C、D、・・・と順に記憶されている場合、第2のメモリ104によりA、A、B、B、C、C、D、D、・・・と各色差信号が2回ずつ繰り返して出力されるようにDMA制御部205が第2のメモリ104の読み出しアドレスを指定する。これにより、第2のメモリ104から読み出されて拡縮処理部106に入力される画像データは、カラーサンプリングフォーマット4:2:2にアップサンプリングされたデータとなる。つまり、拡縮処理部106に入力される画像データは、第2のメモリ104に記憶されたデータに含まれる画素情報のうち、色差Cb信号又は色差Cr信号を含まない画素情報に、色差Cb信号及び色差Cr信号を加えたデータとなる。 For example, when each color difference signal is stored in order in the second memory 104 as A, B, C, D,..., The second memory 104 stores A, A, B, B, C, C, The DMA control unit 205 designates the read address of the second memory 104 so that each of the color difference signals D, D,... Is output twice. Thus, the image data read from the second memory 104 and input to the enlargement / reduction processing unit 106 is data that has been upsampled to the color sampling format 4: 2: 2. That is, the image data input to the enlargement / reduction processing unit 106 includes the color difference Cb signal and the pixel information not including the color difference Cb signal or the color difference Cr signal among the pixel information included in the data stored in the second memory 104. The data is obtained by adding the color difference Cr signal.
 その他の構成は実施形態3と同じであるのでその説明を省略する。 Other configurations are the same as those in the third embodiment, and thus description thereof is omitted.
 《その他変形例》
 上記実施形態2では、第2のメモリ104に記憶されるデータは、アップサンプリング部103により出力されたアップサンプリングデータS13により示される画像を示すデータであった。しかし、DMA制御部105が、各輝度Y信号、色差Cb信号及び色差Cr信号を、所定複数個の画素の輝度Y信号、色差Cb信号及び色差Cr信号として、それぞれ前記所定複数回繰り返して出力するようにアップサンプリング部(拡大対象画像出力部)103を制御することにより、アップサンプリング部103により取得されたアップサンプリングデータS13により示される画像を拡大した画像を示すデータが第2のメモリ104に記憶されるようにしてもよい。つまり、DMA制御部105が、各画素情報を、所定複数個の画素の画素情報として繰り返して出力するようにアップサンプリング部103を制御するようにしてもよい。例えば、同じデータを2回連続で第2のメモリ104に書き込むことにより、復号化データにより示される画像を水平方向又は垂直方向にそれぞれ2倍拡大できる。また、例えば、同じデータを3回連続で第2のメモリ104に書き込むことにより、復号化データにより示される画像を水平方向又は垂直方向に3倍拡大できる。
<Other variations>
In the second embodiment, the data stored in the second memory 104 is data indicating an image indicated by the upsampling data S13 output by the upsampling unit 103. However, the DMA control unit 105 repeatedly outputs each luminance Y signal, color difference Cb signal, and color difference Cr signal as the luminance Y signal, color difference Cb signal, and color difference Cr signal of a plurality of pixels, respectively, for the predetermined number of times. By controlling the upsampling unit (enlargement target image output unit) 103 as described above, data indicating an enlarged image of the image indicated by the upsampling data S13 acquired by the upsampling unit 103 is stored in the second memory 104. You may be made to do. That is, the DMA control unit 105 may control the upsampling unit 103 so as to repeatedly output each piece of pixel information as pixel information of a predetermined plurality of pixels. For example, by writing the same data to the second memory 104 twice in succession, the image indicated by the decoded data can be doubled in the horizontal direction or the vertical direction, respectively. Also, for example, by writing the same data to the second memory 104 three times in succession, the image indicated by the decoded data can be expanded three times in the horizontal direction or the vertical direction.
 同様に、上記実施形態4でも、第2のメモリ104に記憶されるデータは、デコード部202により取得された復号化データにより示される画像を縮小した画像を示すデータであったが、DMA制御部205が、各輝度Y信号、色差Cb信号及び色差Cr信号をそれぞれ複数回繰り返して出力するようにデコード部(拡大対象画像出力部)202を制御するようにしてもよい。つまり、DMA制御部205が、各画素情報を、所定複数個の画素の画素情報として繰り返して出力するようにデコード部202を制御するようにしてもよい。これにより、デコード部202により取得された復号化データにより示される画像を拡大した画像を示すデータが第2のメモリ104に記憶される。 Similarly, in the fourth embodiment, the data stored in the second memory 104 is data indicating an image obtained by reducing the image indicated by the decoded data acquired by the decoding unit 202. However, the DMA control unit 205 may control the decoding unit (enlargement target image output unit) 202 so that each luminance Y signal, color difference Cb signal, and color difference Cr signal are repeatedly output a plurality of times. That is, the DMA control unit 205 may control the decoding unit 202 so that each piece of pixel information is repeatedly output as pixel information of a predetermined plurality of pixels. As a result, data indicating an image obtained by enlarging the image indicated by the decoded data acquired by the decoding unit 202 is stored in the second memory 104.
 本発明に係るサムネイル画像生成装置、及びサムネイル画像生成方法は、画像を縮小・拡大することによりサムネイル画像・拡大画像を生成する技術として有用である。 The thumbnail image generation apparatus and thumbnail image generation method according to the present invention are useful as a technique for generating thumbnail images / enlarged images by reducing / enlarging images.
100   サムネイル画像生成装置(拡大画像生成装置)
103   アップサンプリング部(拡大対象画像出力部)
104   第2のメモリ(画像メモリ)
105   DMA制御部
106   拡縮処理部
108   サムネイル画像出力部(拡大画像出力部)
200   サムネイル画像生成装置(拡大画像生成装置)
202   デコード部(元画像出力部、拡大対象画像出力部)
205   DMA制御部 
100 Thumbnail image generation device (enlarged image generation device)
103 Upsampling unit (magnification target image output unit)
104 Second memory (image memory)
105 DMA control unit 106 Enlargement / reduction processing unit 108 Thumbnail image output unit (enlarged image output unit)
200 Thumbnail image generation device (enlarged image generation device)
202 Decoding unit (original image output unit, enlargement target image output unit)
205 DMA controller

Claims (18)

  1.  縮小対象画像を縮小することによりサムネイル画像を生成するサムネイル画像生成装置であって、
     前記縮小対象画像の画像データを記憶し、当該画像データは、画像に含まれる画素毎に、その画素の色を示す画素情報を含むものである画像メモリと、
     前記画像メモリからの画像データの読み出しが、複数の所定個の画素情報毎に一部の画素情報を間引いて行われるように前記画像メモリの読み出しアドレスを指定するDMA制御部と、
     前記画像メモリから読み出された画像データに基づくサムネイル画像を出力するサムネイル画像出力部とを備えていることを特徴とするサムネイル画像生成装置。
    A thumbnail image generation device that generates a thumbnail image by reducing a reduction target image,
    Storing image data of the reduction target image, the image data including pixel information indicating the color of each pixel included in the image;
    A DMA control unit for designating a read address of the image memory so that reading of the image data from the image memory is performed by thinning out some pixel information for each of a plurality of predetermined pieces of pixel information;
    A thumbnail image generation apparatus comprising: a thumbnail image output unit that outputs a thumbnail image based on image data read from the image memory.
  2.  請求項1に記載のサムネイル画像生成装置において、
     前記画素情報は、所定の色空間により色を表すための複数の成分からなり、
     当該サムネイル画像生成装置は、
     前記複数の成分のうちの1つであるアップサンプリング対象成分が所定複数個の画素情報につき1つの画素情報のみに含まれるフォーマットを採用した所定の元画像の画像データに対し、前記アップサンプリング対象成分のアップサンプリングを行うことにより、アップサンプリングデータを生成するアップサンプリング部をさらに備え、
     前記画像メモリは、前記アップサンプリング部により生成されたアップサンプリングデータを前記縮小対象画像の画像データとして記憶することを特徴とするサムネイル画像生成装置。
    The thumbnail image generating apparatus according to claim 1,
    The pixel information includes a plurality of components for representing a color in a predetermined color space,
    The thumbnail image generation device
    The upsampling target component for image data of a predetermined original image adopting a format in which the upsampling target component, which is one of the plurality of components, is included in only one pixel information per predetermined plurality of pixel information An upsampling unit that generates upsampling data by performing upsampling of
    The thumbnail image generating apparatus, wherein the image memory stores upsampling data generated by the upsampling unit as image data of the reduction target image.
  3.  請求項2に記載のサムネイル画像生成装置において、
     前記画素情報は、輝度成分Yと、2つの色差成分Cb,Crとからなり、
     前記元画像の画像データは、カラーサンプリングフォーマット4:2:0又はカラーサンプリングフォーマット4:2:2であり、
     前記アップサンプリング部により行われるアップサンプリングは、カラーサンプリングフォーマット4:4:4へのアップサンプリングであることを特徴とするサムネイル画像生成装置。
    The thumbnail image generating apparatus according to claim 2,
    The pixel information includes a luminance component Y and two color difference components Cb and Cr.
    The image data of the original image has a color sampling format 4: 2: 0 or a color sampling format 4: 2: 2.
    The upsampling performed by the upsampling unit is upsampling to a color sampling format 4: 4: 4.
  4.  請求項1に記載のサムネイル画像生成装置において、
     前記DMA制御部は、前記画像メモリからの画像データの読み出しが、画像における連続する複数の所定列毎に一部の列の画素情報を間引くとともに、連続する複数の所定行毎に一部の行の画素情報を間引いて行われるように前記画像メモリの読み出しアドレスを指定することを特徴とするサムネイル画像生成装置。
    The thumbnail image generating apparatus according to claim 1,
    The DMA control unit reads out image data from the image memory by thinning out pixel information of some columns for each of a plurality of consecutive predetermined columns in an image, and for some rows for each of a plurality of consecutive predetermined rows. A thumbnail image generating apparatus, wherein a read address of the image memory is designated so that the pixel information is thinned out.
  5.  請求項4に記載のサムネイル画像生成装置において、
     前記読み出しアドレスは、列を指定する列指定値と、行を指定する行指定値とにより表され、
     前記DMA制御部は、読み出しアドレスを順に出力し、順に出力される読み出しアドレスの列指定値は、画像の水平方向の端から所定列おきに列を順に指定するものとなり、順に出力される読み出しアドレスの行指定値は、画像の垂直方向の端から所定行おきに行を順に指定するものとなることを特徴とするサムネイル画像生成装置。
    The thumbnail image generating apparatus according to claim 4, wherein
    The read address is represented by a column designation value that designates a column and a row designation value that designates a row,
    The DMA controller sequentially outputs read addresses, and the column designation values of the read addresses that are sequentially output specify columns in order from the horizontal end of the image every predetermined column, and the read addresses that are sequentially output The thumbnail designation value is for designating the rows in order at predetermined intervals from the vertical end of the image.
  6.  請求項1に記載のサムネイル画像生成装置において、
     前記DMA制御部は、前記縮小対象画像と前記サムネイル画像との画像サイズに基づいて、前記画像メモリの読み出しアドレスを指定することを特徴とするサムネイル画像生成装置。
    The thumbnail image generating apparatus according to claim 1,
    The DMA control unit is configured to designate a read address of the image memory based on an image size of the reduction target image and the thumbnail image.
  7.  請求項1に記載のサムネイル画像生成装置において、
     前記サムネイル画像出力部は、前記画像メモリから読み出された画像データにより示される画像を縮小又は拡大し、縮小又は拡大後の画像を示す拡縮画像データを出力する拡縮処理部を備え、当該拡縮処理部により出力された拡縮画像データに基づいて、前記サムネイル画像を出力することを特徴とするサムネイル画像生成装置。
    The thumbnail image generating apparatus according to claim 1,
    The thumbnail image output unit includes an enlargement / reduction processing unit that reduces or enlarges an image indicated by the image data read from the image memory and outputs enlarged / reduced image data indicating an image after reduction or enlargement. A thumbnail image generating apparatus that outputs the thumbnail image based on the enlarged / reduced image data output by the unit.
  8.  請求項1に記載のサムネイル画像生成装置において、
     前記画素情報は、所定の色空間により色を表すための複数の成分からなり、
     当該サムネイル画像生成装置は、
     所定の元画像の画像データを出力し、当該元画像の画像データには、前記複数の成分のうちの1つであるアップサンプリング対象成分が所定複数個の画素情報につき1つの画素情報のみに含まれるフォーマットが採用されている元画像出力部をさらに備え、
     前記DMA制御部は、前記元画像の画像データの出力の際、各アップサンプリング対象成分を、当該アップサンプリング対象成分を含まない画素情報に加えて当該出力を行うように前記元画像出力部を制御するとともに、前記元画像出力部から出力された画像データが前記画像メモリにそのまま書き込まれるように前記画像メモリの書込みアドレスを指定することを特徴とするサムネイル画像生成装置。
    The thumbnail image generating apparatus according to claim 1,
    The pixel information includes a plurality of components for representing a color in a predetermined color space,
    The thumbnail image generation device
    Output image data of a predetermined original image, and the image data of the original image includes an up-sampling target component which is one of the plurality of components in only one pixel information for a predetermined plurality of pixel information. Further comprising an original image output unit adopting a format
    The DMA control unit controls the original image output unit to output each upsampling target component in addition to pixel information not including the upsampling target component when outputting the image data of the original image. In addition, the thumbnail image generating apparatus is characterized by designating a write address of the image memory so that the image data output from the original image output unit is directly written in the image memory.
  9.  請求項8に記載のサムネイル画像生成装置において、
     前記画素情報は、輝度成分Yと、2つの色差成分Cb,Crとからなり、
     前記元画像の画像データは、カラーサンプリングフォーマット4:2:0又はカラーサンプリングフォーマット4:2:2であり、
     前記画像メモリに書き込まれる画像データは、カラーサンプリングフォーマット4:4:4であることを特徴とするサムネイル画像生成装置。
    The thumbnail image generating apparatus according to claim 8, wherein
    The pixel information includes a luminance component Y and two color difference components Cb and Cr.
    The image data of the original image has a color sampling format 4: 2: 0 or a color sampling format 4: 2: 2.
    The thumbnail image generating apparatus, wherein the image data written in the image memory has a color sampling format 4: 4: 4.
  10.  縮小対象画像を縮小することによりサムネイル画像を生成するサムネイル画像生成装置であって、
     画像データを記憶し、当該画像データは、画像に含まれる画素毎に、その画素の色を示す画素情報を含むものである画像メモリと、
     前記縮小対象画像の画像データの前記画像メモリへの書込みが、複数の所定個の画素情報毎に一部の画素情報を間引いて行われるように前記画像メモリの書込みアドレスを指定するDMA制御部と、
     前記画像メモリに記憶された画像データに基づくサムネイル画像を出力するサムネイル画像出力部とを備えていることを特徴とするサムネイル画像生成装置。
    A thumbnail image generation device that generates a thumbnail image by reducing a reduction target image,
    Storing image data, and the image data includes, for each pixel included in the image, an image memory including pixel information indicating a color of the pixel;
    A DMA control unit for designating a write address of the image memory so that writing of the image data of the image to be reduced into the image memory is performed by thinning out part of the pixel information for each of a plurality of predetermined pieces of pixel information; ,
    A thumbnail image generation apparatus comprising: a thumbnail image output unit that outputs a thumbnail image based on image data stored in the image memory.
  11.  請求項10に記載のサムネイル画像生成装置において、
     前記画素情報は、所定の色空間により色を表すための複数の成分からなり、
     前記画像メモリに記憶される画像データには、前記複数の成分のうちの1つであるアップサンプリング対象成分が所定複数個の画素情報につき1つの画素情報のみに含まれるフォーマットが採用され、
     前記DMA制御部は、前記画像メモリから画像データが読み出される際、各アップサンプリング対象成分が、当該アップサンプリング対象成分を含まない画素情報に加えられるように前記画像メモリの読み出しアドレスを指定することを特徴とするサムネイル画像生成装置。
    The thumbnail image generating apparatus according to claim 10, wherein
    The pixel information includes a plurality of components for representing a color in a predetermined color space,
    The image data stored in the image memory employs a format in which the upsampling target component, which is one of the plurality of components, is included in only one piece of pixel information for a plurality of pieces of pixel information,
    The DMA control unit designates a read address of the image memory so that each up-sampling target component is added to pixel information not including the up-sampling target component when the image data is read from the image memory. A thumbnail image generating apparatus as a feature.
  12.  請求項10に記載のサムネイル画像生成装置において、
     前記画素情報は、所定の色空間により色を表すための複数の成分からなり、
     当該サムネイル画像生成装置は、
     前記複数の成分のうちの1つであるアップサンプリング対象成分が所定複数個の画素情報につき1つの画素情報のみに含まれるフォーマットを採用した所定の元画像の画像データに対し、前記アップサンプリング対象成分のアップサンプリングを行うことにより、アップサンプリングデータを生成するアップサンプリング部をさらに備え、
     前記画像メモリには、前記アップサンプリング部により生成されたアップサンプリングデータが前記縮小対象画像の画像データとして書き込まれることを特徴とするサムネイル画像生成装置。
    The thumbnail image generating apparatus according to claim 10, wherein
    The pixel information includes a plurality of components for representing a color in a predetermined color space,
    The thumbnail image generation device
    The upsampling target component for image data of a predetermined original image adopting a format in which the upsampling target component, which is one of the plurality of components, is included in only one pixel information per predetermined plurality of pixel information An upsampling unit that generates upsampling data by performing upsampling of
    The thumbnail image generating apparatus, wherein the upsampling data generated by the upsampling unit is written in the image memory as image data of the reduction target image.
  13.  請求項12に記載のサムネイル画像生成装置において、
     前記画素情報は、輝度成分Yと、2つの色差成分Cb,Crとからなり、
     前記元画像の画像データは、カラーサンプリングフォーマット4:2:0又はカラーサンプリングフォーマット4:2:2であり、
     前記アップサンプリング部により行われるアップサンプリングは、カラーサンプリングフォーマット4:4:4へのアップサンプリングであることを特徴とするサムネイル画像生成装置。
    The thumbnail image generating apparatus according to claim 12,
    The pixel information includes a luminance component Y and two color difference components Cb and Cr.
    The image data of the original image has a color sampling format 4: 2: 0 or a color sampling format 4: 2: 2.
    The upsampling performed by the upsampling unit is upsampling to a color sampling format 4: 4: 4.
  14.  請求項10に記載のサムネイル画像生成装置において、
     前記サムネイル画像出力部は、前記画像メモリから読み出された画像データにより示される画像を縮小又は拡大し、縮小又は拡大後の画像を示す拡縮画像データを出力する拡縮処理部を備え、当該拡縮処理部により出力された拡縮画像データに基づいて、前記サムネイル画像を出力することを特徴とするサムネイル画像生成装置。
    The thumbnail image generating apparatus according to claim 10, wherein
    The thumbnail image output unit includes an enlargement / reduction processing unit that reduces or enlarges an image indicated by the image data read from the image memory and outputs enlarged / reduced image data indicating an image after reduction or enlargement. A thumbnail image generating apparatus that outputs the thumbnail image based on the enlarged / reduced image data output by the unit.
  15.  拡大対象画像を拡大することにより拡大画像を生成する拡大画像生成装置であって、
     拡大対象画像の画像データを出力し、当該画像データは、画像に含まれる画素毎に、その画素の色を示す画素情報を含むものである拡大対象画像出力部と、
     前記拡大対象画像出力部により出力された画像データを記憶する画像メモリと、
     前記拡大対象画像の画像データの出力の際、各画素の画素情報を複数画素の画素情報として繰り返して出力するように前記拡大対象画像出力部を制御するDMA制御部と、
     前記画像メモリに記憶された画像データに基づく拡大画像を出力する拡大画像出力部とを備えていることを特徴とする拡大画像生成装置。
    An enlarged image generation device that generates an enlarged image by enlarging an enlargement target image,
    Outputting image data of an enlargement target image, and the image data includes, for each pixel included in the image, an enlargement target image output unit including pixel information indicating a color of the pixel;
    An image memory for storing the image data output by the enlargement target image output unit;
    A DMA control unit that controls the enlargement target image output unit so as to repeatedly output pixel information of each pixel as pixel information of a plurality of pixels when outputting image data of the enlargement target image;
    An enlarged image generating apparatus, comprising: an enlarged image output unit that outputs an enlarged image based on image data stored in the image memory.
  16.  縮小対象画像を縮小することによりサムネイル画像を生成するサムネイル画像生成方法であって、
     前記縮小対象画像の画像データを画像メモリに記憶させ、当該画像データは、画像に含まれる画素毎に、その画素の色を示す画素情報を含むものである記憶ステップと、
     前記画像メモリからの画像データの読み出しが、複数の所定個の画素情報毎に一部の画素情報を間引いて行われるように前記画像メモリの読み出しアドレスを指定するDMA制御ステップと、
     前記画像メモリから読み出された画像データに基づくサムネイル画像を出力するサムネイル画像出力ステップとを備えていることを特徴とするサムネイル画像生成方法。
    A thumbnail image generation method for generating a thumbnail image by reducing a reduction target image,
    Storing image data of the image to be reduced in an image memory, the image data including pixel information indicating the color of each pixel included in the image;
    A DMA control step of designating a read address of the image memory so that reading of the image data from the image memory is performed by thinning out some pixel information for each of a plurality of predetermined pieces of pixel information;
    And a thumbnail image output step of outputting a thumbnail image based on the image data read from the image memory.
  17.  縮小対象画像を縮小することによりサムネイル画像を生成するサムネイル画像生成方法であって、
     画像データを記憶し、当該画像データは、画像に含まれる画素毎に、その画素の色を示す画素情報を含むものである画像メモリに対し、前記縮小対象画像の画像データの書込みが、複数の所定個の画素情報毎に一部の画素情報を間引いて行われるように前記画像メモリの書込みアドレスを指定するDMA制御ステップと、
     前記画像メモリに記憶された画像データに基づくサムネイル画像を出力するサムネイル画像出力ステップとを備えていることを特徴とするサムネイル画像生成方法。
    A thumbnail image generation method for generating a thumbnail image by reducing a reduction target image,
    Image data is stored, and for each pixel included in the image, the image data including the pixel information indicating the color of the pixel is written in a plurality of predetermined numbers. A DMA control step of designating a write address of the image memory so that a part of the pixel information is thinned out for each pixel information;
    And a thumbnail image output step of outputting a thumbnail image based on the image data stored in the image memory.
  18.  拡大対象画像を拡大することにより拡大画像を生成する拡大画像生成方法であって、
     拡大対象画像の画像データを出力し、当該画像データは、画像に含まれる画素毎に、その画素の色を示す画素情報を含むものである拡大対象画像出力部に対し、前記拡大対象画像の画像データの出力の際、各画素の画素情報を複数画素の画素情報として繰り返して出力させる制御を行うDMA制御ステップと、
     前記拡大対象画像出力部により出力された画像データを画像メモリに記憶させる記憶ステップと、
     前記画像メモリに記憶された画像データに基づく拡大画像を出力する拡大画像出力ステップとを備えていることを特徴とする拡大画像生成方法。
    An enlarged image generation method for generating an enlarged image by enlarging an enlargement target image,
    The image data of the enlargement target image is output, and the image data includes, for each pixel included in the image, the enlargement target image output unit including pixel information indicating the color of the pixel. A DMA control step for performing control to repeatedly output pixel information of each pixel as pixel information of a plurality of pixels at the time of output;
    Storing the image data output by the enlargement target image output unit in an image memory;
    An enlarged image generation method comprising: an enlarged image output step of outputting an enlarged image based on the image data stored in the image memory.
PCT/JP2011/001780 2010-07-22 2011-03-25 Thumbnail image generation device, magnified image generation device, thumbnail image generation method, and magnified image generation method WO2012011211A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2010-164703 2010-07-22
JP2010164703 2010-07-22

Publications (1)

Publication Number Publication Date
WO2012011211A1 true WO2012011211A1 (en) 2012-01-26

Family

ID=45496650

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2011/001780 WO2012011211A1 (en) 2010-07-22 2011-03-25 Thumbnail image generation device, magnified image generation device, thumbnail image generation method, and magnified image generation method

Country Status (1)

Country Link
WO (1) WO2012011211A1 (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62243075A (en) * 1986-04-16 1987-10-23 Olympus Optical Co Ltd Image data transfer device
JPH02136894A (en) * 1988-11-18 1990-05-25 Canon Inc Picture storing device
JPH02287493A (en) * 1989-04-28 1990-11-27 Canon Inc Image display system
JPH09205538A (en) * 1996-01-25 1997-08-05 Ricoh Co Ltd Facsimile equipment
JPH10336563A (en) * 1997-05-30 1998-12-18 Casio Comput Co Ltd Apparatus and method for image-pickup device
JP2004358233A (en) * 2004-04-26 2004-12-24 Olympus Corp Image processing apparatus
JP2007067917A (en) * 2005-08-31 2007-03-15 Matsushita Electric Ind Co Ltd Image data processing apparatus
WO2008146406A1 (en) * 2007-06-01 2008-12-04 Thomson Licensing Image processing device and method for pixel data conversion

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62243075A (en) * 1986-04-16 1987-10-23 Olympus Optical Co Ltd Image data transfer device
JPH02136894A (en) * 1988-11-18 1990-05-25 Canon Inc Picture storing device
JPH02287493A (en) * 1989-04-28 1990-11-27 Canon Inc Image display system
JPH09205538A (en) * 1996-01-25 1997-08-05 Ricoh Co Ltd Facsimile equipment
JPH10336563A (en) * 1997-05-30 1998-12-18 Casio Comput Co Ltd Apparatus and method for image-pickup device
JP2004358233A (en) * 2004-04-26 2004-12-24 Olympus Corp Image processing apparatus
JP2007067917A (en) * 2005-08-31 2007-03-15 Matsushita Electric Ind Co Ltd Image data processing apparatus
WO2008146406A1 (en) * 2007-06-01 2008-12-04 Thomson Licensing Image processing device and method for pixel data conversion

Similar Documents

Publication Publication Date Title
US8009337B2 (en) Image display apparatus, method, and program
JP2007067917A (en) Image data processing apparatus
US8508610B2 (en) Video signal processing apparatus
CN102291531A (en) Image processing apparatus, image processing method, and program
JP4263190B2 (en) Video composition circuit
JP5585885B2 (en) Image processing apparatus and image processing method
JP2004343200A (en) Image processor
JP4225241B2 (en) Image display device
WO2012011211A1 (en) Thumbnail image generation device, magnified image generation device, thumbnail image generation method, and magnified image generation method
US20050140990A1 (en) Image processing apparatus and method and image data display method for digital camera
JP6524644B2 (en) Image processing apparatus and electronic device
JP4109151B2 (en) Image processing device
JP4987800B2 (en) Imaging device
JP5315093B2 (en) Imaging apparatus and imaging method
JP2008181017A (en) On-screen display apparatus, on-screen display method, and imaging device
JP2006211037A (en) Image processing method and apparatus
JP4401884B2 (en) Video signal processing apparatus and method
JP2009042338A (en) Pixel number conversion method, device, and program
JP2007094391A (en) Moving image display apparatus
JP2009033438A (en) Imaging apparatus
JP2004282305A (en) Image processing system
WO2009150795A1 (en) Image reproduction device
JP4438357B2 (en) Electronic still camera
JP4804562B2 (en) Video signal processing apparatus and method
JP2006067513A (en) Image magnification/reduction converting apparatus and digital video system

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11809390

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11809390

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP