Searched refs:store_7x8 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_loopfilter_neon.c | 497 static INLINE void store_7x8(uint16_t *s, const int p, const uint16x8_t s0, in store_7x8() function 715 store_7x8(s - 3, p, op6, op5, op4, op3, op2, op1, op0); in lpf_vertical_16_kernel() 716 store_7x8(s + 4, p, oq0, oq1, oq2, oq3, oq4, oq5, oq6); in lpf_vertical_16_kernel()
|