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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 593 unsigned mb_addr = mb->y * dec->width_in_macroblocks + mb->x; local
603 buf->mv_stream[i][mb_addr] = MotionVectorToPipe
619 skipped_mv[0] = buf->mv_stream[0][mb_addr];
620 skipped_mv[1] = buf->mv_stream[1][mb_addr];
628 ++mb_addr;
629 for (i = 0; i < mb->num_skipped_macroblocks; ++i, ++mb_addr) {
632 buf->mv_stream[j][mb_addr] = skipped_mv[j];
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 593 unsigned mb_addr = mb->y * dec->width_in_macroblocks + mb->x; local
603 buf->mv_stream[i][mb_addr] = MotionVectorToPipe
619 skipped_mv[0] = buf->mv_stream[0][mb_addr];
620 skipped_mv[1] = buf->mv_stream[1][mb_addr];
628 ++mb_addr;
629 for (i = 0; i < mb->num_skipped_macroblocks; ++i, ++mb_addr) {
632 buf->mv_stream[j][mb_addr] = skipped_mv[j];
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 462 int mb_addr; /* macroblock address of the current pixel, see below */ member in struct:tagPixPos
463 int x; /* x,y positions of current pixel relative to the macroblock mb_addr */
473 int top_right; /* x,y positions of current pixel relative to the macroblock mb_addr */
    [all...]

Completed in 62 milliseconds