Searched defs:TileInfo (Results 1 – 4 of 4) sorted by relevance
28 typedef struct TileInfo { struct33 } TileInfo; typedef
20 typedef struct TileInfo { struct23 } TileInfo; argument
281 struct TileInfo { struct282 bool uniform_spacing;283 int sb_rows;284 int sb_columns;285 int tile_count;286 int tile_columns_log2;287 int tile_columns;288 int tile_column_start[kMaxTileColumns + 1];291 int tile_column_width_in_superblocks[kMaxTileColumns + 1];292 int tile_rows_log2;[all …]
214 } TileInfo; typedef