Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image.cpp350 pack_low_bytes(colori); in unorm8x4_array_from_astc_img()
Dastcenc_vecmathlib_neon_4.h614 ASTCENC_SIMD_INLINE vint4 pack_low_bytes(vint4 a) in pack_low_bytes() function
Dastcenc_vecmathlib_avx2_8.h576 ASTCENC_SIMD_INLINE vint8 pack_low_bytes(vint8 v) in pack_low_bytes() function
Dastcenc_ideal_endpoints_and_weights.cpp1053 vint scn = pack_low_bytes(weight); in compute_quantized_weights_for_decimation()
1087 vint scn = pack_low_bytes(weight); in compute_quantized_weights_for_decimation()
Dastcenc_vecmathlib_sse_4.h662 ASTCENC_SIMD_INLINE vint4 pack_low_bytes(vint4 a) in pack_low_bytes() function
Dastcenc_vecmathlib_none_4.h670 ASTCENC_SIMD_INLINE vint4 pack_low_bytes(vint4 a) in pack_low_bytes() function
Dastcenccli_toplevel.cpp1350 pixel = pack_low_bytes(pixel); in image_set_pixel_u8()
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp1836 TEST(vint4, pack_low_bytes) in TEST() argument
1839 vint4 r = pack_low_bytes(a); in TEST()
3384 TEST(vint8, pack_low_bytes) in TEST() argument
3387 vint8 r = pack_low_bytes(a); in TEST()