Home
last modified time | relevance | path

Searched refs:block_y_1 (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
246 block_y_1 = block_y - 1; in GetMotionVectorPredictor()
273 refIdxLXB = currMB->ref_idx_L0[(block_y_1 & 2) + (block_x >> 1)]; in GetMotionVectorPredictor()
274 mv = (int16*)(currMB->mvL0 + (block_y_1 << 2) + block_x); 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()
332 refIdxLXC = currMB->ref_idx_L0[(block_y_1 & 2) + (block_x_1 >> 1)]; in GetMotionVectorPredictor()
333 mv = (int16*)(currMB->mvL0 + (block_y_1 << 2) + block_x_1); in GetMotionVectorPredictor()
342 refIdxLXC = MB_A->ref_idx_L0[(block_y_1 & 2) + 1]; in GetMotionVectorPredictor()
343 mv = (int16*)(MB_A->mvL0 + (block_y_1 << 2) + 3); in GetMotionVectorPredictor()