Home
last modified time | relevance | path

Searched refs:block_y_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
245 block_y_1 = block_y - 1; in GetMotionVectorPredictor()
272 refIdxLXB = currMB->ref_idx_L0[(block_y_1 & 2) + (block_x >> 1)]; in GetMotionVectorPredictor()
273 mv = (int16*)(currMB->mvL0 + (block_y_1 << 2) + block_x); in GetMotionVectorPredictor()
296 refIdxLXC = currMB->ref_idx_L0[(block_y_1 & 2) + ((new_block_x+1) >> 1)]; in GetMotionVectorPredictor()
297 mv = (int16*)(currMB->mvL0 + (block_y_1 << 2) + (new_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()
341 refIdxLXC = MB_A->ref_idx_L0[(block_y_1 & 2) + 1]; in GetMotionVectorPredictor()
342 mv = (int16*)(MB_A->mvL0 + (block_y_1 << 2) + 3); in GetMotionVectorPredictor()