Home | History | Annotate | Download | only in libtiff

Lines Matching refs:TIFFYCbCrtoRGB

1668     TIFFYCbCrtoRGB(img->ycbcr, (Y), Cb, Cr, &r, &g, &b);		\
2133 TIFFYCbCrtoRGB(img->ycbcr,*r++,*g++,*b++,&dr,&dg,&db);
2150 img->ycbcr = (TIFFYCbCrToRGB*) _TIFFmalloc(
2151 TIFFroundup_32(sizeof (TIFFYCbCrToRGB), sizeof (long))