Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_encoder.c964 int curr_bandwidth; in opus_encode_native() local
1438 curr_bandwidth = st->bandwidth; in opus_encode_native()
1442 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1444 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1508 if( curr_bandwidth == OPUS_BANDWIDTH_SUPERWIDEBAND ) { in opus_encode_native()
1523 HB_gain_ref = (curr_bandwidth == OPUS_BANDWIDTH_SUPERWIDEBAND) ? 3000 : 3600; in opus_encode_native()
1578 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1580 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1583 silk_assert( st->mode == MODE_HYBRID || curr_bandwidth == OPUS_BANDWIDTH_WIDEBAND ); in opus_encode_native()
1668 data[-1] = gen_toc(st->mode, st->Fs/frame_size, curr_bandwidth, st->stream_channels); in opus_encode_native()
[all …]