Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/avc_h264/common/src/
Dmb_access.cpp189 int block_x, block_y, block_x_1, block_y_1, new_block_x; in GetMotionVectorPredictor() local
244 block_x_1 = block_x - 1; in GetMotionVectorPredictor()
252 refIdxLXA = currMB->ref_idx_L0[(block_y & 2) + (block_x_1 >> 1)]; in GetMotionVectorPredictor()
253 mv = (int16*)(currMB->mvL0 + (block_y << 2) + block_x_1); in GetMotionVectorPredictor()
331 refIdxLXC = currMB->ref_idx_L0[(block_y_1 & 2) + (block_x_1 >> 1)]; in GetMotionVectorPredictor()
332 mv = (int16*)(currMB->mvL0 + (block_y_1 << 2) + block_x_1); in GetMotionVectorPredictor()
352 refIdxLXC = MB_B->ref_idx_L0[2 + (block_x_1 >> 1)]; in GetMotionVectorPredictor()
353 mv = (int16*)(MB_B->mvL0 + 12 + block_x_1); in GetMotionVectorPredictor()