Home
last modified time | relevance | path

Searched refs:totalAscChannels (Results 1 – 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
Daacdecoder.cpp2581 int totalAscChannels = 0; in CAacDecoder_DecodeFrame() local
2584 totalAscChannels += self->ascChannels[i]; in CAacDecoder_DecodeFrame()
2586 if ((el_cnt[type] >= (totalAscChannels >> (el_channels - 1))) || in CAacDecoder_DecodeFrame()
2587 (aacChannels > (totalAscChannels - el_channels))) { in CAacDecoder_DecodeFrame()