Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp874 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement() local
882 elIdx += 1; in CProgramConfig_LookupElement()
889 elIdx += 1; in CProgramConfig_LookupElement()
896 elIdx += 1; in CProgramConfig_LookupElement()
901 elIdx += pPce->NumLfeChannelElements; in CProgramConfig_LookupElement()
913 *elMapping = elIdx; in CProgramConfig_LookupElement()
930 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement() local
938 elIdx += 1; in CProgramConfig_LookupElement()
945 elIdx += 1; in CProgramConfig_LookupElement()
952 elIdx += 1; in CProgramConfig_LookupElement()
[all …]
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp450 int elIdx; in sbrDecoder_Open() local
475 for (elIdx = 0; elIdx < (8); elIdx += 1) { in sbrDecoder_Open()
478 self->sbrHeader[elIdx][i].syncState = SBR_NOT_INITIALIZED; in sbrDecoder_Open()
737 int elIdx; in sbrDecoder_FreeMem() local
744 for (elIdx = 0; elIdx < (8); elIdx += 1) { in sbrDecoder_FreeMem()
746 (*self)->sbrHeader[elIdx][i].syncState = SBR_NOT_INITIALIZED; in sbrDecoder_FreeMem()
/external/aac/libAACdec/src/
Daacdecoder.cpp2905 int elIdx = CProgramConfig_GetElementTable( in CAacDecoder_DecodeFrame() local
2908 for (; elIdx < (3 * ((8) * 2) + (((8) * 2)) / 2 + 4 * (1) + 1); in CAacDecoder_DecodeFrame()
2909 elIdx++) { in CAacDecoder_DecodeFrame()
2910 self->elements[elIdx] = ID_NONE; in CAacDecoder_DecodeFrame()