Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/arm/
Djnt_convolve_neon.c486 res0 = convolve8_8x8_s16(s0, s1, s2, s3, s4, s5, s6, s7, x_filter_tmp, in dist_wtd_convolve_2d_horiz_neon()
488 res1 = convolve8_8x8_s16(s1, s2, s3, s4, s5, s6, s7, s8, x_filter_tmp, in dist_wtd_convolve_2d_horiz_neon()
490 res2 = convolve8_8x8_s16(s2, s3, s4, s5, s6, s7, s8, s9, x_filter_tmp, in dist_wtd_convolve_2d_horiz_neon()
492 res3 = convolve8_8x8_s16(s3, s4, s5, s6, s7, s8, s9, s10, x_filter_tmp, in dist_wtd_convolve_2d_horiz_neon()
494 res4 = convolve8_8x8_s16(s4, s5, s6, s7, s8, s9, s10, s11, x_filter_tmp, in dist_wtd_convolve_2d_horiz_neon()
496 res5 = convolve8_8x8_s16(s5, s6, s7, s8, s9, s10, s11, s12, in dist_wtd_convolve_2d_horiz_neon()
498 res6 = convolve8_8x8_s16(s6, s7, s8, s9, s10, s11, s12, s13, in dist_wtd_convolve_2d_horiz_neon()
500 res7 = convolve8_8x8_s16(s7, s8, s9, s10, s11, s12, s13, s14, in dist_wtd_convolve_2d_horiz_neon()
546 res0 = convolve8_8x8_s16(temp_0, s1, s2, s3, s4, s5, s6, s7, in dist_wtd_convolve_2d_horiz_neon()
1187 res0 = convolve8_8x8_s16(s0, s1, s2, s3, s4, s5, s6, s7, x_filter_tmp, in av1_dist_wtd_convolve_x_neon()
[all …]
Dconvolve_neon.c1065 res0 = convolve8_8x8_s16(s0, s1, s2, s3, s4, s5, s6, s7, x_filter_tmp, in av1_convolve_2d_sr_neon()
1067 res1 = convolve8_8x8_s16(s1, s2, s3, s4, s5, s6, s7, s8, x_filter_tmp, in av1_convolve_2d_sr_neon()
1069 res2 = convolve8_8x8_s16(s2, s3, s4, s5, s6, s7, s8, s9, x_filter_tmp, in av1_convolve_2d_sr_neon()
1071 res3 = convolve8_8x8_s16(s3, s4, s5, s6, s7, s8, s9, s10, x_filter_tmp, in av1_convolve_2d_sr_neon()
1073 res4 = convolve8_8x8_s16(s4, s5, s6, s7, s8, s9, s10, s11, x_filter_tmp, in av1_convolve_2d_sr_neon()
1075 res5 = convolve8_8x8_s16(s5, s6, s7, s8, s9, s10, s11, s12, in av1_convolve_2d_sr_neon()
1077 res6 = convolve8_8x8_s16(s6, s7, s8, s9, s10, s11, s12, s13, in av1_convolve_2d_sr_neon()
1079 res7 = convolve8_8x8_s16(s7, s8, s9, s10, s11, s12, s13, s14, in av1_convolve_2d_sr_neon()
1128 res0 = convolve8_8x8_s16(sum, s1, s2, s3, s4, s5, s6, s7, x_filter_tmp, in av1_convolve_2d_sr_neon()
Dconvolve_neon.h159 convolve8_8x8_s16(const int16x8_t s0, const int16x8_t s1, const int16x8_t s2, in convolve8_8x8_s16() function