Searched refs:s01_f0 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | sixtappredict_neon.c | 167 uint8x16_t s01_f0, s23_f0; in vp8_sixtap_predict4x4_neon() local 221 s01_f0 = vcombine_u8(vget_low_u8(s0), vget_low_u8(s1)); in vp8_sixtap_predict4x4_neon() 230 s01 = vreinterpretq_u64_u8(s01_f0); in vp8_sixtap_predict4x4_neon() 234 filter_add_accumulate(s01_f0, s23_f0, filter0, &d0123, &d4567); in vp8_sixtap_predict4x4_neon() 295 s01_f0 = vcombine_u8(vget_low_u8(s0), vget_low_u8(s1)); in vp8_sixtap_predict4x4_neon() 307 s01 = vreinterpretq_u64_u8(s01_f0); in vp8_sixtap_predict4x4_neon() 310 filter_add_accumulate(s01_f0, s23_f0, filter0, &d0123, &d4567); in vp8_sixtap_predict4x4_neon()
|