Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_averages_and_directions.cpp736 vfloatacc uncor_errorsumv = vfloatacc::zero(); in compute_error_squared_rgba() local
820 haccumulate(uncor_errorsumv, uncor_err, mask); in compute_error_squared_rgba()
860 uncor_error = hadd_s(uncor_errorsumv); in compute_error_squared_rgba()
875 vfloatacc uncor_errorsumv = vfloatacc::zero(); in compute_error_squared_rgb() local
954 haccumulate(uncor_errorsumv, uncor_err, mask); in compute_error_squared_rgb()
991 uncor_error = hadd_s(uncor_errorsumv); in compute_error_squared_rgb()