Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp147 vfloat dist0 = (uncor_amod0 + param * uncor_bs0) - data_r; in compute_error_squared_rgb_single_partition() local
151 vfloat error = dist0 * dist0 * ews.lane<0>() in compute_error_squared_rgb_single_partition()
162 dist0 = (param * samec_bs0) - data_r; in compute_error_squared_rgb_single_partition()
166 error = dist0 * dist0 * ews.lane<0>() in compute_error_squared_rgb_single_partition()
177 dist0 = (rgbl_amod0 + param * rgbl_bs0) - data_r; in compute_error_squared_rgb_single_partition()
181 error = dist0 * dist0 * ews.lane<0>() in compute_error_squared_rgb_single_partition()
192 dist0 = (param * l_bs0) - data_r; in compute_error_squared_rgb_single_partition()
196 error = dist0 * dist0 * ews.lane<0>() in compute_error_squared_rgb_single_partition()