Home
last modified time | relevance | path

Searched refs:best_quant_levels_mod (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp1135 uint8_t* best_quant_levels_mod = tmpbuf.best_quant_levels_mod; in compute_ideal_endpoint_formats() local
1144 best_quant_levels_mod[i] = QUANT_2; in compute_ideal_endpoint_formats()
1153 best_quant_levels_mod[i] = QUANT_2; in compute_ideal_endpoint_formats()
1177 best_quant_levels_mod[i] = best_quant_levels[i]; in compute_ideal_endpoint_formats()
1206 best_quant_levels[i], best_quant_levels_mod[i], in compute_ideal_endpoint_formats()
1239 best_quant_levels[i], best_quant_levels_mod[i], in compute_ideal_endpoint_formats()
1273 best_quant_levels[i], best_quant_levels_mod[i], in compute_ideal_endpoint_formats()
1343 quant_level_mod[i] = static_cast<quant_method>(best_quant_levels_mod[best_error_weights[i]]); in compute_ideal_endpoint_formats()
Dastcenc_internal.h951 uint8_t best_quant_levels_mod[WEIGHTS_MAX_BLOCK_MODES]; member