• Home
  • Raw
  • Download

Lines Matching refs:pDown

814   DOWNMIX_INSTRUCTIONS* pDown = NULL;  in _channelLayoutToDownmixIdMapping()  local
837 pDown = &(hUniDrcConfig->downmixInstructions[i]); in _channelLayoutToDownmixIdMapping()
839 if (hSelProcInput->targetLayoutRequested == pDown->targetLayout) { in _channelLayoutToDownmixIdMapping()
842 pDown->downmixId; in _channelLayoutToDownmixIdMapping()
869 pDown = &(hUniDrcConfig->downmixInstructions[i]); in _channelLayoutToDownmixIdMapping()
872 pDown->targetChannelCount) { in _channelLayoutToDownmixIdMapping()
875 pDown->downmixId; in _channelLayoutToDownmixIdMapping()
2159 DOWNMIX_INSTRUCTIONS* pDown = &(hUniDrcConfig->downmixInstructions[i]); in _selectDownmixMatrix() local
2161 if (hSelProcOutput->activeDownmixId == pDown->downmixId) { in _selectDownmixMatrix()
2162 hSelProcOutput->targetChannelCount = pDown->targetChannelCount; in _selectDownmixMatrix()
2163 hSelProcOutput->targetLayout = pDown->targetLayout; in _selectDownmixMatrix()
2165 if (pDown->downmixCoefficientsPresent) { in _selectDownmixMatrix()
2168 pDown, hSelProcOutput->baseChannelCount); /* e = 1 */ in _selectDownmixMatrix()
2175 pDown->downmixCoefficient[j + k * hSelProcOutput in _selectDownmixMatrix()
2884 DOWNMIX_INSTRUCTIONS* pDown = in _getSignalPeakLevel() local
2887 pDown, hUniDrcConfig->channelLayout.baseChannelCount); /* e = 1 */ in _getSignalPeakLevel()
2890 for (i = 0; i < pDown->targetChannelCount; i++) { in _getSignalPeakLevel()
2893 coeff = pDown->downmixCoefficient[j + i * hUniDrcConfig->channelLayout in _getSignalPeakLevel()