Lines Matching refs:noEstPerFrame
319 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()
1073 pFrameInfo, &transientDetStart, noEstPerFrame, prevTransientFrame, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1080 sfmSbr, freqBandTable, nSfb, noEstPerFrame, move); in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1085 h_sbrMHDet->guideScfb, guideVectors, noEstPerFrame, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1098 FDKmemcpy(tonalityDiff[est], tonalityDiff[est + noEstPerFrame], in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1100 FDKmemcpy(sfmOrig[est], sfmOrig[est + noEstPerFrame], in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1102 FDKmemcpy(sfmSbr[est], sfmSbr[est + noEstPerFrame], in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1173 INT noEstPerFrame, UINT sbrSyntaxFlags) { in FDKsbrEnc_InitSbrMissingHarmonicsDetector() argument
1222 hs->noEstPerFrame = noEstPerFrame; in FDKsbrEnc_InitSbrMissingHarmonicsDetector()