Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_averages_and_directions.cpp770 vfloatacc uncor_errorsumv = vfloatacc::zero(); in compute_error_squared_rgba() local
854 haccumulate(uncor_errorsumv, uncor_err, mask); in compute_error_squared_rgba()
894 uncor_error = hadd_s(uncor_errorsumv); in compute_error_squared_rgba()
909 vfloatacc uncor_errorsumv = vfloatacc::zero(); in compute_error_squared_rgb() local
988 haccumulate(uncor_errorsumv, uncor_err, mask); in compute_error_squared_rgb()
1025 uncor_error = hadd_s(uncor_errorsumv); in compute_error_squared_rgb()