Home
last modified time | relevance | path

Searched refs:curr_ref_idx (Results 1 – 1 of 1) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/common/src/
Dmb_access.cpp195 int i, j, offset_MbPart_indx, refIdxLXA, refIdxLXB, refIdxLXC = 0, curr_ref_idx; in GetMotionVectorPredictor() local
374 curr_ref_idx = currMB->ref_idx_L0[(block_y & 2) + (block_x >> 1)]; in GetMotionVectorPredictor()
381 …else if (((curr_ref_idx == refIdxLXA) + (curr_ref_idx == refIdxLXB) + (curr_ref_idx == refIdxLXC))… in GetMotionVectorPredictor()
383 if (curr_ref_idx == refIdxLXA) in GetMotionVectorPredictor()
388 else if (curr_ref_idx == refIdxLXB) in GetMotionVectorPredictor()
412 if (refIdxLXB == curr_ref_idx) in GetMotionVectorPredictor()
418 else if (refIdxLXA == curr_ref_idx) in GetMotionVectorPredictor()
428 if (refIdxLXA == curr_ref_idx) in GetMotionVectorPredictor()
434 else if (refIdxLXC == curr_ref_idx) in GetMotionVectorPredictor()