Searched refs:UpdateMeResults (Results 1 – 1 of 1) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | svc_motion_estimate.cpp | 60 static inline void UpdateMeResults (const SMVUnitXY ksBestMv, const uint32_t kiBestSadCost, uint8_t… in UpdateMeResults() function 269 UpdateMeResults (sMv, iBestSadCost, pRefMb, pMe); in WelsMotionEstimateInitialPoint() 496 UpdateMeResults (sBestMv, uiBestCost, &pMe->pColoRefMb[sBestMv.iMvY * kiRefStride], pMe); in VerticalFullSearchUsingSSE41() 556 UpdateMeResults (sBestMv, uiBestCost, &pMe->pColoRefMb[sBestMv.iMvX], pMe); in HorizontalFullSearchUsingSSE41() 608 …UpdateMeResults (sBestMv, uiBestCost, &pMe->pColoRefMb[sBestMv.iMvY * kiRefStride + sBestMv.iMvX],… in LineFullSearch_c() 1012 UpdateMeResults (sFeatureSearchOut.sBestMv, in MotionEstimateFeatureFullSearch()
|