Home
last modified time | relevance | path

Searched refs:block_x_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
245 block_x_1 = block_x - 1; in GetMotionVectorPredictor()
253 refIdxLXA = currMB->ref_idx_L0[(block_y & 2) + (block_x_1 >> 1)]; in GetMotionVectorPredictor()
254 mv = (int16*)(currMB->mvL0 + (block_y << 2) + 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()
353 refIdxLXC = MB_B->ref_idx_L0[2 + (block_x_1 >> 1)]; in GetMotionVectorPredictor()
354 mv = (int16*)(MB_B->mvL0 + 12 + block_x_1); in GetMotionVectorPredictor()