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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp 26 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);
slice.cpp 168 int x_position = (video->mb_x << 4); local
182 offset = y_position * picPitch + x_position;
185 offset = (offset + x_position) >> 2;
motion_comp.cpp 53 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);
    [all...]
  /external/qemu/ui/
vnc-android.c     [all...]
vnc.c     [all...]

Completed in 968 milliseconds