Changeset 366 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 3 May 2013, 16:53:39 (12 years ago)
- Location:
- branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r362 r366 654 654 } 655 655 #endif 656 657 656 #if H_MV 658 657 WRITE_FLAG( 1, "vps_extension_flag" ); -
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; -
branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncTop.cpp
r365 r366 1006 1006 } 1007 1007 #endif 1008 1008 1009 } 1009 1010 … … 1119 1120 } 1120 1121 } 1121 1122 1122 #if H_MV 1123 1123 Void TEncTop::printSummary( Int numAllPicCoded ) … … 1182 1182 } 1183 1183 #endif 1184 1185 1184 //! \}
Note: See TracChangeset for help on using the changeset viewer.