Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp652 int heightLayer = pPce->FrontElementHeightInfo[i]; in CProgramConfig_LookupElement() local
654 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement()
655 AUDIO_CHANNEL_TYPE aChType = (AUDIO_CHANNEL_TYPE)((heightLayer<<4) | ACT_FRONT); in CProgramConfig_LookupElement()
656 for (h = heightLayer-1; h >= 0; h-=1) { in CProgramConfig_LookupElement()
686 chIndex[chIdx] = fc[heightLayer]; in CProgramConfig_LookupElement()
690 chIndex[chIdx+1] = fc[heightLayer]+1; in CProgramConfig_LookupElement()
695 ec[heightLayer] += 1; in CProgramConfig_LookupElement()
697 cc[heightLayer] += 2; in CProgramConfig_LookupElement()
698 fc[heightLayer] += 2; in CProgramConfig_LookupElement()
700 cc[heightLayer] += 1; in CProgramConfig_LookupElement()
[all …]