Searched refs:celt_decoder_init (Results 1 - 3 of 3) sorted by relevance

/external/libopus/celt/
H A Dcelt.h135 int celt_decoder_init(CELTDecoder *st, opus_int32 sampling_rate, int channels);
H A Dcelt_decoder.c131 int celt_decoder_init(CELTDecoder *st, opus_int32 sampling_rate, int channels) function
/external/libopus/src/
H A Dopus_decoder.c133 ret = celt_decoder_init(celt_dec, Fs, channels);

Completed in 91 milliseconds