Lines Matching refs:noEstPerFrame
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()
800 INT noEstPerFrame, in detectionWithPrediction() argument
1075 INT noEstPerFrame = h_sbrMHDet->noEstPerFrame; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() local
1091 FDK_ASSERT(noEstPerFrame<=(MAX_NO_OF_ESTIMATES>>1)); in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1118 noEstPerFrame, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1136 noEstPerFrame, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1150 noEstPerFrame, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1173 … FDKmemcpy(tonalityDiff[est], tonalityDiff[est + noEstPerFrame], sizeof(FIXP_DBL)*MAX_FREQ_COEFFS); in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1174 FDKmemcpy(sfmOrig[est], sfmOrig[est + noEstPerFrame], sizeof(FIXP_DBL)*MAX_FREQ_COEFFS); in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1175 FDKmemcpy(sfmSbr[est], sfmSbr[est + noEstPerFrame], sizeof(FIXP_DBL)*MAX_FREQ_COEFFS); in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1238 INT noEstPerFrame, in FDKsbrEnc_InitSbrMissingHarmonicsDetector() argument
1292 hs->noEstPerFrame = noEstPerFrame; in FDKsbrEnc_InitSbrMissingHarmonicsDetector()