Searched refs:SWelsME (Results 1 – 8 of 8) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | svc_motion_estimate.h | 97 } SWelsME; typedef 147 void WelsMotionEstimateSearch (SWelsFuncPtrList* pFuncList, SDqLayer* pLplayer, SWelsME* pLpme, SSl… 148 void WelsMotionEstimateSearchStatic (SWelsFuncPtrList* pFuncList, SDqLayer* pLplayer, SWelsME* pLpm… 149 void WelsMotionEstimateSearchScrolled (SWelsFuncPtrList* pFuncList, SDqLayer* pLplayer, SWelsME* pL… 173 bool WelsMotionEstimateInitialPoint (SWelsFuncPtrList* pFuncList, SWelsME* pMe, SSlice* pSlice, 185 void WelsDiamondSearch (SWelsFuncPtrList* pFuncList, SWelsME* pMe, SSlice* pSlice, const int32_t ki… 191 void CalculateSatdCost (PSampleSadSatdCostFunc pSatd, SWelsME* pMe, const int32_t kiEncStride, cons… 192 void NotCalculateSatdCost (PSampleSadSatdCostFunc pSatd, SWelsME* pMe, const int32_t kiEncStride, 194 bool CheckDirectionalMv (PSampleSadSatdCostFunc pSad, SWelsME* pMe, 197 bool CheckDirectionalMvFalse (PSampleSadSatdCostFunc pSad, SWelsME* pMe, [all …]
|
D | md.h | 108 SWelsME sMe16x16; //adjust each SWelsME for 8 D-word! 109 SWelsME sMe8x8[4]; 110 SWelsME sMe16x8[2]; 111 SWelsME sMe8x16[2]; 112 SWelsME sMe4x4[4][4]; 113 SWelsME sMe8x4[4][2]; 114 SWelsME sMe4x8[4][2]; 153 void MeRefineFracPixel (sWelsEncCtx* pEncCtx, uint8_t* pMemPredInterMb, SWelsME* pMe,
|
D | wels_func_ptr_def.h | 55 typedef struct TagWelsME SWelsME; typedef 136 typedef void (*PMotionSearchFunc) (SWelsFuncPtrList* pFuncList, SDqLayer* pCurDqLayer, SWelsME* pMe, 138 typedef void (*PSearchMethodFunc) (SWelsFuncPtrList* pFuncList, SWelsME* pMe, SSlice* pSlice, const… 140 typedef void (*PCalculateSatdFunc) (PSampleSadSatdCostFunc pSatd, SWelsME* pMe, const int32_t kiEnc… 142 typedef bool (*PCheckDirectionalMv) (PSampleSadSatdCostFunc pSad, SWelsME* pMe, 145 typedef void (*PLineFullSearchFunc) (SWelsFuncPtrList* pFuncList, SWelsME* pMe,
|
/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 void WelsMotionEstimateSearchStatic (SWelsFuncPtrList* pFuncList, SDqLayer* pCurDqLayer, SWelsME* p… in WelsMotionEstimateSearchStatic() 190 void WelsMotionEstimateSearchScrolled (SWelsFuncPtrList* pFuncList, SDqLayer* pCurDqLayer, SWelsME*… 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 | svc_mode_decision.cpp | 557 static inline void MergeSub16Me (const SWelsME& sSrcMe0, const SWelsME& sSrcMe1, SWelsME* pTarMe) { in MergeSub16Me() 567 SWelsME* pMe8x8 = & (pWelsMd->sMe.sMe8x8[0]); in TryModeMerge()
|
D | svc_base_layer_md.cpp | 966 SWelsME& sWelsMe) { in InitMe() 980 SWelsME* pMe16x16 = &pWelsMd->sMe.sMe16x16; in WelsMdP16x16() 1027 SWelsME* sMe16x8; in WelsMdP16x8() 1055 SWelsME* sMe8x16; in WelsMdP8x16() 1085 SWelsME* sMe8x8; in WelsMdP8x8() 1125 SWelsME* sMe4x4; in WelsMdP4x4() 1164 SWelsME* sMe8x4; in WelsMdP8x4() 1204 SWelsME* sMe4x8; in WelsMdP4x8()
|
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() 81 SWelsME sMe; in TEST_F() 206 SWelsME sMe; in TEST_F() 251 SWelsME sMe; in TEST_F() 297 SWelsME sMe; in DoLineTest() 483 SWelsME sMe; in TEST_F()
|