Searched refs:slice_first_pic_last (Results 1 – 9 of 9) sorted by relevance
42 uint32_t *slice_first_pic_last; member
306 uint32_t *slice_first_pic_last; member
61 ctx->slice_first_pic_last = &cmd_header->uiSliceFirstMbYX_uiPicLastMbYX; in vld_dec_FE_state()62 *ctx->slice_first_pic_last = 0; in vld_dec_FE_state()
1279 …*(ctx->dec_ctx.slice_first_pic_last) = (ctx->obj_context->first_mb << 16) | (ctx->obj_context->las… in psb__MPEG2_end_slice()1381 ctx->dec_ctx.slice_first_pic_last = cmdbuf->cmd_idx++; in psb__MPEG2_insert_blit_cmd_to_rotate()1382 *ctx->dec_ctx.slice_first_pic_last = 0; in psb__MPEG2_insert_blit_cmd_to_rotate()
990 *ctx->dec_ctx.slice_first_pic_last = (slice_first_mb_xy << 16) | pic_last_mb_xy; in tng__VP8_set_slice_param()1443 ctx->obj_context->first_mb = (*(ctx->dec_ctx.slice_first_pic_last) >> 16); in tng__VP8_end_slice()1444 ctx->obj_context->last_mb = (*(ctx->dec_ctx.slice_first_pic_last) & 0xffff); in tng__VP8_end_slice()
989 *dec_ctx->slice_first_pic_last &= 0xfefe; in tng__JPEG_begin_slice()1013 …*(dec_ctx->slice_first_pic_last) = (ctx->obj_context->first_mb << 16) | ((ctx->obj_context->last_m… in tng__JPEG_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()
1674 …*(dec_ctx->slice_first_pic_last) = (ctx->obj_context->first_mb << 16) | (ctx->obj_context->last_mb… in psb__H264_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()