Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp669 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement() local
676 elIdx += 1; in CProgramConfig_LookupElement()
683 elIdx += 1; in CProgramConfig_LookupElement()
690 elIdx += 1; in CProgramConfig_LookupElement()
695 elIdx += pPce->NumLfeChannelElements; in CProgramConfig_LookupElement()
707 *elMapping = elIdx; in CProgramConfig_LookupElement()
723 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement() local
730 elIdx += 1; in CProgramConfig_LookupElement()
737 elIdx += 1; in CProgramConfig_LookupElement()
744 elIdx += 1; in CProgramConfig_LookupElement()
[all …]
/external/aac/libAACdec/src/
Daacdecoder.cpp1451 int elIdx = CProgramConfig_GetElementTable(pce, self->elements, (8), &self->chMapIndex); in CAacDecoder_DecodeFrame() local
1453 for ( ; elIdx<(8); elIdx++) { in CAacDecoder_DecodeFrame()
1454 self->elements[elIdx] = ID_NONE; in CAacDecoder_DecodeFrame()
1501 int elIdx, numChElements = el_cnt[ID_SCE] + el_cnt[ID_CPE]; in CAacDecoder_DecodeFrame() local
1503 for (elIdx = 0; elIdx < numChElements; elIdx += 1) in CAacDecoder_DecodeFrame()
1511 self->elements[elIdx], in CAacDecoder_DecodeFrame()
1512 elIdx, in CAacDecoder_DecodeFrame()