Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpsb_drv_video.h412 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_MPEG4.c2048 ctx->obj_context->first_mb = 0; in psb__MPEG4_end_slice()
2050 …*(ctx->dec_ctx.slice_first_pic_last) = (ctx->obj_context->first_mb << 16) | (ctx->obj_context->las… in psb__MPEG4_end_slice()
Dpnw_H264.c1701 ctx->obj_context->first_mb = (ctx->first_mb_y << 8) | ctx->first_mb_x; in psb__H264_end_slice()
1703 …*(dec_ctx->slice_first_pic_last) = (ctx->obj_context->first_mb << 16) | (ctx->obj_context->last_mb… in psb__H264_end_slice()
Dpnw_MPEG2.c1205 …*(ctx->dec_ctx.slice_first_pic_last) = (ctx->obj_context->first_mb << 16) | (ctx->obj_context->las… in psb__MPEG2_end_slice()
Dtng_VP8.c1443 ctx->obj_context->first_mb = (*(ctx->dec_ctx.slice_first_pic_last) >> 16); in tng__VP8_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()
/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()