Searched refs:OPUS_BANDWIDTH_SUPERWIDEBAND (Results 1 – 9 of 9) sorted by relevance
/external/libopus/src/ |
D | opus_demo.c | 118 {MODE_SILK_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 960, 1}, 119 {MODE_SILK_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 480, 1}, 120 {MODE_SILK_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 960, 2}, 121 {MODE_SILK_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 480, 2} 133 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 960, 1}, 138 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 480, 1}, 143 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 240, 1}, 148 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 120, 1}, 153 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 960, 2}, 158 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 480, 2}, [all …]
|
D | opus_encoder.c | 298 toc |= (bandwidth-OPUS_BANDWIDTH_SUPERWIDEBAND)<<4; in gen_toc() 794 if (bandwidth==OPUS_BANDWIDTH_SUPERWIDEBAND) in compute_silk_rate_for_hybrid() 1198 st->detected_bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_encode_native() 1268 else if (tocmode==MODE_HYBRID&&bw<=OPUS_BANDWIDTH_SUPERWIDEBAND) in opus_encode_native() 1269 bw=OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_encode_native() 1515 if (st->Fs <= 24000 && st->bandwidth > OPUS_BANDWIDTH_SUPERWIDEBAND) in opus_encode_native() 1516 st->bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_encode_native() 1539 min_detected_bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_encode_native() 1741 … if (st->bandwidth==OPUS_BANDWIDTH_SUPERWIDEBAND || st->bandwidth==OPUS_BANDWIDTH_FULLBAND) in opus_encode_native() 1899 case OPUS_BANDWIDTH_SUPERWIDEBAND: in opus_encode_native()
|
D | opus_decoder.c | 481 case OPUS_BANDWIDTH_SUPERWIDEBAND: in opus_decode_frame() 983 OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_packet_get_bandwidth()
|
D | opus_multistream_encoder.c | 907 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_SUPERWIDEBAND)); in opus_multistream_encode_native()
|
/external/libopus/include/ |
D | opus_defines.h | 205 #define OPUS_BANDWIDTH_SUPERWIDEBAND 1104 /**<12 kHz bandpass @hideinitializer*/ macro
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_unittest.cc | 528 SetMaxPlaybackRate(opus_encoder_, OPUS_BANDWIDTH_SUPERWIDEBAND, 24000); in TEST_P() 529 SetMaxPlaybackRate(opus_encoder_, OPUS_BANDWIDTH_SUPERWIDEBAND, 16001); in TEST_P()
|
D | opus_interface.c | 189 set_bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in WebRtcOpus_SetMaxPlaybackRate()
|
/external/libopus/tests/ |
D | test_opus_encode.c | 199 OPUS_BANDWIDTH_WIDEBAND, OPUS_BANDWIDTH_SUPERWIDEBAND, in fuzz_encoder_settings() 432 modes[j]==1?OPUS_BANDWIDTH_SUPERWIDEBAND+(fast_rand()&1): in run_test1()
|
D | opus_encode_regressions.c | 942 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_SUPERWIDEBAND)); in ec_enc_shrink_assert()
|