Searched refs:GetBestRefPic (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | wels_preprocess.h | 189 …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/ |
D | wels_preprocess.cpp | 251 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()
|