Home | History | Annotate | Download | only in celt

Lines Matching refs:opus_custom_decoder_init

119    ret = opus_custom_decoder_init(st, mode, channels);
134 ret = opus_custom_decoder_init(st, opus_custom_mode_create(48000, 960, NULL), channels);
144 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_init(CELTDecoder *st, const CELTMode *mode, int channels)