Lines Matching refs:pDrcInstructionUniDrc
921 int nRequestedDownmixId, DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, in _preSelectionRequirement123() argument
926 for (i = 0; i < pDrcInstructionUniDrc->downmixIdCount; i++) { in _preSelectionRequirement123()
927 if ((pDrcInstructionUniDrc->downmixId[i] == nRequestedDownmixId) || in _preSelectionRequirement123()
928 (pDrcInstructionUniDrc->downmixId[i] == DOWNMIX_ID_ANY_DOWNMIX) || in _preSelectionRequirement123()
929 ((pDrcInstructionUniDrc->downmixId[i] == DOWNMIX_ID_BASE_LAYOUT) && in _preSelectionRequirement123()
930 (pDrcInstructionUniDrc->drcSetId > 0))) { in _preSelectionRequirement123()
961 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, in _preSelectionRequirement5() argument
973 for (i = 0; i < pDrcInstructionUniDrc->nDrcChannelGroups; i++) { in _preSelectionRequirement5()
974 int indexDrcCoeff = pDrcInstructionUniDrc->gainSetIndexForChannelGroup[i]; in _preSelectionRequirement5()
996 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, int* pMatchFound) { in _preSelectionRequirement6() argument
999 if (((pDrcInstructionUniDrc->dependsOnDrcSetPresent == 0) && in _preSelectionRequirement6()
1000 (pDrcInstructionUniDrc->noIndependentUse == 0)) || in _preSelectionRequirement6()
1001 (pDrcInstructionUniDrc->dependsOnDrcSetPresent == 1)) { in _preSelectionRequirement6()
1010 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, int* pMatchFound) { in _preSelectionRequirement7() argument
1013 if (pDrcInstructionUniDrc->requiresEq) { in _preSelectionRequirement7()
1062 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, FIXP_DBL targetLoudness) { in _targetLoudnessInRange() argument
1066 ((FIXP_DBL)pDrcInstructionUniDrc->drcSetTargetLoudnessValueUpper) in _targetLoudnessInRange()
1069 ((FIXP_DBL)pDrcInstructionUniDrc->drcSetTargetLoudnessValueLower) in _targetLoudnessInRange()
1072 if (pDrcInstructionUniDrc->drcSetTargetLoudnessPresent && in _targetLoudnessInRange()
1087 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, in _preSelectionRequirement8() argument
1107 pDrcInstructionUniDrc->drcSetId, in _preSelectionRequirement8()
1117 hSelProcInput, hUniDrcConfig, hLoudnessInfoSet, pDrcInstructionUniDrc, in _preSelectionRequirement8()
1126 if (pDrcInstructionUniDrc->drcSetTargetLoudnessPresent && in _preSelectionRequirement8()
1128 _targetLoudnessInRange(pDrcInstructionUniDrc, in _preSelectionRequirement8()
1140 pData->pInst = pDrcInstructionUniDrc; in _preSelectionRequirement8()
1154 (!pDrcInstructionUniDrc->drcSetTargetLoudnessPresent) || in _preSelectionRequirement8()
1156 _targetLoudnessInRange(pDrcInstructionUniDrc, in _preSelectionRequirement8()
1175 pData->pInst = pDrcInstructionUniDrc; in _preSelectionRequirement8()
1179 if (pDrcInstructionUniDrc->drcSetId < 0) { in _preSelectionRequirement8()
1190 pData->pInst = pDrcInstructionUniDrc; in _preSelectionRequirement8()
1222 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, in _drcSetPreSelectionSingleInstruction() argument
1231 hSelProcInput->downmixIdRequested[downmixIdIndex], pDrcInstructionUniDrc, in _drcSetPreSelectionSingleInstruction()
1235 retVal = _preSelectionRequirement4(pDrcInstructionUniDrc, in _drcSetPreSelectionSingleInstruction()
1241 _preSelectionRequirement5(pDrcInstructionUniDrc, pCoef, &matchFound); in _drcSetPreSelectionSingleInstruction()
1244 retVal = _preSelectionRequirement6(pDrcInstructionUniDrc, &matchFound); in _drcSetPreSelectionSingleInstruction()
1247 retVal = _preSelectionRequirement7(pDrcInstructionUniDrc, &matchFound); in _drcSetPreSelectionSingleInstruction()
1252 pDrcInstructionUniDrc, pCandidatesPotential, pCandidatesSelected, in _drcSetPreSelectionSingleInstruction()
1266 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc = NULL; in _drcSetSelectionAddCandidates() local
1272 pDrcInstructionUniDrc = pCandidate->pInst; in _drcSetSelectionAddCandidates()
1274 if (_targetLoudnessInRange(pDrcInstructionUniDrc, in _drcSetSelectionAddCandidates()
1285 pDrcInstructionUniDrc = pCandidate->pInst; in _drcSetSelectionAddCandidates()
1287 if (_targetLoudnessInRange(pDrcInstructionUniDrc, in _drcSetSelectionAddCandidates()
1801 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc = NULL; in _drcSetFinalSelection_targetLoudness() local
1809 pDrcInstructionUniDrc = pCandidate->pInst; in _drcSetFinalSelection_targetLoudness()
1811 if (_targetLoudnessInRange(pDrcInstructionUniDrc, targetLoudness)) { in _drcSetFinalSelection_targetLoudness()