Lines Matching refs:FDK_ASSERT

576   FDK_ASSERT(level >= 0 && level <= 127);  in CConcealment_fakePnsData()
842 FDK_ASSERT((samplesPerFrame>=480) && (samplesPerFrame<=1024)); in CConcealment_ApplyNoise()
843 FDK_ASSERT((samplesPerFrame&0x1F) == 0); in CConcealment_ApplyNoise()
861 FDK_ASSERT(pConcealmentInfo != NULL); in CConcealment_ApplyNoise()
862 FDK_ASSERT(pConcealmentInfo->cntFadeFrames >= 0); in CConcealment_ApplyNoise()
863 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < CONCEAL_MAX_NUM_FADE_FACTORS); in CConcealment_ApplyNoise()
864 FDK_ASSERT(pConcealmentInfo->cntFadeFrames <= pConcealCommonData->numFadeOutFrames); in CConcealment_ApplyNoise()
888 FDK_ASSERT((lastWindow * windowLen + windowLen) <= samplesPerFrame); in CConcealment_ApplyNoise()
969 FDK_ASSERT(pConcealmentInfo->cntFadeFrames >= 0); in CConcealment_ApplyNoise()
970 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < CONCEAL_MAX_NUM_FADE_FACTORS); in CConcealment_ApplyNoise()
971 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < pConcealCommonData->numFadeInFrames); in CConcealment_ApplyNoise()
988 FDK_ASSERT(0); in CConcealment_ApplyNoise()
1220 FDK_ASSERT(pConcealmentInfo->cntFadeFrames >= 0); in CConcealment_ApplyInter()
1221 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < CONCEAL_MAX_NUM_FADE_FACTORS); in CConcealment_ApplyInter()
1222 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < pConcealCommonData->numFadeOutFrames); in CConcealment_ApplyInter()
1238 FDK_ASSERT(pConcealmentInfo->cntFadeFrames >= 0); in CConcealment_ApplyInter()
1239 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < CONCEAL_MAX_NUM_FADE_FACTORS); in CConcealment_ApplyInter()
1240 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < pConcealCommonData->numFadeInFrames); in CConcealment_ApplyInter()
1623 FDK_ASSERT(0); in CConcealment_UpdateState()