Searched refs:chIdx (Results 1 – 9 of 9) sorted by relevance
/external/aac/libMpegTPDec/src/ |
D | tpdec_asc.cpp | 729 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement() local 738 chIdx += (pPce->FrontElementIsCpe[el]) ? 2 : 1; in CProgramConfig_LookupElement() 745 chIdx += (pPce->SideElementIsCpe[el]) ? 2 : 1; in CProgramConfig_LookupElement() 752 chIdx += (pPce->BackElementIsCpe[el]) ? 2 : 1; in CProgramConfig_LookupElement() 757 chIdx += pPce->NumLfeChannelElements; in CProgramConfig_LookupElement() 760 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement() 761 chType[chIdx] = aChType; in CProgramConfig_LookupElement() 762 chIndex[chIdx] = fc[heightLayer]; in CProgramConfig_LookupElement() 764 chMapping[chIdx + 1] = channelIdx + 1; in CProgramConfig_LookupElement() 765 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 | adj_thr.cpp | 1741 const INT chIdx = cm->elInfo[elementId].ChannelIndex[ch]; in FDKaacEnc_allowMoreHoles() local 1746 maxSfbPerGroup[chIdx] = psyOutChannel->maxSfbPerGroup; in FDKaacEnc_allowMoreHoles() 1747 sfbCnt[chIdx] = psyOutChannel->sfbCnt; in FDKaacEnc_allowMoreHoles() 1748 sfbPerGroup[chIdx] = psyOutChannel->sfbPerGroup; in FDKaacEnc_allowMoreHoles() 1753 startSfb[chIdx] = AdjThrStateElement[elementId]->ahParam.startSfbL; in FDKaacEnc_allowMoreHoles() 1755 startSfb[chIdx] = AdjThrStateElement[elementId]->ahParam.startSfbS; in FDKaacEnc_allowMoreHoles() 1758 minSfb = fMin(minSfb, startSfb[chIdx]); in FDKaacEnc_allowMoreHoles() 1761 sfb = startSfb[chIdx]; in FDKaacEnc_allowMoreHoles() 1776 sfb = startSfb[chIdx]; in FDKaacEnc_allowMoreHoles() 1821 const INT chIdx = cm->elInfo[elementId].ChannelIndex[ch]; in FDKaacEnc_allowMoreHoles() local [all …]
|
D | psy_main.h | 157 INT *chIdx, INT totalChannels);
|
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 | 1444 int chIdx, numCoreChannel = self->streamInfo.numChannels; in aacDecoder_DecodeFrame() local 1534 for (chIdx = numCoreChannel; chIdx < self->streamInfo.numChannels; in aacDecoder_DecodeFrame() 1535 chIdx += 1) { in aacDecoder_DecodeFrame() 1536 self->channelType[chIdx] = ACT_FRONT; in aacDecoder_DecodeFrame() 1537 self->channelIndices[chIdx] = chIdx; in aacDecoder_DecodeFrame()
|
D | aacdecoder.cpp | 2049 int chIdx = aacChannelsOffsetIdx; in CAacDecoder_Init() local 2131 chIdx += el_channels; in CAacDecoder_Init() 2145 chIdx = aacChannelsOffsetIdx; in CAacDecoder_Init() 2176 chIdx++; in CAacDecoder_Init() 2194 chIdx = aacChannelsOffsetIdx; in CAacDecoder_Init() 2237 chIdx++; in CAacDecoder_Init() 2302 int chIdx = 0; in CAacDecoder_Init() local 2340 chIdx++; in CAacDecoder_Init() 2536 for (int chIdx = aacChannels; chIdx < self->ascChannels[streamIndex]; in CAacDecoder_DecodeFrame() local 2537 chIdx++) { in CAacDecoder_DecodeFrame()
|
/external/aac/libPCMutils/src/ |
D | pcmdmx_lib.cpp | 772 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()
|