|
ReactOS 0.4.16-dev-2617-g01a0906
|
#include <tiffio.h>
Public Attributes | |
| TIFFRGBValue * | clamptab |
| int * | Cr_r_tab |
| int * | Cb_b_tab |
| int32_t * | Cr_g_tab |
| int32_t * | Cb_g_tab |
| int32_t * | Y_tab |
| int* TIFFYCbCrToRGB::Cb_b_tab |
Definition at line 173 of file tiffio.h.
Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().
| int32_t* TIFFYCbCrToRGB::Cb_g_tab |
Definition at line 175 of file tiffio.h.
Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().
| TIFFRGBValue* TIFFYCbCrToRGB::clamptab |
Definition at line 171 of file tiffio.h.
Referenced by TIFFYCbCrToRGBInit().
| int32_t* TIFFYCbCrToRGB::Cr_g_tab |
Definition at line 174 of file tiffio.h.
Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().
| int* TIFFYCbCrToRGB::Cr_r_tab |
Definition at line 172 of file tiffio.h.
Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().
| int32_t* TIFFYCbCrToRGB::Y_tab |
Definition at line 176 of file tiffio.h.
Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().