Searched refs:slice_first_pic_last (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_vld_dec.h42 uint32_t *slice_first_pic_last; member in struct:context_DEC_s
H A Dvc1_header.h306 uint32_t *slice_first_pic_last; member in struct:context_VC1_s
H A Dtng_vld_dec.c61 ctx->slice_first_pic_last = &cmd_header->uiSliceFirstMbYX_uiPicLastMbYX;
62 *ctx->slice_first_pic_last = 0;
H A Dpnw_MPEG2.c1279 *(ctx->dec_ctx.slice_first_pic_last) = (ctx->obj_context->first_mb << 16) | (ctx->obj_context->last_mb);
1381 ctx->dec_ctx.slice_first_pic_last = cmdbuf->cmd_idx++;
1382 *ctx->dec_ctx.slice_first_pic_last = 0;
H A Dtng_VP8.c990 *ctx->dec_ctx.slice_first_pic_last = (slice_first_mb_xy << 16) | pic_last_mb_xy;
1443 ctx->obj_context->first_mb = (*(ctx->dec_ctx.slice_first_pic_last) >> 16);
1444 ctx->obj_context->last_mb = (*(ctx->dec_ctx.slice_first_pic_last) & 0xffff);
H A Dtng_jpegdec.c989 *dec_ctx->slice_first_pic_last &= 0xfefe;
1013 *(dec_ctx->slice_first_pic_last) = (ctx->obj_context->first_mb << 16) | ((ctx->obj_context->last_mb) & 0xfefe);
H A Dpnw_MPEG4.c2050 *(ctx->dec_ctx.slice_first_pic_last) = (ctx->obj_context->first_mb << 16) | (ctx->obj_context->last_mb);
H A Dpnw_H264.c1674 *(dec_ctx->slice_first_pic_last) = (ctx->obj_context->first_mb << 16) | (ctx->obj_context->last_mb);
H A Dpnw_VC1.c2626 *(ctx->dec_ctx.slice_first_pic_last) = (ctx->obj_context->first_mb << 16) | (ctx->obj_context->last_mb);

Completed in 508 milliseconds