Searched refs:TIFFYCbCrtoRGB (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_color.c | 183 TIFFYCbCrtoRGB(TIFFYCbCrToRGB *ycbcr, uint32 Y, int32 Cb, int32 Cr, in TIFFYCbCrtoRGB() function
|
D | tiffio.h | 526 extern void TIFFYCbCrtoRGB(TIFFYCbCrToRGB *, uint32, int32, int32,
|
D | tif_getimage.c | 1815 TIFFYCbCrtoRGB(img->ycbcr, (Y), Cb, Cr, &r, &g, &b); \ 2294 TIFFYCbCrtoRGB(img->ycbcr,*r++,*g++,*b++,&dr,&dg,&db); in DECLARESepPutFunc()
|