Searched refs:offsetP (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp52 int block_x, block_y, offset_x, offset_y, offsetP, offset; local
98 offsetP = (block_y << 2) * picPitch + (block_x << 2);
101 predBlock + offsetP, picPitch, MbWidth, MbHeight);
103 offsetP = (block_y * picWidth) + (block_x << 1);
106 predCb + offsetP, picPitch >> 1, MbWidth >> 1, MbHeight >> 1);
109 predCr + offsetP, picPitch >> 1, MbWidth >> 1, MbHeight >> 1);

Completed in 140 milliseconds