Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp614 pCtx->pRefList0[pCtx->iNumRef0++] = pRefList->pLongRefList[i]; in WelsBuildRefList()
618 … pLtr->iLastRecoverFrameNum, pCtx->pRefList0[0]->iFrameNum, pRefList->uiLongRefCount); in WelsBuildRefList()
627 pCtx->pRefList0[pCtx->iNumRef0++] = pRef; in WelsBuildRefList()
640 pCtx->pRefList0[0] = NULL; in WelsBuildRefList()
654 SPicture* pRef = pCtx->pRefList0[idx]; in UpdateBlockStatic()
679 if ((!pCtx->pRefList0[0]->bIsLongRef) || (!pCtx->pSvcParam->bEnableLongTermReference)) { in WelsUpdateSliceHeaderSyntax()
687 …pRefReorder->SReorderingSyntax[iRefIdx].iLongTermPicNum = pCtx->pRefList0[iRefIdx]->iLongTermPicNu… in WelsUpdateSliceHeaderSyntax()
715 iAbsDiffPicNumMinus1 = pParamD->iFrameNum - (pCtx->pRefList0[0]->iFrameNum) - 1; in WelsUpdateRefSyntax()
829 pCtx->pRefList0[pCtx->iNumRef0++] = pRefPic; in WelsBuildRefListScreen()
844 pCtx->pRefList0[pCtx->iNumRef0++] = pRefList->pLongRefList[i]; in WelsBuildRefListScreen()
[all …]
Dencoder_ext.cpp2809 pCtx->pRefPic = pCtx->pRefList0[0]; // always get item 0 due to reordering done in PrefetchReferencePicture()
3652 && (pCtx->iNumRef0 > 0)) ? pCtx->pRefList0[0] : NULL, in WelsEncoderEncodeExt()
/third_party/openh264/codec/encoder/core/inc/
Dencoder_context.h152 SPicture* pRefList0[16]; member