Home | History | Annotate | Download | only in src

Lines Matching defs:rate

221       int len, int overlap, int channels, int rate, opus_copy_channel_in_func copy_channel_in
238 upsample = resampling_factor(rate);
596 opus_int32 *rate,
621 /* Coupled streams get twice the mono rate after the first 20 kb/s. */
658 rate[i] = stream_offset+(channel_rate*coupled_ratio>>8);
660 rate[i] = stream_offset+channel_rate;
662 rate[i] = lfe_offset+(channel_rate*lfe_ratio>>8);
1005 opus_int32 rate;
1012 opus_encoder_ctl(enc, request, &rate);
1013 *value += rate;