Searched refs:totNoEst (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSBRenc/src/ |
D | mh_det.cpp | 788 INT totNoEst, INT newDetectionAllowed, INT *pAddHarmFlag, in detectionWithPrediction() argument 800 if (totNoEst > 1) { in detectionWithPrediction() 818 for (est = start; est < totNoEst; est++) { in detectionWithPrediction() 830 if (est < totNoEst - 1) { in detectionWithPrediction() 856 pPrevAddHarmSfb, signBuffer, pFreqBandTable, start, totNoEst, in detectionWithPrediction() 879 for (est = start; est < totNoEst; est++) { in detectionWithPrediction() 911 const UCHAR *freqBandTable, INT totNoEst, in calculateCompVector() argument 930 for (est = 0; est < totNoEst; est++) { in calculateCompVector() 1029 INT totNoEst = h_sbrMHDet->totNoEst; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() local 1086 transientDetStart, totNoEst, newDetectionAllowed, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() [all …]
|
D | mh_det.h | 165 INT totNoEst; member 194 INT sampleFreq, INT frameSize, INT nSfb, INT qmfNoChannels, INT totNoEst,
|
D | ton_corr.cpp | 145 INT totNoEst = hTonCorr->numberOfEstimates; in FDKsbrEnc_CalculateTonalityQuotas() local 183 (totNoEst - startIndexMatrix) * sizeof(FIXP_DBL)); in FDKsbrEnc_CalculateTonalityQuotas()
|