Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dmetadata_compressor.cpp176 INT channelIdx[9]; /*!< Offsets of interleaved channel samples (L, R, C, LFE, member
424 fMultDiv2(ext_leva, (FIXP_PCM)pSamples[drcComp->channelIdx[4]]) >> in findPeakLevels()
427 fMultDiv2(ext_levb, (FIXP_PCM)pSamples[drcComp->channelIdx[6]]) >> in findPeakLevels()
433 fMultDiv2(ext_leva, (FIXP_PCM)pSamples[drcComp->channelIdx[4]]) >> in findPeakLevels()
436 fMultDiv2(ext_levb, (FIXP_PCM)pSamples[drcComp->channelIdx[7]]) >> in findPeakLevels()
441 tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[0]]) >> in findPeakLevels()
444 fMultDiv2(ext_levb, (FIXP_PCM)pSamples[drcComp->channelIdx[7]]) >> in findPeakLevels()
449 fMultDiv2(ext_leva, (FIXP_PCM)pSamples[drcComp->channelIdx[0]]) >> in findPeakLevels()
452 fMultDiv2(ext_levb, (FIXP_PCM)pSamples[drcComp->channelIdx[7]]) >> in findPeakLevels()
465 fMultDiv2(ext_leva, (FIXP_PCM)pSamples[drcComp->channelIdx[5]]) >> in findPeakLevels()
[all …]
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp647 const UINT tag, const UINT channelIdx, in CProgramConfig_LookupElement() argument
677 &chType[channelIdx], &chIndex[channelIdx], channelConfig, channelIdx); in CProgramConfig_LookupElement()
679 chType[channelIdx + 1] = chType[channelIdx]; in CProgramConfig_LookupElement()
680 chIndex[channelIdx + 1] = chIndex[channelIdx] + 1; in CProgramConfig_LookupElement()
760 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement()
764 chMapping[chIdx + 1] = channelIdx + 1; in CProgramConfig_LookupElement()
817 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement()
821 chMapping[chIdx + 1] = channelIdx + 1; in CProgramConfig_LookupElement()
873 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement()
877 chMapping[chIdx + 1] = channelIdx + 1; in CProgramConfig_LookupElement()
[all …]
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h242 const UINT tag, const UINT channelIdx,