Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_jpegdec.c177 uint32_t coded_picture_width; /* in pixels */ member
584 ctx->coded_picture_width = ( ctx->display_picture_width + 7 ) & ( ~7 ); in tng__JPEG_process_picture_param()
597 …ctx->MCU_width = (ctx->coded_picture_width + (8 * ctx->max_scalingH) - 1) / (8 * ctx->max_scalingH… in tng__JPEG_process_picture_param()
600 ctx->picture_width_mb = (ctx->coded_picture_width + 15) / 16; in tng__JPEG_process_picture_param()
902 ctx->coded_picture_width - 1 ); in tng__JPEG_set_register()
959 …LD(reg_value, MSVDX_VEC_JPEG, CR_VEC_JPEG_BE_WIDTH, BE_WIDTH_MINUS1, ctx->coded_picture_width - 1); in tng__JPEG_set_register()
Dvc1_header.h211 uint32_t coded_picture_width; /* in pixels */ member
Dpnw_MPEG2.c496 uint32_t coded_picture_width; /* in pixels */ member
767 ctx->coded_picture_width = ctx->picture_width_mb * 16; in psb__MPEG2_process_picture_param()
771 obj_surface->share_info->coded_width = ctx->coded_picture_width; in psb__MPEG2_process_picture_param()
790 …cture_size, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_WIDTH, ctx->coded_picture_width - 1); in psb__MPEG2_process_picture_param()
796 …d_picture_size, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_WIDTH, ctx->coded_picture_width - 1); in psb__MPEG2_process_picture_param()
Dpnw_VC1.c804 ctx->coded_picture_width = ctx->picture_width_mb * 16; in psb__VC1_process_picture_param()
812 obj_surface->share_info->coded_width = ctx->coded_picture_width; in psb__VC1_process_picture_param()
1917 …REGIO_WRITE_FIELD(cmd, VC1_RENDEC_CMD, VC1SEQUENCE00, PICTURE_WIDTH, (ctx->coded_picture_width - 1… in psb__VC1_send_rendec_params()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_MPEG2MC.c109 uint32_t coded_picture_width; member
1183 ctx->coded_picture_width = ctx->pic_params->horizontal_size; in psb__MPEG2MC_process_picture_param()
1203 … DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_WIDTH, ctx->coded_picture_width - 1); in psb__MPEG2MC_process_picture_param()
1209 CODED_PICTURE_SIZE, CODED_PICTURE_WIDTH, ctx->coded_picture_width - 1); in psb__MPEG2MC_process_picture_param()
Dpsb_MPEG2.c485 uint32_t coded_picture_width; /* in pixels */ member
750 ctx->coded_picture_width = ctx->picture_width_mb * 16; in psb__MPEG2_process_picture_param()
768 …cture_size, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_WIDTH, ctx->coded_picture_width - 1); in psb__MPEG2_process_picture_param()
774 …d_picture_size, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_WIDTH, ctx->coded_picture_width - 1); in psb__MPEG2_process_picture_param()
Dpsb_MPEG4.c288 uint32_t coded_picture_width; /* in pixels */ member
664 ctx->coded_picture_width = ctx->picture_width_mb * 16; in psb__MPEG4_process_picture_param()
1015 …_LITE(cmd, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_WIDTH, ctx->coded_picture_width - 1); in psb__MPEG4_set_picture_params()
1021 …IELD_LITE(cmd, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_WIDTH, ctx->coded_picture_width - 1); in psb__MPEG4_set_picture_params()
Dpsb_VC1.c792 ctx->coded_picture_width = ctx->picture_width_mb * 16; in psb__VC1_process_picture_param()
1967 …REGIO_WRITE_FIELD(cmd, VC1_RENDEC_CMD, VC1SEQUENCE00, PICTURE_WIDTH, (ctx->coded_picture_width - 1… in psb__VC1_send_rendec_params()
Dpsb_H264.c118 uint32_t coded_picture_width; /* in pixels */ member