Searched refs:MbWidth (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
76 MbWidth = currMB->SubMbPartWidth[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 46 milliseconds