Searched defs:pMe (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | svc_motion_estimate.cpp | 61 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 …]
|
D | md.cpp | 532 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/ |
D | EncUT_MotionEstimate.cpp | 26 uint16_t* pMvdCostTable, SWelsME* pMe) { in InitMe()
|