Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_ideal_endpoints_and_weights.cpp1038 vint weightl = float_to_int(ix1); in compute_quantized_weights_for_decimation() local
1039 vint weighth = min(weightl + vint(1), steps_m1); in compute_quantized_weights_for_decimation()
1041 vint ixli = vtable_8bt_32bi(tab0p, weightl); in compute_quantized_weights_for_decimation()
1072 vint weightl = float_to_int(ix1); in compute_quantized_weights_for_decimation() local
1073 vint weighth = min(weightl + vint(1), steps_m1); in compute_quantized_weights_for_decimation()
1075 vint ixli = vtable_8bt_32bi(tab0p, tab1p, weightl); in compute_quantized_weights_for_decimation()