Searched refs:OPUS_GET_PREDICTION_DISABLED (Results 1 – 3 of 3) sorted by relevance
/external/libopus/include/ |
D | opus_defines.h | 618 #define OPUS_GET_PREDICTION_DISABLED(x) OPUS_GET_PREDICTION_DISABLED_REQUEST, __opus_check_int_ptr(… macro
|
/external/libopus/tests/ |
D | test_opus_api.c | 1353 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()
|
D | test_opus_encode.c | 496 …if(opus_multistream_encoder_ctl(MSenc, OPUS_GET_PREDICTION_DISABLED(&pred))!=OPUS_OK)test_failed(); in run_test1()
|