Home
last modified time | relevance | path

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

/external/libopus/tests/
Dtest_opus_encode.c265 if(opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complex))!=OPUS_OK)test_failed(); in run_test1()
273 if(opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY((count>>2)%11))!=OPUS_OK)test_failed(); in run_test1()
342 … if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_COMPLEXITY((count>>2)%11))!=OPUS_OK)test_failed(); in run_test1()
Dtest_opus_api.c1295 CHECK_SETGET(OPUS_SET_COMPLEXITY(i),OPUS_GET_COMPLEXITY(&i),-1,11, in test_enc_api()
/external/libopus/celt/
Dopus_custom_demo.c125 opus_custom_encoder_ctl(enc,OPUS_SET_COMPLEXITY(complexity)); in main()
/external/libopus/include/
Dopus_defines.h245 #define OPUS_SET_COMPLEXITY(x) OPUS_SET_COMPLEXITY_REQUEST, __opus_check_int(x) macro
/external/libopus/src/
Dopus_demo.c538 opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complexity)); in main()
Dopus_encoder.c216 celt_encoder_ctl(celt_enc, OPUS_SET_COMPLEXITY(st->silk_mode.complexity)); in opus_encoder_init()
2190 celt_encoder_ctl(celt_enc, OPUS_SET_COMPLEXITY(value)); in opus_encoder_ctl()