• Home
  • Raw
  • Download

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()
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()
1138 noEstPerFrame, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1156 noEstPerFrame, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1170 noEstPerFrame, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1193 … FDKmemcpy(tonalityDiff[est], tonalityDiff[est + noEstPerFrame], sizeof(FIXP_DBL)*MAX_FREQ_COEFFS); in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1194 FDKmemcpy(sfmOrig[est], sfmOrig[est + noEstPerFrame], sizeof(FIXP_DBL)*MAX_FREQ_COEFFS); in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1195 FDKmemcpy(sfmSbr[est], sfmSbr[est + noEstPerFrame], sizeof(FIXP_DBL)*MAX_FREQ_COEFFS); in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1258 INT noEstPerFrame, in FDKsbrEnc_InitSbrMissingHarmonicsDetector() argument
1312 hs->noEstPerFrame = noEstPerFrame; in FDKsbrEnc_InitSbrMissingHarmonicsDetector()