• Home
  • Raw
  • Download

Lines Matching refs:tf_estimate

228                               opus_val16 *tf_estimate, int *tf_chan, int allow_weak_transients,  in transient_analysis()  argument
400 …*tf_estimate = celt_sqrt(MAX32(0, SHL32(MULT16_16(QCONST16(0.0069,14),MIN16(163,tf_max)),14)-QCONS… in transient_analysis()
586 opus_val16 tf_estimate, int tf_chan, int *importance) in tf_analysis() argument
602 bias = MULT16_16_Q14(QCONST16(.04f,15), MAX16(-QCONST16(.25f,14), QCONST16(.5f,14)-tf_estimate)); in tf_analysis()
788 AnalysisInfo *analysis, opus_val16 *stereo_saving, opus_val16 tf_estimate, in alloc_trim_analysis() argument
854 trim -= 2*SHR16(tf_estimate, 14-8); in alloc_trim_analysis()
1300 opus_val16 tf_estimate, int pitch_change, opus_val16 maxDepth, in compute_vbr() argument
1346 target += (opus_int32)SHL32(MULT16_32_Q15(tf_estimate-tf_calibration, target),1); in compute_vbr()
1393 if (!has_surround_mask && tf_estimate < QCONST16(.2f, 14)) in compute_vbr()
1460 opus_val16 tf_estimate; in celt_encode_with_ec() local
1489 tf_estimate = 0; in celt_encode_with_ec()
1700 &tf_estimate, &tf_chan, allow_weak_transients, &weak_transient); in celt_encode_with_ec()
1861 tf_estimate = QCONST16(.2f,14); in celt_encode_with_ec()
1889 …tf_select = tf_analysis(mode, effEnd, isTransient, tf_res, lambda, X, N, LM, tf_estimate, tf_chan,… in celt_encode_with_ec()
2046 end, LM, C, N, &st->analysis, &st->stereo_saving, tf_estimate, in celt_encode_with_ec()
2080 st->stereo_saving, tot_boost, tf_estimate, pitch_change, maxDepth, in celt_encode_with_ec()
2090 target += (opus_int32)MULT16_16_Q14(tf_estimate-QCONST16(.25f,14), (50<<BITRES)); in celt_encode_with_ec()
2093 if (tf_estimate > QCONST16(.7f,14)) in celt_encode_with_ec()