Searched refs:bReceivedT0LostFlag (Results 1 – 3 of 3) sorted by relevance
44 pLtr->bReceivedT0LostFlag = false; in ResetLtrState()401 pLtr->bReceivedT0LostFlag = false; // reset to false due to the recovery is finished in WelsUpdateRefList()499 if (!pLtr->bReceivedT0LostFlag && pLtr->uiLtrMarkInterval > pCtx->pSvcParam->iLtrMarkPeriod in WelsMarkPic()538 pLtr->bReceivedT0LostFlag = true; in FilterLTRRecoveryRequest()547 pLtr->bReceivedT0LostFlag = true; in FilterLTRRecoveryRequest()610 …if (pCtx->pSvcParam->bEnableLongTermReference && pLtr->bReceivedT0LostFlag && pCtx->uiTemporalId =… in WelsBuildRefList()
274 if (pCtx->uiTemporalId == 0 && pCtx->pLtr[pCtx->uiDependencyId].bReceivedT0LostFlag) in AnalyzeSpatialPic()409 SPicture* pRefPic = pCtx->pLtr[iDependencyId].bReceivedT0LostFlag ? in SingleLayerPreprocess()808 if (pCtx->pSvcParam->bEnableLongTermReference && pLtr->bReceivedT0LostFlag && uiTid == 0) { in SetRefMbType()
101 …bool bReceivedT0LostFlag; // indicate whether a t0 lost feedback is recieved, for LTR … member