Searched defs:SliceTileInfo (Results 1 – 1 of 1) sorted by relevance
51 struct SliceTileInfo struct53 uint16_t sliceTileX; //!< The tile index in horizontal which contains this slice54 uint16_t sliceTileY; //!< The tile index in vertical which contains this slice55 bool firstSliceOfTile; //!< First slice of the tile56 bool lastSliceOfTile; //!< Last slice of the tile58 uint16_t origCtbX; //!< Original slice start Ctb X index59 uint16_t origCtbY; //!< Original slice start Ctb Y index60 uint16_t numTiles; //!< Number of tiles in this slice61 SubTileInfo* tileArrayBuf; //!< Sub tile buffer in this slice62 uint16_t tileArraySize; //!< Allocation number for tileArrayBuf