Home
last modified time | relevance | path

Searched refs:numberOfEstimates (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
Dton_corr.cpp129 INT totNoEst = hTonCorr->numberOfEstimates; in FDKsbrEnc_CalculateTonalityQuotas()
692 hTonCorr->numberOfEstimates = NO_OF_ESTIMATES_LD; in FDKsbrEnc_InitTonCorrParamExtr()
700 hTonCorr->numberOfEstimates = NO_OF_ESTIMATES_LD; in FDKsbrEnc_InitTonCorrParamExtr()
711 hTonCorr->numberOfEstimates = NO_OF_ESTIMATES_LC; in FDKsbrEnc_InitTonCorrParamExtr()
719 hTonCorr->numberOfEstimates = NO_OF_ESTIMATES_LC; in FDKsbrEnc_InitTonCorrParamExtr()
732 …hTonCorr->move = hTonCorr->numberOfEstimates - hTonCorr->numberOfEstimatesPer… in FDKsbrEnc_InitTonCorrParamExtr()
733 …hTonCorr->startIndexMatrix = hTonCorr->numberOfEstimates - hTonCorr->numberOfEstimatesPer… in FDKsbrEnc_InitTonCorrParamExtr()
740 for (i=0; i<hTonCorr->numberOfEstimates; i++) { in FDKsbrEnc_InitTonCorrParamExtr()
783 hTonCorr->numberOfEstimates, in FDKsbrEnc_InitTonCorrParamExtr()
Dton_corr.h120 …INT numberOfEstimates; /*!< The total number of estiamtes, available in the quotaMatrix.*/ member