Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_averages_and_directions.cpp857 vfloat samec_param = (data_r * l_samec_bs0) in compute_error_squared_rgba() local
862 samec_loparamv = min(samec_param, samec_loparamv); in compute_error_squared_rgba()
863 samec_hiparamv = max(samec_param, samec_hiparamv); in compute_error_squared_rgba()
865 vfloat samec_dist0 = samec_param * l_samec_bs0 - data_r; in compute_error_squared_rgba()
866 vfloat samec_dist1 = samec_param * l_samec_bs1 - data_g; in compute_error_squared_rgba()
867 vfloat samec_dist2 = samec_param * l_samec_bs2 - data_b; in compute_error_squared_rgba()
868 vfloat samec_dist3 = samec_param * l_samec_bs3 - data_a; in compute_error_squared_rgba()
991 vfloat samec_param = (data_r * l_samec_bs0) in compute_error_squared_rgb() local
995 samec_loparamv = min(samec_param, samec_loparamv); in compute_error_squared_rgb()
996 samec_hiparamv = max(samec_param, samec_hiparamv); in compute_error_squared_rgb()
[all …]