HomeSort by relevance Sort by last modified time
    Searched defs:noEstPerFrame (Results 1 - 3 of 3) sorted by null

  /external/aac/libSBRenc/src/
ton_corr.cpp 146 INT noEstPerFrame = hTonCorr->numberOfEstimatesPerFrame;
175 FDKmemcpy(quotaMatrix[i], quotaMatrix[i + noEstPerFrame],
177 FDKmemcpy(signMatrix[i], signMatrix[i + noEstPerFrame],
181 FDKmemmove(nrgVector, nrgVector + noEstPerFrame, move * sizeof(FIXP_DBL));
325 /* pNrgVectorFreq[r] finally has to be divided by noEstPerFrame, replaced
    [all...]
mh_det.h 166 INT noEstPerFrame;
195 INT move, INT noEstPerFrame, UINT sbrSyntaxFlags);
mh_det.cpp 319 const UCHAR *freqBandTable, INT nSfb, INT noEstPerFrame, INT move) {
325 for (est = 0; est < noEstPerFrame; est++) {
458 INT noEstPerFrame, INT prevTransientFrame, INT prevTransientPos,
473 if (noEstPerFrame > 1) {
476 *pDetectionStartPos = noEstPerFrame;
478 *pDetectionStartPos = noEstPerFrame >> 1;
482 *pDetectionStartPos = noEstPerFrame;
787 GUIDE_VECTORS *guideVectors, INT noEstPerFrame, INT detectionStart,
    [all...]

Completed in 178 milliseconds