Searched refs:pDown (Results 1 – 4 of 4) sorted by relevance
352 FIXP_DBL getDownmixOffset(DOWNMIX_INSTRUCTIONS* pDown, int baseChannelCount) { in getDownmixOffset() argument354 if ((pDown->bsDownmixOffset == 1) || (pDown->bsDownmixOffset == 2)) { in getDownmixOffset()357 if (baseChannelCount <= pDown->targetChannelCount) return downmixOffset; in getDownmixOffset()359 q = fDivNorm((FIXP_DBL)pDown->targetChannelCount, in getDownmixOffset()362 if (pDown->bsDownmixOffset == 2) { in getDownmixOffset()
1049 DOWNMIX_INSTRUCTIONS* pDown = in _skipEqInstructions() local1051 if (pDown == NULL) return DE_NOT_OK; in _skipEqInstructions()1054 pDown->targetChannelCount; /* targetChannelCountFromDownmixId*/ in _skipEqInstructions()1382 DOWNMIX_INSTRUCTIONS* pDown = in _readDrcInstructionsUniDrc() local1384 if (pDown == NULL) return DE_NOT_OK; in _readDrcInstructionsUniDrc()1386 pDown->targetChannelCount; /* targetChannelCountFromDownmixId*/ in _readDrcInstructionsUniDrc()1493 DOWNMIX_INSTRUCTIONS* pDown) { in _readDownmixInstructions() argument1496 pDown->downmixId = FDKreadBits(hBs, 7); in _readDownmixInstructions()1497 pDown->targetChannelCount = FDKreadBits(hBs, 7); in _readDownmixInstructions()1498 pDown->targetLayout = FDKreadBits(hBs, 8); in _readDownmixInstructions()[all …]
814 DOWNMIX_INSTRUCTIONS* pDown = NULL; in _channelLayoutToDownmixIdMapping() local837 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() local2161 if (hSelProcOutput->activeDownmixId == pDown->downmixId) { in _selectDownmixMatrix()2162 hSelProcOutput->targetChannelCount = pDown->targetChannelCount; in _selectDownmixMatrix()[all …]
144 getDownmixOffset(DOWNMIX_INSTRUCTIONS* pDown, int baseChannelCount);