Searched refs:size_mb (Results 1 – 11 of 11) sorted by relevance
114 uint32_t size_mb; /* in macroblocks */ member887 ASSERT(mb_param->macroblock_address < ctx->size_mb); in psb__MPEG2MC_process_mbs_interPB()895 ASSERT(mb_param->macroblock_address < ctx->size_mb); in psb__MPEG2MC_process_mbs_interPB()915 …slice_picture_endcommand(ctx, (mb_pending == 0) && (skip_count == 0) && (ctx->size_mb == mb_last)); in psb__MPEG2MC_process_mbs_interPB()922 …ctx->obj_context->flags = (mb_pending == 0) && (skip_count == 0) && (ctx->size_mb == mb_last) ? FW… in psb__MPEG2MC_process_mbs_interPB()1077 ASSERT(mb_param->macroblock_address < ctx->size_mb); in psb__MPEG2MC_process_mbs_intra()1093 …psb__MPEG2MC_send_slice_picture_endcommand(ctx, (mb_pending == 0) && (ctx->size_mb == mb_last)); /… in psb__MPEG2MC_process_mbs_intra()1101 …ctx->obj_context->flags = (mb_pending == 0) && (ctx->size_mb == mb_last) ? FW_VA_RENDER_IS_LAST_SL… in psb__MPEG2MC_process_mbs_intra()1197 ctx->size_mb = ctx->picture_width_mb * (coded_pic_height >> 4); in psb__MPEG2MC_process_picture_param()
123 uint32_t size_mb; /* in macroblocks */ member661 ctx->size_mb = ctx->picture_width_mb * ctx->picture_height_mb; /* (7-25) */ in psb__H264_process_picture_param()665 uint32_t size_mb = ((ctx->obj_context->current_render_target->width + 15) / 16) * in psb__H264_process_picture_param() local667 uint32_t colocated_size = ((size_mb + 100) * 128 + 0xfff) & ~0xfff; in psb__H264_process_picture_param()769 ctx->picture_width_mb, ctx->size_mb); in psb__H264_process_picture_param()1656 const unsigned int size = (((ctx->size_mb + 100) * 128 + 0xfff) & ~0xfff); in psb__H264_process_slice()1856 ctx->picture_width_mb, ctx->size_mb); in psb_H264_EndPicture()1869 ctx->picture_width_mb, ctx->size_mb); in psb_H264_EndPicture()
490 uint32_t size_mb; /* in macroblocks */ member753 ctx->size_mb = ctx->picture_width_mb * ctx->picture_height_mb; in psb__MPEG2_process_picture_param()
293 uint32_t size_mb; /* in macroblocks */ member666 ctx->size_mb = ctx->picture_width_mb * ctx->picture_height_mb; in psb__MPEG4_process_picture_param()
799 ctx->size_mb = ctx->picture_width_mb * ctx->picture_height_mb; in psb__VC1_process_picture_param()801 uint32_t colocated_size = (ctx->size_mb + 1) * 2 * VC1_MB_PARAM_STRIDE + 0x2000; in psb__VC1_process_picture_param()1851 (ctx->size_mb * VC1_MB_PARAM_STRIDE) : 0; in psb__VC1_send_rendec_params()
216 uint32_t size_mb; /* in macroblocks */ member
182 uint32_t size_mb; /* in macroblocks */ member602 ctx->size_mb = ctx->picture_width_mb * ctx->picture_height_mb; in tng__JPEG_process_picture_param()
501 uint32_t size_mb; /* in macroblocks */ member775 ctx->size_mb = ctx->picture_width_mb * ctx->picture_height_mb; in psb__MPEG2_process_picture_param()
282 uint32_t size_mb; /* in macroblocks */ member643 ctx->size_mb = ((ctx->pic_params->frame_width) * (ctx->pic_params->frame_height)) >> 8; in tng__VP8_process_picture_param()
816 ctx->size_mb = ctx->picture_width_mb * ctx->picture_height_mb; in psb__VC1_process_picture_param()818 uint32_t colocated_size = ((ctx->size_mb + 1) * 2 + 128) * VC1_MB_PARAM_STRIDE; in psb__VC1_process_picture_param()1805 (ctx->size_mb * VC1_MB_PARAM_STRIDE) : 0; in psb__VC1_send_rendec_params()
62 uint32_t size_mb; member