Changeset 1123 in 3DVCSoftware for branches/HTM-12.2-dev0/source/Lib/TLibEncoder


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

Alignment of J0059 and J0107 (ALIGN_J0107_J0059).

Location:
branches/HTM-12.2-dev0/source/Lib/TLibEncoder
Files:
2 edited

Legend:

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

    r1119 r1123  
    21542154    {
    21552155#if H_3D_IV_MERGE
    2156 #if HHI_TOOL_PARAMETERS_I2_J0107
     2156#if HHI_TOOL_PARAMETERS_I2_J0107     
     2157#if ALGIN_J0107_J0059
     2158      WRITE_UVLC( ( ( pcSlice->getMpiFlag( ) || pcSlice->getIvMvPredFlag( ) || pcSlice->getViewSynthesisPredFlag( ) ) ? MRG_MAX_NUM_CANDS_MEM : MRG_MAX_NUM_CANDS ) - pcSlice->getMaxNumMergeCand(), "five_minus_max_num_merge_cand");
     2159#else
    21572160      WRITE_UVLC( ( ( pcSlice->getMpiFlag( ) || pcSlice->getIvMvPredFlag( ) ) ? MRG_MAX_NUM_CANDS_MEM : MRG_MAX_NUM_CANDS ) - pcSlice->getMaxNumMergeCand(), "five_minus_max_num_merge_cand");
     2161#endif
    21582162#else
    21592163      if(pcSlice->getIsDepth())
  • 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.