Searched refs:shift_round_0 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/arm/ |
D | convolve_neon.c | 52 const int16x8_t shift_round_0, const int16x8_t shift_by_bits) { in convolve8_horiz_8x8() argument 67 sum = vqrshlq_s16(sum, shift_round_0); in convolve8_horiz_8x8() 78 const int16x4_t shift_round_0, const int16x4_t shift_by_bits) { in convolve8_horiz_4x1() argument 93 sum = vqrshl_s16(sum, shift_round_0); in convolve8_horiz_4x1() 219 const int16x8_t shift_round_0 = vdupq_n_s16(-conv_params->round_0); in av1_convolve_x_sr_neon() local 267 d01_temp = vqrshlq_s16(vcombine_s16(d0, d1), shift_round_0); in av1_convolve_x_sr_neon() 268 d23_temp = vqrshlq_s16(vcombine_s16(d2, d3), shift_round_0); in av1_convolve_x_sr_neon() 361 shift_round_0, shift_by_bits); in av1_convolve_x_sr_neon() 363 shift_round_0, shift_by_bits); in av1_convolve_x_sr_neon() 365 shift_round_0, shift_by_bits); in av1_convolve_x_sr_neon() [all …]
|
D | jnt_convolve_neon.c | 338 const int16x4_t shift_round_0 = vdup_n_s16(-(round_0)); in dist_wtd_convolve_2d_horiz_neon() local 384 horiz_const, shift_round_0); in dist_wtd_convolve_2d_horiz_neon() 386 horiz_const, shift_round_0); in dist_wtd_convolve_2d_horiz_neon() 388 horiz_const, shift_round_0); in dist_wtd_convolve_2d_horiz_neon() 390 horiz_const, shift_round_0); in dist_wtd_convolve_2d_horiz_neon() 422 horiz_const, shift_round_0); in dist_wtd_convolve_2d_horiz_neon() 438 const int16x8_t shift_round_0 = vdupq_n_s16(-(round_0)); in dist_wtd_convolve_2d_horiz_neon() local 487 horiz_const, shift_round_0); in dist_wtd_convolve_2d_horiz_neon() 489 horiz_const, shift_round_0); in dist_wtd_convolve_2d_horiz_neon() 491 horiz_const, shift_round_0); in dist_wtd_convolve_2d_horiz_neon() [all …]
|
D | convolve_neon.h | 162 const int16x8_t horiz_const, const int16x8_t shift_round_0) { in convolve8_8x8_s16() argument 176 res = vqrshlq_s16(sum, shift_round_0); in convolve8_8x8_s16() 185 const int16x4_t horiz_const, const int16x4_t shift_round_0) { in convolve8_4x4_s16() argument 197 sum = vqrshl_s16(sum, shift_round_0); in convolve8_4x4_s16()
|