Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dmb_access.cpp196 int i, j, offset_MbPart_indx, refIdxLXA, refIdxLXB, refIdxLXC = 0, curr_ref_idx; in GetMotionVectorPredictor() local
231 offset_MbPart_indx = 0; in GetMotionVectorPredictor()
237 mbPartIdx_X = ((mbPartIdx + offset_MbPart_indx) & 1) << 1; in GetMotionVectorPredictor()
238 mbPartIdx_Y = (mbPartIdx + offset_MbPart_indx) & 2; in GetMotionVectorPredictor()
466 offset_MbPart_indx = currMB->MbPartWidth >> 4; in GetMotionVectorPredictor()
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_comp.cpp46 int offset_MbPart_indx = 0; in AVCMBMotionComp() local
77 mbPartIdx_X = ((mbPartIdx + offset_MbPart_indx) & 1); in AVCMBMotionComp()
78 mbPartIdx_Y = (mbPartIdx + offset_MbPart_indx) >> 1; in AVCMBMotionComp()
113 offset_MbPart_indx = currMB->MbPartWidth >> 4; in AVCMBMotionComp()