Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/avc_h264/common/src/
Dmb_access.cpp188 AVCMacroblock *MB_A, *MB_B, *MB_C, *MB_D; in GetMotionVectorPredictor() local
203 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()
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dslice.cpp161 AVCMacroblock *MB_A, *MB_B; in EncodeMB() local
342 MB_B = &video->mblock[video->mbAddrB]; in EncodeMB()
356 (MB_B->ref_idx_L0[2] == 0 && MB_B->mvL0[12] == 0)) in EncodeMB()