Searched refs:numFadeInFrames (Results 1 – 4 of 4) sorted by relevance
121 info->concealParams.numFadeInFrames = in SpatialDecConcealment_Init()185 info->concealParams.numFadeInFrames + 1); in SpatialDecConcealment_Apply()279 if (info->concealParams.numFadeInFrames == 0) { in SpatialDecConcealment_UpdateState()293 if (info->cntValidFrames >= info->concealParams.numFadeInFrames) { in SpatialDecConcealment_UpdateState()366 self->concealParams.numFadeInFrames = (UINT)value; in SpatialDecConcealment_SetParam()
150 UINT numFadeInFrames; member
273 pConcealCommonData->numFadeInFrames = CONCEAL_DFLT_FADEIN_FRAMES; in CConcealment_InitCommonData()417 concealParams->numFadeInFrames = fadeInSlope; in CConcealment_SetParams()1081 pConcealCommonData->numFadeInFrames); in CConcealment_ApplyInter()1300 if (nextFadeIndex > pConcealCommonData->numFadeInFrames) { in findEquiFadeFrame()1301 nextFadeIndex = fMax(pConcealCommonData->numFadeInFrames - 1, 0); in findEquiFadeFrame()1389 if (pConcealCommonData->numFadeInFrames > 0) { in CConcealment_UpdateState()1425 if (pConcealCommonData->numFadeInFrames > 0) { in CConcealment_UpdateState()1429 pConcealCommonData->numFadeInFrames - 1; in CConcealment_UpdateState()1529 if (pConcealCommonData->numFadeInFrames > 0) { in CConcealment_UpdateState()1551 if (pConcealCommonData->numFadeInFrames > 0) { in CConcealment_UpdateState()[all …]
147 int numFadeInFrames; member