Searched refs:totalAscChannels (Results 1 – 1 of 1) sorted by relevance
2581 int totalAscChannels = 0; in CAacDecoder_DecodeFrame() local2584 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()