Changeset 366 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/App


Ignore:
Timestamp:
3 May 2013, 16:53:39 (12 years ago)
Author:
tech
Message:

Further minor cleanups.

Location:
branches/HTM-DEV-0.1-dev/source/App
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.1-dev/source/App/TAppDecoder/TAppDecTop.cpp

    r365 r366  
    5454
    5555TAppDecTop::TAppDecTop()
    56 
    5756#if !H_MV
    5857: m_iPOCLastDisplay(-MAX_INT)
  • branches/HTM-DEV-0.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp

    r365 r366  
    19791979  printf("Input          File          : %s\n", m_pchInputFile          );
    19801980#endif
    1981 
    19821981  printf("Bitstream      File          : %s\n", m_pchBitstreamFile      );
    1983 
    19841982#if H_MV
    19851983  for( Int layer = 0; layer < m_numberOfLayers; layer++)
     
    19901988  printf("Reconstruction File          : %s\n", m_pchReconFile          );
    19911989#endif
    1992 
    19931990#if H_MV
    19941991 xPrintParaVector( "ViewId", m_viewId );
    19951992#endif
    1996 
    19971993#if H_3D
    19981994 xPrintParaVector( "DepthFlag", m_depthFlag );
    19991995#endif
    2000 
    20011996#if H_MV 
    20021997  xPrintParaVector( "QP"               , m_fQP                );
  • branches/HTM-DEV-0.1-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r365 r366  
    183183  m_cTEncTop.setQP                           ( m_iQP );
    184184#endif
     185
    185186  m_cTEncTop.setPad                          ( m_aiPad );
     187
    186188#if H_MV
    187189  m_cTEncTop.setMaxTempLayer                 ( m_maxTempLayerMvc[layer] );
Note: See TracChangeset for help on using the changeset viewer.