Searched refs:opus_custom_decoder_get_size (Results 1 – 2 of 2) sorted by relevance
249 OPUS_CUSTOM_EXPORT_STATIC OPUS_WARN_UNUSED_RESULT int opus_custom_decoder_get_size(
147 return opus_custom_decoder_get_size(mode, channels); in celt_decoder_get_size()150 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_get_size(const CELTMode *mode, int channels) in opus_custom_decoder_get_size() function163 CELTDecoder *st = (CELTDecoder *)opus_alloc(opus_custom_decoder_get_size(mode, channels)); in opus_custom_decoder_create()197 OPUS_CLEAR((char*)st, opus_custom_decoder_get_size(mode, channels)); in opus_custom_decoder_init()1304 opus_custom_decoder_get_size(st->mode, st->channels)-