Searched refs:totNoEst (Results 1 - 3 of 3) sorted by relevance

/external/aac/libSBRenc/src/
H A Dmh_det.h140 INT totNoEst; member in struct:__anon245
183 INT totNoEst,
H A Dmh_det.cpp802 INT totNoEst,
816 if(totNoEst > 1){
834 for(est = start; est < totNoEst; est++){
846 if(est < totNoEst-1){
890 totNoEst,
916 for(est=start; est < totNoEst; est++){
952 INT totNoEst,
975 for(est=0;est<totNoEst;est++){
1076 INT totNoEst = h_sbrMHDet->totNoEst; local
790 detectionWithPrediction(FIXP_DBL **quotaBuffer, FIXP_DBL **pDiffVecScfb, INT ** signBuffer, INT nSfb, const UCHAR* pFreqBandTable, FIXP_DBL **sfmOrig, FIXP_DBL **sfmSbr, UCHAR **detectionVectors, UCHAR *pPrevAddHarmSfb, GUIDE_VECTORS *guideVectors, INT noEstPerFrame, INT detectionStart, INT totNoEst, INT newDetectionAllowed, INT *pAddHarmFlag, UCHAR *pAddHarmSfb, FIXP_DBL *pNrgVector, const DETECTOR_PARAMETERS_MH *mhParams) argument
946 calculateCompVector(UCHAR *pAddHarmSfb, FIXP_DBL **pTonalityMatrix, INT ** pSignMatrix, UCHAR *pEnvComp, INT nSfb, const UCHAR *freqBandTable, INT totNoEst, INT maxComp, UCHAR *pPrevEnvComp, INT newDetectionAllowed) argument
1230 FDKsbrEnc_InitSbrMissingHarmonicsDetector( HANDLE_SBR_MISSING_HARMONICS_DETECTOR hSbrMHDet, INT sampleFreq, INT frameSize, INT nSfb, INT qmfNoChannels, INT totNoEst, INT move, INT noEstPerFrame, UINT sbrSyntaxFlags ) argument
[all...]
H A Dton_corr.cpp129 INT totNoEst = hTonCorr->numberOfEstimates; local
168 FDKmemclear(nrgVector+startIndexMatrix,(totNoEst-startIndexMatrix)*sizeof(FIXP_DBL));

Completed in 130 milliseconds