Searched refs:convolve8_8x8_s16 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/arm/ |
D | jnt_convolve_neon.c | 486 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 …]
|
D | convolve_neon.c | 878 int16x8_t res0 = convolve8_8x8_s16(sum, s1, s2, s3, s4, s5, s6, s7, in horiz_filter_w8_single_row() 1127 res0 = convolve8_8x8_s16(s0, s1, s2, s3, s4, s5, s6, s7, x_filter_tmp, in av1_convolve_2d_sr_neon() 1129 res1 = convolve8_8x8_s16(s1, s2, s3, s4, s5, s6, s7, s8, x_filter_tmp, in av1_convolve_2d_sr_neon() 1131 res2 = convolve8_8x8_s16(s2, s3, s4, s5, s6, s7, s8, s9, x_filter_tmp, in av1_convolve_2d_sr_neon() 1133 res3 = convolve8_8x8_s16(s3, s4, s5, s6, s7, s8, s9, s10, x_filter_tmp, in av1_convolve_2d_sr_neon() 1135 res4 = convolve8_8x8_s16(s4, s5, s6, s7, s8, s9, s10, s11, x_filter_tmp, in av1_convolve_2d_sr_neon() 1137 res5 = convolve8_8x8_s16(s5, s6, s7, s8, s9, s10, s11, s12, in av1_convolve_2d_sr_neon() 1139 res6 = convolve8_8x8_s16(s6, s7, s8, s9, s10, s11, s12, s13, in av1_convolve_2d_sr_neon() 1141 res7 = convolve8_8x8_s16(s7, s8, s9, s10, s11, s12, s13, s14, in av1_convolve_2d_sr_neon()
|
D | convolve_neon.h | 159 convolve8_8x8_s16(const int16x8_t s0, const int16x8_t s1, const int16x8_t s2, in convolve8_8x8_s16() function
|