Searched defs:SliceDescriptor (Results 1 – 4 of 4) sorted by relevance
99 struct SliceDescriptor struct101 int32_t m_numCtusInCurrSlice; //!< number of CTUs in current slice104 … m_tileIdx; //!< tile index corresponding to the first CTU in the slice105 … //!< number of slices in current tile for the special case of multiple slices inside a single tile106 int16_t m_sliceWidthInTiles; //!< slice width in units of tiles107 int16_t m_sliceHeightInTiles; //!< slice height in units of tiles108 … //!< slice height in units of CTUs for the special case of multiple slices inside a single tile111 uint32_t m_sliceStartCtbx;112 uint32_t m_sliceStartCtby;113 uint16_t m_subPicIdx;[all …]
1195 struct SliceDescriptor : BaseDescriptor struct1197 SliceDescriptor(const std::vector<unsigned int>& begin, const std::vector<unsigned int>& size) in SliceDescriptor() function1202 SliceDescriptor() : SliceDescriptor({}, {}) in SliceDescriptor() argument1205 bool operator ==(const SliceDescriptor& rhs) const in operator ==()1211 std::vector<unsigned int> m_Begin;1214 std::vector<unsigned int> m_Size;
887 struct SliceDescriptor struct895 bool operator ==(const SliceDescriptor& rhs) const; argument
560 const SliceDescriptor&, // descriptor in IsSliceSupported()