Home | History | Annotate | Download | only in celt

Lines Matching refs:MULT16_32_Q15

346          id = MAX32(0,MIN32(127,MULT16_32_Q15(tmp[i]+EPSILON,norm))); /* Do not round to nearest */
518 m = MULT16_32_Q15(coef1, inp[i]) - MULT16_32_Q15(coef0, tmp);
861 sumMS = MULT16_32_Q15(QCONST16(0.707107f, 15), sumMS);
866 return MULT16_32_Q15((m->eBands[13]<<(LM+1))+thetas, sumMS)
867 > MULT16_32_Q15(m->eBands[13]<<(LM+1), sumLR);
1234 target -= (opus_int32)MIN32(MULT16_32_Q15(max_frac,target),
1242 target += (opus_int32)SHL32(MULT16_32_Q15(tf_estimate-tf_calibration, target),1);
1295 target = base_target + (opus_int32)MULT16_32_Q15(rate_factor, target-base_target);
1305 target += (opus_int32)MULT16_32_Q15(tvbr_factor, target);
1628 bandE[i] = IMIN(bandE[i], MULT16_32_Q15(QCONST16(1e-4f,15),bandE[0]));
1977 st->vbr_drift += (opus_int32)MULT16_32_Q15(alpha,(delta*(1<<lm_diff))-st->vbr_offset-st->vbr_drift);