Lines Matching refs:FDK_ASSERT
810 FDK_ASSERT(pConcealmentInfo != NULL); in CConcealment_ApplyNoise()
811 FDK_ASSERT((samplesPerFrame >= 120) && (samplesPerFrame <= 1024)); in CConcealment_ApplyNoise()
856 FDK_ASSERT(0); in CConcealment_ApplyNoise()
1062 FDK_ASSERT(pConcealmentInfo->cntFadeFrames >= 0); in CConcealment_ApplyInter()
1063 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < in CConcealment_ApplyInter()
1065 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < in CConcealment_ApplyInter()
1075 FDK_ASSERT(pConcealmentInfo->cntFadeFrames >= 0); in CConcealment_ApplyInter()
1076 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < in CConcealment_ApplyInter()
1078 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < in CConcealment_ApplyInter()
1484 FDK_ASSERT(0); in CConcealment_UpdateState()
1734 FDK_ASSERT((srcGrpStart * windowLen + windowLen) <= samplesPerFrame); in CConcealment_ApplyFadeOut()
1735 FDK_ASSERT((srcWin * windowLen + windowLen) <= 1024); in CConcealment_ApplyFadeOut()
1783 FDK_ASSERT((pConcealmentInfo->winGrpOffset[mode] >= 0) && in CConcealment_ApplyFadeOut()
1786 FDK_ASSERT((pConcealmentInfo->attGrpOffset[mode] >= 0) && in CConcealment_ApplyFadeOut()
1906 FDK_ASSERT(0); in CConcealment_TDFading()