Home
last modified time | relevance | path

Searched refs:store_u8_8x8 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.c33 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/
Dmem_neon.h146 static INLINE void store_u8_8x8(uint8_t *s, ptrdiff_t p, const uint8x8_t s0, in store_u8_8x8() function
Dconvolve_neon.c540 store_u8_8x8(d, dst_stride, t0, t1, t2, t3, t4, t5, t6, t7); in av1_convolve_x_sr_neon()