Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dmb_access.cpp193 int nmSubMbHeight, nmSubMbWidth, mbPartIdx_X, mbPartIdx_Y; in GetMotionVectorPredictor() local
238 mbPartIdx_Y = (mbPartIdx + offset_MbPart_indx) & 2; in GetMotionVectorPredictor()
243 block_y = mbPartIdx_Y + (((subMbPartIdx + offset_indx) >> 1) & 1); in GetMotionVectorPredictor()
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_comp.cpp55 int MbHeight, MbWidth, mbPartIdx_X, mbPartIdx_Y, offset_indx; in AVCMBMotionComp() local
78 mbPartIdx_Y = (mbPartIdx + offset_MbPart_indx) >> 1; in AVCMBMotionComp()
79 ref_idx = currMB->ref_idx_L0[(mbPartIdx_Y << 1) + mbPartIdx_X]; in AVCMBMotionComp()
89 block_y = (mbPartIdx_Y << 1) + (((subMbPartIdx + offset_indx) >> 1) & 1); in AVCMBMotionComp()