xoreos  0.0.5
Public Member Functions | Private Attributes | List of all members
Graphics::YUVToRGBLookup Class Reference

Public Member Functions

 YUVToRGBLookup (YUVToRGBManager::LuminanceScale scale)
 
YUVToRGBManager::LuminanceScale getScale () const
 
const bytegetRGBToPix () const
 

Private Attributes

YUVToRGBManager::LuminanceScale _scale
 
byte _rgbToPix [3 *768]
 

Detailed Description

Definition at line 99 of file yuv_to_rgb.cpp.

Constructor & Destructor Documentation

◆ YUVToRGBLookup()

Graphics::YUVToRGBLookup::YUVToRGBLookup ( YUVToRGBManager::LuminanceScale  scale)

Definition at line 111 of file yuv_to_rgb.cpp.

References _rgbToPix, _scale, and Graphics::YUVToRGBManager::kScaleFull.

Member Function Documentation

◆ getRGBToPix()

const byte* Graphics::YUVToRGBLookup::getRGBToPix ( ) const
inline

Definition at line 104 of file yuv_to_rgb.cpp.

References _rgbToPix.

Referenced by Graphics::YUVToRGBManager::convert420().

Here is the caller graph for this function:

◆ getScale()

YUVToRGBManager::LuminanceScale Graphics::YUVToRGBLookup::getScale ( ) const
inline

Definition at line 103 of file yuv_to_rgb.cpp.

References _scale.

Member Data Documentation

◆ _rgbToPix

byte Graphics::YUVToRGBLookup::_rgbToPix[3 *768]
private

Definition at line 108 of file yuv_to_rgb.cpp.

Referenced by getRGBToPix(), and YUVToRGBLookup().

◆ _scale

YUVToRGBManager::LuminanceScale Graphics::YUVToRGBLookup::_scale
private

Definition at line 107 of file yuv_to_rgb.cpp.

Referenced by getScale(), and YUVToRGBLookup().


The documentation for this class was generated from the following file: