Searched refs:TIFFYCbCrToRGB (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_color.c | 181 TIFFYCbCrtoRGB(TIFFYCbCrToRGB *ycbcr, uint32 Y, int32 Cb, int32 Cr, in TIFFYCbCrtoRGB() 234 TIFFYCbCrToRGBInit(TIFFYCbCrToRGB* ycbcr, float *luma, float *refBlackWhite) in TIFFYCbCrToRGBInit() 244 (uint8*) ycbcr+TIFFroundup_32(sizeof (TIFFYCbCrToRGB), sizeof (long))); in TIFFYCbCrToRGBInit()
|
D | tiffio.h | 161 } TIFFYCbCrToRGB; typedef 223 TIFFYCbCrToRGB* ycbcr; /* YCbCr conversion state */ 532 extern int TIFFYCbCrToRGBInit(TIFFYCbCrToRGB*, float*, float*); 533 extern void TIFFYCbCrtoRGB(TIFFYCbCrToRGB *, uint32, int32, int32,
|
D | tif_getimage.c | 2329 img->ycbcr = (TIFFYCbCrToRGB*) _TIFFmalloc( in initYCbCrConversion() 2330 TIFFroundup_32(sizeof (TIFFYCbCrToRGB), sizeof (long)) in initYCbCrConversion()
|