Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.c415 uint32x4_t d0415 = vdupq_n_u32(0); in vpx_convolve8_avg_horiz_neon() local
464 d0415 = vld1q_lane_u32((uint32_t *)(dst + 0 * dst_stride), d0415, 0); in vpx_convolve8_avg_horiz_neon()
465 d0415 = vld1q_lane_u32((uint32_t *)(dst + 1 * dst_stride), d0415, 2); in vpx_convolve8_avg_horiz_neon()
468 d0415 = vld1q_lane_u32((uint32_t *)(dst + 4 * dst_stride), d0415, 1); in vpx_convolve8_avg_horiz_neon()
469 d0415 = vld1q_lane_u32((uint32_t *)(dst + 5 * dst_stride), d0415, 3); in vpx_convolve8_avg_horiz_neon()
472 d0415 = vreinterpretq_u32_u8( in vpx_convolve8_avg_horiz_neon()
473 vrhaddq_u8(vreinterpretq_u8_u32(d0415), vcombine_u8(t0, t1))); in vpx_convolve8_avg_horiz_neon()
477 vst1q_lane_u32((uint32_t *)dst, d0415, 0); in vpx_convolve8_avg_horiz_neon()
479 vst1q_lane_u32((uint32_t *)dst, d0415, 2); in vpx_convolve8_avg_horiz_neon()
485 vst1q_lane_u32((uint32_t *)dst, d0415, 1); in vpx_convolve8_avg_horiz_neon()
[all …]