Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Didct_neon.h119 const int16x8_t a, const int16x8_t b, const int16_t ab_const) { in add_multiply_shift_and_narrow_s16() argument
130 t[0] = vmulq_n_s32(t[0], ab_const); in add_multiply_shift_and_narrow_s16()
131 t[1] = vmulq_n_s32(t[1], ab_const); in add_multiply_shift_and_narrow_s16()
138 const int16x8_t a, const int16x8_t b, const int16_t ab_const) { in sub_multiply_shift_and_narrow_s16() argument
142 t[0] = vmulq_n_s32(t[0], ab_const); in sub_multiply_shift_and_narrow_s16()
143 t[1] = vmulq_n_s32(t[1], ab_const); in sub_multiply_shift_and_narrow_s16()
180 const int32x4x2_t a, const int32x4x2_t b, const int32_t ab_const) { in add_multiply_shift_and_narrow_s32_dual() argument
186 c[0] = vmull_n_s32(vget_low_s32(t[0]), ab_const); in add_multiply_shift_and_narrow_s32_dual()
187 c[1] = vmull_n_s32(vget_high_s32(t[0]), ab_const); in add_multiply_shift_and_narrow_s32_dual()
188 c[2] = vmull_n_s32(vget_low_s32(t[1]), ab_const); in add_multiply_shift_and_narrow_s32_dual()
[all …]