Home
last modified time | relevance | path

Searched refs:pack_low_bytes (Results 1 - 8 of 8) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenccli_image.cpp353 pack_low_bytes(colori); in unorm8x4_array_from_astc_img()
H A Dastcenc_vecmathlib_avx2_8.h584 ASTCENC_SIMD_INLINE vint8 pack_low_bytes(vint8 v) in pack_low_bytes() function
H A Dastcenc_vecmathlib_neon_4.h651 ASTCENC_SIMD_INLINE vint4 pack_low_bytes(vint4 a) in pack_low_bytes() function
H A Dastcenc_ideal_endpoints_and_weights.cpp1103 vint scn = pack_low_bytes(weight);
1134 vint scn = pack_low_bytes(weight);
H A Dastcenc_vecmathlib_sse_4.h683 ASTCENC_SIMD_INLINE vint4 pack_low_bytes(vint4 a) in pack_low_bytes() function
H A Dastcenc_vecmathlib_none_4.h694 ASTCENC_SIMD_INLINE vint4 pack_low_bytes(vint4 a) in pack_low_bytes() function
H A Dastcenccli_toplevel.cpp1398 pixel = pack_low_bytes(pixel);
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp1835 /** @brief Test vint4 pack_low_bytes. */
1836 TEST(vint4, pack_low_bytes) in TEST()
1839 vint4 r = pack_low_bytes(a); in TEST()
3383 /** @brief Test vint8 pack_low_bytes. */
3384 TEST(vint8, pack_low_bytes) in TEST()
3387 vint8 r = pack_low_bytes(a); in TEST()

Completed in 20 milliseconds