Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/hevc/features/
H A Ddecode_hevc_tile_coding.h51 struct SliceTileInfo struct
53 uint16_t sliceTileX; //!< The tile index in horizontal which contains this slice
54 uint16_t sliceTileY; //!< The tile index in vertical which contains this slice
55 bool firstSliceOfTile; //!< First slice of the tile
56 bool lastSliceOfTile; //!< Last slice of the tile
58 uint16_t origCtbX; //!< Original slice start Ctb X index
59 uint16_t origCtbY; //!< Original slice start Ctb Y index
60 uint16_t numTiles; //!< Number of tiles in this slice
61 SubTileInfo* tileArrayBuf; //!< Sub tile buffer in this slice
62 uint16_t tileArraySize; //!< Allocation number for tileArrayBuf