Searched refs:temporal_vbr (Results 1 – 1 of 1) sorted by relevance
1137 opus_val16 temporal_vbr) in compute_vbr() argument1238 tvbr_factor = SHR32(MULT16_16(temporal_vbr, amount), DB_SHIFT); in compute_vbr()1309 opus_val16 temporal_vbr=0; in celt_encode_with_ec() local1651 temporal_vbr = SUB16(frame_avg,st->spec_avg); in celt_encode_with_ec()1652 temporal_vbr = MIN16(QCONST16(3.f, DB_SHIFT), MAX16(-QCONST16(1.5f, DB_SHIFT), temporal_vbr)); in celt_encode_with_ec()1653 st->spec_avg += MULT16_16_Q15(QCONST16(.02f, 15), temporal_vbr); in celt_encode_with_ec()1858 temporal_vbr); in celt_encode_with_ec()