Home
last modified time | relevance | path

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

/external/aac/libPCMutils/src/
Dpcmutils_lib.cpp479 UCHAR chGrpIdx = channelIndices[ch]; in getChannelMode() local
484 chGrpIdx += numChInGrp[CH_GROUP_FRONT]; /* Append after normal plain */ in getChannelMode()
490 chGrpIdx += numChInGrp[CH_GROUP_SIDE]; /* Append after normal plain */ in getChannelMode()
495 chGrpIdx += numChInGrp[CH_GROUP_REAR]; /* Append after normal plain */ in getChannelMode()
509 chGrpIdx = numChannels + numChToPlace; in getChannelMode()
516 while ( (i < numChInGrp[grpIdx]) && (chGrpIdx > channelIndices[chIdx[grpIdx][i]]) ) { in getChannelMode()