Searched refs:OPUS_BANDWIDTH_MEDIUMBAND (Results 1 – 12 of 12) sorted by relevance
/external/libopus/src/ |
D | opus_demo.c | 96 {MODE_SILK_ONLY, OPUS_BANDWIDTH_MEDIUMBAND, 960*3, 1}, 97 {MODE_SILK_ONLY, OPUS_BANDWIDTH_MEDIUMBAND, 960*2, 1}, 98 {MODE_SILK_ONLY, OPUS_BANDWIDTH_MEDIUMBAND, 960, 1}, 99 {MODE_SILK_ONLY, OPUS_BANDWIDTH_MEDIUMBAND, 480, 1}, 100 {MODE_SILK_ONLY, OPUS_BANDWIDTH_MEDIUMBAND, 960*3, 2}, 101 {MODE_SILK_ONLY, OPUS_BANDWIDTH_MEDIUMBAND, 960*2, 2}, 102 {MODE_SILK_ONLY, OPUS_BANDWIDTH_MEDIUMBAND, 960, 2}, 103 {MODE_SILK_ONLY, OPUS_BANDWIDTH_MEDIUMBAND, 480, 2} 354 bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in main() 557 case OPUS_BANDWIDTH_MEDIUMBAND: in main()
|
D | opus_encoder.c | 290 int tmp = bandwidth-OPUS_BANDWIDTH_MEDIUMBAND; in gen_toc() 1194 st->detected_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native() 1266 else if (tocmode==MODE_CELT_ONLY&&bw==OPUS_BANDWIDTH_MEDIUMBAND) in opus_encode_native() 1485 threshold = bandwidth_thresholds[2*(bandwidth-OPUS_BANDWIDTH_MEDIUMBAND)]; in opus_encode_native() 1486 hysteresis = bandwidth_thresholds[2*(bandwidth-OPUS_BANDWIDTH_MEDIUMBAND)+1]; in opus_encode_native() 1499 if (bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) in opus_encode_native() 1526 if (st->Fs <= 12000 && st->bandwidth > OPUS_BANDWIDTH_MEDIUMBAND) in opus_encode_native() 1527 st->bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native() 1542 min_detected_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native() 1559 if (st->mode == MODE_CELT_ONLY && st->bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) in opus_encode_native() [all …]
|
D | opus_decoder.c | 384 } else if( bandwidth == OPUS_BANDWIDTH_MEDIUMBAND ) { in opus_decode_frame() 478 case OPUS_BANDWIDTH_MEDIUMBAND: in opus_decode_frame() 986 bandwidth = OPUS_BANDWIDTH_MEDIUMBAND + ((data[0]>>5)&0x3); in opus_packet_get_bandwidth() 987 if (bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) in opus_packet_get_bandwidth()
|
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_speed_test.cc | 120 ADD_BANDWIDTH_TEST(OPUS_BANDWIDTH_MEDIUMBAND)
|
D | opus_unittest.cc | 791 SetMaxPlaybackRate(opus_encoder_, OPUS_BANDWIDTH_MEDIUMBAND, 12000); in TEST_P() 792 SetMaxPlaybackRate(opus_encoder_, OPUS_BANDWIDTH_MEDIUMBAND, 8001); in TEST_P()
|
D | opus_interface.cc | 294 set_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in WebRtcOpus_SetMaxPlaybackRate()
|
/external/libopus/tests/ |
D | opus_encode_regressions.c | 374 opus_multistream_encoder_ctl(enc, OPUS_SET_MAX_BANDWIDTH(OPUS_BANDWIDTH_MEDIUMBAND)); in mscbr_encode_fail() 1015 opus_encoder_ctl(enc, OPUS_SET_MAX_BANDWIDTH(OPUS_BANDWIDTH_MEDIUMBAND)); in silk_gain_assert()
|
D | test_opus_encode.c | 200 int max_bandwidths[6] = {OPUS_BANDWIDTH_NARROWBAND, OPUS_BANDWIDTH_MEDIUMBAND, in fuzz_encoder_settings() 437 if(modes[j]==2&&bw==OPUS_BANDWIDTH_MEDIUMBAND)bw+=3; in run_test1()
|
D | test_opus_api.c | 1229 i=OPUS_BANDWIDTH_MEDIUMBAND; in test_enc_api() 1239 i!=OPUS_BANDWIDTH_MEDIUMBAND&&i!=OPUS_BANDWIDTH_WIDEBAND&& in test_enc_api() 1264 i=OPUS_BANDWIDTH_MEDIUMBAND; in test_enc_api() 1274 i!=OPUS_BANDWIDTH_MEDIUMBAND&&i!=OPUS_BANDWIDTH_WIDEBAND&& in test_enc_api()
|
/external/libopus/include/ |
D | opus_defines.h | 204 #define OPUS_BANDWIDTH_MEDIUMBAND 1102 /**< 6 kHz bandpass @hideinitializer*/ macro
|
/external/libopus/fuzzer/ |
D | opus_enc_fuzzer.cpp | 68 constexpr int kMaxBandwidths[] = {OPUS_BANDWIDTH_NARROWBAND, OPUS_BANDWIDTH_MEDIUMBAND,
|
D | README.md | 109 | `maxBandwidth` | 0.`OPUS_BANDWIDTH_NARROWBAND ` 1.`OPUS_BANDWIDTH_MEDIUMBAND ` 2.`OPUS_BANDWIDT…
|