ReactOS 0.4.15-dev-7924-g5949c20
TIFFYCbCrToRGB Struct Reference

#include <tiffio.h>

Public Attributes

TIFFRGBValueclamptab
 
intCr_r_tab
 
intCb_b_tab
 
int32Cr_g_tab
 
int32Cb_g_tab
 
int32Y_tab
 

Detailed Description

Definition at line 154 of file tiffio.h.

Member Data Documentation

◆ Cb_b_tab

int* TIFFYCbCrToRGB::Cb_b_tab

Definition at line 157 of file tiffio.h.

Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().

◆ Cb_g_tab

int32* TIFFYCbCrToRGB::Cb_g_tab

Definition at line 159 of file tiffio.h.

Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().

◆ clamptab

TIFFRGBValue* TIFFYCbCrToRGB::clamptab

Definition at line 155 of file tiffio.h.

Referenced by TIFFYCbCrToRGBInit().

◆ Cr_g_tab

int32* TIFFYCbCrToRGB::Cr_g_tab

Definition at line 158 of file tiffio.h.

Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().

◆ Cr_r_tab

int* TIFFYCbCrToRGB::Cr_r_tab

Definition at line 156 of file tiffio.h.

Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().

◆ Y_tab

int32* TIFFYCbCrToRGB::Y_tab

Definition at line 160 of file tiffio.h.

Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().


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