Searched refs:OPUS_SET_PREDICTION_DISABLED (Results 1 – 4 of 4) sorted by relevance
/external/libopus/tests/ |
D | opus_encode_regressions.c | 58 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 …]
|
D | test_opus_encode.c | 258 … 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()
|
D | test_opus_api.c | 1359 CHECK_SETGET(OPUS_SET_PREDICTION_DISABLED(i),OPUS_GET_PREDICTION_DISABLED(&i),-1,2,1,0, in test_enc_api()
|
/external/libopus/include/ |
D | opus_defines.h | 609 #define OPUS_SET_PREDICTION_DISABLED(x) OPUS_SET_PREDICTION_DISABLED_REQUEST, __opus_check_int(x) macro
|