Searched refs:round_shift_vec (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/arm/ |
D | convolve_neon.c | 125 const int32x4_t round_shift_vec, const int32x4_t offset_const, in convolve8_vert_4x4_s32() argument 141 sum0 = vqrshlq_s32(sum0, round_shift_vec); in convolve8_vert_4x4_s32() 154 const int32x4_t round_shift_vec, const int32x4_t offset_const, in convolve8_vert_8x4_s32() argument 180 sum0 = vqrshlq_s32(sum0, round_shift_vec); in convolve8_vert_8x4_s32() 181 sum1 = vqrshlq_s32(sum1, round_shift_vec); in convolve8_vert_8x4_s32() 1292 const int32x4_t round_shift_vec = vdupq_n_s32(-(conv_params->round_1)); in av1_convolve_2d_sr_neon() local 1342 round_shift_vec, offset_const, in av1_convolve_2d_sr_neon() 1345 round_shift_vec, offset_const, in av1_convolve_2d_sr_neon() 1348 round_shift_vec, offset_const, in av1_convolve_2d_sr_neon() 1351 round_shift_vec, offset_const, in av1_convolve_2d_sr_neon() [all …]
|
D | convolve_neon.h | 206 const int32x4_t round_shift_vec, const int32x4_t offset_const) { in convolve8_4x4_s32() argument 221 sum0 = vqrshlq_s32(sum0, round_shift_vec); in convolve8_4x4_s32()
|
D | jnt_convolve_neon.c | 580 const int32x4_t round_shift_vec = vdupq_n_s32(-(conv_params->round_1)); in dist_wtd_convolve_2d_vert_neon() local 638 round_shift_vec, offset_const); in dist_wtd_convolve_2d_vert_neon() 640 round_shift_vec, offset_const); in dist_wtd_convolve_2d_vert_neon() 642 round_shift_vec, offset_const); in dist_wtd_convolve_2d_vert_neon() 644 round_shift_vec, offset_const); in dist_wtd_convolve_2d_vert_neon() 683 round_shift_vec, offset_const); in dist_wtd_convolve_2d_vert_neon()
|