Searched refs:celtDecSizeBytes (Results 1 – 1 of 1) sorted by relevance
104 int silkDecSizeBytes, celtDecSizeBytes; in opus_decoder_get_size() local112 celtDecSizeBytes = celt_decoder_get_size(channels); in opus_decoder_get_size()113 return align(sizeof(OpusDecoder))+silkDecSizeBytes+celtDecSizeBytes; in opus_decoder_get_size()