Searched refs:opus_custom_mode_create (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_classifier.cc31 celt_mode_(opus_custom_mode_create(kDefaultSampleRateHz,
/external/libopus/include/
H A Dopus_custom.h80 * a call to @ref opus_custom_mode_create. Both the encoder and decoder
121 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomMode *opus_custom_mode_create(opus_int32 Fs, int frame_size, int *error);
/external/libopus/celt/
H A Dopus_custom_demo.c73 mode = opus_custom_mode_create(rate, frame_size, NULL);
H A Dmodes.c223 CELTMode *opus_custom_mode_create(opus_int32 Fs, int frame_size, int *error) function
H A Dcelt_decoder.c101 const CELTMode *mode = opus_custom_mode_create(48000, 960, NULL);
134 ret = opus_custom_decoder_init(st, opus_custom_mode_create(48000, 960, NULL), channels);
H A Dcelt_encoder.c131 CELTMode *mode = opus_custom_mode_create(48000, 960, NULL);
212 opus_custom_mode_create(48000, 960, NULL), channels, arch);

Completed in 278 milliseconds