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


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
Files:
6 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       ();
  • branches/HTM-DEV-0.1-dev/source/Lib/TLibDecoder/TDecTop.h

    r364 r366  
    140140#endif
    141141 
    142 
    143142#if H_MV   
    144143  TComPic*                getPic                ( Int poc );
     
    156155#endif
    157156#endif
    158  
    159157protected:
    160158  Void  xGetNewPicBuffer  (TComSlice* pcSlice, TComPic*& rpcPic);
  • branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r362 r366  
    654654  }
    655655#endif
    656 
    657656#if H_MV
    658657  WRITE_FLAG( 1,                                             "vps_extension_flag" );
  • branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r364 r366  
    358358// Public member functions
    359359// ====================================================================================================================
    360 
    361360#if H_MV
    362361Void TEncGOP::initGOP( Int iPOCLast, Int iNumPicRcvd, TComList<TComPic*>& rcListPic, TComList<TComPicYuv*>& rcListPicYuvRecOut, std::list<AccessUnit>& accessUnitsInGOP)
     
    366365}
    367366#endif
    368 
    369367#if H_MV
    370368Void TEncGOP::compressPicInGOP( Int iPOCLast, Int iNumPicRcvd, TComList<TComPic*>& rcListPic, TComList<TComPicYuv*>& rcListPicYuvRecOut, std::list<AccessUnit>& accessUnitsInGOP, Int iGOPid)
     
    17121710      pcPic->compressMotion();
    17131711#endif
    1714 
    17151712#if H_MV
    17161713      m_pocLastCoded = pcPic->getPOC();
    17171714#endif
    1718 
    17191715      //-- For time output for each slice
    17201716      Double dEncTime = (Double)(clock()-iBeforeTime) / CLOCKS_PER_SEC;
  • branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncTop.cpp

    r365 r366  
    10061006  }
    10071007#endif
     1008
    10081009}
    10091010
     
    11191120  }
    11201121}
    1121 
    11221122#if H_MV
    11231123Void TEncTop::printSummary( Int numAllPicCoded )
     
    11821182}
    11831183#endif
    1184 
    11851184//! \}
Note: See TracChangeset for help on using the changeset viewer.