Searched refs:UpdateP16x16MotionOnly (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/decoder/core/inc/ |
D | mv_pred.h | 72 void UpdateP16x16MotionOnly (PDqLayer pCurDqLayer, int32_t listIdx, int16_t iMVs[2]);
|
/third_party/openh264/codec/decoder/core/src/ |
D | mv_pred.cpp | 639 UpdateP16x16MotionOnly (pCurDqLayer, LIST_0, iMvp[LIST_0]); in PredBDirectTemporal() 640 UpdateP16x16MotionOnly (pCurDqLayer, LIST_1, iMvp[LIST_1]); in PredBDirectTemporal() 655 UpdateP16x16MotionOnly (pCurDqLayer, LIST_0, iMvp[LIST_0]); in PredBDirectTemporal() 658 UpdateP16x16MotionOnly (pCurDqLayer, LIST_1, iMvp[LIST_1]); in PredBDirectTemporal() 846 void UpdateP16x16MotionOnly (PDqLayer pCurDqLayer, int32_t listIdx, int16_t iMVs[2]) { in UpdateP16x16MotionOnly() function
|