Searched refs:noEstPerFrame (Results 1 – 4 of 4) sorted by relevance
/external/aac/libSBRenc/src/ |
D | mh_det.cpp | 303 INT noEstPerFrame, in calculateDetectorInput() argument 311 for (est=0; est < noEstPerFrame; est++) { in calculateDetectorInput() 452 INT noEstPerFrame, in isDetectionOfNewToneAllowed() argument 473 if(noEstPerFrame > 1){ in isDetectionOfNewToneAllowed() 475 *pDetectionStartPos = noEstPerFrame; in isDetectionOfNewToneAllowed() 478 *pDetectionStartPos = noEstPerFrame >> 1; in isDetectionOfNewToneAllowed() 483 *pDetectionStartPos = noEstPerFrame; in isDetectionOfNewToneAllowed() 817 INT noEstPerFrame, in detectionWithPrediction() argument 1095 INT noEstPerFrame = h_sbrMHDet->noEstPerFrame; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() local 1111 FDK_ASSERT(noEstPerFrame<=(MAX_NO_OF_ESTIMATES>>1)); in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() [all …]
|
D | mh_det.h | 141 INT noEstPerFrame; member 185 INT noEstPerFrame,
|
D | ton_corr.cpp | 130 INT noEstPerFrame = hTonCorr->numberOfEstimatesPerFrame; in FDKsbrEnc_CalculateTonalityQuotas() local 163 FDKmemcpy(quotaMatrix[i],quotaMatrix[i + noEstPerFrame],noQmfChannels * sizeof(FIXP_DBL)); in FDKsbrEnc_CalculateTonalityQuotas() 164 FDKmemcpy(signMatrix[i],signMatrix[i + noEstPerFrame],noQmfChannels * sizeof(INT)); in FDKsbrEnc_CalculateTonalityQuotas() 167 FDKmemmove(nrgVector,nrgVector+noEstPerFrame,move*sizeof(FIXP_DBL)); in FDKsbrEnc_CalculateTonalityQuotas()
|
D | env_est.cpp | 129 const INT noEstPerFrame, in FDKsbrEnc_GetTonality() argument 205 for (k=0; k<noEstPerFrame; k++) { in FDKsbrEnc_GetTonality()
|