Home
last modified time | relevance | path

Searched refs:store_unaligned_u8q (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dmem_neon.h144 static INLINE void store_unaligned_u8q(uint8_t *buf, int stride, in store_unaligned_u8q() function
/external/libhevc/common/arm/
Dihevc_cmn_utils_neon.h83 static INLINE void store_unaligned_u8q(uint8_t *buf, int stride, uint8x16_t b0) in store_unaligned_u8q() function
/external/libhevc/encoder/arm/
Dihevce_subpel_neon.c123 store_unaligned_u8q(pu1_dst, dst_strd, dst); in hme_4x4_qpel_interp_avg_neon()
/external/libvpx/libvpx/vp8/common/arm/neon/
Dbilinearpredict_neon.c99 store_unaligned_u8q(dst_ptr, dst_pitch, vcombine_u8(e0, e1)); in vp8_bilinear_predict4x4_neon()
117 store_unaligned_u8q(dst_ptr, dst_pitch, vcombine_u8(f0, f1)); in vp8_bilinear_predict4x4_neon()
Dsixtappredict_neon.c156 store_unaligned_u8q(dst, dst_stride, vcombine_u8(e0, e1)); in yonly4x4()
273 store_unaligned_u8q(dst_ptr, dst_pitch, vcombine_u8(b0, b2)); in vp8_sixtap_predict4x4_neon()
387 store_unaligned_u8q(dst_ptr, dst_pitch, vcombine_u8(e0, e1)); in vp8_sixtap_predict4x4_neon()