Method and apparatus for providing 64-bit YUV to RGB color...

Image analysis – Color image processing

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C382S167000

Reexamination Certificate

active

06487308

ABSTRACT:

FIELD OF THE INVENTION
This invention relates generally to the field of computer systems and, more specifically, to computer graphic subsystems.
BACKGROUND OF THE INVENTION
In all digital playback systems, a key component is the conversion of pixels represented in the YUV, or luminance-chrominance color space to a value in the RGB, or Red-Green-Blue color space. The YUV pixels are those that are typically provided via an external video device such as a video camera, video tape player, etc. Digital Video is often stored with some form of data compression; video decompression processors will most often output data in YUV format. The pixels represented in the RGB format are used to display images on a display device, such as a computer monitor, etc.
Efficiency is critical for the translation operation because it must be executed for each input video pixel; speed enhancements at this stage of operation can therefore provide a dramatic improvement on the performance of the overall video system.
However, the translation between the two types of pixel format is not straight forward. Video pixels are essentially always encoded in YUV, with the 3×3 matrix conversion shown below required from RGB:
|
Y
||0.299 0.587 0.114
∥R |
|
U
|=|1.69 0.311 0.500
∥G|

V
┘└0.500−0.419 0.081
┘└B┘
In the YUV color space, Y is luminance, or achromatic component, and U and V are the chrominance components. In a typical 8 bits per component digital system, the luminance value, or Y, ranges in value from 0 to 255. The U and V chrominance components range in value from −127 to +127. In an 8 bit per component RGB system, each of the R, G, B components range in value from 0 to 255.
When translating the YUV input back to RGB, the inverse transformation, provided below is applied:
|
R
||1 0
VR∥Y|
|
G
|=|1
UG VG∥UÅ

B
┘└1
UB
0
┘└V┘
Where UB, UG, VG, and VR are the only non-zero non-one elements of the matrix. Therefore, in computing the conversion results, the matrix must be solved for each input Y, U and V value. Typically the solution is explicitly performed either in software or hardware. In software, the dematrixing routine is executed for each input Y, U or V value. In hardware, dematrixing chips are used to provide translation for each input Y,U and V pixel. Both methods have drawbacks because the increased complexity takes more compute cycles and thus reduces overall performance. Dematrixing chips are typically complex and use valuable circuit board real-estate.
It would be desirable to provide a method of YUV to RGB translation that would allow for real time translation of input pixels with a minimum of complexity and area.
SUMMARY OF THE INVENTION
According to one aspect of the invention, a method and apparatus for providing translation between input YUV pixels and RGB pixels in a 64 bit computer system includes the steps of storing translation data in a memory such that, during operation, when pixels are input to a run-time system, the YUV input pixels may be used to access the tables to provide data to the 64 bit registers. The translation dematrixing process is apportioned into a chrominance stage, a luminance stage and a truncation stage. An optional byte packing stage may also be invoked.
According to a second aspect of the invention, a method of providing the translation data that is stored in the tables includes the steps of calculating, for each value of each component of the first type of YUV data, a correspondence value representative of a relationship between the value of said component of the YUV data and a value of a corresponding component of RGB data. A table is provided for each of the respective Y, U and V components.
With such an arrangement, Yuv data may be translated to RGB data through the use of table lookups and adds to quickly and efficiently provide translated data using a minimum amount of computer cycle time.


REFERENCES:
patent: 4835599 (1989-05-01), Sigel
patent: 4929978 (1990-05-01), Kanamori et al.
patent: 5124688 (1992-06-01), Rumball
patent: 5262847 (1993-11-01), Rodriguez et al.
patent: 5298915 (1994-03-01), Bassetti, Jr.
patent: 5463480 (1995-10-01), MacDonald et al.
patent: 5734874 (1998-03-01), Van Hook et al.
patent: 5798753 (1998-08-01), Zhou et al.
patent: 5821919 (1998-10-01), Coelho

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Method and apparatus for providing 64-bit YUV to RGB color... does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Method and apparatus for providing 64-bit YUV to RGB color..., we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Method and apparatus for providing 64-bit YUV to RGB color... will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-2955027

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.