Home | History | Annotate | Download | only in celt

Lines Matching full:tf_estimate

228                               opus_val16 *tf_estimate, int *tf_chan)
368 /* *tf_estimate = 1 + MIN16(1, sqrt(MAX16(0, tf_max-30))/20); */
369 *tf_estimate = celt_sqrt(MAX16(0, SHL32(MULT16_16(QCONST16(0.0069,14),MIN16(163,tf_max)),14)-QCONST32(0.139,28)));
375 /*printf("%d %f %d\n", is_transient, (float)*tf_estimate, tf_max);*/
550 int *tf_sum, opus_val16 tf_estimate, int tf_chan)
566 tf_estimate));
702 /*printf("%d %f\n", *tf_sum, tf_estimate);*/
756 AnalysisInfo *analysis, opus_val16 *stereo_saving, opus_val16 tf_estimate,
832 trim -= 2*SHR16(tf_estimate, 14-8);
1135 opus_val16 tf_estimate, int pitch_change, opus_val16 maxDepth,
1157 /*printf("%f %f %f %f %d %d ", st->analysis.activity, st->analysis.tonality, tf_estimate, st->stereo_saving, tot_boost, coded_bands);*/
1182 target += (opus_int32)SHL32(MULT16_32_Q15(tf_estimate-tf_calibration, target),1);
1233 if (!has_surround_mask && tf_estimate < QCONST16(.2f, 14))
1296 opus_val16 tf_estimate;
1319 tf_estimate = 0;
1519 &tf_estimate, &tf_chan);
1679 tf_estimate = QCONST16(.2f,14);
1705 tf_select = tf_analysis(mode, effEnd, isTransient, tf_res, lambda, X, N, LM, &tf_sum, tf_estimate, tf_chan);
1831 st->end, LM, C, N, &st->analysis, &st->stereo_saving, tf_estimate, st->intensity, surround_trim);
1856 st->stereo_saving, tot_boost, tf_estimate, pitch_change, maxDepth,