Changeset 1123 in 3DVCSoftware for branches/HTM-12.2-dev0/source/Lib/TLibEncoder/TEncSlice.cpp
- Timestamp:
- 8 Nov 2014, 22:14:15 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.2-dev0/source/Lib/TLibEncoder/TEncSlice.cpp
r1119 r1123 614 614 #if H_3D_IV_MERGE 615 615 #if HHI_TOOL_PARAMETERS_I2_J0107 616 #if ALGIN_J0107_J0059 617 rpcSlice->setMaxNumMergeCand ( m_pcCfg->getMaxNumMergeCand() + ( ( rpcSlice->getMpiFlag( ) || rpcSlice->getIvMvPredFlag( ) || rpcSlice->getViewSynthesisPredFlag( ) ) ? 1 : 0 )); 618 #else 616 619 rpcSlice->setMaxNumMergeCand ( m_pcCfg->getMaxNumMergeCand() + ( ( rpcSlice->getMpiFlag( ) || rpcSlice->getIvMvPredFlag( ) ) ? 1 : 0 )); 620 #endif 617 621 #else 618 622 if(rpcSlice->getIsDepth())
Note: See TracChangeset for help on using the changeset viewer.