Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp1101 const int element_index, const int el_cnt[]) { in aacDecoder_ParseExplicitMpsAndSbr() argument
1111 int chElIdx, numChElements = el_cnt[ID_SCE] + el_cnt[ID_CPE] + in aacDecoder_ParseExplicitMpsAndSbr()
1112 el_cnt[ID_LFE] + el_cnt[ID_USAC_SCE] + in aacDecoder_ParseExplicitMpsAndSbr()
1113 el_cnt[ID_USAC_CPE] + el_cnt[ID_USAC_LFE]; in aacDecoder_ParseExplicitMpsAndSbr()
2506 int el_cnt[ID_LAST] = {0}; /* element counter ( robustness ) */ in CAacDecoder_DecodeFrame() local
2586 if ((el_cnt[type] >= (totalAscChannels >> (el_channels - 1))) || in CAacDecoder_DecodeFrame()
2661 el_cnt[type]++; in CAacDecoder_DecodeFrame()
2666 el_cnt); in CAacDecoder_DecodeFrame()
2677 if (el_cnt[type] > self->ascChannels[streamIndex]) { in CAacDecoder_DecodeFrame()
2737 el_cnt[type]++; in CAacDecoder_DecodeFrame()
[all …]