Home
last modified time | relevance | path

Searched defs:pMv (Results 1 – 8 of 8) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dmv_pred.cpp148 void UpdateP16x16MotionInfo (SMbCache* pMbCache, SMB* pCurMb, const int8_t kiRef, SMVUnitXY* pMv) { in UpdateP16x16MotionInfo()
196 SMVUnitXY* pMv) { in UpdateP16x8MotionInfo()
236 SMVUnitXY* pMv) { in update_P8x16_motion_info()
280 SMVUnitXY* pMv) { in UpdateP8x8MotionInfo()
306 SMVUnitXY* pMv) { in UpdateP4x4MotionInfo()
319 SMVUnitXY* pMv) { in UpdateP8x4MotionInfo()
335 SMVUnitXY* pMv) { in UpdateP4x8MotionInfo()
353 void UpdateP16x8Motion2Cache (SMbCache* pMbCache, int32_t iPartIdx, int8_t iRef, SMVUnitXY* pMv) { in UpdateP16x8Motion2Cache()
372 void UpdateP8x16Motion2Cache (SMbCache* pMbCache, int32_t iPartIdx, int8_t iRef, SMVUnitXY* pMv) { in UpdateP8x16Motion2Cache()
392 void UpdateP8x8Motion2Cache (SMbCache* pMbCache, int32_t iPartIdx, int8_t pRef, SMVUnitXY* pMv) { in UpdateP8x8Motion2Cache()
[all …]
Dsvc_base_layer_md.cpp1578 SMVUnitXY* pMv; in WelsMdInterMbRefinement() local
/third_party/openh264/codec/decoder/core/inc/
Dpicture.h100 int16_t (*pMv[LIST_A])[MB_BLOCK4x4_NUM][MV_A]; // used for direct mode member
Ddec_frame.h68 int16_t (*pMv[LIST_A])[MB_BLOCK4x4_NUM][MV_A]; member
Ddecoder_context.h346 …int16_t (*pMv[LAYER_NUM_EXCHANGEABLE][LIST_A])[MB_BLOCK4x4_NUM][MV_A]; //[LAYER_NUM_EXCHANGEABLE … member
/third_party/openh264/codec/decoder/core/src/
Dparse_mb_syn_cabac.cpp529 int16_t pMv[4] = {0}; in ParseInterPMotionInfoCabac() local
733 int16_t pMv[4] = { 0 }; in ParseInterBMotionInfoCabac() local
Ddecode_slice.cpp1357 int16_t pMv[2] = {0}; in WelsDecodeMbCabacPSlice() local
1427 int16_t pMv[LIST_A][2] = { {0, 0}, { 0, 0 } }; in WelsDecodeMbCabacBSlice() local
Dmv_pred.cpp357 int16_t* pMv = IS_TYPE_L1 (coloc_mbType) ? colocPic->pMv[LIST_1][iMbXy][0] : iMVZero; in GetColocatedMb() local