Searched defs:MbHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp55 int MbHeight, MbWidth, mbPartIdx_X, mbPartIdx_Y, offset_indx; local
75 MbHeight = currMB->SubMbPartHeight[mbPartIdx];
101 predBlock + offsetP, picPitch, MbWidth, MbHeight);
106 predCb + offsetP, picPitch >> 1, MbWidth >> 1, MbHeight >> 1);
109 predCr + offsetP, picPitch >> 1, MbWidth >> 1, MbHeight >> 1);

Completed in 3626 milliseconds