Home
last modified time | relevance | path

Searched refs:pParamD (Results 1 – 1 of 1) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp356 SSpatialLayerInternal* pParamD = &pCtx->pSvcParam->sDependencyLayers[pCtx->uiDependencyId]; in WelsUpdateRefList() local
372 if ((pParamD->iHighestTemporalId == 0) || (kuiTid < pParamD->iHighestTemporalId)) in WelsUpdateRefList()
382 pCtx->pDecPic->iFrameNum = pParamD->iFrameNum; in WelsUpdateRefList()
383 pCtx->pDecPic->iFramePoc = pParamD->iPOC; in WelsUpdateRefList()
411 … || pRefList->pShortRefList[0]->iFrameNum != pParamD->iFrameNum)) { in WelsUpdateRefList()
600 SSpatialLayerInternal* pParamD = &pCtx->pSvcParam->sDependencyLayers[pCtx->uiDependencyId]; in WelsBuildRefList() local
615 pLtr->iLastRecoverFrameNum = pParamD->iFrameNum; in WelsBuildRefList()
712 SSpatialLayerInternal* pParamD = &pCtx->pSvcParam->sDependencyLayers[pCtx->uiDependencyId]; in WelsUpdateRefSyntax() local
715 iAbsDiffPicNumMinus1 = pParamD->iFrameNum - (pCtx->pRefList0[0]->iFrameNum) - 1; in WelsUpdateRefSyntax()
765 SSpatialLayerInternal* pParamD = &pCtx->pSvcParam->sDependencyLayers[pCtx->uiDependencyId]; in WelsUpdateRefListScreen() local
[all …]