|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <tiffio.h>
Public Attributes | |
| TIFFRGBValue * | clamptab |
| int * | Cr_r_tab |
| int * | Cb_b_tab |
| int32 * | Cr_g_tab |
| int32 * | Cb_g_tab |
| int32 * | Y_tab |
| int* TIFFYCbCrToRGB::Cb_b_tab |
Definition at line 157 of file tiffio.h.
Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().
| int32* TIFFYCbCrToRGB::Cb_g_tab |
Definition at line 159 of file tiffio.h.
Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().
| TIFFRGBValue* TIFFYCbCrToRGB::clamptab |
Definition at line 155 of file tiffio.h.
Referenced by TIFFYCbCrToRGBInit().
| int32* TIFFYCbCrToRGB::Cr_g_tab |
Definition at line 158 of file tiffio.h.
Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().
| int* TIFFYCbCrToRGB::Cr_r_tab |
Definition at line 156 of file tiffio.h.
Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().
| int32* TIFFYCbCrToRGB::Y_tab |
Definition at line 160 of file tiffio.h.
Referenced by TIFFYCbCrtoRGB(), and TIFFYCbCrToRGBInit().