Home | History | Annotate | Download | only in opts

Lines Matching refs:coeff2

125             int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3;
129 coeff2 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask2));
144 int32x4_t p2 = vmull_s16(p2_src, coeff2);
165 int16x4_t coeff0, coeff1, coeff2;
170 coeff2 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_u16(coeffs), coeff_mask2));
178 int32x4_t p2 = vmull_s16(vget_low_s16(p23_16), coeff2);
415 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3;
420 coeff2 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask2));
434 p2 = vmull_s16(vget_low_s16(p23_16), coeff2); \
452 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3;
457 coeff2 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask2));