Home | History | Annotate | Download | only in mrst

Lines Matching refs:vertical_size

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