Searched refs:Bitdepth16To8 (Results 1 – 2 of 2) sorted by relevance
243 if (img->Bitdepth16To8) { in TIFFRGBAImageEnd()244 _TIFFfree(img->Bitdepth16To8); in TIFFRGBAImageEnd()245 img->Bitdepth16To8 = NULL; in TIFFRGBAImageEnd()293 img->Bitdepth16To8 = NULL; in TIFFRGBAImageBegin()1528 *cp++ = PACK(img->Bitdepth16To8[wp[0]], in DECLAREContigPutFunc()1529 img->Bitdepth16To8[wp[1]], in DECLAREContigPutFunc()1530 img->Bitdepth16To8[wp[2]]); in DECLAREContigPutFunc()1550 *cp++ = PACK4(img->Bitdepth16To8[wp[0]], in DECLAREContigPutFunc()1551 img->Bitdepth16To8[wp[1]], in DECLAREContigPutFunc()1552 img->Bitdepth16To8[wp[2]], in DECLAREContigPutFunc()[all …]
229 uint8* Bitdepth16To8; /* LUT for conversion from 16bit to 8bit values */ member