Searched refs:OPUS_BANDWIDTH_FULLBAND (Results 1 – 13 of 13) sorted by relevance
/external/libopus/src/ |
D | opus_demo.c | 125 {MODE_SILK_ONLY, OPUS_BANDWIDTH_FULLBAND, 960, 1}, 126 {MODE_SILK_ONLY, OPUS_BANDWIDTH_FULLBAND, 480, 1}, 127 {MODE_SILK_ONLY, OPUS_BANDWIDTH_FULLBAND, 960, 2}, 128 {MODE_SILK_ONLY, OPUS_BANDWIDTH_FULLBAND, 480, 2} 132 {MODE_CELT_ONLY, OPUS_BANDWIDTH_FULLBAND, 960, 1}, 137 {MODE_CELT_ONLY, OPUS_BANDWIDTH_FULLBAND, 480, 1}, 142 {MODE_CELT_ONLY, OPUS_BANDWIDTH_FULLBAND, 240, 1}, 147 {MODE_CELT_ONLY, OPUS_BANDWIDTH_FULLBAND, 120, 1}, 152 {MODE_CELT_ONLY, OPUS_BANDWIDTH_FULLBAND, 960, 2}, 157 {MODE_CELT_ONLY, OPUS_BANDWIDTH_FULLBAND, 480, 2}, [all …]
|
D | opus_encoder.c | 246 st->max_bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encoder_init() 263 st->bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encoder_init() 1195 st->detected_bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encode_native() 1457 int bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encode_native() 1538 min_detected_bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encode_native() 1729 … if (st->bandwidth==OPUS_BANDWIDTH_SUPERWIDEBAND || st->bandwidth==OPUS_BANDWIDTH_FULLBAND) in opus_encode_native() 1890 case OPUS_BANDWIDTH_FULLBAND: in opus_encode_native() 2343 if (value < OPUS_BANDWIDTH_NARROWBAND || value > OPUS_BANDWIDTH_FULLBAND) in opus_encoder_ctl() 2370 … if ((value < OPUS_BANDWIDTH_NARROWBAND || value > OPUS_BANDWIDTH_FULLBAND) && value != OPUS_AUTO) in opus_encoder_ctl() 2689 st->bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encoder_ctl()
|
D | opus_decoder.c | 484 case OPUS_BANDWIDTH_FULLBAND: in opus_decode_frame() 982 bandwidth = (data[0]&0x10) ? OPUS_BANDWIDTH_FULLBAND : in opus_packet_get_bandwidth()
|
D | opus_multistream_encoder.c | 905 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_FULLBAND)); in opus_multistream_encode_native()
|
/external/libopus/tests/ |
D | opus_encode_regressions.c | 118 opus_multistream_encoder_ctl(enc, OPUS_SET_MAX_BANDWIDTH(OPUS_BANDWIDTH_FULLBAND)); in celt_ec_internal_error() 119 opus_multistream_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_FULLBAND)); in celt_ec_internal_error() 156 opus_multistream_encoder_ctl(enc, OPUS_SET_MAX_BANDWIDTH(OPUS_BANDWIDTH_FULLBAND)); in celt_ec_internal_error() 157 opus_multistream_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_FULLBAND)); in celt_ec_internal_error() 194 opus_multistream_encoder_ctl(enc, OPUS_SET_MAX_BANDWIDTH(OPUS_BANDWIDTH_FULLBAND)); in celt_ec_internal_error() 195 opus_multistream_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_FULLBAND)); in celt_ec_internal_error() 232 opus_multistream_encoder_ctl(enc, OPUS_SET_MAX_BANDWIDTH(OPUS_BANDWIDTH_FULLBAND)); in celt_ec_internal_error() 233 opus_multistream_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_FULLBAND)); in celt_ec_internal_error() 967 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_FULLBAND)); in ec_enc_shrink_assert2()
|
D | test_opus_api.c | 1217 i=OPUS_BANDWIDTH_FULLBAND+1; in test_enc_api() 1223 i=OPUS_BANDWIDTH_FULLBAND; in test_enc_api() 1240 i!=OPUS_BANDWIDTH_FULLBAND&&i!=OPUS_AUTO))test_failed(); in test_enc_api() 1252 i=OPUS_BANDWIDTH_FULLBAND+1; in test_enc_api() 1258 i=OPUS_BANDWIDTH_FULLBAND; in test_enc_api() 1275 i!=OPUS_BANDWIDTH_FULLBAND))test_failed(); in test_enc_api()
|
D | test_opus_encode.c | 202 OPUS_BANDWIDTH_FULLBAND, OPUS_BANDWIDTH_FULLBAND}; in fuzz_encoder_settings()
|
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_unittest.cc | 613 EXPECT_EQ(0, WebRtcOpus_SetBandwidth(opus_encoder_, OPUS_BANDWIDTH_FULLBAND)); in TEST_P() 617 : OPUS_BANDWIDTH_FULLBAND, in TEST_P() 620 -1, WebRtcOpus_SetBandwidth(opus_encoder_, OPUS_BANDWIDTH_FULLBAND + 1)); in TEST_P() 624 : OPUS_BANDWIDTH_FULLBAND, in TEST_P() 785 SetMaxPlaybackRate(opus_encoder_, OPUS_BANDWIDTH_FULLBAND, 48000); in TEST_P() 786 SetMaxPlaybackRate(opus_encoder_, OPUS_BANDWIDTH_FULLBAND, 24001); in TEST_P()
|
D | opus_speed_test.cc | 123 ADD_BANDWIDTH_TEST(OPUS_BANDWIDTH_FULLBAND)
|
D | opus_interface.cc | 231 set_bandwidth = OPUS_BANDWIDTH_FULLBAND; in WebRtcOpus_SetMaxPlaybackRate()
|
/external/libopus/include/ |
D | opus_defines.h | 207 #define OPUS_BANDWIDTH_FULLBAND 1105 /**<20 kHz bandpass @hideinitializer*/ macro
|
/external/libopus/fuzzer/ |
D | opus_enc_fuzzer.cpp | 70 OPUS_BANDWIDTH_FULLBAND};
|
D | README.md | 109 ….`OPUS_BANDWIDTH_WIDEBAND ` 3.`OPUS_BANDWIDTH_SUPERWIDEBAND ` 4.`OPUS_BANDWIDTH_FULLBAND ` | Calcu…
|