Searched refs:indexDrcCoeff (Results 1 – 1 of 1) sorted by relevance
974 int indexDrcCoeff = pDrcInstructionUniDrc->gainSetIndexForChannelGroup[i]; in _preSelectionRequirement5() local977 if (indexDrcCoeff > pCoef->gainSetCount - 1) /* check for parametricDRC */ in _preSelectionRequirement5()983 GAIN_SET* gainSet = &(pCoef->gainSet[indexDrcCoeff]); in _preSelectionRequirement5()1556 int indexDrcCoeff = pInst->gainSetIndexForChannelGroup[j]; in _selectSingleDrcCharacteristic() local1558 if (indexDrcCoeff > pCoef->gainSetCount - 1) /* check for parametricDRC */ in _selectSingleDrcCharacteristic()1563 pGainSet = &(pCoef->gainSet[indexDrcCoeff]); in _selectSingleDrcCharacteristic()