Searched refs:backward_ref_surface (Results 1 - 10 of 10) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_MPEG4.c283 object_surface_p backward_ref_surface; member in struct:context_MPEG4_s
609 ctx->backward_ref_surface = NULL;
617 ctx->backward_ref_surface = NULL;
628 ctx->backward_ref_surface = SURFACE(ctx->pic_params->backward_reference_picture);
630 (NULL == ctx->backward_ref_surface)) {
635 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Backward ref = %08x (%08x)\n", ctx->backward_ref_surface->psb_surface, ctx->pic_params->backward_reference_picture);
640 ctx->backward_ref_surface = SURFACE(ctx->pic_params->backward_reference_picture);
643 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Backward ref = %08x (%08x)\n", ctx->backward_ref_surface ? ctx->backward_ref_surface->psb_surface : 0, ctx->pic_params->backward_reference_picture);
655 if (NULL == ctx->backward_ref_surface) {
[all...]
H A Dpsb_MPEG2MC.c119 object_surface_p backward_ref_surface; member in struct:context_MPEG2MC_s
727 psb_surface_p backward_surface = ctx->backward_ref_surface->psb_surface;
1130 ctx->backward_ref_surface = SURFACE(ctx->pic_params->backward_reference_picture);
1135 if (ctx->backward_ref_surface) {
1144 if ((PICTURE_CODING_B == ctx->picture_coding_type) && (ctx->backward_ref_surface)) {
1169 if (ctx->backward_ref_surface) {
1171 ctx->forward_ref_surface = ctx->backward_ref_surface;
1173 ctx->backward_ref_surface = ctx->forward_ref_surface;
1176 if (NULL == ctx->backward_ref_surface) {
1177 ctx->backward_ref_surface
[all...]
H A Dpsb_MPEG2.c483 object_surface_p backward_ref_surface; member in struct:context_MPEG2_s
719 ctx->backward_ref_surface = NULL;
724 ctx->backward_ref_surface = NULL;
732 ctx->backward_ref_surface = SURFACE(ctx->pic_params->backward_reference_picture);
734 (NULL == ctx->backward_ref_surface)) {
1036 psb_cmdbuf_rendec_write_address(cmdbuf, &ctx->backward_ref_surface->psb_surface->buf, ctx->backward_ref_surface->psb_surface->buf.buffer_ofs);
1039 psb_cmdbuf_rendec_write_address(cmdbuf, &ctx->backward_ref_surface->psb_surface->buf, ctx->backward_ref_surface->psb_surface->buf.buffer_ofs + ctx->backward_ref_surface
[all...]
H A Dpsb_VC1.c762 ctx->backward_ref_surface = NULL;
767 ctx->backward_ref_surface = SURFACE(pic_params->backward_reference_picture);
775 if (NULL == ctx->backward_ref_surface) {
777 ctx->backward_ref_surface = ctx->decoded_surface;
784 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Backwrd ref = %08x ID = %08x\n", ctx->backward_ref_surface ? ctx->backward_ref_surface->psb_surface : 0, pic_params->backward_reference_picture);
2107 if (ctx->backward_ref_surface) {
2108 psb_cmdbuf_rendec_write_address(cmdbuf, &ctx->backward_ref_surface->psb_surface->buf, ctx->backward_ref_surface->psb_surface->buf.buffer_ofs);
2109 psb_cmdbuf_rendec_write_address(cmdbuf, &ctx->backward_ref_surface
[all...]
H A Dpsb_H264.c116 object_surface_p backward_ref_surface; member in struct:context_H264_s
/hardware/intel/img/psb_video/src/
H A Dpnw_MPEG4.c1108 object_surface_p backward_ref_surface; member in struct:context_MPEG4_s
1410 ctx->backward_ref_surface = NULL;
1418 ctx->backward_ref_surface = NULL;
1432 ctx->backward_ref_surface = SURFACE(ctx->pic_params->backward_reference_picture);
1434 (NULL == ctx->backward_ref_surface)) {
1439 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Backward ref = %08x (%08x)\n", ctx->backward_ref_surface->psb_surface, ctx->pic_params->backward_reference_picture);
1444 ctx->backward_ref_surface = SURFACE(ctx->pic_params->backward_reference_picture);
1447 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Backward ref = %08x (%08x)\n", ctx->backward_ref_surface ? ctx->backward_ref_surface->psb_surface : 0, ctx->pic_params->backward_reference_picture);
1459 if (NULL == ctx->backward_ref_surface) {
[all...]
H A Dpnw_MPEG2.c484 object_surface_p backward_ref_surface; member in struct:context_MPEG2_s
693 ctx->backward_ref_surface = NULL;
698 ctx->backward_ref_surface = NULL;
706 ctx->backward_ref_surface = SURFACE(ctx->pic_params->backward_reference_picture);
708 (NULL == ctx->backward_ref_surface)) {
959 psb_cmdbuf_rendec_write_address(cmdbuf, &ctx->backward_ref_surface->psb_surface->buf, ctx->backward_ref_surface->psb_surface->buf.buffer_ofs);
962 psb_cmdbuf_rendec_write_address(cmdbuf, &ctx->backward_ref_surface->psb_surface->buf, ctx->backward_ref_surface->psb_surface->buf.buffer_ofs + ctx->backward_ref_surface
[all...]
H A Dpnw_VC1.c768 ctx->backward_ref_surface = NULL;
773 ctx->backward_ref_surface = SURFACE(pic_params->backward_reference_picture);
779 if (ctx->backward_ref_surface)
780 ctx->backward_ref_fcm = GET_SURFACE_INFO_picture_coding_type(ctx->backward_ref_surface->psb_surface);
787 if (NULL == ctx->backward_ref_surface) {
789 ctx->backward_ref_surface = ctx->decoded_surface;
796 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Backwrd ref = %08x ID = %08x\n", ctx->backward_ref_surface ? ctx->backward_ref_surface->psb_surface : 0, pic_params->backward_reference_picture);
2067 if (ctx->backward_ref_surface) {
2068 psb_cmdbuf_rendec_write_address(cmdbuf, &ctx->backward_ref_surface
[all...]
H A Dvc1_header.h206 object_surface_p backward_ref_surface; member in struct:context_VC1_s
H A Dpnw_H264.c131 object_surface_p backward_ref_surface; member in struct:context_H264_s

Completed in 40 milliseconds