Lines Matching defs:bandwidth
55 enum OpusBandwidth bandwidth;
264 /* perform bandwidth expansion */
289 apply further bandwidth expansion on the Q17 coefficients */
429 shellblocks = ff_silk_shell_blocks[s->bandwidth][s->subframes >> 2];
618 lowbits = ff_opus_rc_dec_cdf(rc, model[s->bandwidth]);
620 primarylag = ff_silk_pitch_min_lag[s->bandwidth] +
621 highbits*ff_silk_pitch_scale[s->bandwidth] + lowbits;
626 offsets = (s->bandwidth == OPUS_BANDWIDTH_NARROWBAND)
632 offsets = (s->bandwidth == OPUS_BANDWIDTH_NARROWBAND)
640 ff_silk_pitch_min_lag[s->bandwidth],
641 ff_silk_pitch_max_lag[s->bandwidth]);
746 int n1 = ff_silk_stereo_interp_len[s->bandwidth];
788 enum OpusBandwidth bandwidth,
795 if (bandwidth > OPUS_BANDWIDTH_WIDEBAND ||
804 s->sflength = 20 * (bandwidth + 2);
806 s->bandwidth = bandwidth;
807 s->wb = bandwidth == OPUS_BANDWIDTH_WIDEBAND;