Searched refs:OPUS_BANDWIDTH_FULLBAND (Results 1 – 10 of 10) sorted by relevance
/external/libopus/src/ |
D | opus_demo.c | 132 {MODE_SILK_ONLY, OPUS_BANDWIDTH_FULLBAND, 960, 1}, 133 {MODE_SILK_ONLY, OPUS_BANDWIDTH_FULLBAND, 480, 1}, 134 {MODE_SILK_ONLY, OPUS_BANDWIDTH_FULLBAND, 960, 2}, 135 {MODE_SILK_ONLY, OPUS_BANDWIDTH_FULLBAND, 480, 2} 139 {MODE_CELT_ONLY, OPUS_BANDWIDTH_FULLBAND, 960, 1}, 144 {MODE_CELT_ONLY, OPUS_BANDWIDTH_FULLBAND, 480, 1}, 149 {MODE_CELT_ONLY, OPUS_BANDWIDTH_FULLBAND, 240, 1}, 154 {MODE_CELT_ONLY, OPUS_BANDWIDTH_FULLBAND, 120, 1}, 159 {MODE_CELT_ONLY, OPUS_BANDWIDTH_FULLBAND, 960, 2}, 164 {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() 1199 st->detected_bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encode_native() 1459 int bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encode_native() 1536 min_detected_bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encode_native() 1725 … if (st->bandwidth==OPUS_BANDWIDTH_SUPERWIDEBAND || st->bandwidth==OPUS_BANDWIDTH_FULLBAND) in opus_encode_native() 1883 case OPUS_BANDWIDTH_FULLBAND: in opus_encode_native() 2330 if (value < OPUS_BANDWIDTH_NARROWBAND || value > OPUS_BANDWIDTH_FULLBAND) in opus_encoder_ctl() 2357 … if ((value < OPUS_BANDWIDTH_NARROWBAND || value > OPUS_BANDWIDTH_FULLBAND) && value != OPUS_AUTO) in opus_encoder_ctl() 2677 st->bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encoder_ctl()
|
D | opus_decoder.c | 445 case OPUS_BANDWIDTH_FULLBAND: in opus_decode_frame() 951 bandwidth = (data[0]&0x10) ? OPUS_BANDWIDTH_FULLBAND : in opus_packet_get_bandwidth()
|
D | opus_multistream_encoder.c | 990 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 | 1219 i=OPUS_BANDWIDTH_FULLBAND+1; in test_enc_api() 1225 i=OPUS_BANDWIDTH_FULLBAND; in test_enc_api() 1242 i!=OPUS_BANDWIDTH_FULLBAND&&i!=OPUS_AUTO))test_failed(); in test_enc_api() 1254 i=OPUS_BANDWIDTH_FULLBAND+1; in test_enc_api() 1260 i=OPUS_BANDWIDTH_FULLBAND; in test_enc_api() 1277 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 | 203 #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()
|