Home
last modified time | relevance | path

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

/external/chromium_org/third_party/opus/src/include/
Dopus_defines.h594 #define OPUS_SET_PREDICTION_DISABLED(x) OPUS_SET_PREDICTION_DISABLED_REQUEST, __opus_check_int(x) macro
/external/libopus/include/
Dopus_defines.h594 #define OPUS_SET_PREDICTION_DISABLED(x) OPUS_SET_PREDICTION_DISABLED_REQUEST, __opus_check_int(x) macro
/external/chromium_org/third_party/opus/src/tests/
Dtest_opus_encode.c340 …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/tests/
Dtest_opus_encode.c340 …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()