Changeset 369 in 3DVCSoftware


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

Further minor cleanups.

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  
    227227  Int lowestQP;
    228228  lowestQP =  - 6*(g_bitDepthY - 8); // XXX: check
     229
    229230#if H_MV
    230231  if ((m_iMaxDeltaQP == 0 ) && (m_iQP[layer] == lowestQP) && (m_useLossless == true))
  • 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.