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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp27 int y_position = (video->mb_y << 4); local
29 int offset1 = y_position * orgPitch + x_position;
H A Dslice.cpp169 int y_position = (video->mb_y << 4); local
182 offset = y_position * picPitch + x_position;
193 offset = y_position * (orgPitch - picPitch);
H A Dmotion_comp.cpp54 int y_position = (video->mb_y << 4); local
61 tmp_word = y_position * picPitch;
92 offset_y = y_position + (block_y << 2);

Completed in 66 milliseconds