Home
last modified time | relevance | path

Searched refs:curr_bandwidth (Results 1 – 1 of 1) sorted by relevance

/external/libopus/src/
Dopus_encoder.c1093 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()
1808curr_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()
[all …]