Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht4x4_add_neon.c74 store_u8(dest, stride, d[0]); in vp9_iht4x4_16_add_neon()
75 store_u8(dest + 2 * stride, stride, d[1]); in vp9_iht4x4_16_add_neon()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct4x4_add_neon.c53 store_u8(dest, stride, d[0]); in vpx_idct4x4_16_add_neon()
Dmem_neon.h174 static INLINE void store_u8(uint8_t *buf, int stride, const uint8x8_t a) { in store_u8() function