Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_demo.c125 {MODE_SILK_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 960, 1},
126 {MODE_SILK_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 480, 1},
127 {MODE_SILK_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 960, 2},
128 {MODE_SILK_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 480, 2}
140 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 960, 1},
145 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 480, 1},
150 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 240, 1},
155 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 120, 1},
160 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 960, 2},
165 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 480, 2},
[all …]
Dopus_encoder.c298 toc |= (bandwidth-OPUS_BANDWIDTH_SUPERWIDEBAND)<<4; in gen_toc()
806 if (bandwidth==OPUS_BANDWIDTH_SUPERWIDEBAND) in compute_silk_rate_for_hybrid()
1197 st->detected_bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_encode_native()
1267 else if (tocmode==MODE_HYBRID&&bw<=OPUS_BANDWIDTH_SUPERWIDEBAND) in opus_encode_native()
1268 bw=OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_encode_native()
1510 if (st->Fs <= 24000 && st->bandwidth > OPUS_BANDWIDTH_SUPERWIDEBAND) in opus_encode_native()
1511 st->bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_encode_native()
1534 min_detected_bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_encode_native()
1725 … if (st->bandwidth==OPUS_BANDWIDTH_SUPERWIDEBAND || st->bandwidth==OPUS_BANDWIDTH_FULLBAND) in opus_encode_native()
1880 case OPUS_BANDWIDTH_SUPERWIDEBAND: in opus_encode_native()
Dopus_decoder.c442 case OPUS_BANDWIDTH_SUPERWIDEBAND: in opus_decode_frame()
952 OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_packet_get_bandwidth()
Dopus_multistream_encoder.c992 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_SUPERWIDEBAND)); in opus_multistream_encode_native()
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_unittest.cc528 SetMaxPlaybackRate(opus_encoder_, OPUS_BANDWIDTH_SUPERWIDEBAND, 24000); in TEST_P()
529 SetMaxPlaybackRate(opus_encoder_, OPUS_BANDWIDTH_SUPERWIDEBAND, 16001); in TEST_P()
Dopus_interface.c189 set_bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in WebRtcOpus_SetMaxPlaybackRate()
/external/libopus/include/
Dopus_defines.h202 #define OPUS_BANDWIDTH_SUPERWIDEBAND 1104 /**<12 kHz bandpass @hideinitializer*/ macro
/external/libopus/tests/
Dtest_opus_encode.c199 OPUS_BANDWIDTH_WIDEBAND, OPUS_BANDWIDTH_SUPERWIDEBAND, in fuzz_encoder_settings()
432 modes[j]==1?OPUS_BANDWIDTH_SUPERWIDEBAND+(fast_rand()&1): in run_test1()
Dopus_encode_regressions.c942 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_SUPERWIDEBAND)); in ec_enc_shrink_assert()