Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_color.c238 TIFFRGBValue* clamptab; in TIFFYCbCrToRGBInit() local
245 clamptab = (TIFFRGBValue*)( in TIFFYCbCrToRGBInit()
247 _TIFFmemset(clamptab, 0, 256); /* v < 0 => 0 */ in TIFFYCbCrToRGBInit()
248 ycbcr->clamptab = (clamptab += 256); in TIFFYCbCrToRGBInit()
250 clamptab[i] = (TIFFRGBValue) i; in TIFFYCbCrToRGBInit()
251 _TIFFmemset(clamptab+256, 255, 2*256); /* v > 255 => 255 */ in TIFFYCbCrToRGBInit()
252 ycbcr->Cr_r_tab = (int*) (clamptab + 3*256); in TIFFYCbCrToRGBInit()
Dtiffio.h157 TIFFRGBValue* clamptab; /* range clamping table */ member