Home
last modified time | relevance | path

Searched refs:pReal (Results 1 – 4 of 4) sorted by relevance

/external/aac/libSACdec/src/
Dsac_reshapeBBEnv.cpp157 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()
[all …]
/external/aac/libSBRdec/src/
Dsbr_dec.cpp294 FIXP_DBL **pReal = pLowBandReal + ov_len; in sbr_dec() local
316 pReal += noCols; in sbr_dec()
343 qmfAnalysisFiltering(&hSbrDec->qmfDomainInCh->fb, pReal, pImag, in sbr_dec()
379 maxVal = maxSubbandSample(pReal, (flags & SBRDEC_LOW_POWER) ? NULL : pImag, 0, in sbr_dec()
387 rescaleSubbandSamples(pReal, (flags & SBRDEC_LOW_POWER) ? NULL : pImag, 0, in sbr_dec()
449 pReal -= 32; in sbr_dec()
478 hSbrDec->hHBE, pReal, pImag, noCols, pLowBandReal, pLowBandImag, in sbr_dec()
/external/sqlite/dist/orig/
Dsqlite3.c13722 double *pReal; /* Used when p4type is P4_REAL */ member
74329 sqlite3XPrintf(&x, "%.16g", *pOp->p4.pReal);
81019 assert( !sqlite3IsNaN(*pOp->p4.pReal) );
81020 pOut->u.r = *pOp->p4.pReal;
90708 sqlite3_file *pReal = (sqlite3_file*)p;
90712 rc = sqlite3OsOpen(copy.pVfs, copy.zJournal, pReal, copy.flags, 0);
90721 rc = sqlite3OsWrite(pReal, (u8*)pIter->zChunk, nChunk, iOff);
90735 sqlite3OsClose(pReal);
173140 sqlite3_file *pReal; /* Underlying file handle */
175288 sqlite3_file *pDb = p->pTargetFd->pReal;
[all …]
/external/sqlite/dist/
Dsqlite3.c13722 double *pReal; /* Used when p4type is P4_REAL */ member
74345 sqlite3XPrintf(&x, "%.16g", *pOp->p4.pReal);
81035 assert( !sqlite3IsNaN(*pOp->p4.pReal) );
81036 pOut->u.r = *pOp->p4.pReal;
90724 sqlite3_file *pReal = (sqlite3_file*)p;
90728 rc = sqlite3OsOpen(copy.pVfs, copy.zJournal, pReal, copy.flags, 0);
90737 rc = sqlite3OsWrite(pReal, (u8*)pIter->zChunk, nChunk, iOff);
90751 sqlite3OsClose(pReal);
173168 sqlite3_file *pReal; /* Underlying file handle */
175316 sqlite3_file *pDb = p->pTargetFd->pReal;
[all …]