Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/arm/
Dselfguided_neon.c422 load_s32_4x4(src2_ptr, dst_stride_2, &d1, &d2, &d3, &d4); in boxsum2()
429 load_s32_4x4(src2_ptr, dst_stride_2, &d5, &d6, &d7, &d8); in boxsum2()
559 load_s32_4x4(src1, buf_stride, &sr0, &sr1, &sr2, &sr3); in calc_ab_internal_hbd()
560 load_s32_4x4(src1 + 4, buf_stride, &sr4, &sr5, &sr6, &sr7); in calc_ab_internal_hbd()
619 load_s32_4x4(src1, buf_stride, &sr0, &sr1, &sr2, &sr3); in calc_ab_fast_internal_lbd()
620 load_s32_4x4(src2, buf_stride, &sr4, &sr5, &sr6, &sr7); in calc_ab_fast_internal_lbd()
674 load_s32_4x4(src1, buf_stride, &sr0, &sr1, &sr2, &sr3); in calc_ab_fast_internal_hbd()
675 load_s32_4x4(src2, buf_stride, &sr4, &sr5, &sr6, &sr7); in calc_ab_fast_internal_hbd()
848 load_s32_4x4(src2_ptr, dst_stride, &r1, &r2, &r3, &r4); in boxsum1()
865 load_s32_4x4(src2_ptr, dst_stride, &r5, &r6, &r7, &r8); in boxsum1()
Dmem_neon.h479 static INLINE void load_s32_4x4(int32_t *s, int32_t p, int32x4_t *s1, in load_s32_4x4() function