Home
last modified time | relevance | path

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

/external/chromium_org/third_party/opus/src/src/
Dopus_encoder.c983 int curr_bandwidth; in opus_encode_native() local
1436 curr_bandwidth = st->bandwidth; in opus_encode_native()
1440 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1442 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1494 if( curr_bandwidth == OPUS_BANDWIDTH_SUPERWIDEBAND ) { in opus_encode_native()
1507 HB_gain_ref = (curr_bandwidth == OPUS_BANDWIDTH_SUPERWIDEBAND) ? 3000 : 3600; in opus_encode_native()
1557 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1559 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1562 silk_assert( st->mode == MODE_HYBRID || curr_bandwidth == OPUS_BANDWIDTH_WIDEBAND ); in opus_encode_native()
1648 data[-1] = gen_toc(st->mode, st->Fs/frame_size, curr_bandwidth, st->stream_channels); in opus_encode_native()
[all …]