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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp29 int offset1 = y_position * orgPitch + x_position; local
43 pSrc = currInput->YCbCr[0] + offset1;
44 pDst = video->currPic->Sl + offset1;
77 pDst = video->currPic->Scb + ((offset1 + x_position) >> 2);
78 pSrc = currInput->YCbCr[1] + ((offset1 + x_position) >> 2);
111 pDst = video->currPic->Scr + ((offset1 + x_position) >> 2);
112 pSrc = currInput->YCbCr[2] + ((offset1 + x_position) >> 2);

Completed in 34 milliseconds