Changeset 366 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
3 May 2013, 16:53:39 (12 years ago)
Author:
tech
Message:

Further minor cleanups.

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  
    15431543}
    15441544#endif
    1545 
    15461545// ------------------------------------------------------------------------------------------------
    15471546// Sequence parameter set (SPS)
     
    21432142}
    21442143#endif
    2145 
    21462144/** get scaling matrix from RefMatrixID
    21472145 * \param sizeId size index
  • branches/HTM-DEV-0.1-dev/source/Lib/TLibCommon/TComSlice.h

    r364 r366  
    248248  ProfileTierLevel* getGeneralPTL()  { return &m_generalPTL; }
    249249  ProfileTierLevel* getSubLayerPTL(Int i)  { return &m_subLayerPTL[i]; }
    250 
    251250#if H_MV
    252251  Void copyLevelFrom( TComPTL* source );
     
    536535
    537536#endif
    538 
    539537public:
    540538  TComVPS();
     
    596594  TComPTL* getPTL() { return &m_pcPTL; }
    597595#endif
    598 
    599596#if SIGNAL_BITRATE_PICRATE_IN_VPS
    600597  TComBitRatePicRateInfo *getBitratePicrateInfo() { return &m_bitRatePicRateInfo; }
     
    15851582  Void      setRefPicList       ( TComList<TComPic*>& rcListPic );
    15861583#endif
    1587 
    15881584#endif
    15891585  Void      setRefPOCList       ();
Note: See TracChangeset for help on using the changeset viewer.