Searched defs:pRefPic (Results 1 – 8 of 8) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | manage_dec_ref.cpp | 106 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 …]
|
D | rec_mb.cpp | 219 PPicture pRefPic; in GetRefPic() local 257 PPicture pRefPic = pCtx->sRefPic.pRefList[listIdx][iRefIdx]; in BaseMC() local
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 281 …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
|
D | ref_list_mgr_svc.cpp | 825 SPicture* pRefPic = pRefList->pLongRefList[iLtrRefIdx]; in WelsBuildRefListScreen() local
|
/third_party/openh264/test/encoder/ |
D | EncUT_MotionEstimate.cpp | 13 uint8_t* pRefPic) { in CopyTargetBlock() 454 void InitRefPicForMeTest (SPicture* pRefPic) { in InitRefPicForMeTest()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | picture.h | 102 struct SPicture* pRefPic[LIST_A][17]; //ref pictures used for direct mode member
|
/third_party/openh264/codec/encoder/core/inc/ |
D | svc_enc_frame.h | 110 SPicture* pRefPic; // reference picture pointer member
|
D | encoder_context.h | 146 SPicture* pRefPic; // pointer to current reference picture member
|