Searched defs:TileInfo (Results 1 – 3 of 3) sorted by relevance
20 typedef struct TileInfo { struct23 } TileInfo; argument
27 typedef struct TileInfo { struct32 } TileInfo; typedef
300 struct TileInfo { struct301 bool uniform_spacing;302 int sb_rows;303 int sb_columns;304 int tile_count;305 int tile_columns_log2;306 int tile_columns;307 int tile_column_start[kMaxTileColumns + 1];310 int tile_column_width_in_superblocks[kMaxTileColumns + 1];311 int tile_rows_log2;[all …]