Home
last modified time | relevance | path

Searched refs:TIFFYCbCrToRGB (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_color.c183 TIFFYCbCrtoRGB(TIFFYCbCrToRGB *ycbcr, uint32 Y, int32 Cb, int32 Cr, in TIFFYCbCrtoRGB()
236 TIFFYCbCrToRGBInit(TIFFYCbCrToRGB* ycbcr, float *luma, float *refBlackWhite) in TIFFYCbCrToRGBInit()
246 (uint8*) ycbcr+TIFFroundup_32(sizeof (TIFFYCbCrToRGB), sizeof (long))); in TIFFYCbCrToRGBInit()
Dtiffio.h163 } TIFFYCbCrToRGB; typedef
225 TIFFYCbCrToRGB* ycbcr; /* YCbCr conversion state */
525 extern int TIFFYCbCrToRGBInit(TIFFYCbCrToRGB*, float*, float*);
526 extern void TIFFYCbCrtoRGB(TIFFYCbCrToRGB *, uint32, int32, int32,
Dtif_getimage.c2316 img->ycbcr = (TIFFYCbCrToRGB*) _TIFFmalloc( in initYCbCrConversion()
2317 TIFFroundup_32(sizeof (TIFFYCbCrToRGB), sizeof (long)) in initYCbCrConversion()