HomeSort by relevance Sort by last modified time
    Searched full:channelidx (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACenc/src/
metadata_compressor.cpp 176 INT channelIdx[9]; /*!< Offsets of interleaved channel samples (L, R, C, LFE,
424 fMultDiv2(ext_leva, (FIXP_PCM)pSamples[drcComp->channelIdx[4]]) >>
427 fMultDiv2(ext_levb, (FIXP_PCM)pSamples[drcComp->channelIdx[6]]) >>
433 fMultDiv2(ext_leva, (FIXP_PCM)pSamples[drcComp->channelIdx[4]]) >>
436 fMultDiv2(ext_levb, (FIXP_PCM)pSamples[drcComp->channelIdx[7]]) >>
441 tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[0]]) >>
444 fMultDiv2(ext_levb, (FIXP_PCM)pSamples[drcComp->channelIdx[7]]) >>
449 fMultDiv2(ext_leva, (FIXP_PCM)pSamples[drcComp->channelIdx[0]]) >>
452 fMultDiv2(ext_levb, (FIXP_PCM)pSamples[drcComp->channelIdx[7]]) >>
465 fMultDiv2(ext_leva, (FIXP_PCM)pSamples[drcComp->channelIdx[5]]) >
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 641 const UINT tag, const UINT channelIdx,
671 &chType[channelIdx], &chIndex[channelIdx], channelConfig, channelIdx);
673 chType[channelIdx + 1] = chType[channelIdx];
674 chIndex[channelIdx + 1] = chIndex[channelIdx] + 1;
753 chMapping[chIdx] = channelIdx;
757 chMapping[chIdx + 1] = channelIdx + 1
    [all...]
  /external/aac/libMpegTPDec/include/
tpdec_lib.h 230 * \param channelIdx The current channel count of the decoder parser.
242 const UINT tag, const UINT channelIdx,

Completed in 302 milliseconds