Searched refs:windowLen (Results 1 – 2 of 2) sorted by relevance
857 int windowLen = samplesPerFrame; in CConcealment_ApplyNoise() local878 windowLen = samplesPerFrame >> 3; in CConcealment_ApplyNoise()884 FIXP_CNCL *pCncl = pConcealmentInfo->spectralCoefficient + (lastWindow * windowLen); in CConcealment_ApplyNoise()885 FIXP_DBL *pOut = pSpectralCoefficient + (win * windowLen); in CConcealment_ApplyNoise()888 FDK_ASSERT((lastWindow * windowLen + windowLen) <= samplesPerFrame); in CConcealment_ApplyNoise()891 for (i = 0; i < windowLen; i++) { in CConcealment_ApplyNoise()898 windowLen ); in CConcealment_ApplyNoise()
105 INT windowLen,329 …ndowEnergy(BLOCK_SWITCHING_CONTROL *RESTRICT blockSwitchingControl, INT windowLen, const INT_PCM *… in FDKaacEnc_CalcWindowEnergy() argument346 for(i=0;i<windowLen;i++) in FDKaacEnc_CalcWindowEnergy()