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

  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c 465 const uint32_t mb_addr,
517 (mb_addr / ctx->picture_width_mb)) {
518 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MACROBLOCK_NUMBER, MB_NO_Y, (mb_addr / ctx->picture_width_mb) * 2);
520 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MACROBLOCK_NUMBER, MB_NO_Y, mb_addr / ctx->picture_width_mb);
523 mb_x = mb_addr % ctx->picture_width_mb;
854 uint32_t mb_addr = ctx->mb_first_addr; local
1052 uint32_t mb_addr = ctx->mb_first_addr; local
    [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...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h 2217 OMX_U32 mb_addr : 16; member in struct:OMX_TI_VIDEO_H264VDEC_CommonInfo
2489 OMX_U8 mb_addr; member in struct:OMX_TI_VIDEO_VC1VDEC_MbInfo
    [all...]

Completed in 1356 milliseconds