/hardware/intel/img/psb_video/src/mrst/ |
psb_MPEG2MC.c | 110 uint32_t coded_picture_height; member in struct:context_MPEG2MC_s [all...] |
psb_MPEG2.c | 486 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); [all...] |
psb_MPEG4.c | 289 uint32_t coded_picture_height; /* in pixels */ member in struct:context_MPEG4_s [all...] |
psb_VC1.c | 793 ctx->coded_picture_height = ctx->picture_height_mb * 16; 796 ctx->coded_picture_height = ctx->picture_height_mb * 16 * 2; [all...] |
psb_H264.c | 119 uint32_t coded_picture_height; /* in pixels */ member in struct:context_H264_s [all...] |
/hardware/intel/img/psb_video/src/ |
tng_jpegdec.c | 178 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; [all...] |
vc1_header.h | 212 uint32_t coded_picture_height; /* in pixels */ member in struct:context_VC1_s
|
pnw_MPEG2.c | 497 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); [all...] |
pnw_MPEG4.c | 1114 uint32_t coded_picture_height; /* in pixels */ member in struct:context_MPEG4_s [all...] |
pnw_VC1.c | 805 ctx->coded_picture_height = ctx->picture_height_mb * 16; 808 ctx->coded_picture_height = ctx->picture_height_mb * 16 * 2; 813 obj_surface->share_info->coded_height = ctx->coded_picture_height; [all...] |
pnw_H264.c | 134 uint32_t coded_picture_height; /* in pixels */ member in struct:context_H264_s [all...] |