Searched defs:pMv (Results 1 – 8 of 8) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | mv_pred.cpp | 148 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 …]
|
D | svc_base_layer_md.cpp | 1578 SMVUnitXY* pMv; in WelsMdInterMbRefinement() local
|
/third_party/openh264/codec/decoder/core/inc/ |
D | picture.h | 100 int16_t (*pMv[LIST_A])[MB_BLOCK4x4_NUM][MV_A]; // used for direct mode member
|
D | dec_frame.h | 68 int16_t (*pMv[LIST_A])[MB_BLOCK4x4_NUM][MV_A]; member
|
D | decoder_context.h | 346 …int16_t (*pMv[LAYER_NUM_EXCHANGEABLE][LIST_A])[MB_BLOCK4x4_NUM][MV_A]; //[LAYER_NUM_EXCHANGEABLE … member
|
/third_party/openh264/codec/decoder/core/src/ |
D | parse_mb_syn_cabac.cpp | 529 int16_t pMv[4] = {0}; in ParseInterPMotionInfoCabac() local 733 int16_t pMv[4] = { 0 }; in ParseInterBMotionInfoCabac() local
|
D | decode_slice.cpp | 1357 int16_t pMv[2] = {0}; in WelsDecodeMbCabacPSlice() local 1427 int16_t pMv[LIST_A][2] = { {0, 0}, { 0, 0 } }; in WelsDecodeMbCabacBSlice() local
|
D | mv_pred.cpp | 357 int16_t* pMv = IS_TYPE_L1 (coloc_mbType) ? colocPic->pMv[LIST_1][iMbXy][0] : iMVZero; in GetColocatedMb() local
|