Lines Matching refs:pReal
157 static inline void getSlotNrgHQ(FIXP_DBL *RESTRICT pReal, in getSlotNrgHQ() argument
165 slotNrg[0] = ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
168 slotNrg[1] = ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
171 slotNrg[2] = ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
175 slotNrg[3] = ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
179 nrg = ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
182 slotNrg[4] = nrg + ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
186 nrg = ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
189 nrg += ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
192 slotNrg[5] = nrg + ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
196 nrg = ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
199 slotNrg[6] = nrg + ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
204 slotNrg[6] += ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
207 slotNrg[6] += ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
211 nrg = ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
214 nrg += ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
217 nrg += ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
220 nrg += ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
223 slotNrg[7] = nrg + ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
227 nrg = ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
231 nrg += ((fPow2Div2((*pReal++) << maxValSF) + in getSlotNrgHQ()
242 static inline INT getMaxValDmx(FIXP_DBL *RESTRICT pReal, in getMaxValDmx() argument
249 maxVal |= fAbs(pReal[qs]); in getMaxValDmx()
253 maxVal |= fAbs(pReal[qs]); in getMaxValDmx()
261 static inline INT getMaxValDryWet(FIXP_DBL *RESTRICT pReal, in getMaxValDryWet() argument
272 pReal[qs] = pHybOutputRealDry[qs] + pHybOutputRealWet[qs]; in getMaxValDryWet()
273 maxVal |= fAbs(pReal[qs]); in getMaxValDryWet()
278 pReal[qs] = pHybOutputRealDry[qs] + pHybOutputRealWet[qs]; in getMaxValDryWet()
279 maxVal |= fAbs(pReal[qs]); in getMaxValDryWet()
349 FIXP_DBL *pReal, *pImag; in extractBBEnv() local
387 pReal = pScratchBuffer; in extractBBEnv()
390 pReal, pImag, self->hybOutputRealDry__FDK[ch], in extractBBEnv()
395 pReal = self->hybInputReal__FDK[ch]; in extractBBEnv()
397 clz = getMaxValDmx(pReal, pImag, cplxBands, hybBands); in extractBBEnv()
408 getSlotNrgHQ(&pReal[12], &pImag[12], slotNrg, clz, in extractBBEnv()