Changeset 366 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/App
- Timestamp:
- 3 May 2013, 16:53:39 (12 years ago)
- 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 54 54 55 55 TAppDecTop::TAppDecTop() 56 57 56 #if !H_MV 58 57 : m_iPOCLastDisplay(-MAX_INT) -
branches/HTM-DEV-0.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r365 r366 1979 1979 printf("Input File : %s\n", m_pchInputFile ); 1980 1980 #endif 1981 1982 1981 printf("Bitstream File : %s\n", m_pchBitstreamFile ); 1983 1984 1982 #if H_MV 1985 1983 for( Int layer = 0; layer < m_numberOfLayers; layer++) … … 1990 1988 printf("Reconstruction File : %s\n", m_pchReconFile ); 1991 1989 #endif 1992 1993 1990 #if H_MV 1994 1991 xPrintParaVector( "ViewId", m_viewId ); 1995 1992 #endif 1996 1997 1993 #if H_3D 1998 1994 xPrintParaVector( "DepthFlag", m_depthFlag ); 1999 1995 #endif 2000 2001 1996 #if H_MV 2002 1997 xPrintParaVector( "QP" , m_fQP ); -
branches/HTM-DEV-0.1-dev/source/App/TAppEncoder/TAppEncTop.cpp
r365 r366 183 183 m_cTEncTop.setQP ( m_iQP ); 184 184 #endif 185 185 186 m_cTEncTop.setPad ( m_aiPad ); 187 186 188 #if H_MV 187 189 m_cTEncTop.setMaxTempLayer ( m_maxTempLayerMvc[layer] );
Note: See TracChangeset for help on using the changeset viewer.