Home
last modified time | relevance | path

Searched refs:TIFFYCbCrtoRGB (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_color.c183 TIFFYCbCrtoRGB(TIFFYCbCrToRGB *ycbcr, uint32 Y, int32 Cb, int32 Cr, in TIFFYCbCrtoRGB() function
Dtiffio.h522 extern void TIFFYCbCrtoRGB(TIFFYCbCrToRGB *, uint32, int32, int32,
Dtif_getimage.c1727 TIFFYCbCrtoRGB(img->ycbcr, (Y), Cb, Cr, &r, &g, &b); \
2194 TIFFYCbCrtoRGB(img->ycbcr,*r++,*g++,*b++,&dr,&dg,&db); in DECLARESepPutFunc()
/external/opencv3/3rdparty/libtiff/
Dtif_color.c183 TIFFYCbCrtoRGB(TIFFYCbCrToRGB *ycbcr, uint32 Y, int32 Cb, int32 Cr, in TIFFYCbCrtoRGB() function
Dtiffio.h515 extern void TIFFYCbCrtoRGB(TIFFYCbCrToRGB *, uint32, int32, int32,
Dtif_getimage.c1668 TIFFYCbCrtoRGB(img->ycbcr, (Y), Cb, Cr, &r, &g, &b); \
2133 TIFFYCbCrtoRGB(img->ycbcr,*r++,*g++,*b++,&dr,&dg,&db); in DECLARESepPutFunc()
DChangeLog3903 TIFFYCbCrtoRGB() available in TIFF API.