Lines Matching refs:profileIdx
1177 int profileIdx, i; in FDK_DRC_Generator_setDrcProfile() local
1188 profileIdx = 0; in FDK_DRC_Generator_setDrcProfile()
1191 profileIdx = 1; in FDK_DRC_Generator_setDrcProfile()
1194 profileIdx = 2; in FDK_DRC_Generator_setDrcProfile()
1197 profileIdx = 3; in FDK_DRC_Generator_setDrcProfile()
1200 profileIdx = 4; in FDK_DRC_Generator_setDrcProfile()
1203 profileIdx = 5; in FDK_DRC_Generator_setDrcProfile()
1210 if (profileIdx >= 0) { in FDK_DRC_Generator_setDrcProfile()
1211 drcComp->maxBoostThr[i] = tabMaxBoostThr[profileIdx]; in FDK_DRC_Generator_setDrcProfile()
1212 drcComp->boostThr[i] = tabBoostThr[profileIdx]; in FDK_DRC_Generator_setDrcProfile()
1213 drcComp->earlyCutThr[i] = tabEarlyCutThr[profileIdx]; in FDK_DRC_Generator_setDrcProfile()
1214 drcComp->cutThr[i] = tabCutThr[profileIdx]; in FDK_DRC_Generator_setDrcProfile()
1215 drcComp->maxCutThr[i] = tabMaxCutThr[profileIdx]; in FDK_DRC_Generator_setDrcProfile()
1217 drcComp->boostFac[i] = tabBoostRatio[profileIdx]; in FDK_DRC_Generator_setDrcProfile()
1218 drcComp->earlyCutFac[i] = tabEarlyCutRatio[profileIdx]; in FDK_DRC_Generator_setDrcProfile()
1219 drcComp->cutFac[i] = tabCutRatio[profileIdx]; in FDK_DRC_Generator_setDrcProfile()
1221 drcComp->maxBoost[i] = tabMaxBoost[profileIdx]; in FDK_DRC_Generator_setDrcProfile()
1222 drcComp->maxCut[i] = tabMaxCut[profileIdx]; in FDK_DRC_Generator_setDrcProfile()
1229 tabFastAttack[profileIdx], drcComp->sampleRate, drcComp->blockLength); in FDK_DRC_Generator_setDrcProfile()
1231 tabFastDecay[profileIdx], drcComp->sampleRate, drcComp->blockLength); in FDK_DRC_Generator_setDrcProfile()
1233 tabSlowAttack[profileIdx], drcComp->sampleRate, drcComp->blockLength); in FDK_DRC_Generator_setDrcProfile()
1235 tabSlowDecay[profileIdx], drcComp->sampleRate, drcComp->blockLength); in FDK_DRC_Generator_setDrcProfile()
1236 drcComp->holdOff[i] = tabHoldOff[profileIdx] * 256 / drcComp->blockLength; in FDK_DRC_Generator_setDrcProfile()
1238 drcComp->attackThr[i] = tabAttackThr[profileIdx]; in FDK_DRC_Generator_setDrcProfile()
1239 drcComp->decayThr[i] = tabDecayThr[profileIdx]; in FDK_DRC_Generator_setDrcProfile()