Searched refs:store_4x8 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | loopfilter_neon.c | 626 static INLINE void store_4x8(uint8_t *s, const int p, const uint8x8_t p1, in store_4x8() function 836 store_4x8(s - 2, p, p1, p0, q0, q1); in vpx_lpf_vertical_4_neon() 858 store_4x8(s, p, vget_low_u8(p1), vget_low_u8(p0), vget_low_u8(q0), in vpx_lpf_vertical_4_dual_neon() 860 store_4x8(s + 8 * p, p, vget_high_u8(p1), vget_high_u8(p0), vget_high_u8(q0), in vpx_lpf_vertical_4_dual_neon() 1045 store_4x8(s + 6, p, op1, op0, oq0, oq1); in vpx_lpf_vertical_16_neon() 1087 store_4x8(s, p, vget_low_u8(op1), vget_low_u8(op0), vget_low_u8(oq0), in vpx_lpf_vertical_16_dual_neon() 1089 store_4x8(s + 8 * p, p, vget_high_u8(op1), vget_high_u8(op0), in vpx_lpf_vertical_16_dual_neon()
|
D | highbd_loopfilter_neon.c | 434 static INLINE void store_4x8(uint16_t *s, const int p, const uint16x8_t p1, in store_4x8() function 601 store_4x8(s - 2, p, p1, p0, q0, q1); in vpx_highbd_lpf_vertical_4_neon() 722 store_4x8(s - 2, p, op1, op0, oq0, oq1); in lpf_vertical_16_kernel()
|