Changeset 366 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/Lib/TLibCommon
- Timestamp:
- 3 May 2013, 16:53:39 (12 years ago)
- Location:
- branches/HTM-DEV-0.1-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.1-dev/source/Lib/TLibCommon/TComSlice.cpp
r363 r366 1543 1543 } 1544 1544 #endif 1545 1546 1545 // ------------------------------------------------------------------------------------------------ 1547 1546 // Sequence parameter set (SPS) … … 2143 2142 } 2144 2143 #endif 2145 2146 2144 /** get scaling matrix from RefMatrixID 2147 2145 * \param sizeId size index -
branches/HTM-DEV-0.1-dev/source/Lib/TLibCommon/TComSlice.h
r364 r366 248 248 ProfileTierLevel* getGeneralPTL() { return &m_generalPTL; } 249 249 ProfileTierLevel* getSubLayerPTL(Int i) { return &m_subLayerPTL[i]; } 250 251 250 #if H_MV 252 251 Void copyLevelFrom( TComPTL* source ); … … 536 535 537 536 #endif 538 539 537 public: 540 538 TComVPS(); … … 596 594 TComPTL* getPTL() { return &m_pcPTL; } 597 595 #endif 598 599 596 #if SIGNAL_BITRATE_PICRATE_IN_VPS 600 597 TComBitRatePicRateInfo *getBitratePicrateInfo() { return &m_bitRatePicRateInfo; } … … 1585 1582 Void setRefPicList ( TComList<TComPic*>& rcListPic ); 1586 1583 #endif 1587 1588 1584 #endif 1589 1585 Void setRefPOCList ();
Note: See TracChangeset for help on using the changeset viewer.