Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_loopfilter_neon.c460 static INLINE void store_6x8(uint16_t *s, const int p, const uint16x8_t s0, in store_6x8() function
653 store_6x8(s, p, op2, op1, op0, oq0, oq1, oq2); in vpx_highbd_lpf_vertical_8_neon()
719 store_6x8(s, p, op2, op1, op0, oq0, oq1, oq2); in lpf_vertical_16_kernel()
Dloopfilter_neon.c652 static INLINE void store_6x8(uint8_t *s, const int p, const uint8x8_t s0, in store_6x8() function
938 store_6x8(s, p, vget_low_u8(op2), vget_low_u8(op1), vget_low_u8(op0), in vpx_lpf_vertical_8_dual_neon()
940 store_6x8(s + 8 * p, p, vget_high_u8(op2), vget_high_u8(op1), in vpx_lpf_vertical_8_dual_neon()
1079 store_6x8(s, p, vget_low_u8(op2), vget_low_u8(op1), vget_low_u8(op0), in vpx_lpf_vertical_16_dual_neon()
1081 store_6x8(s + 8 * p, p, vget_high_u8(op2), vget_high_u8(op1), in vpx_lpf_vertical_16_dual_neon()