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()
1057 DOWNMIX_INSTRUCTIONS* pDown = in _skipEqInstructions() local1059 if (pDown == NULL) return DE_NOT_OK; in _skipEqInstructions()1062 pDown->targetChannelCount; /* targetChannelCountFromDownmixId*/ in _skipEqInstructions()1390 DOWNMIX_INSTRUCTIONS* pDown = in _readDrcInstructionsUniDrc() local1392 if (pDown == NULL) return DE_NOT_OK; in _readDrcInstructionsUniDrc()1394 pDown->targetChannelCount; /* targetChannelCountFromDownmixId*/ in _readDrcInstructionsUniDrc()1501 DOWNMIX_INSTRUCTIONS* pDown) { in _readDownmixInstructions() argument1504 pDown->downmixId = FDKreadBits(hBs, 7); in _readDownmixInstructions()1505 pDown->targetChannelCount = FDKreadBits(hBs, 7); in _readDownmixInstructions()1506 pDown->targetLayout = FDKreadBits(hBs, 8); in _readDownmixInstructions()[all …]
826 DOWNMIX_INSTRUCTIONS* pDown = NULL; in _channelLayoutToDownmixIdMapping() local849 pDown = &(hUniDrcConfig->downmixInstructions[i]); in _channelLayoutToDownmixIdMapping()851 if (hSelProcInput->targetLayoutRequested == pDown->targetLayout) { in _channelLayoutToDownmixIdMapping()854 pDown->downmixId; in _channelLayoutToDownmixIdMapping()881 pDown = &(hUniDrcConfig->downmixInstructions[i]); in _channelLayoutToDownmixIdMapping()884 pDown->targetChannelCount) { in _channelLayoutToDownmixIdMapping()887 pDown->downmixId; in _channelLayoutToDownmixIdMapping()2187 DOWNMIX_INSTRUCTIONS* pDown = &(hUniDrcConfig->downmixInstructions[i]); in _selectDownmixMatrix() local2188 if (pDown->targetChannelCount > 8) { in _selectDownmixMatrix()2192 if (hSelProcOutput->activeDownmixId == pDown->downmixId) { in _selectDownmixMatrix()[all …]
144 getDownmixOffset(DOWNMIX_INSTRUCTIONS* pDown, int baseChannelCount);