Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp1149 int el_cnt[ID_LAST] = { 0 }; /* element counter ( robustness ) */ in CAacDecoder_DecodeFrame() local
1181 …if ( (el_cnt[type] >= (self->ascChannels>>(el_channels-1))) || (aacChannels > (self->ascChannels-e… in CAacDecoder_DecodeFrame()
1267 el_cnt[type]++; in CAacDecoder_DecodeFrame()
1274 if ( el_cnt[type] > self->ascChannels ) { in CAacDecoder_DecodeFrame()
1340 el_cnt[type]++; in CAacDecoder_DecodeFrame()
1453 int elIdx, numChElements = el_cnt[ID_SCE] + el_cnt[ID_CPE]; in CAacDecoder_DecodeFrame()