Home
last modified time | relevance | path

Searched refs:vreinterpret_s32_u8 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/common/arm/neon/
Didct_blk_neon.c48 d2s32 = vreinterpret_s32_u8(d2u8); in idct_dequant_0_2x_neon()
49 d4s32 = vreinterpret_s32_u8(d4u8); in idct_dequant_0_2x_neon()
208 d28 = vreinterpret_s32_u8(vqmovun_s16(q4)); in idct_dequant_full_2x_neon()
209 d29 = vreinterpret_s32_u8(vqmovun_s16(q5)); in idct_dequant_full_2x_neon()
210 d30 = vreinterpret_s32_u8(vqmovun_s16(q6)); in idct_dequant_full_2x_neon()
211 d31 = vreinterpret_s32_u8(vqmovun_s16(q7)); in idct_dequant_full_2x_neon()
Ddequant_idct_neon.c129 d14 = vreinterpret_s32_u8(vqmovun_s16(q1)); in vp8_dequant_idct_add_neon()
130 d15 = vreinterpret_s32_u8(vqmovun_s16(q2)); in vp8_dequant_idct_add_neon()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c19485 return vreinterpret_s32_u8(a); in test_vreinterpret_s32_u8()
Darm_neon_intrinsics.c13845 return vreinterpret_s32_u8(a); in test_vreinterpret_s32_u8()
/external/neon_2_sse/
DNEON_2_SSE.h16438 _NEON2SSESTORAGE int32x2_t vreinterpret_s32_u8 (uint8x8_t t);
16439 #define vreinterpret_s32_u8 macro