Searched refs:OPUS_BANDWIDTH_SUPERWIDEBAND (Results 1 – 12 of 12) 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 | 299 toc |= (bandwidth-OPUS_BANDWIDTH_SUPERWIDEBAND)<<4; in gen_toc() 795 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() 1522 if (st->Fs <= 24000 && st->bandwidth > OPUS_BANDWIDTH_SUPERWIDEBAND) in opus_encode_native() 1523 st->bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_encode_native() 1546 min_detected_bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_encode_native() 1739 … if (st->bandwidth==OPUS_BANDWIDTH_SUPERWIDEBAND || st->bandwidth==OPUS_BANDWIDTH_FULLBAND) in opus_encode_native() 1897 case OPUS_BANDWIDTH_SUPERWIDEBAND: in opus_encode_native()
|
D | opus_decoder.c | 482 case OPUS_BANDWIDTH_SUPERWIDEBAND: in opus_decode_frame() 992 OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_packet_get_bandwidth()
|
D | opus_multistream_encoder.c | 908 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_SUPERWIDEBAND)); in opus_multistream_encode_native()
|
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_speed_test.cc | 122 ADD_BANDWIDTH_TEST(OPUS_BANDWIDTH_SUPERWIDEBAND)
|
D | opus_unittest.cc | 787 SetMaxPlaybackRate(opus_encoder_, OPUS_BANDWIDTH_SUPERWIDEBAND, 24000); in TEST_P() 788 SetMaxPlaybackRate(opus_encoder_, OPUS_BANDWIDTH_SUPERWIDEBAND, 16001); in TEST_P()
|
D | opus_interface.cc | 298 set_bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in WebRtcOpus_SetMaxPlaybackRate()
|
/external/libopus/include/ |
D | opus_defines.h | 206 #define OPUS_BANDWIDTH_SUPERWIDEBAND 1104 /**<12 kHz bandpass @hideinitializer*/ macro
|
/external/libopus/fuzzer/ |
D | opus_enc_fuzzer.cpp | 69 OPUS_BANDWIDTH_WIDEBAND, OPUS_BANDWIDTH_SUPERWIDEBAND,
|
D | README.md | 109 ….`OPUS_BANDWIDTH_MEDIUMBAND ` 2.`OPUS_BANDWIDTH_WIDEBAND ` 3.`OPUS_BANDWIDTH_SUPERWIDEBAND ` 4.`OP…
|
/external/libopus/tests/ |
D | test_opus_encode.c | 201 OPUS_BANDWIDTH_WIDEBAND, OPUS_BANDWIDTH_SUPERWIDEBAND, in fuzz_encoder_settings() 435 modes[j]==1?OPUS_BANDWIDTH_SUPERWIDEBAND+(fast_rand()&1): in run_test1()
|
D | opus_encode_regressions.c | 941 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_SUPERWIDEBAND)); in ec_enc_shrink_assert()
|