Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp67 SRefList* pRefList = pCtx->ppRefPicListExt[pCtx->uiDependencyId]; in WelsResetRefList()
83 SRefList* pRefList = pCtx->ppRefPicListExt[pCtx->uiDependencyId]; in DeleteLTRFromLongList()
94 SRefList* pRefList = pCtx->ppRefPicListExt[pCtx->uiDependencyId]; in DeleteSTRFromShortList()
105 SRefList* pRefList = pCtx->ppRefPicListExt[pCtx->uiDependencyId]; in DeleteNonSceneLTR()
153 SRefList* pRefList = pCtx->ppRefPicListExt[pCtx->uiDependencyId]; in DeleteInvalidLTR()
196 SRefList* pRefList = pCtx->ppRefPicListExt[pCtx->uiDependencyId]; in HandleLTRMarkFeedback()
252 SRefList* pRefList = pCtx->ppRefPicListExt[pCtx->uiDependencyId]; in LTRMarkProcess()
315 SRefList* pRefList = pCtx->ppRefPicListExt[pCtx->uiDependencyId]; in LTRMarkProcessScreen()
330 SRefList* pRefList = pCtx->ppRefPicListExt[pCtx->uiDependencyId]; in PrefetchNextBuffer()
354 SRefList* pRefList = pCtx->ppRefPicListExt[pCtx->uiDependencyId]; in WelsUpdateRefList()
[all …]
Dencoder_ext.cpp1061 (*ppCtx)->ppRefPicListExt[iDlayerIndex] = pRefList; in InitDqLayers()
1750 …(*ppCtx)->ppRefPicListExt = (SRefList**)pMa->WelsMallocz (kiNumDependencyLayers * sizeof (SRefList… in RequestMemorySvc()
1752 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->ppRefPicListExt)) in RequestMemorySvc()
1780 if ((*ppCtx)->ppRefPicListExt[0] != NULL && (*ppCtx)->ppRefPicListExt[0]->pRef[0] != NULL) in RequestMemorySvc()
1781 (*ppCtx)->pDecPic = (*ppCtx)->ppRefPicListExt[0]->pRef[0]; in RequestMemorySvc()
1928 if (NULL != pCtx->ppRefPicListExt && pParam != NULL) { in FreeMemorySvc()
1931 FreeRefList (pCtx->ppRefPicListExt[ilayer], pMa, pParam->iMaxNumRefFrame); in FreeMemorySvc()
1932 pCtx->ppRefPicListExt[ilayer] = NULL; in FreeMemorySvc()
1936 pMa->WelsFree (pCtx->ppRefPicListExt, "ppRefPicListExt"); in FreeMemorySvc()
1937 pCtx->ppRefPicListExt = NULL; in FreeMemorySvc()
[all …]
Dencoder.cpp352 SPicture** pLongTermRefList = pEncCtx->ppRefPicListExt[0]->pLongRefList; in DecideFrameType()
Dwels_preprocess.cpp804 SRefList* pRefPicLlist = pCtx->ppRefPicListExt[uiDid]; in SetRefMbType()
/third_party/openh264/codec/encoder/core/inc/
Dencoder_context.h151 SRefList** ppRefPicListExt; // reference picture list for SVC member