Searched refs:first_mb (Results 1 – 11 of 11) sorted by relevance
943 static void viddec_mpeg2_get_first_mb_number(void *parent, void *ctxt, uint32_t *first_mb) in viddec_mpeg2_get_first_mb_number() argument950 *first_mb = 0; in viddec_mpeg2_get_first_mb_number()1011 *first_mb = prev_mb_addr + get_mb_addr_increment(&temp); in viddec_mpeg2_get_first_mb_number()1012 MPEG2_DEB("First MB number in slice is 0x%08X.\n", *first_mb); in viddec_mpeg2_get_first_mb_number()1021 uint32_t bit_off=0, start_byte=0, first_mb = 0; in viddec_mpeg2_parse_and_append_slice_data() local1032 viddec_mpeg2_get_first_mb_number(parent, ctxt, &first_mb); in viddec_mpeg2_parse_and_append_slice_data()1034 wi.es.es_flags = (first_mb << 16); in viddec_mpeg2_parse_and_append_slice_data()
1258 ctx->obj_context->first_mb = 0; in psb__MPEG2_process_slice_data()1259 ctx->obj_context->first_mb = slice_param->slice_vertical_position << 8; in psb__MPEG2_process_slice_data()1279 …*(ctx->dec_ctx.slice_first_pic_last) = (ctx->obj_context->first_mb << 16) | (ctx->obj_context->las… in psb__MPEG2_end_slice()
429 uint32_t first_mb; member
1011 ctx->obj_context->first_mb = 0; in tng__JPEG_end_slice()1013 …*(dec_ctx->slice_first_pic_last) = (ctx->obj_context->first_mb << 16) | ((ctx->obj_context->last_m… in tng__JPEG_end_slice()
2616 ctx->obj_context->first_mb = 0; in psb__VC1_end_slice()2626 …*(ctx->dec_ctx.slice_first_pic_last) = (ctx->obj_context->first_mb << 16) | (ctx->obj_context->las… in psb__VC1_end_slice()
1443 ctx->obj_context->first_mb = (*(ctx->dec_ctx.slice_first_pic_last) >> 16); in tng__VP8_end_slice()
923 ctx->obj_context->first_mb = 0; in psb__MPEG2MC_process_mbs_interPB()1102 ctx->obj_context->first_mb = 0; in psb__MPEG2MC_process_mbs_intra()
1358 ctx->obj_context->first_mb = 0; in psb__MPEG2_process_slice()
1322 ctx->obj_context->first_mb = 0; in psb__MPEG4_process_slice()
1688 ctx->obj_context->first_mb = (ctx->first_mb_y << 8) | ctx->first_mb_x; in psb__H264_process_slice()
2564 ctx->obj_context->first_mb = 0; in psb__VC1_process_slice()