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

  /external/aac/libSBRenc/src/
nf_est.h 122 int numberOfEstimatesPerFrame, /*!< The number of tonality estimates per frame. */
ton_corr.cpp 130 INT noEstPerFrame = hTonCorr->numberOfEstimatesPerFrame;
389 hTonCorr->numberOfEstimatesPerFrame + hTonCorr->frameStartIndexInvfEst,
430 hTonCorr->numberOfEstimatesPerFrame,
693 hTonCorr->numberOfEstimatesPerFrame = sbrCfg->noQmfSlots / 7;
701 hTonCorr->numberOfEstimatesPerFrame = sbrCfg->noQmfSlots / 8;
712 hTonCorr->numberOfEstimatesPerFrame = sbrCfg->noQmfSlots / 16;
720 hTonCorr->numberOfEstimatesPerFrame = sbrCfg->noQmfSlots / 15;
732 hTonCorr->move = hTonCorr->numberOfEstimates - hTonCorr->numberOfEstimatesPerFrame; /* Number of estimates to move when buffering.*/
733 hTonCorr->startIndexMatrix = hTonCorr->numberOfEstimates - hTonCorr->numberOfEstimatesPerFrame; /* Where to store the latest estimations in the tonality Matrix.*/
785 hTonCorr->numberOfEstimatesPerFrame,
    [all...]
ton_corr.h 121 INT numberOfEstimatesPerFrame; /*!< The number of estimates per frame available in the quotaMatrix.*/
nf_est.cpp 300 int numberOfEstimatesPerFrame, /*!< The number of tonality estimates per frame. */
318 stopPos[0] = startIndex + min(numberOfEstimatesPerFrame,2);

Completed in 95 milliseconds