Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_decompress_symbolic.cpp38 astcenc_profile decode_mode, in lerp_color_int() argument
46 if (decode_mode == ASTCENC_PRF_LDR_SRGB) in lerp_color_int()
55 if (decode_mode == ASTCENC_PRF_LDR_SRGB) in lerp_color_int()
188 astcenc_profile decode_mode, in decompress_symbolic_block() argument
234 if (decode_mode == ASTCENC_PRF_LDR_SRGB) in decompress_symbolic_block()
245 switch (decode_mode) in decompress_symbolic_block()
300 unpack_color_endpoints(decode_mode, in decompress_symbolic_block()
314 vint4 color = lerp_color_int(decode_mode, ep0, ep1, weight); in decompress_symbolic_block()
Dastcenc_image.cpp152 astcenc_profile decode_mode, in load_image_block() argument
182 uint8_t rgb_lns = (decode_mode == ASTCENC_PRF_HDR) || in load_image_block()
183 (decode_mode == ASTCENC_PRF_HDR_RGB_LDR_A) ? 1 : 0; in load_image_block()
184 uint8_t a_lns = decode_mode == ASTCENC_PRF_HDR ? 1 : 0; in load_image_block()
269 astcenc_profile decode_mode, in load_image_block_fast_ldr() argument
279 (void)decode_mode; in load_image_block_fast_ldr()
Dastcenc_color_unquantize.cpp854 astcenc_profile decode_mode, in unpack_color_endpoints() argument
975 if (decode_mode == ASTCENC_PRF_HDR) in unpack_color_endpoints()
994 if ((decode_mode == ASTCENC_PRF_LDR) || in unpack_color_endpoints()
995 (decode_mode == ASTCENC_PRF_LDR_SRGB)) in unpack_color_endpoints()
Dastcenc_internal.h1598 astcenc_profile decode_mode,
1623 astcenc_profile decode_mode,
1814 astcenc_profile decode_mode,
1996 astcenc_profile decode_mode,
Dastcenc_compress_symbolic.cpp70 astcenc_profile decode_mode, in realign_weights_undecimated() argument
100 unpack_color_endpoints(decode_mode, in realign_weights_undecimated()
190 astcenc_profile decode_mode, in realign_weights_decimated() argument
226 unpack_color_endpoints(decode_mode, in realign_weights_decimated()
1174 astcenc_profile decode_mode = ctx.config.profile; in compress_block() local
1231 if ((decode_mode == ASTCENC_PRF_HDR) || in compress_block()
1232 (decode_mode == ASTCENC_PRF_HDR_RGB_LDR_A)) in compress_block()
Dastcenc_entry.cpp855 astcenc_profile decode_mode = ctx.config.profile; in compress_image() local
892 bool needs_hdr = (decode_mode == ASTCENC_PRF_HDR) || in compress_image()
893 (decode_mode == ASTCENC_PRF_HDR_RGB_LDR_A); in compress_image()
962 load_func(decode_mode, image, blk, bsd, x * block_x, y * block_y, z * block_z, swizzle); in compress_image()
Dastcenccli_toplevel.cpp43 astcenc_profile decode_mode; member
427 profile = modes[i].decode_mode; in parse_commandline_options()