Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp1175 const int element_index, const int el_cnt[]) { in aacDecoder_ParseExplicitMpsAndSbr() argument
1185 int chElIdx, numChElements = el_cnt[ID_SCE] + el_cnt[ID_CPE] + in aacDecoder_ParseExplicitMpsAndSbr()
1186 el_cnt[ID_LFE] + el_cnt[ID_USAC_SCE] + in aacDecoder_ParseExplicitMpsAndSbr()
1187 el_cnt[ID_USAC_CPE] + el_cnt[ID_USAC_LFE]; in aacDecoder_ParseExplicitMpsAndSbr()
2647 int el_cnt[ID_LAST] = {0}; /* element counter ( robustness ) */ in CAacDecoder_DecodeFrame() local
2727 if ((el_cnt[type] >= (totalAscChannels >> (el_channels - 1))) || in CAacDecoder_DecodeFrame()
2802 el_cnt[type]++; in CAacDecoder_DecodeFrame()
2807 el_cnt); in CAacDecoder_DecodeFrame()
2818 if (el_cnt[type] > self->ascChannels[streamIndex]) { in CAacDecoder_DecodeFrame()
2878 el_cnt[type]++; in CAacDecoder_DecodeFrame()
[all …]