Searched refs:refIdxLXC (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()296 refIdxLXC = currMB->ref_idx_L0[(block_y_1 & 2) + ((new_block_x+1) >> 1)]; in GetMotionVectorPredictor()308 refIdxLXC = MB_B->ref_idx_L0[2 + ((new_block_x+1)>>1)]; in GetMotionVectorPredictor()319 refIdxLXC = MB_C->ref_idx_L0[2]; in GetMotionVectorPredictor()331 refIdxLXC = currMB->ref_idx_L0[(block_y_1 & 2) + (block_x_1 >> 1)]; in GetMotionVectorPredictor()341 refIdxLXC = MB_A->ref_idx_L0[(block_y_1 & 2) + 1]; in GetMotionVectorPredictor()352 refIdxLXC = MB_B->ref_idx_L0[2 + (block_x_1 >> 1)]; in GetMotionVectorPredictor()363 refIdxLXC = MB_D->ref_idx_L0[3]; in GetMotionVectorPredictor()381 …if (((curr_ref_idx == refIdxLXA) + (curr_ref_idx == refIdxLXB) + (curr_ref_idx == refIdxLXC)) == 1) in GetMotionVectorPredictor()[all …]