Searched defs:clamptab (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libtiff/
H A Dtif_color.c219 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);
H A Dtiffio.h157 TIFFRGBValue* clamptab; /* range clamping table */ member in struct:__anon14898
/external/pdfium/third_party/libtiff/
H A Dtif_color.c219 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);
H A Dtiffio.h157 TIFFRGBValue* clamptab; /* range clamping table */ member in struct:__anon16179

Completed in 110 milliseconds