Home
last modified time | relevance | path

Searched refs:ASTCENC_PRF_LDR (Results 1 - 7 of 7) sorted by relevance

/third_party/astc-encoder/Source/UnitTest/
H A Dtest_decode.cpp53 astcenc_config_init(ASTCENC_PRF_LDR, 12, 12, 1, ASTCENC_PRE_MEDIUM, 0, &config); in TEST()
/third_party/astc-encoder/Utils/Example/
H A Dastc_api_example.cpp59 static const astcenc_profile profile = ASTCENC_PRF_LDR; in main()
/third_party/astc-encoder/Source/
H A Dastcenc.h264 ASTCENC_PRF_LDR, enumerator
H A Dastcenccli_toplevel.cpp121 {"-cl", ASTCENC_OP_COMPRESS, ASTCENC_PRF_LDR},
122 {"-dl", ASTCENC_OP_DECOMPRESS, ASTCENC_PRF_LDR},
123 {"-tl", ASTCENC_OP_TEST, ASTCENC_PRF_LDR},
461 profile = ASTCENC_PRF_LDR; in parse_commandline_options()
1027 if ((config.profile == ASTCENC_PRF_LDR) || (config.profile == ASTCENC_PRF_LDR_SRGB)) in edit_astcenc_config()
1235 case ASTCENC_PRF_LDR: in print_astcenc_config()
H A Dastcenc_entry.cpp176 case ASTCENC_PRF_LDR: in validate_profile()
591 case ASTCENC_PRF_LDR: 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.cpp243 case ASTCENC_PRF_LDR: in decompress_symbolic_block()
H A Dastcenc_color_unquantize.cpp900 if (decode_mode == ASTCENC_PRF_LDR) in unpack_color_endpoints()

Completed in 8 milliseconds