Home | History | Annotate | Download | only in opts

Lines Matching defs:coeff0

112             int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3;
114 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0));
129 int32x4_t p0 = vmull_s16(p0_src, coeff0);
152 int16x4_t coeff0, coeff1, coeff2;
155 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_u16(coeffs), coeff_mask0));
163 int32x4_t p0 = vmull_s16(vget_low_s16(p01_16), coeff0);
403 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3;
406 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0));
420 p0 = vmull_s16(vget_low_s16(p01_16), coeff0); \
440 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3;
443 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0));