Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp654 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement() local
661 elIdx += 1; in CProgramConfig_LookupElement()
668 elIdx += 1; in CProgramConfig_LookupElement()
675 elIdx += 1; in CProgramConfig_LookupElement()
680 elIdx += pPce->NumLfeChannelElements; in CProgramConfig_LookupElement()
692 *elMapping = elIdx; in CProgramConfig_LookupElement()
708 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement() local
715 elIdx += 1; in CProgramConfig_LookupElement()
722 elIdx += 1; in CProgramConfig_LookupElement()
729 elIdx += 1; in CProgramConfig_LookupElement()
[all …]
/external/aac/libAACdec/src/
Daacdecoder.cpp1446 int elIdx = CProgramConfig_GetElementTable(pce, self->elements, (8), &self->chMapIndex); in CAacDecoder_DecodeFrame() local
1448 for ( ; elIdx<(8); elIdx++) { in CAacDecoder_DecodeFrame()
1449 self->elements[elIdx] = ID_NONE; in CAacDecoder_DecodeFrame()
1496 int elIdx, numChElements = el_cnt[ID_SCE] + el_cnt[ID_CPE]; in CAacDecoder_DecodeFrame() local
1498 for (elIdx = 0; elIdx < numChElements; elIdx += 1) in CAacDecoder_DecodeFrame()
1506 self->elements[elIdx], in CAacDecoder_DecodeFrame()
1507 elIdx, in CAacDecoder_DecodeFrame()