Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp722 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement() local
731 chIdx += (pPce->FrontElementIsCpe[el]) ? 2 : 1; in CProgramConfig_LookupElement()
738 chIdx += (pPce->SideElementIsCpe[el]) ? 2 : 1; in CProgramConfig_LookupElement()
745 chIdx += (pPce->BackElementIsCpe[el]) ? 2 : 1; in CProgramConfig_LookupElement()
750 chIdx += pPce->NumLfeChannelElements; in CProgramConfig_LookupElement()
753 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement()
754 chType[chIdx] = aChType; in CProgramConfig_LookupElement()
755 chIndex[chIdx] = fc[heightLayer]; in CProgramConfig_LookupElement()
757 chMapping[chIdx + 1] = channelIdx + 1; in CProgramConfig_LookupElement()
758 chType[chIdx + 1] = aChType; in CProgramConfig_LookupElement()
[all …]
/external/aac/libSYS/src/
Dsyslib_channelMapDescr.cpp162 const UCHAR chIdx, const UINT mapIdx) { in FDK_chMapDescr_getMapValue() argument
163 UCHAR mapValue = chIdx; /* Pass through by default. */ in FDK_chMapDescr_getMapValue()
171 if (chIdx < pMapDescr->pMapInfoTab[mapIdx].numChannels) { in FDK_chMapDescr_getMapValue()
172 mapValue = pMapDescr->pMapInfoTab[mapIdx].pChannelMap[chIdx]; in FDK_chMapDescr_getMapValue()
/external/aac/libSYS/include/
Dsyslib_channelMapDescr.h181 const UCHAR chIdx, const UINT mapIdx);
/external/aac/libAACenc/src/
Dadj_thr.cpp1743 const INT chIdx = cm->elInfo[elementId].ChannelIndex[ch]; in FDKaacEnc_allowMoreHoles() local
1748 maxSfbPerGroup[chIdx] = psyOutChannel->maxSfbPerGroup; in FDKaacEnc_allowMoreHoles()
1749 sfbCnt[chIdx] = psyOutChannel->sfbCnt; in FDKaacEnc_allowMoreHoles()
1750 sfbPerGroup[chIdx] = psyOutChannel->sfbPerGroup; in FDKaacEnc_allowMoreHoles()
1755 startSfb[chIdx] = AdjThrStateElement[elementId]->ahParam.startSfbL; in FDKaacEnc_allowMoreHoles()
1757 startSfb[chIdx] = AdjThrStateElement[elementId]->ahParam.startSfbS; in FDKaacEnc_allowMoreHoles()
1760 minSfb = fMin(minSfb, startSfb[chIdx]); in FDKaacEnc_allowMoreHoles()
1763 sfb = startSfb[chIdx]; in FDKaacEnc_allowMoreHoles()
1778 sfb = startSfb[chIdx]; in FDKaacEnc_allowMoreHoles()
1823 const INT chIdx = cm->elInfo[elementId].ChannelIndex[ch]; in FDKaacEnc_allowMoreHoles() local
[all …]
Dpsy_main.h157 INT *chIdx, INT totalChannels);
Dpsy_main.cpp412 INT *chIdx, INT totalChannels) { in FDKaacEnc_psyMain() argument
483 FDKmemcpy(pTimeSignal, pInput + chIdx[ch] * inputBufSize, in FDKaacEnc_psyMain()
511 pInput + chIdx[ch] * inputBufSize, in FDKaacEnc_psyMain()
626 chIdx[ch] * inputBufSize, in FDKaacEnc_psyMain()
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp1413 int chIdx, numCoreChannel = self->streamInfo.numChannels; in aacDecoder_DecodeFrame() local
1503 for (chIdx = numCoreChannel; chIdx < self->streamInfo.numChannels; in aacDecoder_DecodeFrame()
1504 chIdx += 1) { in aacDecoder_DecodeFrame()
1505 self->channelType[chIdx] = ACT_FRONT; in aacDecoder_DecodeFrame()
1506 self->channelIndices[chIdx] = chIdx; in aacDecoder_DecodeFrame()
Daacdecoder.cpp2043 int chIdx = aacChannelsOffsetIdx; in CAacDecoder_Init() local
2125 chIdx += el_channels; in CAacDecoder_Init()
2139 chIdx = aacChannelsOffsetIdx; in CAacDecoder_Init()
2170 chIdx++; in CAacDecoder_Init()
2188 chIdx = aacChannelsOffsetIdx; in CAacDecoder_Init()
2231 chIdx++; in CAacDecoder_Init()
2296 int chIdx = 0; in CAacDecoder_Init() local
2334 chIdx++; in CAacDecoder_Init()
2530 for (int chIdx = aacChannels; chIdx < self->ascChannels[streamIndex]; in CAacDecoder_DecodeFrame() local
2531 chIdx++) { in CAacDecoder_DecodeFrame()
/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp772 int chIdx = 0; /* Index of channel within the specific group */ in getChannelDescription() local
780 chIdx = numChInGrp[grpIdx] & 0x1; in getChannelDescription()
818 for (; chIdx < numChInGrp[grpIdx]; chIdx += 1) { in getChannelDescription()
820 if ((chIdx == maxChannels) || (offsetTable[chMapPos] < 255)) { in getChannelDescription()
831 channelIndices[mappedIdx] = (UCHAR)chIdx; in getChannelDescription()