Searched refs:refIdxLXB (Results 1 – 1 of 1) sorted by relevance
195 int i, j, offset_MbPart_indx, refIdxLXA, refIdxLXB, refIdxLXC = 0, curr_ref_idx; in GetMotionVectorPredictor() local246 refIdxLXA = refIdxLXB = refIdxLXC = -1; in GetMotionVectorPredictor()272 refIdxLXB = currMB->ref_idx_L0[(block_y_1 & 2) + (block_x >> 1)]; in GetMotionVectorPredictor()283 refIdxLXB = MB_B->ref_idx_L0[2 + (block_x >> 1)]; in GetMotionVectorPredictor()381 …else if (((curr_ref_idx == refIdxLXA) + (curr_ref_idx == refIdxLXB) + (curr_ref_idx == refIdxLXC))… in GetMotionVectorPredictor()388 else if (curr_ref_idx == refIdxLXB) in GetMotionVectorPredictor()412 if (refIdxLXB == curr_ref_idx) in GetMotionVectorPredictor()