OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPUS_SET_PREDICTION_DISABLED
(Results
1 - 3
of
3
) sorted by null
/external/libopus/include/
opus_defines.h
594
#define
OPUS_SET_PREDICTION_DISABLED
(x) OPUS_SET_PREDICTION_DISABLED_REQUEST, __opus_check_int(x)
/external/libopus/tests/
test_opus_encode.c
340
if(opus_multistream_encoder_ctl(MSenc,
OPUS_SET_PREDICTION_DISABLED
((int)(fast_rand()&15)<(pred?11:4)))!=OPUS_OK)test_failed();
test_opus_api.c
[
all
...]
Completed in 249 milliseconds