Searched refs:clamptab (Results 1 – 2 of 2) sorted by relevance
219 TIFFRGBValue* clamptab; in TIFFYCbCrToRGBInit() local226 clamptab = (TIFFRGBValue*)( in TIFFYCbCrToRGBInit()228 _TIFFmemset(clamptab, 0, 256); /* v < 0 => 0 */ in TIFFYCbCrToRGBInit()229 ycbcr->clamptab = (clamptab += 256); in TIFFYCbCrToRGBInit()231 clamptab[i] = (TIFFRGBValue) i; in TIFFYCbCrToRGBInit()232 _TIFFmemset(clamptab+256, 255, 2*256); /* v > 255 => 255 */ in TIFFYCbCrToRGBInit()233 ycbcr->Cr_r_tab = (int*) (clamptab + 3*256); in TIFFYCbCrToRGBInit()
157 TIFFRGBValue* clamptab; /* range clamping table */ member