Home
last modified time | relevance | path

Searched refs:OPUS_BANDWIDTH_FULLBAND (Results 1 – 10 of 10) sorted by relevance

/external/libopus/src/
Dopus_demo.c125 {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 …]
Dopus_encoder.c246 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()
Dopus_decoder.c484 case OPUS_BANDWIDTH_FULLBAND: in opus_decode_frame()
982 bandwidth = (data[0]&0x10) ? OPUS_BANDWIDTH_FULLBAND : in opus_packet_get_bandwidth()
Dopus_multistream_encoder.c905 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_FULLBAND)); in opus_multistream_encode_native()
/external/libopus/tests/
Dopus_encode_regressions.c118 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()
Dtest_opus_api.c1217 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()
Dtest_opus_encode.c200 OPUS_BANDWIDTH_FULLBAND, OPUS_BANDWIDTH_FULLBAND}; in fuzz_encoder_settings()
/external/libopus/include/
Dopus_defines.h206 #define OPUS_BANDWIDTH_FULLBAND 1105 /**<20 kHz bandpass @hideinitializer*/ macro
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_unittest.cc526 SetMaxPlaybackRate(opus_encoder_, OPUS_BANDWIDTH_FULLBAND, 48000); in TEST_P()
527 SetMaxPlaybackRate(opus_encoder_, OPUS_BANDWIDTH_FULLBAND, 24001); in TEST_P()
Dopus_interface.c191 set_bandwidth = OPUS_BANDWIDTH_FULLBAND; in WebRtcOpus_SetMaxPlaybackRate()