Lines Matching defs:CommonModeInfoParams
504 typedef struct CommonModeInfoParams CommonModeInfoParams; typedef
508 struct CommonModeInfoParams { struct
513 int mb_rows;
518 int mb_cols;
523 int MBs;
529 int mi_rows;
534 int mi_cols;
542 MB_MODE_INFO *mi_alloc;
546 int mi_alloc_size;
550 int mi_alloc_stride;
557 BLOCK_SIZE mi_alloc_bsize;
566 MB_MODE_INFO **mi_grid_base;
592 void (*free_mi)(struct CommonModeInfoParams *mi_params); argument
597 void (*setup_mi)(struct CommonModeInfoParams *mi_params); argument
607 void (*set_mb_mi)(struct CommonModeInfoParams *mi_params, int width, argument