Home
last modified time | relevance | path

Searched refs:clamptab (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_color.c219 TIFFRGBValue* clamptab; in TIFFYCbCrToRGBInit() local
226 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()
Dtiffio.h157 TIFFRGBValue* clamptab; /* range clamping table */ member