Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dmb_access.cpp190 int block_x, block_y, block_x_1, block_y_1, new_block_x; in GetMotionVectorPredictor() local
291 new_block_x = block_x + (currMB->SubMbPartWidth[mbPartIdx] >> 2) - 1; in GetMotionVectorPredictor()
292 avail_c = (C >> ((block_y << 2) + new_block_x)) & 0x1; in GetMotionVectorPredictor()
297 refIdxLXC = currMB->ref_idx_L0[(block_y_1 & 2) + ((new_block_x+1) >> 1)]; in GetMotionVectorPredictor()
298 mv = (int16*)(currMB->mvL0 + (block_y_1 << 2) + (new_block_x + 1)); in GetMotionVectorPredictor()
304 if (block_y == 0 && new_block_x < 3) in GetMotionVectorPredictor()
309 refIdxLXC = MB_B->ref_idx_L0[2 + ((new_block_x+1)>>1)]; in GetMotionVectorPredictor()
310 mv = (int16*)(MB_B->mvL0 + 12 + (new_block_x + 1)); in GetMotionVectorPredictor()
315 else if (block_y == 0 && new_block_x == 3) in GetMotionVectorPredictor()