Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp729 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement() local
737 elIdx += 1; in CProgramConfig_LookupElement()
744 elIdx += 1; in CProgramConfig_LookupElement()
751 elIdx += 1; in CProgramConfig_LookupElement()
756 elIdx += pPce->NumLfeChannelElements; in CProgramConfig_LookupElement()
768 *elMapping = elIdx; in CProgramConfig_LookupElement()
785 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement() local
793 elIdx += 1; in CProgramConfig_LookupElement()
800 elIdx += 1; in CProgramConfig_LookupElement()
807 elIdx += 1; in CProgramConfig_LookupElement()
[all …]
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp452 int elIdx; in sbrDecoder_Open() local
477 for (elIdx = 0; elIdx < (8); elIdx += 1) { in sbrDecoder_Open()
480 self->sbrHeader[elIdx][i].syncState = SBR_NOT_INITIALIZED; in sbrDecoder_Open()
739 int elIdx; in sbrDecoder_FreeMem() local
746 for (elIdx = 0; elIdx < (8); elIdx += 1) { in sbrDecoder_FreeMem()
748 (*self)->sbrHeader[elIdx][i].syncState = SBR_NOT_INITIALIZED; in sbrDecoder_FreeMem()
/external/aac/libAACdec/src/
Daacdecoder.cpp2764 int elIdx = CProgramConfig_GetElementTable( in CAacDecoder_DecodeFrame() local
2767 for (; elIdx < (3 * ((8) * 2) + (((8) * 2)) / 2 + 4 * (1) + 1); in CAacDecoder_DecodeFrame()
2768 elIdx++) { in CAacDecoder_DecodeFrame()
2769 self->elements[elIdx] = ID_NONE; in CAacDecoder_DecodeFrame()