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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_color.c183 *r = ycbcr->clamptab[ycbcr->Y_tab[Y] + ycbcr->Cr_r_tab[Cr]];
184 *g = ycbcr->clamptab[ycbcr->Y_tab[Y]
186 *b = ycbcr->clamptab[ycbcr->Y_tab[Y] + ycbcr->Cb_b_tab[Cb]];
208 TIFFRGBValue* clamptab; local
215 clamptab = (TIFFRGBValue*)(
217 _TIFFmemset(clamptab, 0, 256); /* v < 0 => 0 */
218 ycbcr->clamptab = (clamptab += 256);
220 clamptab[i] = (TIFFRGBValue) i;
221 _TIFFmemset(clamptab
[all...]
H A Dtiffio.h151 TIFFRGBValue* clamptab; /* range clamping table */ member in struct:__anon784

Completed in 43 milliseconds