Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp148 vfloat dist1 = (uncor_amod1 + param * uncor_bs1) - data_g; in compute_error_squared_rgb_single_partition() local
152 + dist1 * dist1 * ews.lane<1>() in compute_error_squared_rgb_single_partition()
163 dist1 = (param * samec_bs1) - data_g; in compute_error_squared_rgb_single_partition()
167 + dist1 * dist1 * ews.lane<1>() in compute_error_squared_rgb_single_partition()
178 dist1 = (rgbl_amod1 + param * rgbl_bs1) - data_g; in compute_error_squared_rgb_single_partition()
182 + dist1 * dist1 * ews.lane<1>() in compute_error_squared_rgb_single_partition()
193 dist1 = (param * l_bs1) - data_g; in compute_error_squared_rgb_single_partition()
197 + dist1 * dist1 * ews.lane<1>() in compute_error_squared_rgb_single_partition()