Changeset 151 in SHVCSoftware for branches/SHM-2.0-dev/source/Lib/TLibEncoder
- Timestamp:
- 4 May 2013, 01:05:56 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/Lib/TLibEncoder/TEncTop.cpp
r150 r151 514 514 } 515 515 } 516 #endif 516 517 517 518 #if SVC_UPSAMPLING … … 521 522 pcEPic->create( m_iSourceWidth, m_iSourceHeight, g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, m_cPPS.getMaxCuDQPDepth()+1 , 522 523 m_conformanceWindow, m_defaultDisplayWindow, m_numReorderPics); 523 #endif524 524 #endif 525 525 rpcPic = pcEPic; … … 542 542 } 543 543 } 544 #endif 544 545 545 546 #if SVC_UPSAMPLING … … 549 550 rpcPic->create( m_iSourceWidth, m_iSourceHeight, g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, 550 551 m_conformanceWindow, m_defaultDisplayWindow, m_numReorderPics); 551 #endif552 552 #endif 553 553 }
Note: See TracChangeset for help on using the changeset viewer.