Home
last modified time | relevance | path

Searched refs:first_mb (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
Dviddec_mpeg2_metadata.c943 static void viddec_mpeg2_get_first_mb_number(void *parent, void *ctxt, uint32_t *first_mb) in viddec_mpeg2_get_first_mb_number() argument
950 *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() local
1032 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()
/hardware/intel/img/psb_video/src/
Dpnw_MPEG2.c1258 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()
Dpsb_drv_video.h429 uint32_t first_mb; member
Dtng_jpegdec.c1011 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()
Dpnw_VC1.c2616 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()
Dtng_VP8.c1443 ctx->obj_context->first_mb = (*(ctx->dec_ctx.slice_first_pic_last) >> 16); in tng__VP8_end_slice()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_MPEG2MC.c923 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()
Dpsb_MPEG2.c1358 ctx->obj_context->first_mb = 0; in psb__MPEG2_process_slice()
Dpsb_MPEG4.c1322 ctx->obj_context->first_mb = 0; in psb__MPEG4_process_slice()
Dpsb_H264.c1688 ctx->obj_context->first_mb = (ctx->first_mb_y << 8) | ctx->first_mb_x; in psb__H264_process_slice()
Dpsb_VC1.c2564 ctx->obj_context->first_mb = 0; in psb__VC1_process_slice()