Searched refs:d0123 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | vpx_convolve8_neon.c | 331 uint32x4_t d0123 = vdupq_n_u32(0); in vpx_convolve8_avg_horiz_neon() local 383 d0123 = vld1q_lane_u32((uint32_t *)(dst + 0 * dst_stride), d0123, 0); in vpx_convolve8_avg_horiz_neon() 384 d0123 = vld1q_lane_u32((uint32_t *)(dst + 1 * dst_stride), d0123, 2); in vpx_convolve8_avg_horiz_neon() 385 d0123 = vld1q_lane_u32((uint32_t *)(dst + 2 * dst_stride), d0123, 1); in vpx_convolve8_avg_horiz_neon() 386 d0123 = vld1q_lane_u32((uint32_t *)(dst + 3 * dst_stride), d0123, 3); in vpx_convolve8_avg_horiz_neon() 387 d0123 = vreinterpretq_u32_u8( in vpx_convolve8_avg_horiz_neon() 388 vrhaddq_u8(vreinterpretq_u8_u32(d0123), vcombine_u8(d01, d23))); in vpx_convolve8_avg_horiz_neon() 390 vst1q_lane_u32((uint32_t *)(dst + 0 * dst_stride), d0123, 0); in vpx_convolve8_avg_horiz_neon() 391 vst1q_lane_u32((uint32_t *)(dst + 1 * dst_stride), d0123, 2); in vpx_convolve8_avg_horiz_neon() 392 vst1q_lane_u32((uint32_t *)(dst + 2 * dst_stride), d0123, 1); in vpx_convolve8_avg_horiz_neon() [all …]
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | sixtappredict_neon.c | 171 uint16x8_t d0123, d4567, d89; in vp8_sixtap_predict4x4_neon() local 226 d0123 = vmull_u8(vreinterpret_u8_u32(s01_f5_q.val[0]), filter5); in vp8_sixtap_predict4x4_neon() 234 filter_add_accumulate(s01_f0, s23_f0, filter0, &d0123, &d4567); in vp8_sixtap_predict4x4_neon() 240 &d0123, &d4567); in vp8_sixtap_predict4x4_neon() 245 &d0123, &d4567); in vp8_sixtap_predict4x4_neon() 250 &d0123, &d4567); in vp8_sixtap_predict4x4_neon() 264 vqaddq_s16(vreinterpretq_s16_u16(d0123), vreinterpretq_s16_u16(d0123_a)); in vp8_sixtap_predict4x4_neon() 302 d0123 = vmull_u8(vreinterpret_u8_u32(s01_f5_q.val[0]), filter5); in vp8_sixtap_predict4x4_neon() 310 filter_add_accumulate(s01_f0, s23_f0, filter0, &d0123, &d4567); in vp8_sixtap_predict4x4_neon() 315 &d0123, &d4567); in vp8_sixtap_predict4x4_neon() [all …]
|