Home
last modified time | relevance | path

Searched refs:d29u32 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/common/arm/neon/
Dbilinearpredict_neon.c42 uint32x2_t d29u32 = vdup_n_u32(0); in vp8_bilinear_predict4x4_neon() local
49 d29u32 = vld1_lane_u32((const uint32_t *)src_ptr, d29u32, 0); in vp8_bilinear_predict4x4_neon()
51 d29u32 = vld1_lane_u32((const uint32_t *)src_ptr, d29u32, 1); in vp8_bilinear_predict4x4_neon()
55 d29u8 = vreinterpret_u8_u32(d29u32); in vp8_bilinear_predict4x4_neon()
Dsixtappredict_neon.c47 uint32x2_t d29u32 = vdup_n_u32(0); in vp8_sixtap_predict4x4_neon() local
76 d29u32 = vld1_lane_u32((const uint32_t *)src, d29u32, 0); in vp8_sixtap_predict4x4_neon()
78 d29u32 = vld1_lane_u32((const uint32_t *)src, d29u32, 1); in vp8_sixtap_predict4x4_neon()
88 d29u8 = vreinterpret_u8_u32(d29u32); in vp8_sixtap_predict4x4_neon()
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.c61 uint32x2_t d2u32, d3u32, d28u32, d29u32, d30u32, d31u32; in vpx_convolve8_horiz_neon() local
128 d29u32 = vld1_dup_u32((const uint32_t *)s); in vpx_convolve8_horiz_neon()
138 d1x2u16 = vtrn_u16(vreinterpret_u16_u32(d29u32), in vpx_convolve8_horiz_neon()
Dvpx_convolve8_avg_neon.c61 uint32x2_t d2u32, d3u32, d6u32, d7u32, d28u32, d29u32, d30u32, d31u32; in vpx_convolve8_avg_horiz_neon() local
126 d29u32 = vld1_dup_u32((const uint32_t *)s); in vpx_convolve8_avg_horiz_neon()
136 d1x2u16 = vtrn_u16(vreinterpret_u16_u32(d29u32), in vpx_convolve8_avg_horiz_neon()