Searched refs:dot3_s (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_vecmathlib_common_4.h | 321 ASTCENC_SIMD_INLINE float dot3_s(vfloat4 a, vfloat4 b) in dot3_s() function
|
D | astcenc_find_best_partitioning.cpp | 721 uncor_error += dot3_s(uncor_vector * uncor_vector, error_weights); in find_best_partition_candidates() 722 samec_error += dot3_s(samec_vector * samec_vector, error_weights); in find_best_partition_candidates()
|
D | astcenc_ideal_endpoints_and_weights.cpp | 435 float param = dot3_s(point - line.a, line.b); in compute_ideal_colors_and_weights_3_comp() 1264 float scale = dot3_s(scale_dir, rgba); in recompute_ideal_colors_1plane() 1493 float scale = dot3_s(scale_dir, rgba); in recompute_ideal_colors_2planes() 1532 float psum = dot3_s(select(right1_sum, right2_sum, p2_mask), color_weight); in recompute_ideal_colors_2planes()
|
D | astcenc_vecmathlib_sse_4.h | 1250 ASTCENC_SIMD_INLINE float dot3_s(vfloat4 a, vfloat4 b) in dot3_s() function
|
D | astcenc_pick_best_endpoint_format.cpp | 378 float rgb_range_error = dot3_s(sum_range_error, error_weight) in compute_color_error_for_every_integer_count_and_quant_level()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/ |
D | test_simd.cpp | 1020 TEST(vfloat4, dot3_s) in TEST() argument 1024 float r = dot3_s(a, b); in TEST()
|