Searched refs:numFadeOutFrames (Results 1 – 4 of 4) sorted by relevance
119 info->concealParams.numFadeOutFrames = in SpatialDecConcealment_Init()164 info->concealParams.numFadeOutFrames + 1); in SpatialDecConcealment_Apply()251 if (info->concealParams.numFadeOutFrames == 0) { in SpatialDecConcealment_UpdateState()270 if (info->cntStateFrames >= info->concealParams.numFadeOutFrames) { in SpatialDecConcealment_UpdateState()353 self->concealParams.numFadeOutFrames = (UINT)value; in SpatialDecConcealment_SetParam()
149 UINT numFadeOutFrames; member
270 pConcealCommonData->numFadeOutFrames = CONCEAL_DFLT_FADEOUT_FRAMES; in CConcealment_InitCommonData()401 concealParams->numFadeOutFrames = fadeOutSlope; in CConcealment_SetParams()1066 pConcealCommonData->numFadeOutFrames); in CConcealment_ApplyInter()1353 if (pConcealCommonData->numFadeOutFrames > 0) { in CConcealment_UpdateState()1375 pConcealCommonData->numFadeOutFrames) { in CConcealment_UpdateState()1412 pConcealCommonData->numFadeOutFrames) { in CConcealment_UpdateState()1457 if (pConcealCommonData->numFadeOutFrames > 0) { in CConcealment_UpdateState()1510 if (pConcealCommonData->numFadeOutFrames > 0) { in CConcealment_UpdateState()1544 pConcealCommonData->numFadeOutFrames) { in CConcealment_UpdateState()1576 if (pConcealCommonData->numFadeOutFrames > 0) { in CConcealment_UpdateState()[all …]
146 int numFadeOutFrames; member