Searched defs:TileInfo (Results 1 – 5 of 5) sorted by relevance
31 struct TileInfo { struct33 unsigned NumRows;36 unsigned NumColumns;40 unsigned NumInner;66 TileInfo(unsigned NumRows, unsigned NumColumns, unsigned NumInner, in TileInfo() argument
20 typedef struct TileInfo { struct23 } TileInfo; argument
27 typedef struct TileInfo { struct32 } TileInfo; argument
301 struct TileInfo { struct302 bool uniform_spacing;303 int sb_rows;304 int sb_columns;305 int tile_count;306 int tile_columns_log2;307 int tile_columns;308 int tile_column_start[kMaxTileColumns + 1];311 int tile_column_width_in_superblocks[kMaxTileColumns + 1];312 int tile_rows_log2;[all …]
214 } TileInfo; typedef