Home
last modified time | relevance | path

Searched defs:pRefPic (Results 1 – 8 of 8) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp106 PRefPic pRefPic = &pCtx->sRefPic; in WelsResetRefPic() local
131 PRefPic pRefPic = &pCtx->sRefPic; in WelsResetRefPicWithoutUnRef() local
587 PRefPic pRefPic = isThreadCtx ? &pCtx->sTmpRefPic : &pCtx->sRefPic; in WelsMarkAsRef() local
659 static int32_t MMCO (PWelsDecoderContext pCtx, PRefPic pRefPic, PRefPicMarking pRefPicMarking) { in MMCO()
685 static int32_t MMCOProcess (PWelsDecoderContext pCtx, PRefPic pRefPic, uint32_t uiMmcoType, in MMCOProcess()
758 static int32_t SlidingWindow (PWelsDecoderContext pCtx, PRefPic pRefPic) { in SlidingWindow()
780 static PPicture WelsDelShortFromList (PRefPic pRefPic, int32_t iFrameNum) { in WelsDelShortFromList()
803 static PPicture WelsDelShortFromListSetUnref (PRefPic pRefPic, int32_t iFrameNum) { in WelsDelShortFromListSetUnref()
811 static PPicture WelsDelLongFromList (PRefPic pRefPic, uint32_t uiLongTermFrameIdx) { in WelsDelLongFromList()
832 static PPicture WelsDelLongFromListSetUnref (PRefPic pRefPic, uint32_t uiLongTermFrameIdx) { in WelsDelLongFromListSetUnref()
[all …]
Drec_mb.cpp219 PPicture pRefPic; in GetRefPic() local
257 PPicture pRefPic = pCtx->sRefPic.pRefList[listIdx][iRefIdx]; in BaseMC() local
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp281 …SPicture* pRefPic = GetBestRefPic (pSvcParam->iUsageType, pCtx->bCurFrameMarkedAsSceneLtr, pCtx->e… in AnalyzeSpatialPic() local
293 SPicture* pRefPic = GetBestRefPic (kiDidx, iRefTemporalIdx); in AnalyzeSpatialPic() local
409 SPicture* pRefPic = pCtx->pLtr[iDependencyId].bReceivedT0LostFlag ? in SingleLayerPreprocess() local
978 SPicture* pRefPic = NULL; in GetAvailableRefListLosslessScreenRefSelection() local
1026 SPicture* pRefPic = NULL; in GetAvailableRefList() local
1057 bool CWelsPreProcessScreen::JudgeBestRef (SPicture* pRefPic, const SRefJudgement& sRefJudgement, in JudgeBestRef()
1126 SPicture* pRefPic = NULL; in DetectSceneChange() local
Dref_list_mgr_svc.cpp825 SPicture* pRefPic = pRefList->pLongRefList[iLtrRefIdx]; in WelsBuildRefListScreen() local
/third_party/openh264/test/encoder/
DEncUT_MotionEstimate.cpp13 uint8_t* pRefPic) { in CopyTargetBlock()
454 void InitRefPicForMeTest (SPicture* pRefPic) { in InitRefPicForMeTest()
/third_party/openh264/codec/decoder/core/inc/
Dpicture.h102 struct SPicture* pRefPic[LIST_A][17]; //ref pictures used for direct mode member
/third_party/openh264/codec/encoder/core/inc/
Dsvc_enc_frame.h110 SPicture* pRefPic; // reference picture pointer member
Dencoder_context.h146 SPicture* pRefPic; // pointer to current reference picture member