Home
last modified time | relevance | path

Searched defs:pMe (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp61 SWelsME* pMe) { in UpdateMeResults()
66 static inline void MeEndIntepelSearch (SWelsME* pMe) { in MeEndIntepelSearch()
162 void WelsMotionEstimateSearch (SWelsFuncPtrList* pFuncList, SDqLayer* pCurDqLayer, SWelsME* pMe, SS… in WelsMotionEstimateSearch()
176 …d WelsMotionEstimateSearchStatic (SWelsFuncPtrList* pFuncList, SDqLayer* pCurDqLayer, SWelsME* pMe, in WelsMotionEstimateSearchStatic()
190 …WelsMotionEstimateSearchScrolled (SWelsFuncPtrList* pFuncList, SDqLayer* pCurDqLayer, SWelsME* pMe, in WelsMotionEstimateSearchScrolled()
214 bool WelsMotionEstimateInitialPoint (SWelsFuncPtrList* pFuncList, SWelsME* pMe, SSlice* pSlice, int… in WelsMotionEstimateInitialPoint()
278 void CalculateSatdCost (PSampleSadSatdCostFunc pSatd, SWelsME* pMe, in CalculateSatdCost()
284 void NotCalculateSatdCost (PSampleSadSatdCostFunc pSatd, SWelsME* pMe, in NotCalculateSatdCost()
327 void WelsDiamondSearch (SWelsFuncPtrList* pFuncList, SWelsME* pMe, SSlice* pSlice, in WelsDiamondSearch()
377 bool CheckDirectionalMv (PSampleSadSatdCostFunc pSad, SWelsME* pMe, in CheckDirectionalMv()
[all …]
Dmd.cpp532 inline void MeRefineQuarPixel (SWelsFuncPtrList* pFunc, SWelsME* pMe, SMeRefinePointer* pMeRefine, in MeRefineQuarPixel()
575 void MeRefineFracPixel (sWelsEncCtx* pEncCtx, uint8_t* pMemPredInterMb, SWelsME* pMe, in MeRefineFracPixel()
/third_party/openh264/test/encoder/
DEncUT_MotionEstimate.cpp26 uint16_t* pMvdCostTable, SWelsME* pMe) { in InitMe()