Searched refs:totalAscChannels (Results 1 – 1 of 1) sorted by relevance
2722 int totalAscChannels = 0; in CAacDecoder_DecodeFrame() local2725 totalAscChannels += self->ascChannels[i]; in CAacDecoder_DecodeFrame()2727 if ((el_cnt[type] >= (totalAscChannels >> (el_channels - 1))) || in CAacDecoder_DecodeFrame()2728 (aacChannels > (totalAscChannels - el_channels))) { in CAacDecoder_DecodeFrame()