Searched refs:samec_error (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_find_best_partitioning.cpp | 624 float samec_error = 0.0f; in find_best_partition_candidates() local 633 samec_error); in find_best_partition_candidates() 654 samec_error += dot_s(samec_vector * samec_vector, error_weights); in find_best_partition_candidates() 658 …insert_result(requested_candidates, samec_error, partition, samec_best_errors, samec_best_partitio… in find_best_partition_candidates() 693 float samec_error = 0.0f; in find_best_partition_candidates() local 699 samec_error); in find_best_partition_candidates() 722 samec_error += dot3_s(samec_vector * samec_vector, error_weights); in find_best_partition_candidates() 726 …insert_result(requested_candidates, samec_error, partition, samec_best_errors, samec_best_partitio… in find_best_partition_candidates()
|
D | astcenc_averages_and_directions.cpp | 731 float& samec_error in compute_error_squared_rgba() argument 861 samec_error = hadd_s(samec_errorsumv); in compute_error_squared_rgba() 870 float& samec_error in compute_error_squared_rgb() argument 992 samec_error = hadd_s(samec_errorsumv); in compute_error_squared_rgb()
|
D | astcenc_internal.h | 1492 float& samec_error); 1521 float& samec_error);
|