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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp26 int x_position = (video->mb_x << 4); local
29 int offset1 = y_position * orgPitch + x_position;
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);
H A Dslice.cpp168 int x_position = (video->mb_x << 4); local
182 offset = y_position * picPitch + x_position;
185 offset = (offset + x_position) >> 2;
H A Dmotion_comp.cpp53 int x_position = (video->mb_x << 4); local
62 curL = currPic->Sl + tmp_word + x_position;
63 offset = (tmp_word >> 2) + (x_position >> 1);
91 offset_x = x_position + (block_x << 2);

Completed in 1449 milliseconds