HomeSort by relevance Sort by last modified time
    Searched defs:mb_x (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
residual.cpp 28 int mb_x, mb_y, offset1; local
33 mb_x = video->mb_x;
40 offset1 = (mb_x << 4) + (mb_y << 4) * video->PicWidthInSamplesL;
95 offset1 = (offset1 >> 2) + (mb_x << 2);
pred_intra.cpp 43 offset = (video->mb_y << 4) * pitch + (video->mb_x << 4);
132 video->pintra_pred_top = video->intra_pred_top + (video->mb_x << 4);
222 offset = (offset >> 2) + (video->mb_x << 2); //((video->mb_y << 3)* pitch + (video->mb_x << 3));
227 video->pintra_pred_top_cb = video->intra_pred_top_cb + (video->mb_x << 3);
230 video->pintra_pred_top_cr = video->intra_pred_top_cr + (video->mb_x << 3);
371 int mb_x = video->mb_x; local
385 offset = (offset << 2) - (mb_x << 4);
390 video->intra_pred_topleft = video->intra_pred_top[(mb_x<<4)+15]
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 132 Int mb_x; /* X coordinate */ member in struct:tagMacroBlock
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 680 int mb_x; /* x-coordinate of the current mbNum */ member in struct:tagCommonObj
    [all...]

Completed in 46 milliseconds