Searched refs:ASTCENC_PRF_LDR_SRGB (Results 1 - 6 of 6) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenccli_toplevel.cpp | 124 {"-cs", ASTCENC_OP_COMPRESS, ASTCENC_PRF_LDR_SRGB}, 125 {"-ds", ASTCENC_OP_DECOMPRESS, ASTCENC_PRF_LDR_SRGB}, 126 {"-ts", ASTCENC_OP_TEST, ASTCENC_PRF_LDR_SRGB}, 1027 if ((config.profile == ASTCENC_PRF_LDR) || (config.profile == ASTCENC_PRF_LDR_SRGB)) in edit_astcenc_config() 1238 case ASTCENC_PRF_LDR_SRGB: in print_astcenc_config() 1505 if (profile == ASTCENC_PRF_LDR_SRGB) 1518 if (profile == ASTCENC_PRF_LDR_SRGB) 2016 if (is_srgb && (profile != ASTCENC_PRF_LDR_SRGB)) 2021 if (!is_srgb && (profile == ASTCENC_PRF_LDR_SRGB)) 2384 bool srgb = profile == ASTCENC_PRF_LDR_SRGB; [all...] |
H A D | astcenc.h | 262 ASTCENC_PRF_LDR_SRGB = 0, enumerator
|
H A D | astcenc_entry.cpp | 175 case ASTCENC_PRF_LDR_SRGB: in validate_profile() 592 case ASTCENC_PRF_LDR_SRGB: in astcenc_config_init() 741 if ((ctx->config.profile == ASTCENC_PRF_LDR) || (ctx->config.profile == ASTCENC_PRF_LDR_SRGB)) in astcenc_context_alloc()
|
H A D | astcenc_decompress_symbolic.cpp | 242 case ASTCENC_PRF_LDR_SRGB: in decompress_symbolic_block()
|
H A D | astcenc_color_unquantize.cpp | 917 else if (decode_mode == ASTCENC_PRF_LDR_SRGB) in unpack_color_endpoints()
|
H A D | astcenc_internal.h | 1612 else if (decode_mode == ASTCENC_PRF_LDR_SRGB) in get_u8_component_mask()
|
Completed in 10 milliseconds