Lines Matching defs:CommonModeInfoParams
497 typedef struct CommonModeInfoParams CommonModeInfoParams; typedef
501 struct CommonModeInfoParams { struct
506 int mb_rows;
511 int mb_cols;
516 int MBs;
522 int mi_rows;
527 int mi_cols;
535 MB_MODE_INFO *mi_alloc;
539 int mi_alloc_size;
543 int mi_alloc_stride;
550 BLOCK_SIZE mi_alloc_bsize;
559 MB_MODE_INFO **mi_grid_base;
585 void (*free_mi)(struct CommonModeInfoParams *mi_params); argument
590 void (*setup_mi)(struct CommonModeInfoParams *mi_params); argument
600 void (*set_mb_mi)(struct CommonModeInfoParams *mi_params, int width, argument