Searched refs:ASTCENC_PRF_HDR_RGB_LDR_A (Results 1 – 6 of 6) sorted by relevance
/third_party/astc-encoder/Source/ |
D | astcenccli_toplevel.cpp | 119 {"-ch", ASTCENC_OP_COMPRESS, ASTCENC_PRF_HDR_RGB_LDR_A}, 120 {"-dh", ASTCENC_OP_DECOMPRESS, ASTCENC_PRF_HDR_RGB_LDR_A}, 121 {"-th", ASTCENC_OP_TEST, ASTCENC_PRF_HDR_RGB_LDR_A}, 1081 case ASTCENC_PRF_HDR_RGB_LDR_A: in print_astcenc_config() 1716 …bool is_hdr = (config.profile == ASTCENC_PRF_HDR) || (config.profile == ASTCENC_PRF_HDR_RGB_LDR_A); in main()
|
D | astcenc.h | 254 ASTCENC_PRF_HDR_RGB_LDR_A, enumerator
|
D | astcenc_entry.cpp | 212 case ASTCENC_PRF_HDR_RGB_LDR_A: in validate_profile() 604 case ASTCENC_PRF_HDR_RGB_LDR_A: in astcenc_config_init() 857 (decode_mode == ASTCENC_PRF_HDR_RGB_LDR_A); in compress_image()
|
D | astcenc_image.cpp | 183 (decode_mode == ASTCENC_PRF_HDR_RGB_LDR_A) ? 1 : 0; in fetch_image_block()
|
D | astcenc_decompress_symbolic.cpp | 250 case ASTCENC_PRF_HDR_RGB_LDR_A: in decompress_symbolic_block()
|
D | astcenc_compress_symbolic.cpp | 1233 (decode_mode == ASTCENC_PRF_HDR_RGB_LDR_A)) in compress_block()
|