Searched defs:size_mb (Results 1 - 11 of 11) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_MPEG2.c490 uint32_t size_mb; /* in macroblocks */ member in struct:context_MPEG2_s
753 ctx->size_mb = ctx->picture_width_mb * ctx->picture_height_mb;
H A Dpsb_MPEG2MC.c114 uint32_t size_mb; /* in macroblocks */ member in struct:context_MPEG2MC_s
887 ASSERT(mb_param->macroblock_address < ctx->size_mb);
895 ASSERT(mb_param->macroblock_address < ctx->size_mb);
915 psb__MPEG2MC_send_slice_picture_endcommand(ctx, (mb_pending == 0) && (skip_count == 0) && (ctx->size_mb == mb_last));
922 ctx->obj_context->flags = (mb_pending == 0) && (skip_count == 0) && (ctx->size_mb == mb_last) ? FW_VA_RENDER_IS_LAST_SLICE : 0;
1077 ASSERT(mb_param->macroblock_address < ctx->size_mb);
1093 psb__MPEG2MC_send_slice_picture_endcommand(ctx, (mb_pending == 0) && (ctx->size_mb == mb_last)); /* Tell hardware we're done */
1101 ctx->obj_context->flags = (mb_pending == 0) && (ctx->size_mb == mb_last) ? FW_VA_RENDER_IS_LAST_SLICE : 0;
1197 ctx->size_mb = ctx->picture_width_mb * (coded_pic_height >> 4);
H A Dpsb_MPEG4.c293 uint32_t size_mb; /* in macroblocks */ member in struct:context_MPEG4_s
666 ctx->size_mb = ctx->picture_width_mb * ctx->picture_height_mb;
H A Dpsb_H264.c123 uint32_t size_mb; /* in macroblocks */ member in struct:context_H264_s
661 ctx->size_mb = ctx->picture_width_mb * ctx->picture_height_mb; /* (7-25) */
665 uint32_t size_mb = ((ctx->obj_context->current_render_target->width + 15) / 16) * local
667 uint32_t colocated_size = ((size_mb + 100) * 128 + 0xfff) & ~0xfff;
769 ctx->picture_width_mb, ctx->size_mb);
1656 const unsigned int size = (((ctx->size_mb + 100) * 128 + 0xfff) & ~0xfff);
1856 ctx->picture_width_mb, ctx->size_mb);
1869 ctx->picture_width_mb, ctx->size_mb);
/hardware/intel/img/psb_video/src/
H A Dpnw_MPEG2.c491 uint32_t size_mb; /* in macroblocks */ member in struct:context_MPEG2_s
732 ctx->size_mb = ctx->picture_width_mb * ctx->picture_height_mb;
H A Dpnw_MPEG4.c1118 uint32_t size_mb; /* in macroblocks */ member in struct:context_MPEG4_s
1470 ctx->size_mb = ctx->picture_width_mb * ctx->picture_height_mb;
1591 int size = 16 * ctx->size_mb;
1599 int size = 16 * ctx->size_mb;
H A Dtng_jpegdec.c182 uint32_t size_mb; /* in macroblocks */ member in struct:context_JPEG_s
602 ctx->size_mb = ctx->picture_width_mb * ctx->picture_height_mb;
H A Dpnw_H264.c138 uint32_t size_mb; /* in macroblocks */ member in struct:context_H264_s
600 ctx->size_mb = ctx->picture_width_mb * ctx->picture_height_mb; /* (7-25) */
603 uint32_t colocated_size = ((ctx->size_mb + 100) * 128 + 0xfff) & ~0xfff;
788 ctx->picture_width_mb, ctx->size_mb);
H A Dtng_VP8.c282 uint32_t size_mb; /* in macroblocks */ member in struct:context_VP8_s
643 ctx->size_mb = ((ctx->pic_params->frame_width) * (ctx->pic_params->frame_height)) >> 8;
H A Dvc1_header.h216 uint32_t size_mb; /* in macroblocks */ member in struct:context_VC1_s
/hardware/intel/img/psb_video/src/hwdefs/
H A Ddxva_cmdseq_msg.h62 uint32_t size_mb; member in struct:__anon844

Completed in 119 milliseconds