Home | History | Annotate | Download | only in src

Lines Matching refs:vertical_size

762         ctx->picture_height_mb = (ctx->pic_params->vertical_size + 15) / 16;
764 ctx->picture_height_mb = (ctx->pic_params->vertical_size + 31) / 32;
781 * Both coded_picture_height or vertical_size can be used for DISPLAY_SIZE and both give correct results,
783 * See e.g. low4.m2v for an example clip where vertical_size will differ from coded_picture_height
786 REGIO_WRITE_FIELD_LITE(ctx->display_picture_size, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, ctx->pic_params->vertical_size - 1);