Searched refs:decode_mode (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_decompress_symbolic.cpp | 38 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()
|
D | astcenc_image.cpp | 152 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()
|
D | astcenc_color_unquantize.cpp | 854 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()
|
D | astcenc_internal.h | 1598 astcenc_profile decode_mode, 1623 astcenc_profile decode_mode, 1814 astcenc_profile decode_mode, 1996 astcenc_profile decode_mode,
|
D | astcenc_compress_symbolic.cpp | 70 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()
|
D | astcenc_entry.cpp | 855 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()
|
D | astcenccli_toplevel.cpp | 43 astcenc_profile decode_mode; member 427 profile = modes[i].decode_mode; in parse_commandline_options()
|