• Home
  • Raw
  • Download

Lines Matching refs:FDK_ASSERT

576   FDK_ASSERT(level >= 0 && level <= 127);  in CConcealment_fakePnsData()
841 FDK_ASSERT((samplesPerFrame>=480) && (samplesPerFrame<=1024)); in CConcealment_ApplyNoise()
842 FDK_ASSERT((samplesPerFrame&0x1F) == 0); in CConcealment_ApplyNoise()
860 FDK_ASSERT(pConcealmentInfo != NULL); in CConcealment_ApplyNoise()
861 FDK_ASSERT(pConcealmentInfo->cntFadeFrames >= 0); in CConcealment_ApplyNoise()
862 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < CONCEAL_MAX_NUM_FADE_FACTORS); in CConcealment_ApplyNoise()
863 FDK_ASSERT(pConcealmentInfo->cntFadeFrames <= pConcealCommonData->numFadeOutFrames); in CConcealment_ApplyNoise()
887 FDK_ASSERT((lastWindow * windowLen + windowLen) <= samplesPerFrame); in CConcealment_ApplyNoise()
968 FDK_ASSERT(pConcealmentInfo->cntFadeFrames >= 0); in CConcealment_ApplyNoise()
969 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < CONCEAL_MAX_NUM_FADE_FACTORS); in CConcealment_ApplyNoise()
970 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < pConcealCommonData->numFadeInFrames); in CConcealment_ApplyNoise()
987 FDK_ASSERT(0); in CConcealment_ApplyNoise()
1219 FDK_ASSERT(pConcealmentInfo->cntFadeFrames >= 0); in CConcealment_ApplyInter()
1220 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < CONCEAL_MAX_NUM_FADE_FACTORS); in CConcealment_ApplyInter()
1221 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < pConcealCommonData->numFadeOutFrames); in CConcealment_ApplyInter()
1237 FDK_ASSERT(pConcealmentInfo->cntFadeFrames >= 0); in CConcealment_ApplyInter()
1238 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < CONCEAL_MAX_NUM_FADE_FACTORS); in CConcealment_ApplyInter()
1239 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < pConcealCommonData->numFadeInFrames); in CConcealment_ApplyInter()
1602 FDK_ASSERT(0); in CConcealment_UpdateState()