Home
last modified time | relevance | path

Searched defs:sMvp (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dmv_pred.cpp45 …(const SMVComponentUnit* kpMvComp, int8_t iPartIdx, int8_t iPartW, int32_t iRef, SMVUnitXY* sMvp) { in PredMv()
91 void PredInter8x16Mv (SMbCache* pMbCache, int32_t iPartIdx, int8_t iRef, SMVUnitXY* sMvp) { in PredInter8x16Mv()
114 void PredInter16x8Mv (SMbCache* pMbCache, int32_t iPartIdx, int8_t iRef, SMVUnitXY* sMvp) { in PredInter16x8Mv()
132 void PredSkipMv (SMbCache* pMbCache, SMVUnitXY* sMvp) { in PredSkipMv()
Dsvc_base_layer_md.cpp1356 SMVUnitXY sMvp = { 0 }; in WelsMdBackgroundMbEnc() local
1437 SMVUnitXY sMvp = { 0 }; in WelsMdPSkipEnc() local
1940 SMVUnitXY sMvp = { 0 }; in WelsMdInterDoubleCheckPskip() local
Dsvc_mode_decision.cpp397 SMVUnitXY sMvp = { 0}; in SvcMdSCDMbEnc() local
/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h89 SMVUnitXY sMvp; member