Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp688 uncor_error += dot3_s(uncor_vector * uncor_vector, error_weights); in find_best_partition_candidates()
689 samec_error += dot3_s(samec_vector * samec_vector, error_weights); in find_best_partition_candidates()
Dastcenc_vecmathlib_common_4.h321 ASTCENC_SIMD_INLINE float dot3_s(vfloat4 a, vfloat4 b) in dot3_s() function
Dastcenc_ideal_endpoints_and_weights.cpp365 float param = dot3_s(point - line.a, line.b); in compute_ideal_colors_and_weights_3_comp()
1169 float scale = dot3_s(scale_dir, rgba); in recompute_ideal_colors_1plane()
1395 float scale = dot3_s(scale_dir, rgba); in recompute_ideal_colors_2planes()
1434 float psum = dot3_s(select(right1_sum, right2_sum, p2_mask), color_weight); in recompute_ideal_colors_2planes()
Dastcenc_vecmathlib_sse_4.h1051 ASTCENC_SIMD_INLINE float dot3_s(vfloat4 a, vfloat4 b) in dot3_s() function
Dastcenc_pick_best_endpoint_format.cpp390 float rgb_range_error = dot3_s(sum_range_error, error_weight) in compute_color_error_for_every_integer_count_and_quant_level()
/third_party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp1019 TEST(vfloat4, dot3_s) in TEST() argument
1023 float r = dot3_s(a, b); in TEST()