Home
last modified time | relevance | path

Searched refs:refIdxLXC (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()
297 refIdxLXC = currMB->ref_idx_L0[(block_y_1 & 2) + ((new_block_x+1) >> 1)]; in GetMotionVectorPredictor()
309 refIdxLXC = MB_B->ref_idx_L0[2 + ((new_block_x+1)>>1)]; in GetMotionVectorPredictor()
320 refIdxLXC = MB_C->ref_idx_L0[2]; in GetMotionVectorPredictor()
332 refIdxLXC = currMB->ref_idx_L0[(block_y_1 & 2) + (block_x_1 >> 1)]; in GetMotionVectorPredictor()
342 refIdxLXC = MB_A->ref_idx_L0[(block_y_1 & 2) + 1]; in GetMotionVectorPredictor()
353 refIdxLXC = MB_B->ref_idx_L0[2 + (block_x_1 >> 1)]; in GetMotionVectorPredictor()
364 refIdxLXC = MB_D->ref_idx_L0[3]; in GetMotionVectorPredictor()
382 …if (((curr_ref_idx == refIdxLXA) + (curr_ref_idx == refIdxLXB) + (curr_ref_idx == refIdxLXC)) == 1) in GetMotionVectorPredictor()
[all …]