Searched refs:MB_B (Results 1 – 2 of 2) sorted by relevance
188 AVCMacroblock *MB_A, *MB_B, *MB_C, *MB_D; in GetMotionVectorPredictor() local203 MB_B = &video->mblock[video->mbAddrB]; in GetMotionVectorPredictor()212 (MB_B->ref_idx_L0[2] == 0 && MB_B->mvL0[12] == 0)) in GetMotionVectorPredictor()283 refIdxLXB = MB_B->ref_idx_L0[2 + (block_x >> 1)]; in GetMotionVectorPredictor()284 mv = (int16*)(MB_B->mvL0 + 12 + block_x); in GetMotionVectorPredictor()308 refIdxLXC = MB_B->ref_idx_L0[2 + ((new_block_x+1)>>1)]; in GetMotionVectorPredictor()309 mv = (int16*)(MB_B->mvL0 + 12 + (new_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()
161 AVCMacroblock *MB_A, *MB_B; in EncodeMB() local342 MB_B = &video->mblock[video->mbAddrB]; in EncodeMB()356 (MB_B->ref_idx_L0[2] == 0 && MB_B->mvL0[12] == 0)) in EncodeMB()