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

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

Completed in 26 milliseconds