ReactOS 0.4.16-dev-2617-g01a0906
TIFFYCbCrToRGB Struct Reference

#include <tiffio.h>

Public Attributes

TIFFRGBValueclamptab
 
intCr_r_tab
 
intCb_b_tab
 
int32_tCr_g_tab
 
int32_tCb_g_tab
 
int32_tY_tab
 

Detailed Description

Definition at line 169 of file tiffio.h.

Member Data Documentation

◆ Cb_b_tab

int* TIFFYCbCrToRGB::Cb_b_tab

Definition at line 173 of file tiffio.h.

Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().

◆ Cb_g_tab

int32_t* TIFFYCbCrToRGB::Cb_g_tab

Definition at line 175 of file tiffio.h.

Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().

◆ clamptab

TIFFRGBValue* TIFFYCbCrToRGB::clamptab

Definition at line 171 of file tiffio.h.

Referenced by TIFFYCbCrToRGBInit().

◆ Cr_g_tab

int32_t* TIFFYCbCrToRGB::Cr_g_tab

Definition at line 174 of file tiffio.h.

Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().

◆ Cr_r_tab

int* TIFFYCbCrToRGB::Cr_r_tab

Definition at line 172 of file tiffio.h.

Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().

◆ Y_tab

int32_t* TIFFYCbCrToRGB::Y_tab

Definition at line 176 of file tiffio.h.

Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().


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