Home | History | Annotate | Download | only in src

Lines Matching refs:rate_offset

1694            opus_int32 rate_offset;
1722 rate_offset = (opus_int32)PSHR32(MULT16_16(srate, masking_depth), DB_SHIFT);
1723 rate_offset = MAX32(rate_offset, -2*st->silk_mode.bitRate/3);
1726 st->silk_mode.bitRate += 3*rate_offset/5;
1728 st->silk_mode.bitRate += rate_offset;