Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_common_4.h268 ASTCENC_SIMD_INLINE float hmax_s(vfloat4 a) in hmax_s() function
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_vecmathlib_avx2_8.h888 ASTCENC_SIMD_INLINE float hmax_s(vfloat8 a) in hmax_s() function
H A Dastcenc_pick_best_endpoint_format.cpp495 float df = hmax_s(abs(pdif));
H A Dastcenc_ideal_endpoints_and_weights.cpp474 highparam = hmax_s(vfloat4(highparam_vec));
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp828 /** @brief Test vfloat4 hmax_s. */
829 TEST(vfloat4, hmax_s) in TEST()
832 float r1 = hmax_s(a1); in TEST()
836 float r2 = hmax_s(a2); in TEST()
2565 /** @brief Test vfloat8 hmax_s. */
2566 TEST(vfloat8, hmax_s) in TEST()
2569 float r1 = hmax_s(a1); in TEST()
2573 float r2 = hmax_s(a2); in TEST()

Completed in 10 milliseconds