Searched refs:OPUS_SET_PREDICTION_DISABLED (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/opus/src/include/ |
D | opus_defines.h | 594 #define OPUS_SET_PREDICTION_DISABLED(x) OPUS_SET_PREDICTION_DISABLED_REQUEST, __opus_check_int(x) macro
|
/external/libopus/include/ |
D | opus_defines.h | 594 #define OPUS_SET_PREDICTION_DISABLED(x) OPUS_SET_PREDICTION_DISABLED_REQUEST, __opus_check_int(x) macro
|
/external/chromium_org/third_party/opus/src/tests/ |
D | test_opus_encode.c | 340 …if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_PREDICTION_DISABLED((int)(fast_rand()&15)<(pred?11… in run_test1()
|
D | test_opus_api.c | 1361 CHECK_SETGET(OPUS_SET_PREDICTION_DISABLED(i),OPUS_GET_PREDICTION_DISABLED(&i),-1,2,1,0, in test_enc_api()
|
/external/libopus/tests/ |
D | test_opus_encode.c | 340 …if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_PREDICTION_DISABLED((int)(fast_rand()&15)<(pred?11… in run_test1()
|
D | test_opus_api.c | 1361 CHECK_SETGET(OPUS_SET_PREDICTION_DISABLED(i),OPUS_GET_PREDICTION_DISABLED(&i),-1,2,1,0, in test_enc_api()
|