Home | History | Annotate | Download | only in src

Lines Matching refs:rate_offset

1497            opus_int32 rate_offset;
1525 rate_offset = (opus_int32)PSHR32(MULT16_16(srate, masking_depth), DB_SHIFT);
1526 rate_offset = MAX32(rate_offset, -2*st->silk_mode.bitRate/3);
1529 st->silk_mode.bitRate += 3*rate_offset/5;
1531 st->silk_mode.bitRate += rate_offset;
1532 bytes_target += rate_offset * frame_size / (8 * st->Fs);