HomeSort by relevance Sort by last modified time
    Searched refs:OPUS_SET_COMPLEXITY (Results 1 - 7 of 7) sorted by null

  /external/libopus/celt/
opus_custom_demo.c 125 opus_custom_encoder_ctl(enc,OPUS_SET_COMPLEXITY(complexity));
  /external/libopus/tests/
test_opus_encode.c 265 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();
test_opus_api.c     [all...]
  /external/libopus/include/
opus_defines.h 245 #define OPUS_SET_COMPLEXITY(x) OPUS_SET_COMPLEXITY_REQUEST, __opus_check_int(x)
247 * @see OPUS_SET_COMPLEXITY
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_interface.c 245 return opus_encoder_ctl(inst->encoder, OPUS_SET_COMPLEXITY(complexity));
  /external/libopus/src/
opus_demo.c 538 opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complexity));
    [all...]
opus_encoder.c 216 celt_encoder_ctl(celt_enc, OPUS_SET_COMPLEXITY(st->silk_mode.complexity));
    [all...]

Completed in 42 milliseconds