Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c1243 opus_val16 temporal_vbr) in compute_vbr() argument
1339 tvbr_factor = SHR32(MULT16_16(temporal_vbr, amount), DB_SHIFT); in compute_vbr()
1412 opus_val16 temporal_vbr=0; in celt_encode_with_ec() local
1769 temporal_vbr = SUB16(frame_avg,st->spec_avg); in celt_encode_with_ec()
1770 temporal_vbr = MIN16(QCONST16(3.f, DB_SHIFT), MAX16(-QCONST16(1.5f, DB_SHIFT), temporal_vbr)); in celt_encode_with_ec()
1771 st->spec_avg += MULT16_16_Q15(QCONST16(.02f, 15), temporal_vbr); in celt_encode_with_ec()
2012 temporal_vbr); in celt_encode_with_ec()