Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_ideal_endpoints_and_weights.cpp209 float highparam { -1e10f }; in compute_ideal_colors_and_weights_2_comp() local
220 highparam = astc::max(param, highparam); in compute_ideal_colors_and_weights_2_comp()
225 if (highparam < lowparam) in compute_ideal_colors_and_weights_2_comp()
228 highparam = 1e-7f; in compute_ideal_colors_and_weights_2_comp()
231 float length = highparam - lowparam; in compute_ideal_colors_and_weights_2_comp()
256 vfloat4 highvalue = line.a + line.b * highparam; in compute_ideal_colors_and_weights_2_comp()
358 float highparam { -1e10f }; in compute_ideal_colors_and_weights_3_comp() local
369 highparam = astc::max(param, highparam); in compute_ideal_colors_and_weights_3_comp()
374 if (highparam < lowparam) in compute_ideal_colors_and_weights_3_comp()
377 highparam = 1e-7f; in compute_ideal_colors_and_weights_3_comp()
[all …]