Home
last modified time | relevance | path

Searched refs:hmin_s (Results 1 - 6 of 6) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_common_4.h251 ASTCENC_SIMD_INLINE float hmin_s(vfloat4 a) in hmin_s() function
262 return hmin_s(a); in hmin_rgb_s()
H A Dastcenc_averages_and_directions.cpp834 float uncor_linelen = hmax_s(uncor_hiparamv) - hmin_s(uncor_loparamv); in compute_error_squared_rgba()
940 float uncor_linelen = hmax_s(uncor_hiparamv) - hmin_s(uncor_loparamv);
H A Dastcenc_compress_symbolic.cpp631 float min_wt_cutoff = hmin_s(min_ep); in compress_symbolic_block_for_partition_1plane()
1005 float min_wt_cutoff1 = hmin_s(min_ep1); in compress_symbolic_block_for_partition_2planes()
1008 float min_wt_cutoff2 = hmin_s(select(err_max, min_ep2, err_mask)); in compress_symbolic_block_for_partition_2planes()
H A Dastcenc_vecmathlib_avx2_8.h858 ASTCENC_SIMD_INLINE float hmin_s(vfloat8 a) in hmin_s() function
H A Dastcenc_ideal_endpoints_and_weights.cpp473 lowparam = hmin_s(vfloat4(lowparam_vec));
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp786 /** @brief Test vfloat4 hmin_s. */
787 TEST(vfloat4, hmin_s) in TEST()
790 float r1 = hmin_s(a1); in TEST()
794 float r2 = hmin_s(a2); in TEST()
2527 /** @brief Test vfloat8 hmin_s. */
2528 TEST(vfloat8, hmin_s) in TEST()
2531 float r1 = hmin_s(a1); in TEST()
2535 float r2 = hmin_s(a2); in TEST()

Completed in 13 milliseconds