Home
last modified time | relevance | path

Searched refs:OPUS_SET_PREDICTION_DISABLED (Results 1 – 4 of 4) sorted by relevance

/external/libopus/tests/
Dopus_encode_regressions.c58 opus_multistream_encoder_ctl(enc, OPUS_SET_PREDICTION_DISABLED(1)); in celt_ec_internal_error()
114 opus_multistream_encoder_ctl(enc, OPUS_SET_PREDICTION_DISABLED(1)); in celt_ec_internal_error()
152 opus_multistream_encoder_ctl(enc, OPUS_SET_PREDICTION_DISABLED(1)); in celt_ec_internal_error()
190 opus_multistream_encoder_ctl(enc, OPUS_SET_PREDICTION_DISABLED(1)); in celt_ec_internal_error()
228 opus_multistream_encoder_ctl(enc, OPUS_SET_PREDICTION_DISABLED(1)); in celt_ec_internal_error()
264 opus_multistream_encoder_ctl(enc, OPUS_SET_PREDICTION_DISABLED(1)); in celt_ec_internal_error()
320 opus_multistream_encoder_ctl(enc, OPUS_SET_PREDICTION_DISABLED(0)); in mscbr_encode_fail10()
370 opus_multistream_encoder_ctl(enc, OPUS_SET_PREDICTION_DISABLED(0)); in mscbr_encode_fail()
408 opus_multistream_encoder_ctl(enc, OPUS_SET_PREDICTION_DISABLED(0)); in surround_analysis_uninit()
748 opus_multistream_encoder_ctl(enc, OPUS_SET_PREDICTION_DISABLED(1)); in surround_analysis_uninit()
[all …]
Dtest_opus_encode.c258 … if(opus_encoder_ctl(enc, OPUS_SET_PREDICTION_DISABLED(pred_disabled)) != OPUS_OK) test_failed(); in fuzz_encoder_settings()
497 …if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_PREDICTION_DISABLED((int)(fast_rand()&15)<(pred?11… in run_test1()
Dtest_opus_api.c1361 CHECK_SETGET(OPUS_SET_PREDICTION_DISABLED(i),OPUS_GET_PREDICTION_DISABLED(&i),-1,2,1,0, in test_enc_api()
/external/libopus/include/
Dopus_defines.h606 #define OPUS_SET_PREDICTION_DISABLED(x) OPUS_SET_PREDICTION_DISABLED_REQUEST, __opus_check_int(x) macro