Changeset 369 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 3 May 2013, 17:17:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r368 r369 1713 1713 m_pocLastCoded = pcPic->getPOC(); 1714 1714 #endif 1715 1715 1716 //-- For time output for each slice 1716 1717 Double dEncTime = (Double)(clock()-iBeforeTime) / CLOCKS_PER_SEC; … … 2435 2436 uibits ); 2436 2437 #endif 2437 2438 #endif 2438 #endif 2439 2439 2440 printf(" [Y %6.4lf dB U %6.4lf dB V %6.4lf dB]", dYPSNR, dUPSNR, dVPSNR ); 2440 2441 printf(" [ET %5.0f ]", dEncTime );
Note: See TracChangeset for help on using the changeset viewer.