Searched refs:TIFFYCbCrToRGB (Results 1 – 3 of 3) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_color.c | 183 TIFFYCbCrtoRGB(TIFFYCbCrToRGB *ycbcr, uint32 Y, int32 Cb, int32 Cr, in TIFFYCbCrtoRGB() 219 TIFFYCbCrToRGBInit(TIFFYCbCrToRGB* ycbcr, float *luma, float *refBlackWhite) in TIFFYCbCrToRGBInit() 229 (uint8*) ycbcr+TIFFroundup_32(sizeof (TIFFYCbCrToRGB), sizeof (long))); in TIFFYCbCrToRGBInit()
|
| H A D | tiffio.h | 163 } TIFFYCbCrToRGB; typedef 225 TIFFYCbCrToRGB* ycbcr; /* YCbCr conversion state */ 521 extern int TIFFYCbCrToRGBInit(TIFFYCbCrToRGB*, float*, float*); 522 extern void TIFFYCbCrtoRGB(TIFFYCbCrToRGB *, uint32, int32, int32,
|
| H A D | tif_getimage.c | 2249 img->ycbcr = (TIFFYCbCrToRGB*) _TIFFmalloc( in initYCbCrConversion() 2250 TIFFroundup_32(sizeof (TIFFYCbCrToRGB), sizeof (long)) in initYCbCrConversion()
|