Home
last modified time | relevance | path

Searched refs:ASTCENC_PRF_LDR_SRGB (Results 1 - 6 of 6) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenccli_toplevel.cpp124 {"-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 Dastcenc.h262 ASTCENC_PRF_LDR_SRGB = 0, enumerator
H A Dastcenc_entry.cpp175 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 Dastcenc_decompress_symbolic.cpp242 case ASTCENC_PRF_LDR_SRGB: in decompress_symbolic_block()
H A Dastcenc_color_unquantize.cpp917 else if (decode_mode == ASTCENC_PRF_LDR_SRGB) in unpack_color_endpoints()
H A Dastcenc_internal.h1612 else if (decode_mode == ASTCENC_PRF_LDR_SRGB) in get_u8_component_mask()

Completed in 10 milliseconds