Searched refs:QUANT_32 (Results 1 - 5 of 5) sorted by relevance
/third_party/astc-encoder/Utils/ |
H A D | astc_quant_generator.cpp | 42 QUANT_32 = 11, enumerator 69 case QUANT_32: return 32; in get_quant_level() 166 QUANT_32,
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_integer_sequence.cpp | 179 case QUANT_32: in find_number_of_bits_trits_quints() 350 case QUANT_32: in compute_ise_bitcount()
|
H A D | astc_codec_internals.h | 164 QUANT_32 = 11, enumerator
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_internal.h | 228 QUANT_32 = 11, enumerator 262 case QUANT_32: return 32; in get_quant_level()
|
H A D | astcenc_compress_symbolic.cpp | 582 int max_weight_quant = astc::min(static_cast<int>(QUANT_32), quant_limit); in compress_symbolic_block_for_partition_1plane() 952 int max_weight_quant = astc::min(static_cast<int>(QUANT_32), quant_limit); in compress_symbolic_block_for_partition_2planes() 1582 int quant_limit = QUANT_32; in compress_block() 1594 1, 0, scb, tmpbuf, QUANT_32); in compress_block()
|
Completed in 8 milliseconds