Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dmb_access.cpp196 int i, j, offset_MbPart_indx, refIdxLXA, refIdxLXB, refIdxLXC = 0, curr_ref_idx; in GetMotionVectorPredictor() local
247 refIdxLXA = refIdxLXB = refIdxLXC = -1; in GetMotionVectorPredictor()
253 refIdxLXA = currMB->ref_idx_L0[(block_y & 2) + (block_x_1 >> 1)]; in GetMotionVectorPredictor()
263 refIdxLXA = MB_A->ref_idx_L0[(block_y & 2) + 1]; in GetMotionVectorPredictor()
382 …else if (((curr_ref_idx == refIdxLXA) + (curr_ref_idx == refIdxLXB) + (curr_ref_idx == refIdxLXC))… in GetMotionVectorPredictor()
384 if (curr_ref_idx == refIdxLXA) in GetMotionVectorPredictor()
419 else if (refIdxLXA == curr_ref_idx) in GetMotionVectorPredictor()
429 if (refIdxLXA == curr_ref_idx) in GetMotionVectorPredictor()