Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c112 opus_val16 stereo_saving; member
788 AnalysisInfo *analysis, opus_val16 *stereo_saving, opus_val16 tf_estimate, in alloc_trim_analysis() argument
840 *stereo_saving = MIN16(*stereo_saving + QCONST16(0.25f, 8), -HALF16(logXC2)); in alloc_trim_analysis()
1299 int constrained_vbr, opus_val16 stereo_saving, int tot_boost, in compute_vbr() argument
1337 stereo_saving = MIN16(stereo_saving, QCONST16(1.f, 8)); in compute_vbr()
1340 … SHR32(MULT16_16(stereo_saving-QCONST16(0.1f,8),(coded_stereo_dof<<BITRES)),8)); in compute_vbr()
2042 st->stereo_saving = 0; 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()