Lines Matching defs:CommonTileParams
427 typedef struct CommonTileParams { struct
428 int cols; /*!< number of tile columns that frame is divided into */
429 int rows; /*!< number of tile rows that frame is divided into */
430 int max_width_sb; /*!< maximum tile width in superblock units. */
431 int max_height_sb; /*!< maximum tile height in superblock units. */
436 int min_inner_width;
443 int uniform_spacing;
449 int log2_cols; /*!< log2 of 'cols'. */
450 int log2_rows; /*!< log2 of 'rows'. */
451 int width; /*!< tile width in MI units */
452 int height; /*!< tile height in MI units */
458 int min_log2_cols;
462 int min_log2_rows;
466 int max_log2_cols;
470 int max_log2_rows;
495 } CommonTileParams; typedef