Home
last modified time | relevance | path

Searched refs:numberOfEstimatesPerFrame (Results 1 – 5 of 5) sorted by relevance

/external/aac/libSBRenc/src/
Dton_corr.cpp130 INT noEstPerFrame = hTonCorr->numberOfEstimatesPerFrame; in FDKsbrEnc_CalculateTonalityQuotas()
389 … hTonCorr->numberOfEstimatesPerFrame + hTonCorr->frameStartIndexInvfEst, in FDKsbrEnc_TonCorrParamExtr()
430 hTonCorr->numberOfEstimatesPerFrame, in FDKsbrEnc_TonCorrParamExtr()
693 hTonCorr->numberOfEstimatesPerFrame = 2; /* sbrCfg->noQmfSlots / 7 */ in FDKsbrEnc_InitTonCorrParamExtr()
701 hTonCorr->numberOfEstimatesPerFrame = 2; /* sbrCfg->noQmfSlots / 8 */ in FDKsbrEnc_InitTonCorrParamExtr()
712 hTonCorr->numberOfEstimatesPerFrame = sbrCfg->noQmfSlots / 16; in FDKsbrEnc_InitTonCorrParamExtr()
720 hTonCorr->numberOfEstimatesPerFrame = sbrCfg->noQmfSlots / 15; in FDKsbrEnc_InitTonCorrParamExtr()
732 … = hTonCorr->numberOfEstimates - hTonCorr->numberOfEstimatesPerFrame; /* N… in FDKsbrEnc_InitTonCorrParamExtr()
733 …tIndexMatrix = hTonCorr->numberOfEstimates - hTonCorr->numberOfEstimatesPerFrame; /* W… in FDKsbrEnc_InitTonCorrParamExtr()
785 hTonCorr->numberOfEstimatesPerFrame, in FDKsbrEnc_InitTonCorrParamExtr()
Dnf_est.h122 … UINT numberOfEstimatesPerFrame, /*!< The number of tonality estimates per frame. */
Dton_corr.h121 …UINT numberOfEstimatesPerFrame; /*!< The number of estimates per frame available in the quotaMatri… member
Dnf_est.cpp301 … UINT numberOfEstimatesPerFrame, /*!< The number of tonality estimates per frame. */ in FDKsbrEnc_sbrNoiseFloorEstimateQmf() argument
319 stopPos[0] = startIndex + min(numberOfEstimatesPerFrame,2); in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
Denv_est.cpp1033 hEnvChan->TonCorr.numberOfEstimatesPerFrame, in FDKsbrEnc_extractSbrEnvelope1()