Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_getimage.c242 if (img->Bitdepth16To8) { in TIFFRGBAImageEnd()
243 _TIFFfree(img->Bitdepth16To8); in TIFFRGBAImageEnd()
244 img->Bitdepth16To8 = NULL; in TIFFRGBAImageEnd()
477 img->Bitdepth16To8 = NULL; in TIFFRGBAImageBegin()
1467 img->Bitdepth16To8[wp[1]], in DECLAREContigPutFunc()
1489 img->Bitdepth16To8[wp[1]], in DECLAREContigPutFunc()
1490 img->Bitdepth16To8[wp[2]], in DECLAREContigPutFunc()
1513 a = img->Bitdepth16To8[wp[3]]; in DECLAREContigPutFunc()
1668 img->Bitdepth16To8[*wg++], in DECLARESepPutFunc()
2795 if (img->Bitdepth16To8==NULL) in BuildMapBitdepth16To8()
[all …]
H A Dtiffio.h229 uint8* Bitdepth16To8; /* LUT for conversion from 16bit to 8bit values */ member