Home | History | Annotate | Download | only in libtiff

Lines Matching refs:TIFFYCbCrtoRGB

1727 	TIFFYCbCrtoRGB(img->ycbcr, (Y), Cb, Cr, &r, &g, &b);		\
2194 TIFFYCbCrtoRGB(img->ycbcr,*r++,*g++,*b++,&dr,&dg,&db);
2211 img->ycbcr = (TIFFYCbCrToRGB*) _TIFFmalloc(
2212 TIFFroundup_32(sizeof (TIFFYCbCrToRGB), sizeof (long))