Home | History | Annotate | Download | only in opts

Lines Matching refs:coeff2

112             int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3;
116 coeff2 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask2));
131 int32x4_t p2 = vmull_s16(p2_src, coeff2);
152 int16x4_t coeff0, coeff1, coeff2;
157 coeff2 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_u16(coeffs), coeff_mask2));
165 int32x4_t p2 = vmull_s16(vget_low_s16(p23_16), coeff2);
403 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3;
408 coeff2 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask2));
422 p2 = vmull_s16(vget_low_s16(p23_16), coeff2); \
440 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3;
445 coeff2 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask2));