Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/arm/
Djnt_convolve_neon.c647 load_u16_4x4(d, dst_stride, &res4, &res5, &res6, &res7); in dist_wtd_convolve_2d_vert_neon()
848 load_u16_4x4(dst_1, dst_stride, &tmp4, &tmp5, &tmp6, &tmp7); in av1_dist_wtd_convolve_2d_copy_neon()
1024 load_u16_4x4(d, dst_stride, &res4, &res5, &res6, &res7); in av1_dist_wtd_convolve_x_neon()
1483 load_u16_4x4(d, dst_stride, &res4, &res5, &res6, &res7); in av1_dist_wtd_convolve_y_neon()
Dmem_neon.h80 static INLINE void load_u16_4x4(const uint16_t *s, const ptrdiff_t p, in load_u16_4x4() function
Dselfguided_neon.c92 load_u16_4x4(dst_A16, buf_stride, &d0, &d1, &d2, &d3); in calc_ab_fast_internal_common()