Changeset 369 in 3DVCSoftware
- Timestamp:
- 3 May 2013, 17:17:05 (12 years ago)
- Location:
- branches/HTM-DEV-0.1-dev/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.1-dev/source/App/TAppEncoder/TAppEncTop.cpp
r368 r369 227 227 Int lowestQP; 228 228 lowestQP = - 6*(g_bitDepthY - 8); // XXX: check 229 229 230 #if H_MV 230 231 if ((m_iMaxDeltaQP == 0 ) && (m_iQP[layer] == lowestQP) && (m_useLossless == true)) -
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.