Searched refs:store_u32_4x4 (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/common/arm/ |
D | selfguided_neon.c | 85 store_u32_4x4((uint32_t *)src1, buf_stride, p0, p1, p2, p3); in calc_ab_fast_internal_common() 212 store_u32_4x4((uint32_t *)src1, buf_stride, p0, p1, p2, p3); in calc_ab_internal_common() 213 store_u32_4x4((uint32_t *)src1 + 4, buf_stride, p4, p5, p6, p7); in calc_ab_internal_common()
|
D | mem_neon.h | 513 static INLINE void store_u32_4x4(uint32_t *s, int32_t p, uint32x4_t s1, in store_u32_4x4() function
|