/hardware/intel/img/psb_video/src/ |
pnw_MPEG2.c | 487 uint32_t coded_picture_height; /* in pixels */ member in struct:context_MPEG2_s 725 ctx->coded_picture_height = ctx->picture_height_mb * 16; 729 obj_surface->share_info->coded_height = ctx->coded_picture_height; 738 * Both coded_picture_height or vertical_size can be used for DISPLAY_SIZE and both give correct results, 739 * however Vista driver / test app uses the aligned value that's in coded_picture_height so we do too. 740 * See e.g. low4.m2v for an example clip where vertical_size will differ from coded_picture_height 746 REGIO_WRITE_FIELD_LITE(ctx->display_picture_size, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, ctx->coded_picture_height - 1); 752 REGIO_WRITE_FIELD_LITE(ctx->coded_picture_size, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, ctx->coded_picture_height - 1); [all...] |
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...] |
pnw_MPEG4.c | 1114 uint32_t coded_picture_height; /* in pixels */ member in struct:context_MPEG4_s [all...] |
vc1_header.h | 212 uint32_t coded_picture_height; /* in pixels */ member in struct:context_VC1_s
|
tng_yuv_processor.c | 134 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, (ctx->coded_height) - 1);
|
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 | 132 uint32_t coded_picture_height; /* in pixels */ member in struct:context_H264_s [all...] |
tng_VP8.c | [all...] |
/hardware/intel/img/psb_video/src/mrst/ |
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_MPEG2MC.c | 110 uint32_t coded_picture_height; member in struct:context_MPEG2MC_s [all...] |
psb_MPEG4.c | 289 uint32_t coded_picture_height; /* in pixels */ member in struct:context_MPEG4_s [all...] |
psb_deblock.c | 583 REGIO_WRITE_FIELD_LITE(Cmd, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, (FrameHeightInMbs * 16) - 1);
|
psb_H264.c | 119 uint32_t coded_picture_height; /* in pixels */ member in struct:context_H264_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...] |
/hardware/intel/img/psb_video/src/hwdefs/ |
msvdx_cmds_io2.h | [all...] |