Lines Matching refs:MULT16_32_Q15
349 id = IMAX(0,IMIN(127,MULT16_32_Q15(tmp[i],norm))); /* Do not round to nearest */ in transient_analysis()
516 m = MULT16_32_Q15(coef1, inp[i]) - MULT16_32_Q15(coef0, tmp); in celt_preemphasis()
527 m = - MULT16_32_Q15(coef0, x); in celt_preemphasis()
880 sumMS = MULT16_32_Q15(QCONST16(0.707107f, 15), sumMS); in stereo_analysis()
885 return MULT16_32_Q15((m->eBands[13]<<(LM+1))+thetas, sumMS) in stereo_analysis()
886 > MULT16_32_Q15(m->eBands[13]<<(LM+1), sumLR); in stereo_analysis()
1174 target -= (opus_int32)MIN32(MULT16_32_Q15(max_frac,target), in compute_vbr()
1182 target += (opus_int32)SHL32(MULT16_32_Q15(tf_estimate-tf_calibration, target),1); in compute_vbr()
1229 target = base_target + (opus_int32)MULT16_32_Q15(rate_factor, target-base_target); in compute_vbr()
1239 target += (opus_int32)MULT16_32_Q15(tvbr_factor, target); in compute_vbr()
1554 bandE[i] = IMIN(bandE[i], MULT16_32_Q15(QCONST16(1e-4f,15),bandE[0])); in celt_encode_with_ec()
1904 …st->vbr_drift += (opus_int32)MULT16_32_Q15(alpha,(delta*(1<<lm_diff))-st->vbr_offset-st->vbr_drift… in celt_encode_with_ec()