HomeSort by relevance Sort by last modified time
    Searched refs:clamptab (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/libtiff/
tif_color.c 219 TIFFRGBValue* clamptab; local
226 clamptab = (TIFFRGBValue*)(
228 _TIFFmemset(clamptab, 0, 256); /* v < 0 => 0 */
229 ycbcr->clamptab = (clamptab += 256);
231 clamptab[i] = (TIFFRGBValue) i;
232 _TIFFmemset(clamptab+256, 255, 2*256); /* v > 255 => 255 */
233 ycbcr->Cr_r_tab = (int*) (clamptab + 3*256);
tiffio.h 157 TIFFRGBValue* clamptab; /* range clamping table */ member in struct:__anon29495

Completed in 50 milliseconds