Searched refs:offset_MbPart_indx (Results 1 – 2 of 2) sorted by relevance
196 int i, j, offset_MbPart_indx, refIdxLXA, refIdxLXB, refIdxLXC = 0, curr_ref_idx; in GetMotionVectorPredictor() local231 offset_MbPart_indx = 0; in GetMotionVectorPredictor()237 mbPartIdx_X = ((mbPartIdx + offset_MbPart_indx) & 1) << 1; in GetMotionVectorPredictor()238 mbPartIdx_Y = (mbPartIdx + offset_MbPart_indx) & 2; in GetMotionVectorPredictor()466 offset_MbPart_indx = currMB->MbPartWidth >> 4; in GetMotionVectorPredictor()
46 int offset_MbPart_indx = 0; in AVCMBMotionComp() local77 mbPartIdx_X = ((mbPartIdx + offset_MbPart_indx) & 1); in AVCMBMotionComp()78 mbPartIdx_Y = (mbPartIdx + offset_MbPart_indx) >> 1; in AVCMBMotionComp()113 offset_MbPart_indx = currMB->MbPartWidth >> 4; in AVCMBMotionComp()