Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_ideal_endpoints_and_weights.cpp152 float highvalue { -1e10f }; in compute_ideal_colors_and_weights_1_comp() local
160 highvalue = astc::max(value, highvalue); in compute_ideal_colors_and_weights_1_comp()
163 if (highvalue <= lowvalue) in compute_ideal_colors_and_weights_1_comp()
166 highvalue = 1e-7f; in compute_ideal_colors_and_weights_1_comp()
169 float length = highvalue - lowvalue; in compute_ideal_colors_and_weights_1_comp()
194 ei.ep.endpt1[i] = select(blk.data_max, vfloat4(highvalue), sep_mask); in compute_ideal_colors_and_weights_1_comp()
326 vfloat4 highvalue = line.a + line.b * highparam; in compute_ideal_colors_and_weights_2_comp() local
329 vfloat4 ep1 = select(blk.data_max, vfloat4(highvalue.lane<0>()), comp1_mask); in compute_ideal_colors_and_weights_2_comp()
332 ei.ep.endpt1[i] = select(ep1, vfloat4(highvalue.lane<1>()), comp2_mask); in compute_ideal_colors_and_weights_2_comp()