Ignore:
Timestamp:
8 Nov 2014, 22:14:15 (10 years ago)
Author:
tech
Message:

Alignment of J0059 and J0107 (ALIGN_J0107_J0059).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.2-dev0/source/Lib/TLibEncoder/TEncSlice.cpp

    r1119 r1123  
    614614#if H_3D_IV_MERGE
    615615#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
    616619  rpcSlice->setMaxNumMergeCand      ( m_pcCfg->getMaxNumMergeCand()   + ( ( rpcSlice->getMpiFlag( ) || rpcSlice->getIvMvPredFlag( ) ) ? 1 : 0 ));
     620#endif
    617621#else
    618622  if(rpcSlice->getIsDepth())
Note: See TracChangeset for help on using the changeset viewer.