Home
last modified time | relevance | path

Searched refs:uncor_errv2 (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_pick_best_endpoint_format.cpp126 vfloat uncor_errv2 = vfloat::zero(); in compute_error_squared_rgb_single_partition() local
173 haccumulate(uncor_errv2, dist2 * dist2); in compute_error_squared_rgb_single_partition()
186 haccumulate(uncor_errv2, dist2 * dist2); in compute_error_squared_rgb_single_partition()
207 uncor_errv = uncor_errv0 * ews.lane<0>() + uncor_errv1 * ews.lane<1>() + uncor_errv2 * ews.lane<2>(); // channel 0,1,2 in compute_error_squared_rgb_single_partition()

Completed in 3 milliseconds