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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_color.c177 TIFFYCbCrtoRGB(TIFFYCbCrToRGB *ycbcr, uint32 Y, int32 Cb, int32 Cr,
206 TIFFYCbCrToRGBInit(TIFFYCbCrToRGB* ycbcr, float *luma, float *refBlackWhite)
216 (tidata_t) ycbcr+TIFFroundup(sizeof (TIFFYCbCrToRGB), sizeof (long)));
H A Dtiffio.h157 } TIFFYCbCrToRGB; typedef in typeref:struct:__anon784
176 extern int TIFFYCbCrToRGBInit(TIFFYCbCrToRGB*, float*, float*);
177 extern void TIFFYCbCrtoRGB(TIFFYCbCrToRGB *, uint32, int32, int32,
228 TIFFYCbCrToRGB* ycbcr; /* YCbCr conversion state */
H A Dtif_getimage.c2009 img->ycbcr = (TIFFYCbCrToRGB*) _TIFFmalloc(
2010 TIFFroundup(sizeof (TIFFYCbCrToRGB), sizeof (long))

Completed in 72 milliseconds