Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dmb_access.cpp191 int mbPartIdx, subMbPartIdx, offset_indx; in GetMotionVectorPredictor() local
234 offset_indx = 0; in GetMotionVectorPredictor()
242 block_x = mbPartIdx_X + ((subMbPartIdx + offset_indx) & 1); in GetMotionVectorPredictor()
243 block_y = mbPartIdx_Y + (((subMbPartIdx + offset_indx) >> 1) & 1); in GetMotionVectorPredictor()
373 offset_indx = currMB->SubMbPartWidth[mbPartIdx] >> 3; 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
80 offset_indx = 0; in AVCMBMotionComp()
88 block_x = (mbPartIdx_X << 1) + ((subMbPartIdx + offset_indx) & 1); in AVCMBMotionComp()
89 block_y = (mbPartIdx_Y << 1) + (((subMbPartIdx + offset_indx) >> 1) & 1); in AVCMBMotionComp()
111 offset_indx = currMB->SubMbPartWidth[mbPartIdx] >> 3; in AVCMBMotionComp()