WO2006126042A1 - Method and device for processing image data stored in a frame buffer - Google Patents

Method and device for processing image data stored in a frame buffer Download PDF

Info

Publication number
WO2006126042A1
WO2006126042A1 PCT/IB2005/051672 IB2005051672W WO2006126042A1 WO 2006126042 A1 WO2006126042 A1 WO 2006126042A1 IB 2005051672 W IB2005051672 W IB 2005051672W WO 2006126042 A1 WO2006126042 A1 WO 2006126042A1
Authority
WO
WIPO (PCT)
Prior art keywords
image data
buffer
image
certain buffer
during
Prior art date
Application number
PCT/IB2005/051672
Other languages
French (fr)
Inventor
Konstantin Berman
Michael Zarubinsky
Original Assignee
Freescale Semiconductor, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Freescale Semiconductor, Inc. filed Critical Freescale Semiconductor, Inc.
Priority to US11/914,873 priority Critical patent/US8102399B2/en
Priority to PCT/IB2005/051672 priority patent/WO2006126042A1/en
Priority to JP2008512932A priority patent/JP4728393B2/en
Priority to EP05742467A priority patent/EP1889252A1/en
Publication of WO2006126042A1 publication Critical patent/WO2006126042A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/20Processor architectures; Processor configuration, e.g. pipelining
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/36Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
    • G09G5/39Control of the bit-mapped memory
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/36Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
    • G09G5/39Control of the bit-mapped memory
    • G09G5/399Control of the bit-mapped memory using two or more bit-mapped memories, the operations of which are switched in time, e.g. ping-pong buffers
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2360/00Aspects of the architecture of display systems
    • G09G2360/12Frame memory handling
    • G09G2360/123Frame memory handling using interleaving

Definitions

  • the present invention relates to methods and devices for processing image data and especially to high-speed low-latency methods and devices for processing image data.
  • Modern mobile devices such as but not limited to cellular phones, personal data accessories and the like, include high-resolution full-color displays. These mobile devices are able to display high quality graphics, text, still images and video streams on their display panels.
  • a video stream includes a sequence of images. For convenience of explanation graphics, test, and a still image are referred to as image. The image is represented by image data.
  • a mobile or stationary device can include more than a single image processor (also referred to as image data processor) .
  • An image processor is any component that can affect the value of image data by one or more prior art image processing stages. Some of these stages were mentioned above.
  • a double buffer includes a pair of buffers . Each of this pair of buffers can be accessed by a component, thus a double buffers can be accessed simultaneously by two components. If a video processing sequence is implemented by N processing components, a display controller that retrieves data from a last processing component and a first component that provides the image data to a first processing component then 2* (N+l) buffers or N+l double buffers are required.
  • Double buffers are usually implemented by DRAM memories .
  • An image data processor reads information from a first buffer that belongs to a first page of the DRAM memory, processes the image data and then writes the processed image data to a second buffer that belongs to another page of the DRAM memory.
  • the image data processor accesses one DRAM page (during the read operation) and then another DRAM page (during the write operation) .
  • This access pattern increases the access latency. This latency can affect the performance of the device, especially in devices that perform multiple access to the buffers.
  • FIG. 1 illustrates a device according to an embodiment of the invention
  • FIG. 2 illustrates three buffers, according to an embodiment of the invention
  • FIG. 3 is a timing diagram that illustrates an image data processing sequence, according to an embodiment of the invention
  • FIG. 4 illustrates in greater detail the read and write operation preformed by the image converter during the second period, according to an embodiment of the invention
  • FIG. 5 is a timing diagram that illustrates another image data processing sequence, according to another embodiment of the invention.
  • FIG. 6 is a flow chart of a method for processing image data, according to an embodiment of the invention.
  • FIG. 7 is a flow chart of another method for processing image data, according to another embodiment of the invention.
  • FIG. 1 illustrates a device such as system on chip 10, according to an embodiment of the invention.
  • System on chip 10 includes an external memory 420 and a processor 100.
  • the processor 100 includes an Image
  • Main processing • unit 400 also known as
  • general purpose processing unit is capable of executing instructions.
  • System on chip 10 includes multiple components, as well as multiple instruction, control and data buses. For simplicity of explanation only major data buses are shown .
  • the IPU 200 is capable of performing various image processing operations, and interfacing with various external devices, such as image sensors, camera, displays, encoders and the like.
  • the IPU 200 is much smaller than the main processing unit 400 and consumes less power.
  • the IPU 200 has a hardware filter 240 that is capable of performing various filtering operations such as de-blocking filtering, de-ringing filtering and the like.
  • various filtering operations such as de-blocking filtering, de-ringing filtering and the like.
  • Various prior art methods for performing said filtering operations are known in the art and require no additional explanation.
  • the IPU 200 By performing de-blocking filtering operation by filter 240, instead of main processing unit 400, the IPU 200 reduces the computational load on the main processing unit 400. In one operational mode the filter 240 can speed up the image processing process by operating in parallel to the main processing unit 400.
  • IPU 200 includes control module 210, sensor interface 220, image converter 230, filter 240, image Direct Memory Access controller (IDMAC) 280, synchronous display controller 250, asynchronous display controller 260, and display interface 270.
  • the sensor interface 220 is connected on one side to an image sensor such as camera 300 and on the other side is connected to the image converter 230.
  • the display interface 270 is connected to the synchronous display controller (SDC) 250 and in parallel to the asynchronous display controller 260.
  • the display interface 270 is adapted to be connected to multiple devices such as but not limited to TV encoder 310, graphic accelerator 320 and display 330.
  • the IDMAC 280 facilitates access of various IPU 200 modules to memory banks such as the internal memory 430 and the external memory 420.
  • the IDMAC 280 is connected to on one hand to the image converter 230, filter 240, SDC 250 and ADC 260 and on the other hand is connected to memory interface 410.
  • the memory interface 410 is connected to internal memory 430 and additional or alternatively, to an external memory 420.
  • the memory interface 410 receives a request from the IDMAC 280 and determines whether to retrieve the requested information from the external memory 420 or the internal memory 430. The determination can be based upon a mapping between addresses and these memory units 420 and 430. Typically, the internal memory 430 is relatively small and the external memory 420 is much larger. Conveniently the external memory 420 stores image data.
  • the sensor interface 220 captures image data from camera 300 or from a TV decoder (not shown) .
  • the captured image data can be sent to the image converter 230 for processing or post processing, but the captured data image can also be sent without applying either of these operations to IDMAC 280 the in turn sends it, via memory interface 410 to internal memory 430 or external memory
  • the image converter 230 is capable of processing image data from the sensor module 220 or processing image data retrieved from the external memory 420.
  • the processing operations include downsizing, resizing, color space conversion (for example YUV to RGB, RGB to YUV, YUV to another YUV) , image rotation, up/down and left/right flipping of an image and also combining a video image with graphics .
  • the display interface 270 is capable of arbitrating access to multiple displays using a time multiplexing scheme. It converts image data form SDC 250, ADC 260 and the main processing unit 400 to a format suitable to the displays that are connected to it. It is also adapted to generate control and timing signals and to provide them to the displays .
  • the SDC 250 supports displaying video and graphics on synchronous displays such as dumb displays and memory- less displays, as well on televisions (through TV encoders) .
  • the ADC 260 supports displaying video and graphics on smart displays.
  • the IDMAC 280 has multiple DMA channels and manages access to the internal and external memories 430 and 420.
  • FIG. 2 illustrates three buffers 421, 422 and 423 within the external memory 420, according to an embodiment of the invention.
  • Each buffer has five pages 4211-4215, 4221-4225 and 4231-4235.
  • the read pointer and write pointer of buffer 421 are denoted read-pointer-1 and write-pointer-1.
  • the read pointer and write pointer of buffer 422 are denoted read- pointer-2 and write-pointer-2.
  • the read pointer and write pointer of buffer 423 are denoted read-pointer-3 and write-pointer-3.
  • an image data processor such as image converter 230 reads and writes to a certain buffer and the difference between the read pointer and the write pointer is small. Thus, most of the time the image converter 230 reads image data and writes image data to the same page.
  • the first and second entries are proximate to each other.
  • the second entry includes image data that was previously read by the image processor during the certain period
  • the distance between the first and the second entries is smaller than a size of one page of the certain buffer. Conveniently, the distance is smaller than one tenth of the size of the page.
  • the difference between the read pointer and the write pointer is determined in response to various parameters including the size of information bursts that can be transfer during a single memory access, a size of an optional memory cache (or internal memory) that is connected to the image data processor, and the amount of information required to perform a certain image data processing operation.
  • certain pixel operations such as de-blocking filtering require image data of pervious pixels .
  • Each pixel of an image is represented by multiple pixel components such as RGB, YUV and the like.
  • There different pixel components can be stored in a interleaved manner (in which the various pixel components are stored one after the other) or in a non-interleaved manner in which different pixel components are stored in different buffers . It is assumed that each buffer stores image data in an interleaved manner. Otherwise, three (or more) buffers are required to store the three different components.
  • FIG. 3 is a timing diagram that illustrates an image data processing sequence 500, .according- to an embodiment of the invention.
  • the image data processing sequence 500 is executed by an image data provider such as main processing unit
  • an image processor such as image converter 230 and an image data retriever such as asynchronous display controller 260.
  • a component (out of main processing unit 400, image converter 230 and asynchronous display controller 260) accesses a certain buffer the other components are prevented from accessing the same buffer. This can be implemented in various manners, including locking the buffer by the first component that accessed the buffer. For example, during the first period
  • the main processing unit 400 writes image data to the first buffer 421.
  • the main process unit 400 conveniently fills the first buffer 421 with image data, or at least writes image memory data to two pages of the first buffer 421.
  • the main processing unit 400 writes image data to the second buffer 422.
  • the image converter 230 reads image data from the first buffer 421, processes the image data and writes the processed image data to the first buffer 421.
  • the image converter 420 writes to entries that previously stored image data that was read by the image converter 230 during second period P2.
  • write-pointer-1 follows read-pointer-1, and the distance between them is relatively small, especially in comparison to the size of a memory page.
  • both pointers point to entries that belong to the same memory page except for short pointer transitions from one page to another.
  • the main processing unit 400 writes image data to the third buffer 423.
  • the image converter 230 reads image data from the second buffer 422, processes the image data and writes the processed image data to the second buffer 422. It writes processed image data to entries that store image data that was read by the image converter 230 during the third period P3 530.
  • write- pointer-2 follows read-pointer-2 , and the distance between them is relatively small, especially in comparison to the size of the page. Thus, both pointers point to entries that belong to the same page except for short transitions of these pointers from one page to another.
  • the asynchronous display controller 260 reads image data from the first buffer 421.
  • the main processing unit 400 writes data to the first buffer 421
  • the image converter 230 reads image data from the third buffer 423, processes the image data and writes the processed image data to the third buffer 423, and the asynchronous display controller 260 reads image data from the second buffer 421.
  • the main processing unit 400 writes data to the second buffer 422, the image converter 230 reads image data from the first buffer 421, processes the image data and writes the processed image data to the first buffer 421 and the asynchronous display controller 260 reads image data from the third buffer 423.
  • the image converter 230 reads image data from the second buffer 422, processes the image data and writes the processed image data to the second buffer 422 and the asynchronous display controller 260 reads image data from the first buffer 421.
  • FIG. 4 illustrates in greater detail the read and write operation preformed by the image converter 230 during the second period P2 520.
  • the image converter reads image information that fills the first buffer, that the difference (deltaEnrty) between the read and write pointers (read-pointer-1 and write-pointer-1) is relatively small and that a small time difference (deltaT) separates between a read operation of a certain entry to a write operation of that same entry.
  • the second period P2 520 includes five sub-periods RW1-RW5 521, 523, 525, 527 and 529 and four transition periods TPl - TP4 522, 524, 526 and 528.
  • both read- pointer-1 and write-pointer-1 point to entries that belong to the k'th page.
  • Each transition period is short and is about deltaT long.
  • k l,2,3,4
  • read-pointer-1 points to entries in the (k+l)'th page of the first buffer 421 while the write-pointer-1 points to entries in the k'th page of the first buffer 421.
  • FIG. 5 is a timing diagram that illustrates another image data processing sequence 600, according to an embodiment of the invention.
  • the image data processing sequence 600 is executed by an image data provider such as main processing unit
  • image processor 400 two image processors such as image converter 230 and hardware filter 240, and an image data retriever such as asynchronous display controller 260.
  • a fourth buffer 424 is introduced.
  • every processing unit accesses a buffer by performing read and write operations while maintaining a small difference between the read and write pointers. It is noted that this difference can differ from one processing unit to another due to difference in the type of data processing, the amount of pixel information required for processing, difference in data retrieval capabilities and the like.
  • the main processing unit 400 writes image data to the first buffer 421.
  • the main process unit 400 conveniently fills the first buffer 421 with image data.
  • the main processing unit 400 writes image data to the second buffer 422.
  • the hardware filter 240 reads image data from the first buffer 421, processes the image data and writes it back to the first buffer 421, especially to entries that store image data that was read by the hardware filter 240 during second period P2.
  • the main processing unit 400 writes image data to the third buffer 423.
  • the hardware filter 240 reads image data from the second buffer 422, processes the image data and writes it back to the second buffer 422, especially to entries that store image data that was read by the hardware filter 240 during the third period P3 530.
  • write-pointer-2 follows read-pointer-2 , and the distance between them is relatively small, especially in comparison to the size of. the page .
  • the image converter 230 reads image data from the first buffer 421, processes the image data and writes it back to the first buffer 421, especially to entries that store image data that was read by the image converter 230 during the third period P3 530.
  • write-pointer-1 follows read-pointer-1, and the distance between them is relatively small, especially in comparison to the size of the page.
  • the main processing unit 400 writes data to the fourth buffer 424
  • the hardware filter 240 reads image data from the third buffer 423 and writes image data to the third buffer 423
  • the image converter 230 reads image data from the second buffer 422 and writes image data to the second buffer 422
  • the asynchronous display controller 260 reads image data from the first buffer 421.
  • the main processing unit 400 writes data to the first buffer 421
  • the hardware filter 240 reads image data from the fourth buffer 424 and writes image data to the fourth buffer 424
  • the image converter 230 reads image data from the third buffer 423 and writes image data to the third buffer 423
  • the asynchronous display controller 260 reads image data from the second buffer 422.
  • the hardware filter 240 reads image data from the first buffer 421 and writes image data to the first buffer 421
  • the image converter 230 reads image data from the fourth- buffer 424 and writes image data to the fourth buffer 424
  • the asynchronous display controller 260 reads image data from the third buffer 422.
  • the image converter 230 reads image data from the first buffer 421 and writes image data to the first buffer 421, and the asynchronous display controller 260 reads image data from the fourth buffer 424.
  • the asynchronous display controller 260 reads image data from the first buffer 421.
  • FIG. 6 is a flow chart of a method 700 for processing image data, according to an embodiment of the invention.
  • Method 700 starts by stage 710 of writing image data to a certain buffer by an image data provider. Conveniently, stage 710 is executed before stages 720 and 730 during a first iteration of method 700. During other iterations of method 700 it is executed in parallel to stages 720 and 730.
  • the main processing unit 400 writes to a first buffer during first period Pl 510, while the image converter remains idle.
  • the main processing unit 400 writes to as second buffer while the image converter reads image data from the first buffer, processes it and writes the processed image data to the first buffer.
  • stages 710-760 can be repeated multiple times, until a predefined amount of image data is received, processed and retrieved.
  • Stage 710 is followed by stage 730 and by stage 720.
  • Stage 720 includes reading, by an image processor, image data from a first entry of a certain buffer.
  • Stage 720. is followed by stage 722 of processing the image data by the image processor.
  • Stage 722 is followed by stage
  • the first and second entries are proximate to each other.
  • the second entry includes image data that was previously read by the image processor during the certain period
  • the distance between the first and the second entries is smaller than a size of one page of the certain buffer. Conveniently, the distance is smaller than one tenth of the size of the page.
  • Stage 724 is followed by stage 726 of deciding whether to repeats stages 720 -724 according to a predefined repetition criterion.
  • the repetition ends when at least two memory pages of the certain buffer are read. Conveniently the repetition ends when the whole buffer is read. If the repetition ends stage 726 is followed by stage 720, else it is followed by "END" stage 728.
  • Stage 730 includes preventing an image data provider and an image data retriever form accessing the certain buffer during the repetition.
  • Method 700 also includes stages 750 and 760. Stage
  • Stage 750 includes writing image data to a certain buffer by an image data provider.
  • Stage 760 includes retrieving image data that was previously processed by image data processor, by an image data retriever. The retrieved image data can be sent to a display, sent to a display controller or sent to another memory unit .
  • Stages 750 and 760 are executed in parallel to stages 720-726. It is noted that this parallelism does not occur during initial iterations and final iterations of method 700. Thus, for example, the data retrieval stage 760 ends at least one period after the data processing ends.
  • FIG. 7 is a flow chart of a method 701 for processing image data, according to an embodiment of the invention.
  • Method 701 differs from method 700 by including additional processing stages that are executed by an additional image data processor. Both image data processors can operate in a pipelined manner thus during many iterations of method 701 they operate in parallel, on different image data stored in different buffers.
  • Method 701 includes a repetition of stages 740-744.
  • Stage 740 includes reading, by another image processor image data from a first entry of another buffer.
  • Stage 742 includes processing the image data by the other image processor.
  • Stage 744 includes writing processed image data to a second entry of the other buffer. It is noted that more than three image processors can participate in the image data processing sequence.
  • N+2 buffers are required.

Abstract

A device (10) and method (700) for data image processing. The method (700) includes writing (710), image data to a certain buffer by an image data provider and repeating stages of reading (720), by an image processor image data from a first entry of a certain buffer, processing (722) the image data by the image processor, and writing (724) processed image data to a second entry of the certain buffer. The repeating ends when at least two memory pages of the certain buffer are read, wherein a distance between the first and second entries is smaller than a size of a page of the certain buffer and is much smaller than the size of the page. The second entry includes image data that was previously read by the image processor during the certain period. Through use of read and write pointers a main processing unit prevents (730) an image data provider and an image data retriever form accessing the certain buffer during the repetition.

Description

METHOD AND DEVICE FOR PROCESSING IMAGE DATA STORED IN A FRAME BUFFER
FIELD OF THE INVENTION
The present invention relates to methods and devices for processing image data and especially to high-speed low-latency methods and devices for processing image data.
BACKGROUND OF THE INVENTION Modern mobile devices, such as but not limited to cellular phones, personal data accessories and the like, include high-resolution full-color displays. These mobile devices are able to display high quality graphics, text, still images and video streams on their display panels. A video stream includes a sequence of images. For convenience of explanation graphics, test, and a still image are referred to as image. The image is represented by image data.
These mobile devices apply a multiple image data process operations in order to provide said high-quality images. Various image data processing operations include downsizing, over-sizing, color conversion, image rotation, alpha blending, de-blocking filtering, de- ringing filtering and the like. Usually, a single mobile or stationary device can include more than a single image processor (also referred to as image data processor) . An image processor is any component that can affect the value of image data by one or more prior art image processing stages. Some of these stages were mentioned above.
A double buffer includes a pair of buffers . Each of this pair of buffers can be accessed by a component, thus a double buffers can be accessed simultaneously by two components. If a video processing sequence is implemented by N processing components, a display controller that retrieves data from a last processing component and a first component that provides the image data to a first processing component then 2* (N+l) buffers or N+l double buffers are required.
The following patents and patent applications, all being incorporated herein by reference, provide a brief overview of various buffering systems and methods applied for video processing: U.S. patent 6765622 of Rathnam et al . , titled "Line-buffer reuse in vertical pixel- processing arrangement"; U. S patent 6128026 of Brothers, III, titled "Double buffered graphics and video accelerator having a write blocking memory interface and method of doing the same" ; and PCT patent application publication serial number WO 00/39804 of Quirk et al . , titled "System for dual buffering input to dual port memory for a raster scanned display" .
Double buffers are usually implemented by DRAM memories . An image data processor reads information from a first buffer that belongs to a first page of the DRAM memory, processes the image data and then writes the processed image data to a second buffer that belongs to another page of the DRAM memory. During successive read and write operations the image data processor accesses one DRAM page (during the read operation) and then another DRAM page (during the write operation) . This access pattern increases the access latency. This latency can affect the performance of the device, especially in devices that perform multiple access to the buffers.
There is a need to provide an efficient device and method for processing image data. SUMMARY OF THE PRESENT INVENTION
A method and device for processing image data, as described in the accompanying claims.
BRIEF DESCRIPTION OF THE DRAWINGS The present invention will be understood and appreciated more fully from the following detailed description taken in conjunction with the drawings in which:
FIG. 1 illustrates a device according to an embodiment of the invention;
FIG. 2 illustrates three buffers, according to an embodiment of the invention; FIG. 3 is a timing diagram that illustrates an image data processing sequence, according to an embodiment of the invention;
FIG. 4 illustrates in greater detail the read and write operation preformed by the image converter during the second period, according to an embodiment of the invention;
FIG. 5 is a timing diagram that illustrates another image data processing sequence, according to another embodiment of the invention; FIG. 6 is a flow chart of a method for processing image data, according to an embodiment of the invention; and
FIG. 7 is a flow chart of another method for processing image data, according to another embodiment of the invention.
DETAILED DESCRIPTION OF THE DRAWINGS The following figures illustrate exemplary embodiments of the invention. They are not intended to limit the scope of the invention but rather assist in understanding some of the embodiments of the invention. It is further noted that all the figures are out of scale.
FIG. 1 illustrates a device such as system on chip 10, according to an embodiment of the invention.
System on chip 10 includes an external memory 420 and a processor 100. The processor 100 includes an Image
Processing Unit (IPU) 200 as well as a main processing unit 400. Main processing • unit 400 (also known as
"general purpose processing unit" , "digital signal processing unit" or just "processing unit") is capable of executing instructions.
System on chip 10 includes multiple components, as well as multiple instruction, control and data buses. For simplicity of explanation only major data buses are shown . According to various embodiment of the invention the IPU 200 is capable of performing various image processing operations, and interfacing with various external devices, such as image sensors, camera, displays, encoders and the like. The IPU 200 is much smaller than the main processing unit 400 and consumes less power.
The IPU 200 has a hardware filter 240 that is capable of performing various filtering operations such as de-blocking filtering, de-ringing filtering and the like. Various prior art methods for performing said filtering operations are known in the art and require no additional explanation.
By performing de-blocking filtering operation by filter 240, instead of main processing unit 400, the IPU 200 reduces the computational load on the main processing unit 400. In one operational mode the filter 240 can speed up the image processing process by operating in parallel to the main processing unit 400. IPU 200 includes control module 210, sensor interface 220, image converter 230, filter 240, image Direct Memory Access controller (IDMAC) 280, synchronous display controller 250, asynchronous display controller 260, and display interface 270. The sensor interface 220 is connected on one side to an image sensor such as camera 300 and on the other side is connected to the image converter 230. The display interface 270 is connected to the synchronous display controller (SDC) 250 and in parallel to the asynchronous display controller 260. The display interface 270 is adapted to be connected to multiple devices such as but not limited to TV encoder 310, graphic accelerator 320 and display 330.
The IDMAC 280 facilitates access of various IPU 200 modules to memory banks such as the internal memory 430 and the external memory 420. The IDMAC 280 is connected to on one hand to the image converter 230, filter 240, SDC 250 and ADC 260 and on the other hand is connected to memory interface 410. The memory interface 410 is connected to internal memory 430 and additional or alternatively, to an external memory 420.
The memory interface 410 receives a request from the IDMAC 280 and determines whether to retrieve the requested information from the external memory 420 or the internal memory 430. The determination can be based upon a mapping between addresses and these memory units 420 and 430. Typically, the internal memory 430 is relatively small and the external memory 420 is much larger. Conveniently the external memory 420 stores image data.
The sensor interface 220 captures image data from camera 300 or from a TV decoder (not shown) . The captured image data can be sent to the image converter 230 for processing or post processing, but the captured data image can also be sent without applying either of these operations to IDMAC 280 the in turn sends it, via memory interface 410 to internal memory 430 or external memory
420.
The image converter 230 is capable of processing image data from the sensor module 220 or processing image data retrieved from the external memory 420. The processing operations include downsizing, resizing, color space conversion (for example YUV to RGB, RGB to YUV, YUV to another YUV) , image rotation, up/down and left/right flipping of an image and also combining a video image with graphics . The display interface 270 is capable of arbitrating access to multiple displays using a time multiplexing scheme. It converts image data form SDC 250, ADC 260 and the main processing unit 400 to a format suitable to the displays that are connected to it. It is also adapted to generate control and timing signals and to provide them to the displays .
The SDC 250 supports displaying video and graphics on synchronous displays such as dumb displays and memory- less displays, as well on televisions (through TV encoders) . The ADC 260 supports displaying video and graphics on smart displays.
The IDMAC 280 has multiple DMA channels and manages access to the internal and external memories 430 and 420. FIG. 2 illustrates three buffers 421, 422 and 423 within the external memory 420, according to an embodiment of the invention.
Each buffer has five pages 4211-4215, 4221-4225 and 4231-4235.
The read pointer and write pointer of buffer 421 are denoted read-pointer-1 and write-pointer-1. The read pointer and write pointer of buffer 422 are denoted read- pointer-2 and write-pointer-2. The read pointer and write pointer of buffer 423 are denoted read-pointer-3 and write-pointer-3.
According to an embodiment of the invention an image data processor such as image converter 230 reads and writes to a certain buffer and the difference between the read pointer and the write pointer is small. Thus, most of the time the image converter 230 reads image data and writes image data to the same page.
Conveniently, the first and second entries are proximate to each other. Conveniently, the second entry includes image data that was previously read by the image processor during the certain period
Conveniently, the distance between the first and the second entries is smaller than a size of one page of the certain buffer. Conveniently, the distance is smaller than one tenth of the size of the page.
Conveniently, the difference between the read pointer and the write pointer is determined in response to various parameters including the size of information bursts that can be transfer during a single memory access, a size of an optional memory cache (or internal memory) that is connected to the image data processor, and the amount of information required to perform a certain image data processing operation. For example, certain pixel operations (such as de-blocking filtering) require image data of pervious pixels .
Each pixel of an image is represented by multiple pixel components such as RGB, YUV and the like. There different pixel components can be stored in a interleaved manner (in which the various pixel components are stored one after the other) or in a non-interleaved manner in which different pixel components are stored in different buffers . It is assumed that each buffer stores image data in an interleaved manner. Otherwise, three (or more) buffers are required to store the three different components.
FIG. 3 is a timing diagram that illustrates an image data processing sequence 500, .according- to an embodiment of the invention.
The image data processing sequence 500 is executed by an image data provider such as main processing unit
400, an image processor such as image converter 230 and an image data retriever such as asynchronous display controller 260.
It is noted that when a component (out of main processing unit 400, image converter 230 and asynchronous display controller 260) accesses a certain buffer the other components are prevented from accessing the same buffer. This can be implemented in various manners, including locking the buffer by the first component that accessed the buffer. For example, during the first period
Pl 510 the image converter 230 and the asynchronous display controller 260 cannot access the first buffer 421.
During a first period Pl 510 the main processing unit 400 writes image data to the first buffer 421. The main process unit 400 conveniently fills the first buffer 421 with image data, or at least writes image memory data to two pages of the first buffer 421.
During a second period P2 520 the main processing unit 400 writes image data to the second buffer 422. The image converter 230 reads image data from the first buffer 421, processes the image data and writes the processed image data to the first buffer 421. The image converter 420 writes to entries that previously stored image data that was read by the image converter 230 during second period P2.
During the second period P2 520 write-pointer-1 follows read-pointer-1, and the distance between them is relatively small, especially in comparison to the size of a memory page. Thus, both pointers point to entries that belong to the same memory page except for short pointer transitions from one page to another.
During a third period P3 530 the main processing unit 400 writes image data to the third buffer 423. The image converter 230 reads image data from the second buffer 422, processes the image data and writes the processed image data to the second buffer 422. It writes processed image data to entries that store image data that was read by the image converter 230 during the third period P3 530. During the third period P3 530 write- pointer-2 follows read-pointer-2 , and the distance between them is relatively small, especially in comparison to the size of the page. Thus, both pointers point to entries that belong to the same page except for short transitions of these pointers from one page to another.
During the third period P3 530 the asynchronous display controller 260 reads image data from the first buffer 421. During a fourth period P4 540 the main processing unit 400 writes data to the first buffer 421, the image converter 230 reads image data from the third buffer 423, processes the image data and writes the processed image data to the third buffer 423, and the asynchronous display controller 260 reads image data from the second buffer 421.
During a fifth period P5 550 the main processing unit 400 writes data to the second buffer 422, the image converter 230 reads image data from the first buffer 421, processes the image data and writes the processed image data to the first buffer 421 and the asynchronous display controller 260 reads image data from the third buffer 423. Assuming that the writing process ends at the fifth period P5 550 then during a sixth period P6 560 the image converter 230 reads image data from the second buffer 422, processes the image data and writes the processed image data to the second buffer 422 and the asynchronous display controller 260 reads image data from the first buffer 421.
During a seventh period P7 570 the asynchronous display controller 260 reads image data from the second buffer 422. FIG. 4 illustrates in greater detail the read and write operation preformed by the image converter 230 during the second period P2 520.
It is assumed that the image converter reads image information that fills the first buffer, that the difference (deltaEnrty) between the read and write pointers (read-pointer-1 and write-pointer-1) is relatively small and that a small time difference (deltaT) separates between a read operation of a certain entry to a write operation of that same entry.
The second period P2 520 includes five sub-periods RW1-RW5 521, 523, 525, 527 and 529 and four transition periods TPl - TP4 522, 524, 526 and 528.
During the k'th sub-period (k=l, 2, 3 , 4 , 5) both read- pointer-1 and write-pointer-1 point to entries that belong to the k'th page.
Each transition period is short and is about deltaT long. During the k'th transition period (k=l,2,3,4) read-pointer-1 points to entries in the (k+l)'th page of the first buffer 421 while the write-pointer-1 points to entries in the k'th page of the first buffer 421.
FIG. 5 is a timing diagram that illustrates another image data processing sequence 600, according to an embodiment of the invention.
The image data processing sequence 600 is executed by an image data provider such as main processing unit
400, two image processors such as image converter 230 and hardware filter 240, and an image data retriever such as asynchronous display controller 260.
In order to efficiently support these four components a fourth buffer 424 is introduced.
It is noted that every processing unit accesses a buffer by performing read and write operations while maintaining a small difference between the read and write pointers. It is noted that this difference can differ from one processing unit to another due to difference in the type of data processing, the amount of pixel information required for processing, difference in data retrieval capabilities and the like.
During a first period Pl 510 the main processing unit 400 writes image data to the first buffer 421. The main process unit 400 conveniently fills the first buffer 421 with image data.
During a second period P2 520 the main processing unit 400 writes image data to the second buffer 422. The hardware filter 240 reads image data from the first buffer 421, processes the image data and writes it back to the first buffer 421, especially to entries that store image data that was read by the hardware filter 240 during second period P2. During a third period P3 530 the main processing unit 400 writes image data to the third buffer 423. The hardware filter 240 reads image data from the second buffer 422, processes the image data and writes it back to the second buffer 422, especially to entries that store image data that was read by the hardware filter 240 during the third period P3 530.
During the third period P3 530 write-pointer-2 follows read-pointer-2 , and the distance between them is relatively small, especially in comparison to the size of. the page .
During the third period P3 530 the image converter 230 reads image data from the first buffer 421, processes the image data and writes it back to the first buffer 421, especially to entries that store image data that was read by the image converter 230 during the third period P3 530. During the third period P3 530 write-pointer-1 follows read-pointer-1, and the distance between them is relatively small, especially in comparison to the size of the page. During a fourth period P4 540 the main processing unit 400 writes data to the fourth buffer 424, the hardware filter 240 reads image data from the third buffer 423 and writes image data to the third buffer 423, the image converter 230 reads image data from the second buffer 422 and writes image data to the second buffer 422, and the asynchronous display controller 260 reads image data from the first buffer 421. During a fifth period P5 550 the main processing unit 400 writes data to the first buffer 421, the hardware filter 240 reads image data from the fourth buffer 424 and writes image data to the fourth buffer 424, the image converter 230 reads image data from the third buffer 423 and writes image data to the third buffer 423, and the asynchronous display controller 260 reads image data from the second buffer 422.
Assuming that the writing process ends at the fifth period P5 550 then during a sixth period P6 560 the hardware filter 240 reads image data from the first buffer 421 and writes image data to the first buffer 421, the image converter 230 reads image data from the fourth- buffer 424 and writes image data to the fourth buffer 424, and the asynchronous display controller 260 reads image data from the third buffer 422.
During a seventh period P7 570 the image converter 230 reads image data from the first buffer 421 and writes image data to the first buffer 421, and the asynchronous display controller 260 reads image data from the fourth buffer 424.
During an eighth period P8 the asynchronous display controller 260 reads image data from the first buffer 421.
FIG. 6 is a flow chart of a method 700 for processing image data, according to an embodiment of the invention.
Method 700 starts by stage 710 of writing image data to a certain buffer by an image data provider. Conveniently, stage 710 is executed before stages 720 and 730 during a first iteration of method 700. During other iterations of method 700 it is executed in parallel to stages 720 and 730. Referring to the example set forth in FIG. 3, the main processing unit 400 writes to a first buffer during first period Pl 510, while the image converter remains idle. During a second period P2 520 the main processing unit 400 writes to as second buffer while the image converter reads image data from the first buffer, processes it and writes the processed image data to the first buffer.
It is further noted that stages 710-760 can be repeated multiple times, until a predefined amount of image data is received, processed and retrieved.
Stage 710 is followed by stage 730 and by stage 720. Stage 720 includes reading, by an image processor, image data from a first entry of a certain buffer. Stage 720. is followed by stage 722 of processing the image data by the image processor. Stage 722 is followed by stage
724 of writing processed image data to a second entry of the certain buffer.
Conveniently, the first and second entries are proximate to each other. Conveniently, the second entry includes image data that was previously read by the image processor during the certain period
Conveniently, the distance between the first and the second entries is smaller than a size of one page of the certain buffer. Conveniently, the distance is smaller than one tenth of the size of the page.
Stage 724 is followed by stage 726 of deciding whether to repeats stages 720 -724 according to a predefined repetition criterion. According to an embodiment of the invention the repetition ends when at least two memory pages of the certain buffer are read. Conveniently the repetition ends when the whole buffer is read. If the repetition ends stage 726 is followed by stage 720, else it is followed by "END" stage 728.
Stage 730 includes preventing an image data provider and an image data retriever form accessing the certain buffer during the repetition. Method 700 also includes stages 750 and 760. Stage
750 includes writing image data to a certain buffer by an image data provider. Stage 760 includes retrieving image data that was previously processed by image data processor, by an image data retriever. The retrieved image data can be sent to a display, sent to a display controller or sent to another memory unit .
Stages 750 and 760 are executed in parallel to stages 720-726. It is noted that this parallelism does not occur during initial iterations and final iterations of method 700. Thus, for example, the data retrieval stage 760 ends at least one period after the data processing ends.
FIG. 7 is a flow chart of a method 701 for processing image data, according to an embodiment of the invention.
Method 701 differs from method 700 by including additional processing stages that are executed by an additional image data processor. Both image data processors can operate in a pipelined manner thus during many iterations of method 701 they operate in parallel, on different image data stored in different buffers.
Method 701 includes a repetition of stages 740-744. Stage 740 includes reading, by another image processor image data from a first entry of another buffer. Stage 742 includes processing the image data by the other image processor. Stage 744 includes writing processed image data to a second entry of the other buffer. It is noted that more than three image processors can participate in the image data processing sequence.
By using the proposed methods, if a video processing sequence is implemented by N processing components, a display controller that retrieves data from a last processing component and a first component that provides the image data to a first processing component then N+2 buffers are required.
Variations, modifications, and other implementations of what is described herein will occur to those of ordinary skill in the art without departing from the spirit and the scope of the invention as claimed. Accordingly, the invention is to be defined not by the preceding illustrative description but instead by the spirit and scope of the following claims.

Claims

1. A device (10) comprising: an image data provider (400) , an image processor (230) and an image data retriever (250, 260) ; characterized by further comprising three buffers
(421, 422, 423); wherein each buffer includes multiple memory pages ; wherein during a certain period the image processor
(230) performs a read operation of image data from a first entry of a certain buffer, performs an image data processing operation on the read image data and performs a write operation of processed image data to a second entry of the certain buffer,- wherein a distance between the first and second entries is smaller than a size of a page of the certain buffer; wherein the second entry includes image data that was previously read by the image processor (230) during the certain period; wherein the image processor repeats the read, image data processing and write operations until it reads at least two pages of the certain buffer; wherein during that certain period the data provider
(400) and image data retriever (250, 260) are prevented from accessing the certain buffer.
2. The device (10) according to claim 1 wherein the image processor (230) reads image data and writes processed image data in a sequential manner.
3. The device (10) according to any claims out of 1-2 further comprising at least one additional image processor (240) and at least one additional buffer (424) .
4. The device according to any claim out of claims 1- 3 wherein during a majority of the second period the image processor (230) reads image data from a certain buffer page and writes processed image data to the certain buffer page.
5. The device (10) according to any claim of claims 1-5 wherein a single integrated circuit comprises the image data provider (400), the image processor (230) and the image data retriever (250, 260).
6. A method (700) for data image processing, the method
(700) comprises writing (710) , image data to a certain buffer by an image data provider; characterized by repeating stages of reading (720), by an image processor image data from a first entry of a certain buffer, processing (722) the image data by the image processor, and writing (724) processed image data to a second entry of the certain buffer,- wherein the repeating ends when at least two memory pages of the certain buffer are read; wherein a distance between the first and second entries is smaller than a size of a page of the certain buffer; wherein the second entry includes image data that was previously read by the image processor during the certain period; and preventing (730) an image data provider and an image data retriever form accessing the certain buffer during the repetition.
7. The method (700) according to claim 6 further comprising repeating stages of reading (740) , by another image processor image data from a first entry of another buffer, processing (742) the image data by the other image processor, and writing (744) processed image data to a second entry of the other buffer.
8. The method (700) according to claim 7 wherein one image processor operation comprises re-sizing and another image processing operation comprises filtering.
9. The method (700) according to any claim out of claims 6 - 8 wherein the repetition of reading (720) , processing (722) and writing (724) involves accessing entries that belong to the same memory page .
10. The device (10) according to any claim out of claims 1 - 5 wherein the first and second entries are proximate to each other.
11. The device (10) according to any claim out of claims 1 - 5 wherein the distance between the first and the second entries is smaller than one tenth of the size of the page .
12. The method (700) according to any claim out of claims 6 - 10 wherein the first and second entries are proximate to each other.
13. The method (700) according to any claim out of claims 6 - 10 wherein the distance between the first and the second entries is smaller than one tenth of the size of the page .
PCT/IB2005/051672 2005-05-23 2005-05-23 Method and device for processing image data stored in a frame buffer WO2006126042A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
US11/914,873 US8102399B2 (en) 2005-05-23 2005-05-23 Method and device for processing image data stored in a frame buffer
PCT/IB2005/051672 WO2006126042A1 (en) 2005-05-23 2005-05-23 Method and device for processing image data stored in a frame buffer
JP2008512932A JP4728393B2 (en) 2005-05-23 2005-05-23 Method and apparatus for processing image data stored in a frame buffer
EP05742467A EP1889252A1 (en) 2005-05-23 2005-05-23 Method and device for processing image data stored in a frame buffer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/IB2005/051672 WO2006126042A1 (en) 2005-05-23 2005-05-23 Method and device for processing image data stored in a frame buffer

Publications (1)

Publication Number Publication Date
WO2006126042A1 true WO2006126042A1 (en) 2006-11-30

Family

ID=35530884

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2005/051672 WO2006126042A1 (en) 2005-05-23 2005-05-23 Method and device for processing image data stored in a frame buffer

Country Status (4)

Country Link
US (1) US8102399B2 (en)
EP (1) EP1889252A1 (en)
JP (1) JP4728393B2 (en)
WO (1) WO2006126042A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107589989A (en) * 2017-09-14 2018-01-16 晨星半导体股份有限公司 Display device and its method for displaying image based on Android platform
EP3576083A1 (en) * 2018-06-01 2019-12-04 Channel One Holdings Inc. Display buffering methods and systems
US11049211B2 (en) 2017-07-06 2021-06-29 Channel One Holdings Inc. Methods and system for asynchronously buffering rendering by a graphics processing unit
US11164496B2 (en) 2019-01-04 2021-11-02 Channel One Holdings Inc. Interrupt-free multiple buffering methods and systems

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9307267B2 (en) * 2008-12-11 2016-04-05 Nvidia Corporation Techniques for scalable dynamic data encoding and decoding
EP2302845B1 (en) 2009-09-23 2012-06-20 Google, Inc. Method and device for determining a jitter buffer level
US8856212B1 (en) 2011-02-08 2014-10-07 Google Inc. Web-based configurable pipeline for media processing
US8928680B1 (en) 2012-07-10 2015-01-06 Google Inc. Method and system for sharing a buffer between a graphics processing unit and a media encoder

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5767863A (en) * 1993-10-22 1998-06-16 Auravision Corporation Video processing technique using multi-buffer video memory
US5943065A (en) * 1991-11-21 1999-08-24 Videologic Limited Video/graphics memory system
WO2000039804A1 (en) 1998-12-23 2000-07-06 Honeywell Inc. System for dual buffering of asynchronous input to dual port memory for a raster scanned display
US6128026A (en) 1998-05-04 2000-10-03 S3 Incorporated Double buffered graphics and video accelerator having a write blocking memory interface and method of doing the same
US20020109695A1 (en) * 2001-02-15 2002-08-15 Mark Champion Checkerboard buffer using two-dimensional buffer pages and using state addressing
US20030095128A1 (en) * 2001-11-21 2003-05-22 Fujitsu Limited Image drawing apparatus
US20030174137A1 (en) 2002-03-12 2003-09-18 Leung Philip C. Frame buffer addressing scheme
US6765622B2 (en) 2001-10-26 2004-07-20 Koninklijke Philips Electronics N.V. Line-buffer reuse in vertical pixel-processing arrangement
US6853381B1 (en) * 1999-09-16 2005-02-08 Ati International Srl Method and apparatus for a write behind raster

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3321651B2 (en) * 1991-07-26 2002-09-03 サン・マイクロシステムズ・インコーポレーテッド Apparatus and method for providing a frame buffer memory for computer output display
JP3893441B2 (en) 1998-04-07 2007-03-14 富士フイルム株式会社 Display device and control method thereof
JP2000181440A (en) * 1998-12-15 2000-06-30 Matsushita Electric Ind Co Ltd Display device
US6784889B1 (en) * 2000-12-13 2004-08-31 Micron Technology, Inc. Memory system and method for improved utilization of read and write bandwidth of a graphics processing system
JP2003131646A (en) * 2001-10-25 2003-05-09 Seiko Epson Corp Display device and display control method for the same
JP2003324644A (en) * 2002-05-07 2003-11-14 Canon Inc Video signal processing apparatus, image display control method, storage medium and program

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5943065A (en) * 1991-11-21 1999-08-24 Videologic Limited Video/graphics memory system
US5767863A (en) * 1993-10-22 1998-06-16 Auravision Corporation Video processing technique using multi-buffer video memory
US6128026A (en) 1998-05-04 2000-10-03 S3 Incorporated Double buffered graphics and video accelerator having a write blocking memory interface and method of doing the same
WO2000039804A1 (en) 1998-12-23 2000-07-06 Honeywell Inc. System for dual buffering of asynchronous input to dual port memory for a raster scanned display
US6853381B1 (en) * 1999-09-16 2005-02-08 Ati International Srl Method and apparatus for a write behind raster
US20020109695A1 (en) * 2001-02-15 2002-08-15 Mark Champion Checkerboard buffer using two-dimensional buffer pages and using state addressing
US6765622B2 (en) 2001-10-26 2004-07-20 Koninklijke Philips Electronics N.V. Line-buffer reuse in vertical pixel-processing arrangement
US20030095128A1 (en) * 2001-11-21 2003-05-22 Fujitsu Limited Image drawing apparatus
US20030174137A1 (en) 2002-03-12 2003-09-18 Leung Philip C. Frame buffer addressing scheme

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11049211B2 (en) 2017-07-06 2021-06-29 Channel One Holdings Inc. Methods and system for asynchronously buffering rendering by a graphics processing unit
CN107589989A (en) * 2017-09-14 2018-01-16 晨星半导体股份有限公司 Display device and its method for displaying image based on Android platform
US11024257B2 (en) 2017-09-14 2021-06-01 Mediatek Inc. Android platform based display device and image display method thereof
EP3576083A1 (en) * 2018-06-01 2019-12-04 Channel One Holdings Inc. Display buffering methods and systems
US10929946B2 (en) 2018-06-01 2021-02-23 Channel One Holdings Inc. Display buffering methods and systems
US11164496B2 (en) 2019-01-04 2021-11-02 Channel One Holdings Inc. Interrupt-free multiple buffering methods and systems

Also Published As

Publication number Publication date
US8102399B2 (en) 2012-01-24
JP4728393B2 (en) 2011-07-20
EP1889252A1 (en) 2008-02-20
JP2008542866A (en) 2008-11-27
US20080253694A1 (en) 2008-10-16

Similar Documents

Publication Publication Date Title
US8102399B2 (en) Method and device for processing image data stored in a frame buffer
US8749667B2 (en) System and method for maintaining maximum input rate while up-scaling an image vertically
JP2008506295A (en) Method and system for displaying a series of image frames
US7542010B2 (en) Preventing image tearing where a single video input is streamed to two independent display devices
US20060133695A1 (en) Display controller, electronic instrument, and image data supply method
EP1987488A2 (en) Combined engine for video and graphics processing
Pelc Multimedia Support in the i. MX31 and i. MX31L Applications Processors
US20030222877A1 (en) Processor system with coprocessor
EP1726163B1 (en) Video processing circuit and method of video processing
CN101038732A (en) Integration-type image control chip group
WO2010064374A1 (en) Image processing device
US6567556B1 (en) Method and device for decoding images, allowing a reduced number of openings of memory pages in the prediction processing
JP2001285644A (en) Control method for line memory
CN1766858A (en) Modularization allocation internal memory system for liquid crystal television system
US8581918B2 (en) Method and system for efficiently organizing data in memory
CN115511709A (en) Self-adaptive super-resolution image sampling system
US10152766B2 (en) Image processor, method, and chipset for increasing intergration and performance of image processing
CN115002304A (en) Video image resolution self-adaptive conversion device
JP3586131B2 (en) High-speed image processing device
US20100254618A1 (en) Method for Accessing Image Data and Related Apparatus
US11869116B2 (en) Line interleaving controller, image signal processor and application processor including the same
CN116170672A (en) Real-time sequencing acquisition method for output data of low-light-level imaging sensor
de Lange et al. Low-cost display-memory architectures for multiwindow full-motion video and graphics
JPH09182072A (en) Image compression device
JP2005159596A (en) Digital camera

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 11914873

Country of ref document: US

WWE Wipo information: entry into national phase

Ref document number: 2005742467

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2008512932

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

WWW Wipo information: withdrawn in national office

Country of ref document: DE

NENP Non-entry into the national phase

Ref country code: RU

WWW Wipo information: withdrawn in national office

Country of ref document: RU

WWP Wipo information: published in national office

Ref document number: 2005742467

Country of ref document: EP