Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h189 …SPicture* GetBestRefPic (EUsageType iUsageType, bool bSceneLtr, EWelsSliceType eSliceType, int32_t…
191 SPicture* GetBestRefPic (const int32_t kiDidx, const int32_t iRefTemporalIdx);
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp251 SPicture* CWelsPreProcess::GetBestRefPic (EUsageType iUsageType, bool bSceneLtr, EWelsSliceType eSl… in GetBestRefPic() function in WelsEnc::CWelsPreProcess
260 SPicture* CWelsPreProcess::GetBestRefPic (const int32_t kiDidx, const int32_t iRefTemporalIdx) { in GetBestRefPic() function in WelsEnc::CWelsPreProcess
281 …SPicture* pRefPic = GetBestRefPic (pSvcParam->iUsageType, pCtx->bCurFrameMarkedAsSceneLtr, pCtx->e… in AnalyzeSpatialPic()
293 SPicture* pRefPic = GetBestRefPic (kiDidx, iRefTemporalIdx); in AnalyzeSpatialPic()