Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h236 int compression_type; // compression type(TINYEXR_COMPRESSIONTYPE_*) member
7398 int compression_type; member
7427 compression_type = 0; in clear()
9698 int compression_type, int line_order, int width, in DecodePixelData() argument
9705 if (compression_type == TINYEXR_COMPRESSIONTYPE_PIZ) { // PIZ in DecodePixelData()
9849 } else if (compression_type == TINYEXR_COMPRESSIONTYPE_ZIPS || in DecodePixelData()
9850 compression_type == TINYEXR_COMPRESSIONTYPE_ZIP) { in DecodePixelData()
9984 } else if (compression_type == TINYEXR_COMPRESSIONTYPE_RLE) { in DecodePixelData()
10118 } else if (compression_type == TINYEXR_COMPRESSIONTYPE_ZFP) { in DecodePixelData()
10189 } else if (compression_type == TINYEXR_COMPRESSIONTYPE_NONE) { in DecodePixelData()
[all …]