Searched defs:coded_picture_height (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_MPEG2.c486 uint32_t coded_picture_height; /* in pixels */ member in struct:context_MPEG2_s
751 ctx->coded_picture_height = ctx->picture_height_mb * 16;
759 * Both coded_picture_height or vertical_size can be used for DISPLAY_SIZE and both give correct results,
760 * however Vista driver / test app uses the aligned value that's in coded_picture_height so we do too.
761 * See e.g. low4.m2v for an example clip where vertical_size will differ from coded_picture_height
767 REGIO_WRITE_FIELD_LITE(ctx->display_picture_size, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, ctx->coded_picture_height - 1);
773 REGIO_WRITE_FIELD_LITE(ctx->coded_picture_size, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, ctx->coded_picture_height - 1);
H A Dpsb_MPEG2MC.c110 uint32_t coded_picture_height; member in struct:context_MPEG2MC_s
1184 ctx->coded_picture_height = ctx->pic_params->vertical_size;
1187 ctx->picture_height_mb = (ctx->coded_picture_height + 15) / 16;
1190 ctx->picture_height_mb = ((ctx->coded_picture_height + 31) / 32);
1192 ctx->picture_height_mb = 2 * ((ctx->coded_picture_height + 31) / 32);
1201 DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, ctx->coded_picture_height - 1);
1207 CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, ctx->coded_picture_height - 1);
H A Dpsb_MPEG4.c289 uint32_t coded_picture_height; /* in pixels */ member in struct:context_MPEG4_s
665 ctx->coded_picture_height = ctx->picture_height_mb * 16;
1014 REGIO_WRITE_FIELD_LITE(cmd, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, ctx->coded_picture_height - 1);
1020 REGIO_WRITE_FIELD_LITE(cmd, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, ctx->coded_picture_height - 1);
H A Dpsb_H264.c119 uint32_t coded_picture_height; /* in pixels */ member in struct:context_H264_s
/hardware/intel/img/psb_video/src/
H A Dpnw_MPEG2.c497 uint32_t coded_picture_height; /* in pixels */ member in struct:context_MPEG2_s
768 ctx->coded_picture_height = ctx->picture_height_mb * 16;
772 obj_surface->share_info->coded_height = ctx->coded_picture_height;
781 * Both coded_picture_height or vertical_size can be used for DISPLAY_SIZE and both give correct results,
782 * however Vista driver / test app uses the aligned value that's in coded_picture_height so we do too.
783 * See e.g. low4.m2v for an example clip where vertical_size will differ from coded_picture_height
789 REGIO_WRITE_FIELD_LITE(ctx->display_picture_size, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, ctx->coded_picture_height - 1);
795 REGIO_WRITE_FIELD_LITE(ctx->coded_picture_size, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, ctx->coded_picture_height - 1);
H A Dpnw_MPEG4.c1114 uint32_t coded_picture_height; /* in pixels */ member in struct:context_MPEG4_s
1469 ctx->coded_picture_height = ctx->picture_height_mb * 16;
1474 obj_surface->share_info->coded_height = ctx->coded_picture_height;
1772 REGIO_WRITE_FIELD_LITE(cmd, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, ctx->coded_picture_height - 1);
1778 REGIO_WRITE_FIELD_LITE(cmd, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, ctx->coded_picture_height - 1);
H A Dtng_jpegdec.c178 uint32_t coded_picture_height; /* in pixels */ member in struct:context_JPEG_s
585 ctx->coded_picture_height = ( ctx->display_picture_height + 7 ) & ( ~7 );
598 ctx->MCU_height = (ctx->coded_picture_height + (8 * ctx->max_scalingV) - 1) / (8 * ctx->max_scalingV);
601 ctx->picture_height_mb = (ctx->coded_picture_height + 15) / 16;
892 ctx->coded_picture_height - 1);
954 ctx->coded_picture_height - 1);
H A Dpnw_H264.c134 uint32_t coded_picture_height; /* in pixels */ member in struct:context_H264_s
H A Dvc1_header.h212 uint32_t coded_picture_height; /* in pixels */ member in struct:context_VC1_s

Completed in 95 milliseconds