HomeSort by relevance Sort by last modified time
    Searched refs:y_position (Results 1 - 6 of 6) sorted by null

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
residual.cpp 27 int y_position = (video->mb_y << 4); local
29 int offset1 = y_position * orgPitch + x_position;
slice.cpp 169 int y_position = (video->mb_y << 4); local
182 offset = y_position * picPitch + x_position;
193 offset = y_position * (orgPitch - picPitch);
motion_comp.cpp 54 int y_position = (video->mb_y << 4); local
61 tmp_word = y_position * picPitch;
92 offset_y = y_position + (block_y << 2);
    [all...]
  /external/qemu/
vnc-android.c     [all...]
vnc.c     [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_inter.cpp 51 int y_position = (video->mb_y << 4); local
59 tmp_word = y_position * picWidth;
96 offset_y = y_position + (block_y << 2);
    [all...]

Completed in 1103 milliseconds