Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_getimage.c241 if (img->Bitdepth16To8) { in TIFFRGBAImageEnd()
242 _TIFFfree(img->Bitdepth16To8); in TIFFRGBAImageEnd()
243 img->Bitdepth16To8 = NULL; in TIFFRGBAImageEnd()
291 img->Bitdepth16To8 = NULL; in TIFFRGBAImageBegin()
1541 *cp++ = PACK(img->Bitdepth16To8[wp[0]], in DECLAREContigPutFunc()
1542 img->Bitdepth16To8[wp[1]], in DECLAREContigPutFunc()
1543 img->Bitdepth16To8[wp[2]]); in DECLAREContigPutFunc()
1563 *cp++ = PACK4(img->Bitdepth16To8[wp[0]], in DECLAREContigPutFunc()
1564 img->Bitdepth16To8[wp[1]], in DECLAREContigPutFunc()
1565 img->Bitdepth16To8[wp[2]], in DECLAREContigPutFunc()
[all …]
Dtiffio.h227 uint8* Bitdepth16To8; /* LUT for conversion from 16bit to 8bit values */ member