Lines Matching refs:curr_bandwidth
1093 int curr_bandwidth; in opus_encode_native() local
1557 curr_bandwidth = st->bandwidth; in opus_encode_native()
1561 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1563 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1692 curr_bandwidth, st->Fs == 50 * frame_size, st->use_vbr, st->silk_mode.LBRR_coded, in opus_encode_native()
1750 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1752 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1755 celt_assert( st->mode == MODE_HYBRID || curr_bandwidth == OPUS_BANDWIDTH_WIDEBAND ); in opus_encode_native()
1808 … curr_bandwidth, st->Fs == 50 * frame_size, st->use_vbr, st->silk_mode.LBRR_coded, in opus_encode_native()
1856 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1858 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1860 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
1871 data[-1] = gen_toc(st->mode, st->Fs/frame_size, curr_bandwidth, st->stream_channels); in opus_encode_native()
1890 switch(curr_bandwidth) in opus_encode_native()
2130 data[0] = gen_toc(st->mode, st->Fs/frame_size, curr_bandwidth, st->stream_channels); in opus_encode_native()
2151 data[0] = gen_toc(st->mode, st->Fs/frame_size, curr_bandwidth, st->stream_channels); in opus_encode_native()