openMSX
Public Attributes | List of all members
openmsx::yuv2rgb::Coefs Struct Reference
Collaboration diagram for openmsx::yuv2rgb::Coefs:
Collaboration graph
[legend]

Public Attributes

std::array< int, 256 > gu
 
std::array< int, 256 > gv
 
std::array< int, 256 > bu
 
std::array< int, 256 > rv
 
std::array< int, 256 > y
 

Detailed Description

Definition at line 268 of file yuv2rgb.cc.

Member Data Documentation

◆ bu

std::array<int, 256> openmsx::yuv2rgb::Coefs::bu

Definition at line 271 of file yuv2rgb.cc.

◆ gu

std::array<int, 256> openmsx::yuv2rgb::Coefs::gu

Definition at line 269 of file yuv2rgb.cc.

◆ gv

std::array<int, 256> openmsx::yuv2rgb::Coefs::gv

Definition at line 270 of file yuv2rgb.cc.

◆ rv

std::array<int, 256> openmsx::yuv2rgb::Coefs::rv

Definition at line 272 of file yuv2rgb.cc.

◆ y

std::array<int, 256> openmsx::yuv2rgb::Coefs::y

Definition at line 273 of file yuv2rgb.cc.


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