Changeset 366 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp
- Timestamp:
- 3 May 2013, 16:53:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r364 r366 358 358 // Public member functions 359 359 // ==================================================================================================================== 360 361 360 #if H_MV 362 361 Void TEncGOP::initGOP( Int iPOCLast, Int iNumPicRcvd, TComList<TComPic*>& rcListPic, TComList<TComPicYuv*>& rcListPicYuvRecOut, std::list<AccessUnit>& accessUnitsInGOP) … … 366 365 } 367 366 #endif 368 369 367 #if H_MV 370 368 Void TEncGOP::compressPicInGOP( Int iPOCLast, Int iNumPicRcvd, TComList<TComPic*>& rcListPic, TComList<TComPicYuv*>& rcListPicYuvRecOut, std::list<AccessUnit>& accessUnitsInGOP, Int iGOPid) … … 1712 1710 pcPic->compressMotion(); 1713 1711 #endif 1714 1715 1712 #if H_MV 1716 1713 m_pocLastCoded = pcPic->getPOC(); 1717 1714 #endif 1718 1719 1715 //-- For time output for each slice 1720 1716 Double dEncTime = (Double)(clock()-iBeforeTime) / CLOCKS_PER_SEC;
Note: See TracChangeset for help on using the changeset viewer.