Lines Matching refs:Bitdepth16To8

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()
1553 img->Bitdepth16To8[wp[3]]); in DECLAREContigPutFunc()
1575 a = img->Bitdepth16To8[wp[3]]; in DECLAREContigPutFunc()
1577 r = m[img->Bitdepth16To8[wp[0]]]; in DECLAREContigPutFunc()
1578 g = m[img->Bitdepth16To8[wp[1]]]; in DECLAREContigPutFunc()
1579 b = m[img->Bitdepth16To8[wp[2]]]; in DECLAREContigPutFunc()
1729 *cp++ = PACK(img->Bitdepth16To8[*wr++], in DECLARESepPutFunc()
1730 img->Bitdepth16To8[*wg++], in DECLARESepPutFunc()
1731 img->Bitdepth16To8[*wb++]); in DECLARESepPutFunc()
1749 *cp++ = PACK4(img->Bitdepth16To8[*wr++], in DECLARESepPutFunc()
1750 img->Bitdepth16To8[*wg++], in DECLARESepPutFunc()
1751 img->Bitdepth16To8[*wb++], in DECLARESepPutFunc()
1752 img->Bitdepth16To8[*wa++]); in DECLARESepPutFunc()
1772 a2 = img->Bitdepth16To8[*wa++]; in DECLARESepPutFunc()
1774 r2 = m[img->Bitdepth16To8[*wr++]]; in DECLARESepPutFunc()
1775 g2 = m[img->Bitdepth16To8[*wg++]]; in DECLARESepPutFunc()
1776 b2 = m[img->Bitdepth16To8[*wb++]]; in DECLARESepPutFunc()
2885 assert(img->Bitdepth16To8==NULL); in BuildMapBitdepth16To8()
2886 img->Bitdepth16To8=_TIFFmalloc(65536); in BuildMapBitdepth16To8()
2887 if (img->Bitdepth16To8==NULL) in BuildMapBitdepth16To8()
2892 m=img->Bitdepth16To8; in BuildMapBitdepth16To8()