Home
last modified time | relevance | path

Searched refs:opus_multistream_encoder_ctl (Results 1 – 8 of 8) sorted by relevance

/external/libopus/tests/
Dopus_encode_regressions.c55 opus_multistream_encoder_ctl(enc, OPUS_SET_SIGNAL(OPUS_SIGNAL_MUSIC)); in celt_ec_internal_error()
56 opus_multistream_encoder_ctl(enc, OPUS_SET_VBR(0)); in celt_ec_internal_error()
57 opus_multistream_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(0)); in celt_ec_internal_error()
58 opus_multistream_encoder_ctl(enc, OPUS_SET_PREDICTION_DISABLED(1)); in celt_ec_internal_error()
59 opus_multistream_encoder_ctl(enc, OPUS_SET_PHASE_INVERSION_DISABLED(0)); in celt_ec_internal_error()
60 opus_multistream_encoder_ctl(enc, OPUS_SET_DTX(0)); in celt_ec_internal_error()
61 opus_multistream_encoder_ctl(enc, OPUS_SET_COMPLEXITY(0)); in celt_ec_internal_error()
62 opus_multistream_encoder_ctl(enc, OPUS_SET_MAX_BANDWIDTH(OPUS_BANDWIDTH_NARROWBAND)); in celt_ec_internal_error()
63 opus_multistream_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO)); in celt_ec_internal_error()
64 opus_multistream_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(8)); in celt_ec_internal_error()
[all …]
Dtest_opus_encode.c331 if(opus_multistream_encoder_ctl(MSenc, OPUS_GET_BITRATE(&i))!=OPUS_OK)test_failed(); in run_test1()
332 if(opus_multistream_encoder_ctl(MSenc, OPUS_GET_LSB_DEPTH(&i))!=OPUS_OK)test_failed(); in run_test1()
337 …if(opus_multistream_encoder_ctl(MSenc, OPUS_MULTISTREAM_GET_ENCODER_STATE(1,&tmp_enc))!=OPUS_OK)t… in run_test1()
340 …if(opus_multistream_encoder_ctl(MSenc, OPUS_MULTISTREAM_GET_ENCODER_STATE(2,&tmp_enc))!=OPUS_BAD_… in run_test1()
479 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_VBR(rc<2))!=OPUS_OK)test_failed(); in run_test1()
480 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed(); in run_test1()
481 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed(); in run_test1()
482 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_INBAND_FEC(rc==0))!=OPUS_OK)test_failed(); in run_test1()
489 … if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_INBAND_FEC(rc==0&&j==1))!=OPUS_OK)test_failed(); in run_test1()
490 …if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_FORCE_MODE(MODE_SILK_ONLY+modes[j]))!=OPUS_OK)test… in run_test1()
[all …]
/external/libopus/include/
Dopus_multistream.h448 OPUS_EXPORT int opus_multistream_encoder_ctl(OpusMSEncoder *st, int request, ...) OPUS_ARG_NONNULL(…
/external/libopus/fuzzer/
Dopus_enc_fuzzer.cpp89 #define OPUS_ENC_CTL_API opus_multistream_encoder_ctl
/external/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.cc198 : opus_multistream_encoder_ctl(inst->multistream_encoder, vargs))
Dopus_unittest.cc509 : opus_multistream_encoder_ctl(inst->multistream_encoder, vargs)
/external/libopus/src/
Dopus_demo.c186 #define opus_encoder_ctl opus_multistream_encoder_ctl
Dopus_multistream_encoder.c1315 int opus_multistream_encoder_ctl(OpusMSEncoder *st, int request, ...) in opus_multistream_encoder_ctl() function