Home | History | Annotate | Download | only in opts

Lines Matching refs:coeff0

125             int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3;
127 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0));
142 int32x4_t p0 = vmull_s16(p0_src, coeff0);
165 int16x4_t coeff0, coeff1, coeff2;
168 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_u16(coeffs), coeff_mask0));
176 int32x4_t p0 = vmull_s16(vget_low_s16(p01_16), coeff0);
415 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3;
418 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0));
432 p0 = vmull_s16(vget_low_s16(p01_16), coeff0); \
452 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3;
455 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0));