Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dmv_pred.h168 void UpdateP8x8Motion2Cache (SMbCache* pMbCache, int32_t iPartIdx, int8_t iRef, SMVUnitXY* pMv);
/third_party/openh264/codec/encoder/core/src/
Dmv_pred.cpp392 void UpdateP8x8Motion2Cache (SMbCache* pMbCache, int32_t iPartIdx, int8_t pRef, SMVUnitXY* pMv) { in UpdateP8x8Motion2Cache() function
Dsvc_base_layer_md.cpp1113 UpdateP8x8Motion2Cache (pMbCache, i << 2, pWelsMd->uiRef, & (sMe8x8->sMv)); in WelsMdP8x8()