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