Home
last modified time | relevance | path

Searched refs:noEstPerFrame (Results 1 – 4 of 4) sorted by relevance

/external/aac/libSBRenc/src/
Dmh_det.cpp319 const UCHAR *freqBandTable, INT nSfb, INT noEstPerFrame, INT move) { in calculateDetectorInput() argument
325 for (est = 0; est < noEstPerFrame; est++) { in calculateDetectorInput()
458 INT noEstPerFrame, INT prevTransientFrame, INT prevTransientPos, in isDetectionOfNewToneAllowed() argument
473 if (noEstPerFrame > 1) { in isDetectionOfNewToneAllowed()
476 *pDetectionStartPos = noEstPerFrame; in isDetectionOfNewToneAllowed()
478 *pDetectionStartPos = noEstPerFrame >> 1; in isDetectionOfNewToneAllowed()
482 *pDetectionStartPos = noEstPerFrame; in isDetectionOfNewToneAllowed()
787 GUIDE_VECTORS *guideVectors, INT noEstPerFrame, INT detectionStart, in detectionWithPrediction() argument
1028 INT noEstPerFrame = h_sbrMHDet->noEstPerFrame; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() local
1044 FDK_ASSERT(noEstPerFrame <= (MAX_NO_OF_ESTIMATES >> 1)); in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
[all …]
Dmh_det.h166 INT noEstPerFrame; member
195 INT move, INT noEstPerFrame, UINT sbrSyntaxFlags);
Dton_corr.cpp146 INT noEstPerFrame = hTonCorr->numberOfEstimatesPerFrame; in FDKsbrEnc_CalculateTonalityQuotas() local
175 FDKmemcpy(quotaMatrix[i], quotaMatrix[i + noEstPerFrame], in FDKsbrEnc_CalculateTonalityQuotas()
177 FDKmemcpy(signMatrix[i], signMatrix[i + noEstPerFrame], in FDKsbrEnc_CalculateTonalityQuotas()
181 FDKmemmove(nrgVector, nrgVector + noEstPerFrame, move * sizeof(FIXP_DBL)); in FDKsbrEnc_CalculateTonalityQuotas()
Denv_est.cpp145 const INT noEstPerFrame, in FDKsbrEnc_GetTonality() argument
222 for (k = 0; k < noEstPerFrame; k++) { in FDKsbrEnc_GetTonality()