Home | History | Annotate | Download | only in celt

Lines Matching refs:opus_custom_decoder_get_size

102    return opus_custom_decoder_get_size(mode, channels);
105 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_get_size(const CELTMode *mode, int channels)
118 CELTDecoder *st = (CELTDecoder *)opus_alloc(opus_custom_decoder_get_size(mode, channels));
152 OPUS_CLEAR((char*)st, opus_custom_decoder_get_size(mode, channels));
1148 opus_custom_decoder_get_size(st->mode, st->channels)-