Home | History | Annotate | Download | only in src

Lines Matching defs:rate_offset

1710            opus_int32 rate_offset;
1738 rate_offset = (opus_int32)PSHR32(MULT16_16(srate, masking_depth), DB_SHIFT);
1739 rate_offset = MAX32(rate_offset, -2*st->silk_mode.bitRate/3);
1742 st->silk_mode.bitRate += 3*rate_offset/5;
1744 st->silk_mode.bitRate += rate_offset;