Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp149 vfloat dist2 = (uncor_amod2 + param * uncor_bs2) - data_b; in compute_error_squared_rgb_single_partition() local
153 + dist2 * dist2 * ews.lane<2>(); in compute_error_squared_rgb_single_partition()
164 dist2 = (param * samec_bs2) - data_b; in compute_error_squared_rgb_single_partition()
168 + dist2 * dist2 * ews.lane<2>(); in compute_error_squared_rgb_single_partition()
179 dist2 = (rgbl_amod2 + param * rgbl_bs2) - data_b; in compute_error_squared_rgb_single_partition()
183 + dist2 * dist2 * ews.lane<2>(); in compute_error_squared_rgb_single_partition()
194 dist2 = (param * l_bs2) - data_b; in compute_error_squared_rgb_single_partition()
198 + dist2 * dist2 * ews.lane<2>(); in compute_error_squared_rgb_single_partition()