Searched refs:chIdx (Results 1 – 9 of 9) sorted by relevance
/external/aac/libMpegTPDec/src/ |
D | tpdec_asc.cpp | 874 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement() local 883 chIdx += (pPce->FrontElementIsCpe[el]) ? 2 : 1; in CProgramConfig_LookupElement() 890 chIdx += (pPce->SideElementIsCpe[el]) ? 2 : 1; in CProgramConfig_LookupElement() 897 chIdx += (pPce->BackElementIsCpe[el]) ? 2 : 1; in CProgramConfig_LookupElement() 902 chIdx += pPce->NumLfeChannelElements; in CProgramConfig_LookupElement() 905 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement() 906 chType[chIdx] = aChType; in CProgramConfig_LookupElement() 907 chIndex[chIdx] = fc[heightLayer]; in CProgramConfig_LookupElement() 909 chMapping[chIdx + 1] = channelIdx + 1; in CProgramConfig_LookupElement() 910 chType[chIdx + 1] = aChType; in CProgramConfig_LookupElement() [all …]
|
/external/aac/libSYS/src/ |
D | syslib_channelMapDescr.cpp | 162 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/ |
D | syslib_channelMapDescr.h | 181 const UCHAR chIdx, const UINT mapIdx);
|
/external/aac/libAACenc/src/ |
D | psy_main.h | 157 INT *chIdx, INT totalChannels);
|
D | adj_thr.cpp | 1733 const INT chIdx = cm->elInfo[elementId].ChannelIndex[ch]; in FDKaacEnc_allowMoreHoles() local 1738 maxSfbPerGroup[chIdx] = psyOutChannel->maxSfbPerGroup; in FDKaacEnc_allowMoreHoles() 1739 sfbCnt[chIdx] = psyOutChannel->sfbCnt; in FDKaacEnc_allowMoreHoles() 1740 sfbPerGroup[chIdx] = psyOutChannel->sfbPerGroup; in FDKaacEnc_allowMoreHoles() 1745 startSfb[chIdx] = AdjThrStateElement[elementId]->ahParam.startSfbL; in FDKaacEnc_allowMoreHoles() 1747 startSfb[chIdx] = AdjThrStateElement[elementId]->ahParam.startSfbS; in FDKaacEnc_allowMoreHoles() 1750 minSfb = fMin(minSfb, startSfb[chIdx]); in FDKaacEnc_allowMoreHoles() 1753 sfb = startSfb[chIdx]; in FDKaacEnc_allowMoreHoles() 1768 sfb = startSfb[chIdx]; in FDKaacEnc_allowMoreHoles() 1813 const INT chIdx = cm->elInfo[elementId].ChannelIndex[ch]; in FDKaacEnc_allowMoreHoles() local [all …]
|
D | psy_main.cpp | 412 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/ |
D | aacdecoder_lib.cpp | 1461 int chIdx, numCoreChannel = self->streamInfo.numChannels; in aacDecoder_DecodeFrame() local 1551 for (chIdx = numCoreChannel; chIdx < self->streamInfo.numChannels; in aacDecoder_DecodeFrame() 1552 chIdx += 1) { in aacDecoder_DecodeFrame() 1553 self->channelType[chIdx] = ACT_FRONT; in aacDecoder_DecodeFrame() 1554 self->channelIndices[chIdx] = chIdx; in aacDecoder_DecodeFrame()
|
D | aacdecoder.cpp | 2179 int chIdx = aacChannelsOffsetIdx; in CAacDecoder_Init() local 2261 chIdx += el_channels; in CAacDecoder_Init() 2275 chIdx = aacChannelsOffsetIdx; in CAacDecoder_Init() 2305 chIdx++; in CAacDecoder_Init() 2323 chIdx = aacChannelsOffsetIdx; in CAacDecoder_Init() 2366 chIdx++; in CAacDecoder_Init() 2431 int chIdx = 0; in CAacDecoder_Init() local 2469 chIdx++; in CAacDecoder_Init() 2677 for (int chIdx = aacChannels; chIdx < self->ascChannels[streamIndex]; in CAacDecoder_DecodeFrame() local 2678 chIdx++) { in CAacDecoder_DecodeFrame()
|
/external/aac/libPCMutils/src/ |
D | pcmdmx_lib.cpp | 800 int chIdx = 0; /* Index of channel within the specific group */ in getChannelDescription() local 808 chIdx = numChInGrp[grpIdx] & 0x1; in getChannelDescription() 846 for (; chIdx < numChInGrp[grpIdx]; chIdx += 1) { in getChannelDescription() 848 if ((chIdx == maxChannels) || (offsetTable[chMapPos] < 255)) { in getChannelDescription() 859 channelIndices[mappedIdx] = (UCHAR)chIdx; in getChannelDescription()
|