Home
last modified time | relevance | path

Searched refs:store_u32_4x4 (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/arm/
Dselfguided_neon.c85 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()
Dmem_neon.h513 static INLINE void store_u32_4x4(uint32_t *s, int32_t p, uint32x4_t s1, in store_u32_4x4() function