HomeSort by relevance Sort by last modified time
    Searched refs:pReal (Results 1 - 4 of 4) sorted by null

  /external/aac/libSACdec/src/
sac_reshapeBBEnv.cpp 157 static inline void getSlotNrgHQ(FIXP_DBL *RESTRICT pReal,
165 slotNrg[0] = ((fPow2Div2((*pReal++) << maxValSF) +
168 slotNrg[1] = ((fPow2Div2((*pReal++) << maxValSF) +
171 slotNrg[2] = ((fPow2Div2((*pReal++) << maxValSF) +
175 slotNrg[3] = ((fPow2Div2((*pReal++) << maxValSF) +
179 nrg = ((fPow2Div2((*pReal++) << maxValSF) +
182 slotNrg[4] = nrg + ((fPow2Div2((*pReal++) << maxValSF) +
186 nrg = ((fPow2Div2((*pReal++) << maxValSF) +
189 nrg += ((fPow2Div2((*pReal++) << maxValSF) +
192 slotNrg[5] = nrg + ((fPow2Div2((*pReal++) << maxValSF)
    [all...]
  /external/aac/libSBRdec/src/
sbr_dec.cpp 293 /* set pReal to where QMF analysis writes in case of legacy SBR */
294 FIXP_DBL **pReal = pLowBandReal + ov_len;
315 /* set pReal to where QMF analysis writes in case of HBE */
316 pReal += noCols;
343 qmfAnalysisFiltering(&hSbrDec->qmfDomainInCh->fb, pReal, pImag,
379 maxVal = maxSubbandSample(pReal, (flags & SBRDEC_LOW_POWER) ? NULL : pImag, 0,
387 rescaleSubbandSamples(pReal, (flags & SBRDEC_LOW_POWER) ? NULL : pImag, 0,
449 pReal -= 32;
478 hSbrDec->hHBE, pReal, pImag, noCols, pLowBandReal, pLowBandImag,
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 417 milliseconds