Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c895 opus_int32 tot_boost=0; in dynalloc_analysis() local
989 && (tot_boost+boost_bits)>>BITRES>>3 > effectiveBytes/4) in dynalloc_analysis()
992 offsets[i] = cap-tot_boost; in dynalloc_analysis()
993 tot_boost = cap; in dynalloc_analysis()
997 tot_boost += boost_bits; in dynalloc_analysis()
1001 *tot_boost_ = tot_boost; in dynalloc_analysis()
1134 int constrained_vbr, opus_val16 stereo_saving, int tot_boost, in compute_vbr() argument
1178 target += tot_boost-(16<<LM); in compute_vbr()
1298 opus_int32 tot_boost; in celt_encode_with_ec() local
1765 eBands, LM, effectiveBytes, &tot_boost, st->lfe, surround_dynalloc); in celt_encode_with_ec()
[all …]