Searched refs:OPUS_BANDWIDTH_FULLBAND (Results 1 – 10 of 10) 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() 1200 st->detected_bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encode_native() 1460 int bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encode_native() 1541 min_detected_bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encode_native() 1741 … if (st->bandwidth==OPUS_BANDWIDTH_SUPERWIDEBAND || st->bandwidth==OPUS_BANDWIDTH_FULLBAND) in opus_encode_native() 1902 case OPUS_BANDWIDTH_FULLBAND: in opus_encode_native() 2354 if (value < OPUS_BANDWIDTH_NARROWBAND || value > OPUS_BANDWIDTH_FULLBAND) in opus_encoder_ctl() 2381 … if ((value < OPUS_BANDWIDTH_NARROWBAND || value > OPUS_BANDWIDTH_FULLBAND) && value != OPUS_AUTO) in opus_encoder_ctl() 2701 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 | 200 OPUS_BANDWIDTH_FULLBAND, OPUS_BANDWIDTH_FULLBAND}; in fuzz_encoder_settings()
|
/external/libopus/include/ |
D | opus_defines.h | 206 #define OPUS_BANDWIDTH_FULLBAND 1105 /**<20 kHz bandpass @hideinitializer*/ macro
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_unittest.cc | 526 SetMaxPlaybackRate(opus_encoder_, OPUS_BANDWIDTH_FULLBAND, 48000); in TEST_P() 527 SetMaxPlaybackRate(opus_encoder_, OPUS_BANDWIDTH_FULLBAND, 24001); in TEST_P()
|
D | opus_interface.c | 191 set_bandwidth = OPUS_BANDWIDTH_FULLBAND; in WebRtcOpus_SetMaxPlaybackRate()
|