Home
last modified time | relevance | path

Searched refs:ec_target (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_VP8.c1474 ctx->obj_context->ec_target = NULL; in tng__VP8_choose_ec_frames()
1481 ctx->obj_context->ec_target = ctx->golden_ref_picture; in tng__VP8_choose_ec_frames()
1486 ctx->obj_context->ec_target = ctx->last_ref_picture; in tng__VP8_choose_ec_frames()
1490 if (!ctx->obj_context->ec_target) in tng__VP8_choose_ec_frames()
1492 ctx->obj_context->ec_target = ctx->obj_context->ec_candidate; in tng__VP8_choose_ec_frames()
1495 if (!ctx->obj_context->ec_target) { in tng__VP8_choose_ec_frames()
1496 ctx->obj_context->ec_target = ctx->obj_context->current_render_target; in tng__VP8_choose_ec_frames()
1547 object_surface_p ec_target; in tng_VP8_EndPicture() local
1550 ec_target = ctx->obj_context->ec_target; in tng_VP8_EndPicture()
1555 if(ec_target) { in tng_VP8_EndPicture()
[all …]
Dpnw_MPEG4.c2061 ctx->obj_context->ec_target = NULL; in psb__MPEG4_choose_ec_frames()
2065 ctx->obj_context->ec_target = ctx->forward_ref_surface; in psb__MPEG4_choose_ec_frames()
2068 if (!ctx->obj_context->ec_target) in psb__MPEG4_choose_ec_frames()
2070 ctx->obj_context->ec_target = ctx->obj_context->ec_candidate; in psb__MPEG4_choose_ec_frames()
2077 if (!ctx->obj_context->ec_target) { in psb__MPEG4_choose_ec_frames()
2078 ctx->obj_context->ec_target = ctx->obj_context->current_render_target; in psb__MPEG4_choose_ec_frames()
2143 object_surface_p ec_target; in pnw_MPEG4_EndPicture() local
2146 ec_target = ctx->obj_context->ec_target; in pnw_MPEG4_EndPicture()
2150 if(ec_target) { in pnw_MPEG4_EndPicture()
2159 &ec_target->psb_surface->buf, in pnw_MPEG4_EndPicture()
[all …]
Dpnw_H264.c1682 ctx->obj_context->ec_target = NULL; in psb__H264_choose_ec_frames()
1687 ctx->obj_context->ec_target = ref_surface; in psb__H264_choose_ec_frames()
1690 if (!ctx->obj_context->ec_target) in psb__H264_choose_ec_frames()
1692 ctx->obj_context->ec_target = ctx->obj_context->ec_candidate; in psb__H264_choose_ec_frames()
1699 if (!ctx->obj_context->ec_target) { in psb__H264_choose_ec_frames()
1700 ctx->obj_context->ec_target = ctx->obj_context->current_render_target; in psb__H264_choose_ec_frames()
1849 object_surface_p ec_target; in pnw_H264_EndPicture() local
1852 ec_target = ctx->obj_context->ec_target; in pnw_H264_EndPicture()
1856 if(ec_target) { in pnw_H264_EndPicture()
1865 &ec_target->psb_surface->buf, in pnw_H264_EndPicture()
[all …]
Dpsb_drv_video.h392 object_surface_p ec_target; member
Dpsb_drv_video.c1096 obj_context->ec_target = NULL; in psb_CreateContext()
1698 obj_context->ec_target = NULL; in psb__destroy_context()