Searched refs:store_u8_8x8 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | vpx_convolve8_neon.c | 33 static INLINE void store_u8_8x8(uint8_t *s, const ptrdiff_t p, in store_u8_8x8() function 287 store_u8_8x8(d, dst_stride, t0, t1, t2, t3, t4, t5, t6, t7); in vpx_convolve8_horiz_neon() 575 store_u8_8x8(d, dst_stride, vget_low_u8(d01), vget_high_u8(d01), in vpx_convolve8_avg_horiz_neon()
|
/external/libaom/libaom/av1/common/arm/ |
D | mem_neon.h | 147 static INLINE void store_u8_8x8(uint8_t *s, ptrdiff_t p, const uint8x8_t s0, in store_u8_8x8() function
|
D | convolve_neon.c | 540 store_u8_8x8(d, dst_stride, t0, t1, t2, t3, t4, t5, t6, t7); in av1_convolve_x_sr_neon()
|