Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp1033 unsigned chIdx, plane, grp, offset, totCh[3], numCh[3][4]; in CProgramConfig_GetPceChMap() local
1039 FDKmemclear(totCh, 3 * sizeof(unsigned)); in CProgramConfig_GetPceChMap()
1057 totCh[plane] += elCh; in CProgramConfig_GetPceChMap()
1064 totCh[plane] += elCh; in CProgramConfig_GetPceChMap()
1068 chIdx = totCh[SPEAKER_PLANE_NORMAL] + totCh[SPEAKER_PLANE_TOP] + in CProgramConfig_GetPceChMap()
1069 totCh[SPEAKER_PLANE_BOTTOM]; in CProgramConfig_GetPceChMap()
1077 for (chIdx = 0; chIdx < totCh[SPEAKER_PLANE_NORMAL]; chIdx += 1) { in CProgramConfig_GetPceChMap()