Home
last modified time | relevance | path

Searched refs:UpdateP16x8Motion2Cache (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dmv_pred.h154 void UpdateP16x8Motion2Cache (SMbCache* pMbCache, int32_t iPartIdx, int8_t iRef, SMVUnitXY* pMv);
/third_party/openh264/codec/encoder/core/src/
Dmv_pred.cpp353 void UpdateP16x8Motion2Cache (SMbCache* pMbCache, int32_t iPartIdx, int8_t iRef, SMVUnitXY* pMv) { in UpdateP16x8Motion2Cache() function
Dsvc_base_layer_md.cpp1047 UpdateP16x8Motion2Cache (pMbCache, i << 3, pWelsMd->uiRef, & (sMe16x8->sMv)); in WelsMdP16x8()