Searched refs:kiPartIdx (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | mv_pred.cpp | 195 void UpdateP16x8MotionInfo (SMbCache* pMbCache, SMB* pCurMb, const int32_t kiPartIdx, const int8_t … in UpdateP16x8MotionInfo() argument 202 const int16_t kiScan4Idx = g_kuiMbCountScan4Idx[kiPartIdx]; in UpdateP16x8MotionInfo() 203 const int16_t kiCacheIdx = g_kuiCache30ScanIdx[kiPartIdx]; in UpdateP16x8MotionInfo() 211 ST16 (&pCurMb->pRefIndex[ (kiPartIdx >> 2)], kuiRef16); in UpdateP16x8MotionInfo() 235 void update_P8x16_motion_info (SMbCache* pMbCache, SMB* pCurMb, const int32_t kiPartIdx, const int8… in update_P8x16_motion_info() argument 241 const int16_t kiScan4Idx = g_kuiMbCountScan4Idx[kiPartIdx]; in update_P8x16_motion_info() 242 const int16_t kiCacheIdx = g_kuiCache30ScanIdx[kiPartIdx]; in update_P8x16_motion_info() 248 const int16_t kiBlkIdx = kiPartIdx >> 2; in update_P8x16_motion_info() 279 void UpdateP8x8MotionInfo (SMbCache* pMbCache, SMB* pCurMb, const int32_t kiPartIdx, const int8_t k… in UpdateP8x8MotionInfo() argument 284 const int16_t kiScan4Idx = g_kuiMbCountScan4Idx[kiPartIdx]; in UpdateP8x8MotionInfo() [all …]
|
/third_party/openh264/codec/encoder/core/inc/ |
D | mv_pred.h | 67 void UpdateP16x8MotionInfo (SMbCache* pMbCache, SMB* pCurMb, const int32_t kiPartIdx, const int8_t … 75 void update_P8x16_motion_info (SMbCache* pMbCache, SMB* pCurMb, const int32_t kiPartIdx, const int8… 83 void UpdateP8x8MotionInfo (SMbCache* pMbCache, SMB* pCurMb, const int32_t kiPartIdx, const int8_t k… 91 void UpdateP4x4MotionInfo (SMbCache* pMbCache, SMB* pCurMb, const int32_t kiPartIdx, const int8_t k… 99 void UpdateP8x4MotionInfo (SMbCache* pMbCache, SMB* pCurMb, const int32_t kiPartIdx, const int8_t k… 107 void UpdateP4x8MotionInfo (SMbCache* pMbCache, SMB* pCurMb, const int32_t kiPartIdx, const int8_t k…
|
/third_party/openh264/test/encoder/ |
D | EncUT_SliceBufferReallocate.h | 50 …void SimulateSliceInOnePartition (const int32_t kiPartNum, const int32_t kiPartIdx, const int32_t…
|
D | EncUT_SliceBufferReallocate.cpp | 388 const int32_t kiPartIdx, in SimulateSliceInOnePartition() argument 397 iSlcIdxInPart = kiPartIdx + kiPartNum * iSlcIdx; in SimulateSliceInOnePartition() 401 m_EncContext.pCurDqLayer->NumSliceCodedOfPartition[kiPartIdx] ++; in SimulateSliceInOnePartition()
|