Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp83 float distance = dot_s(diff * diff, blk.channel_weight); in kmeans_init()
128 float distance = dot_s(diff * diff, blk.channel_weight); in kmeans_init()
167 float distance = dot_s(diff * diff, blk.channel_weight); in kmeans_assign()
603 uncor_error += dot_s(uncor_vector * uncor_vector, error_weights); in find_best_partition_candidates()
604 samec_error += dot_s(samec_vector * samec_vector, error_weights); in find_best_partition_candidates()
Dastcenc_ideal_endpoints_and_weights.cpp216 float param = dot_s(point - line.a, line.b); in compute_ideal_colors_and_weights_2_comp()
487 float param = dot_s(point - line.a, line.b); in compute_ideal_colors_and_weights_4_comp()
1054 return vfloat4(dot_s(mat0, vect), in compute_rgbo_vector()
1055 dot_s(mat1, vect), in compute_rgbo_vector()
1056 dot_s(mat2, vect), in compute_rgbo_vector()
1057 dot_s(mat3, vect)); in compute_rgbo_vector()
1267 if (astc::isnan(dot_s(rgbovec, rgbovec))) in recompute_ideal_colors_1plane()
1544 if (astc::isnan(dot_s(rgbo_vector, rgbo_vector))) in recompute_ideal_colors_2planes()
Dastcenc_vecmathlib_common_4.h303 ASTCENC_SIMD_INLINE float dot_s(vfloat4 a, vfloat4 b) in dot_s() function
Dastcenc_compress_symbolic.cpp154 float current_error = dot_s(color_diff * color_diff, error_weight); in realign_weights_undecimated()
155 float up_error = dot_s(color_up_diff * color_up_diff, error_weight); in realign_weights_undecimated()
156 float down_error = dot_s(color_down_diff * color_down_diff, error_weight); in realign_weights_undecimated()
Dastcenc_vecmathlib_sse_4.h1035 ASTCENC_SIMD_INLINE float dot_s(vfloat4 a, vfloat4 b) in dot_s() function
/third_party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp982 TEST(vfloat4, dot_s) in TEST() argument
986 float r1 = dot_s(a1, b1); in TEST()
997 float r2 = dot_s(a2, b2); in TEST()