Searched refs:forward_ref_surface (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | pnw_MPEG2.c | 493 object_surface_p forward_ref_surface; member 735 ctx->forward_ref_surface = NULL; in psb__MPEG2_process_picture_param() 740 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture); in psb__MPEG2_process_picture_param() 742 if (NULL == ctx->forward_ref_surface) { in psb__MPEG2_process_picture_param() 748 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture); in psb__MPEG2_process_picture_param() 750 if ((NULL == ctx->forward_ref_surface) || in psb__MPEG2_process_picture_param() 977 …sb_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface->psb_surface->buf, ctx->forward_r… in psb__MPEG2_set_reference_pictures() 980 …b_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface->psb_surface->buf, ctx->forward_r… in psb__MPEG2_set_reference_pictures() 981 … ->buf.buffer_ofs + ctx->forward_ref_surface->psb_surface->chroma_offset); in psb__MPEG2_set_reference_pictures() 996 …sb_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface->psb_surface->buf, ctx->forward_r… in psb__MPEG2_set_reference_pictures() [all …]
|
D | pnw_VC1.c | 767 ctx->forward_ref_surface = NULL; in psb__VC1_process_picture_param() 770 ctx->forward_ref_surface = SURFACE(pic_params->forward_reference_picture); in psb__VC1_process_picture_param() 776 if (ctx->forward_ref_surface) in psb__VC1_process_picture_param() 777 …ctx->forward_ref_fcm = GET_SURFACE_INFO_picture_coding_type(ctx->forward_ref_surface->psb_surface); in psb__VC1_process_picture_param() 783 if (NULL == ctx->forward_ref_surface) { in psb__VC1_process_picture_param() 785 ctx->forward_ref_surface = ctx->decoded_surface; in psb__VC1_process_picture_param() 795 …EBUG_GENERAL, "Forward ref = %08x ID = %08x\n", ctx->forward_ref_surface ? ctx->forward_ref_surfac… in psb__VC1_process_picture_param() 2052 if (ctx->forward_ref_surface) { in psb__VC1_send_rendec_params() 2060 …sb_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface->psb_surface->buf, ctx->forward_r… in psb__VC1_send_rendec_params() 2061 …sb_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface->psb_surface->buf, ctx->forward_r… in psb__VC1_send_rendec_params() [all …]
|
D | vc1_header.h | 205 object_surface_p forward_ref_surface; member
|
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_MPEG2.c | 482 object_surface_p forward_ref_surface; member 718 ctx->forward_ref_surface = NULL; in psb__MPEG2_process_picture_param() 723 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture); in psb__MPEG2_process_picture_param() 725 if (NULL == ctx->forward_ref_surface) { in psb__MPEG2_process_picture_param() 731 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture); in psb__MPEG2_process_picture_param() 733 if ((NULL == ctx->forward_ref_surface) || in psb__MPEG2_process_picture_param() 1006 …sb_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface->psb_surface->buf, ctx->forward_r… in psb__MPEG2_set_reference_pictures() 1009 …b_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface->psb_surface->buf, ctx->forward_r… in psb__MPEG2_set_reference_pictures() 1010 … ->buf.buffer_ofs + ctx->forward_ref_surface->psb_surface->chroma_offset); in psb__MPEG2_set_reference_pictures() 1025 …sb_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface->psb_surface->buf, ctx->forward_r… in psb__MPEG2_set_reference_pictures() [all …]
|
D | psb_MPEG4.c | 282 object_surface_p forward_ref_surface; member 608 ctx->forward_ref_surface = NULL; in psb__MPEG4_process_picture_param() 616 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture); in psb__MPEG4_process_picture_param() 618 if (NULL == ctx->forward_ref_surface) { in psb__MPEG4_process_picture_param() 622 …drv_debug_msg(VIDEO_DEBUG_GENERAL, "Forward ref = %08x (%08x)\n", ctx->forward_ref_surface->psb_s… in psb__MPEG4_process_picture_param() 627 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture); in psb__MPEG4_process_picture_param() 629 if ((NULL == ctx->forward_ref_surface) || in psb__MPEG4_process_picture_param() 634 …drv_debug_msg(VIDEO_DEBUG_GENERAL, "Forward ref = %08x (%08x)\n", ctx->forward_ref_surface->psb_s… in psb__MPEG4_process_picture_param() 639 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture); in psb__MPEG4_process_picture_param() 642 …_DEBUG_GENERAL, "Forward ref = %08x (%08x)\n", ctx->forward_ref_surface ? ctx->forward_ref_surfac… in psb__MPEG4_process_picture_param() [all …]
|
D | psb_MPEG2MC.c | 118 object_surface_p forward_ref_surface; member 726 psb_surface_p forward_surface = ctx->forward_ref_surface->psb_surface; in psb__MPEG2MC_send_highlevel_commands() 1129 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture); in psb__MPEG2MC_process_picture_param() 1150 if (ctx->forward_ref_surface) { in psb__MPEG2MC_process_picture_param() 1170 if (ctx->forward_ref_surface == NULL) in psb__MPEG2MC_process_picture_param() 1171 ctx->forward_ref_surface = ctx->backward_ref_surface; in psb__MPEG2MC_process_picture_param() 1173 ctx->backward_ref_surface = ctx->forward_ref_surface; in psb__MPEG2MC_process_picture_param() 1179 if (NULL == ctx->forward_ref_surface) { in psb__MPEG2MC_process_picture_param() 1180 ctx->forward_ref_surface = ctx->obj_context->current_render_target; in psb__MPEG2MC_process_picture_param()
|
D | psb_VC1.c | 761 ctx->forward_ref_surface = NULL; in psb__VC1_process_picture_param() 764 ctx->forward_ref_surface = SURFACE(pic_params->forward_reference_picture); in psb__VC1_process_picture_param() 771 if (NULL == ctx->forward_ref_surface) { in psb__VC1_process_picture_param() 773 ctx->forward_ref_surface = ctx->decoded_surface; in psb__VC1_process_picture_param() 783 …EBUG_GENERAL, "Forward ref = %08x ID = %08x\n", ctx->forward_ref_surface ? ctx->forward_ref_surfac… in psb__VC1_process_picture_param() 2093 if (ctx->forward_ref_surface) { in psb__VC1_send_rendec_params() 2101 …sb_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface->psb_surface->buf, ctx->forward_r… in psb__VC1_send_rendec_params() 2102 …sb_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface->psb_surface->buf, ctx->forward_r… in psb__VC1_send_rendec_params() 2103 … buf.buffer_ofs + ctx->forward_ref_surface->psb_surface->chroma_offset); in psb__VC1_send_rendec_params() 2255 ASSERT(ctx->forward_ref_surface); in psb__VC1_send_rendec_params() [all …]
|
D | psb_H264.c | 115 object_surface_p forward_ref_surface; member
|