Home
last modified time | relevance | path

Searched refs:OPUS_GET_PREDICTION_DISABLED (Results 1 – 3 of 3) sorted by relevance

/external/libopus/include/
Dopus_defines.h619 #define OPUS_GET_PREDICTION_DISABLED(x) OPUS_GET_PREDICTION_DISABLED_REQUEST, __opus_check_int_ptr(… macro
/external/libopus/tests/
Dtest_opus_api.c1353 err=opus_encoder_ctl(enc,OPUS_GET_PREDICTION_DISABLED(&i)); in test_enc_api()
1356 err=opus_encoder_ctl(enc,OPUS_GET_PREDICTION_DISABLED(null_int_ptr)); in test_enc_api()
1359 CHECK_SETGET(OPUS_SET_PREDICTION_DISABLED(i),OPUS_GET_PREDICTION_DISABLED(&i),-1,2,1,0, in test_enc_api()
Dtest_opus_encode.c498 …if(opus_multistream_encoder_ctl(MSenc, OPUS_GET_PREDICTION_DISABLED(&pred))!=OPUS_OK)test_failed(); in run_test1()