Home
last modified time | relevance | path

Searched refs:ASTCENC_PRF_LDR (Results 1 – 6 of 6) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenccli_toplevel.cpp113 {"-cl", ASTCENC_OP_COMPRESS, ASTCENC_PRF_LDR},
114 {"-dl", ASTCENC_OP_DECOMPRESS, ASTCENC_PRF_LDR},
115 {"-tl", ASTCENC_OP_TEST, ASTCENC_PRF_LDR},
424 profile = ASTCENC_PRF_LDR; in parse_commandline_options()
877 if ((config.profile == ASTCENC_PRF_LDR) || (config.profile == ASTCENC_PRF_LDR_SRGB)) in edit_astcenc_config()
1075 case ASTCENC_PRF_LDR: in print_astcenc_config()
Dastcenc.h252 ASTCENC_PRF_LDR, enumerator
Dastcenc_entry.cpp211 case ASTCENC_PRF_LDR: in validate_profile()
601 case ASTCENC_PRF_LDR: in astcenc_config_init()
734 if ((ctx->config.profile == ASTCENC_PRF_LDR) || (ctx->config.profile == ASTCENC_PRF_LDR_SRGB)) in astcenc_context_alloc()
Dastcenc_decompress_symbolic.cpp247 case ASTCENC_PRF_LDR: in decompress_symbolic_block()
Dastcenc_color_unquantize.cpp1001 if ((decode_mode == ASTCENC_PRF_LDR) || in unpack_color_endpoints()
/third_party/astc-encoder/Utils/Example/
Dastc_api_example.cpp59 static const astcenc_profile profile = ASTCENC_PRF_LDR; in main()