Ignore:
Timestamp:
3 May 2013, 17:17:05 (12 years ago)
Author:
tech
Message:

Further minor cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r368 r369  
    17131713      m_pocLastCoded = pcPic->getPOC();
    17141714#endif
     1715
    17151716      //-- For time output for each slice
    17161717      Double dEncTime = (Double)(clock()-iBeforeTime) / CLOCKS_PER_SEC;
     
    24352436         uibits );
    24362437#endif
    2437 
    2438 #endif
     2438#endif
     2439
    24392440  printf(" [Y %6.4lf dB    U %6.4lf dB    V %6.4lf dB]", dYPSNR, dUPSNR, dVPSNR );
    24402441  printf(" [ET %5.0f ]", dEncTime );
Note: See TracChangeset for help on using the changeset viewer.