Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_vld_dec.h42 uint32_t *slice_first_pic_last; member
Dvc1_header.h306 uint32_t *slice_first_pic_last; member
Dtng_vld_dec.c61 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()
Dpnw_MPEG2.c1279 …*(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()
Dtng_VP8.c990 *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()
Dtng_jpegdec.c989 *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()
Dpnw_H264.c1674 …*(dec_ctx->slice_first_pic_last) = (ctx->obj_context->first_mb << 16) | (ctx->obj_context->last_mb… in psb__H264_end_slice()
Dpnw_MPEG4.c2050 …*(ctx->dec_ctx.slice_first_pic_last) = (ctx->obj_context->first_mb << 16) | (ctx->obj_context->las… in psb__MPEG4_end_slice()
Dpnw_VC1.c2626 …*(ctx->dec_ctx.slice_first_pic_last) = (ctx->obj_context->first_mb << 16) | (ctx->obj_context->las… in psb__VC1_end_slice()