Home | History | Annotate | Download | only in src

Lines Matching full:effects

1675   int effects = 0;
1685 effects = pInst->drcSetEffect;
1686 effects &= 0xffff ^ (EB_GENERAL_COMPR);
1687 numEffects = _crossSum(effects);
1694 /* add all with minimum number of effects */
1701 effects = pInst->drcSetEffect;
1702 effects &= 0xffff ^ (EB_GENERAL_COMPR);
1703 numEffects = _crossSum(effects);