Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c1302 opus_val16 temporal_vbr) in compute_vbr() argument
1398 tvbr_factor = SHR32(MULT16_16(temporal_vbr, amount), DB_SHIFT); in compute_vbr()
1473 opus_val16 temporal_vbr=0; in celt_encode_with_ec() local
1834 temporal_vbr = SUB16(frame_avg,st->spec_avg); in celt_encode_with_ec()
1835 temporal_vbr = MIN16(QCONST16(3.f, DB_SHIFT), MAX16(-QCONST16(1.5f, DB_SHIFT), temporal_vbr)); in celt_encode_with_ec()
1836 st->spec_avg += MULT16_16_Q15(QCONST16(.02f, 15), temporal_vbr); in celt_encode_with_ec()
2082 temporal_vbr); in celt_encode_with_ec()