Searched refs:OPUS_SET_COMPLEXITY (Results 1 - 7 of 7) sorted by relevance

/external/libopus/celt/
H A Dopus_custom_demo.c125 opus_custom_encoder_ctl(enc,OPUS_SET_COMPLEXITY(complexity));
/external/libopus/tests/
H A Dtest_opus_encode.c265 if(opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complex))!=OPUS_OK)test_failed();
273 if(opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY((count>>2)%11))!=OPUS_OK)test_failed();
342 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_COMPLEXITY((count>>2)%11))!=OPUS_OK)test_failed();
H A Dtest_opus_api.c1295 CHECK_SETGET(OPUS_SET_COMPLEXITY(i),OPUS_GET_COMPLEXITY(&i),-1,11,
1297 " OPUS_SET_COMPLEXITY .......................... OK.\n",
/external/libopus/include/
H A Dopus_defines.h245 #define OPUS_SET_COMPLEXITY(x) OPUS_SET_COMPLEXITY_REQUEST, __opus_check_int(x) macro
247 * @see OPUS_SET_COMPLEXITY
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_interface.c245 return opus_encoder_ctl(inst->encoder, OPUS_SET_COMPLEXITY(complexity));
/external/libopus/src/
H A Dopus_demo.c538 opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complexity));
H A Dopus_encoder.c216 celt_encoder_ctl(celt_enc, OPUS_SET_COMPLEXITY(st->silk_mode.complexity));
2190 celt_encoder_ctl(celt_enc, OPUS_SET_COMPLEXITY(value));

Completed in 187 milliseconds