Lines Matching refs:pReal
157 static inline void getSlotNrgHQ(FIXP_DBL *RESTRICT pReal, in getSlotNrgHQ() argument
165 slotNrg[0] = ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
167 slotNrg[1] = ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
169 slotNrg[2] = ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
172 slotNrg[3] = ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
175 nrg = ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
178 nrg + ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
181 nrg = ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
183 nrg += ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
186 nrg + ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
189 nrg = ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
192 nrg + ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
196 slotNrg[6] += ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
198 slotNrg[6] += ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
201 nrg = ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
203 nrg += ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
205 nrg += ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
207 nrg += ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
210 nrg + ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
213 nrg = ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
216 nrg += ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ()
226 static inline void combineDryWet(FIXP_DBL *RESTRICT pReal, in combineDryWet() argument
236 pReal[qs] = (pHybOutputRealDry[qs] >> 1) + (pHybOutputRealWet[qs] >> 1); in combineDryWet()
240 pReal[qs] = (pHybOutputRealDry[qs] >> 1) + (pHybOutputRealWet[qs] >> 1); in combineDryWet()
336 FIXP_DBL *pReal, *pImag; in extractBBEnv() local
374 pReal = pScratchBuffer; in extractBBEnv()
376 combineDryWet(pReal, pImag, self->hybOutputRealDry__FDK[ch], in extractBBEnv()
380 clz = fMin(getScalefactor(&pReal[12], fMax(0, hybBands - 12)), in extractBBEnv()
384 pReal = self->hybInputReal__FDK[ch]; in extractBBEnv()
386 clz = fMin(getScalefactor(&pReal[12], fMax(0, hybBands - 12)), in extractBBEnv()
398 getSlotNrgHQ(&pReal[12], &pImag[12], slotNrg, clz, in extractBBEnv()