Home
last modified time | relevance | path

Searched refs:tf_estimate (Results 1 – 1 of 1) sorted by relevance

/external/libopus/celt/
Dcelt_encoder.c226 opus_val16 *tf_estimate, int *tf_chan) in transient_analysis() argument
366 …*tf_estimate = celt_sqrt(MAX32(0, SHL32(MULT16_16(QCONST16(0.0069,14),MIN16(163,tf_max)),14)-QCONS… in transient_analysis()
552 int *tf_sum, opus_val16 tf_estimate, int tf_chan) in tf_analysis() argument
568 bias = MULT16_16_Q14(QCONST16(.04f,15), MAX16(-QCONST16(.25f,14), QCONST16(.5f,14)-tf_estimate)); in tf_analysis()
756 AnalysisInfo *analysis, opus_val16 *stereo_saving, opus_val16 tf_estimate, in alloc_trim_analysis() argument
814 trim -= 2*SHR16(tf_estimate, 14-8); in alloc_trim_analysis()
1195 opus_val16 tf_estimate, int pitch_change, opus_val16 maxDepth, in compute_vbr() argument
1242 target += (opus_int32)SHL32(MULT16_32_Q15(tf_estimate-tf_calibration, target),1); in compute_vbr()
1299 if (!has_surround_mask && tf_estimate < QCONST16(.2f, 14)) in compute_vbr()
1364 opus_val16 tf_estimate; in celt_encode_with_ec() local
[all …]