Home
last modified time | relevance | path

Searched refs:unquant_value (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_color_quantize.cpp958 uint8_t& unquant_value in quantize_and_unquantize_retain_top_two_bits() argument
987 unquant_value = uquantval; in quantize_and_unquantize_retain_top_two_bits()
1002 uint8_t& unquant_value in quantize_and_unquantize_retain_top_four_bits() argument
1031 unquant_value = uquantval; in quantize_and_unquantize_retain_top_four_bits()
Dastcenc_compress_symbolic.cpp255 vint unquant_value(dec_weights_uquant + we_idx); in realign_weights_decimated() local
256 vfloat unquant_valuef = int_to_float(unquant_value); in realign_weights_decimated()
Dastcenc_ideal_endpoints_and_weights.cpp1177 vint unquant_value(dec_weights_uquant + i); in recompute_ideal_colors_1plane() local
1178 vfloat unquant_valuef = int_to_float(unquant_value) * vfloat(1.0f / 64.0f); in recompute_ideal_colors_1plane()