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

  /external/aac/libSBRenc/src/
nf_est.h 122 UINT 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 = 2; /* sbrCfg->noQmfSlots / 7 */
701 hTonCorr->numberOfEstimatesPerFrame = 2; /* 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 UINT numberOfEstimatesPerFrame; /*!< The number of estimates per frame available in the quotaMatrix.*/
nf_est.cpp 301 UINT numberOfEstimatesPerFrame, /*!< The number of tonality estimates per frame. */
319 stopPos[0] = startIndex + min(numberOfEstimatesPerFrame,2);
env_est.cpp     [all...]

Completed in 3285 milliseconds