Home
last modified time | relevance | path

Searched defs:CommonTileParams (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/
H A Dav1_common_int.h434 typedef struct CommonTileParams { struct
435 int cols; /*!< number of tile columns that frame is divided into */
436 int rows; /*!< number of tile rows that frame is divided into */
437 int max_width_sb; /*!< maximum tile width in superblock units. */
438 int max_height_sb; /*!< maximum tile height in superblock units. */
443 int min_inner_width;
450 int uniform_spacing;
456 int log2_cols; /*!< log2 of 'cols'. */
457 int log2_rows; /*!< log2 of 'rows'. */
458 int width; /*!< tile width in MI units */
[all …]