Searched refs:drcComp (Results 1 – 2 of 2) sorted by relevance
393 static void findPeakLevels(HDRC_COMP drcComp, const INT_PCM* const inSamples, in findPeakLevels() argument404 for (i = 0; i < drcComp->blockLength; i++) { in findPeakLevels()405 const INT_PCM* pSamples = &inSamples[i * drcComp->channels]; in findPeakLevels()408 for (c = 0; c < (int)drcComp->channels; c++) { in findPeakLevels()415 if (drcComp->fullChannels > 5) { in findPeakLevels()416 for (i = 0; i < drcComp->blockLength; i++) { in findPeakLevels()417 const INT_PCM* pSamples = &inSamples[i * drcComp->channels]; in findPeakLevels()421 switch (drcComp->chanConfig) { in findPeakLevels()424 fMultDiv2(ext_leva, (FIXP_PCM)pSamples[drcComp->channelIdx[4]]) >> in findPeakLevels()427 fMultDiv2(ext_levb, (FIXP_PCM)pSamples[drcComp->channelIdx[6]]) >> in findPeakLevels()[all …]
178 INT FDK_DRC_Generator_Initialize(HDRC_COMP drcComp,213 INT FDK_DRC_Generator_Calc(HDRC_COMP drcComp, const INT_PCM *const inSamples,233 INT FDK_DRC_Generator_setDrcProfile(HDRC_COMP drcComp,244 DRC_PROFILE FDK_DRC_Generator_getDrcProfile(const HDRC_COMP drcComp);253 DRC_PROFILE FDK_DRC_Generator_getCompProfile(const HDRC_COMP drcComp);