Home
last modified time | relevance | path

Searched refs:hmin_rgb_s (Results 1 - 3 of 3) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_common_4.h259 ASTCENC_SIMD_INLINE float hmin_rgb_s(vfloat4 a) in hmin_rgb_s() function
H A Dastcenc_pick_best_endpoint_format.cpp441 float ep1_min = hmin_rgb_s(ep1);
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp798 /** @brief Test vfloat4 hmin_rgb_s. */
799 TEST(vfloat4, hmin_rgb_s) in TEST()
802 float r1 = hmin_rgb_s(a1); in TEST()
806 float r2 = hmin_rgb_s(a2); in TEST()

Completed in 6 milliseconds