Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dton_corr.cpp146 INT noEstPerFrame = hTonCorr->numberOfEstimatesPerFrame; in FDKsbrEnc_CalculateTonalityQuotas()
423 hTonCorr->numberOfEstimatesPerFrame + hTonCorr->frameStartIndexInvfEst, in FDKsbrEnc_TonCorrParamExtr()
449 hTonCorr->frameStartIndex, hTonCorr->numberOfEstimatesPerFrame, in FDKsbrEnc_TonCorrParamExtr()
726 hTonCorr->numberOfEstimatesPerFrame = 2; /* sbrCfg->noQmfSlots / 7 */ in FDKsbrEnc_InitTonCorrParamExtr()
734 hTonCorr->numberOfEstimatesPerFrame = 2; /* sbrCfg->noQmfSlots / 8 */ in FDKsbrEnc_InitTonCorrParamExtr()
745 hTonCorr->numberOfEstimatesPerFrame = sbrCfg->noQmfSlots / 16; in FDKsbrEnc_InitTonCorrParamExtr()
753 hTonCorr->numberOfEstimatesPerFrame = sbrCfg->noQmfSlots / 15; in FDKsbrEnc_InitTonCorrParamExtr()
767 hTonCorr->numberOfEstimatesPerFrame; /* Number of estimates in FDKsbrEnc_InitTonCorrParamExtr()
775 hTonCorr->numberOfEstimatesPerFrame; /* Where to store the latest in FDKsbrEnc_InitTonCorrParamExtr()
812 hTonCorr->numberOfEstimatesPerFrame, sbrCfg->sbrSyntaxFlags)) in FDKsbrEnc_InitTonCorrParamExtr()
Dnf_est.cpp343 UINT numberOfEstimatesPerFrame, /*!< The number of tonality estimates per in FDKsbrEnc_sbrNoiseFloorEstimateQmf() argument
361 stopPos[0] = startIndex + min(numberOfEstimatesPerFrame, 2); in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
365 stopPos[1] = startIndex + min(numberOfEstimatesPerFrame, 2); in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
Dnf_est.h152 UINT numberOfEstimatesPerFrame, /*!< The number of tonality estimates per
Dton_corr.h141 UINT numberOfEstimatesPerFrame; /*!< The number of estimates per frame member
Denv_est.cpp1063 hEnvChan->TonCorr.numberOfEstimatesPerFrame, in FDKsbrEnc_extractSbrEnvelope1()