Ignore:
Timestamp:
15 Jul 2015, 14:57:32 (9 years ago)
Author:
tech
Message:

Merged 14.1-update-dev2@1277.

Location:
branches/HTM-14.1-update-dev1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev1

  • branches/HTM-14.1-update-dev1/source/Lib/TLibEncoder/TEncSlice.cpp

    r1200 r1279  
    226226  rpcSlice->setPicOutputFlag( true );
    227227  rpcSlice->setPOC( pocCurr );
    228 #if H_3D_IC
     228#if NH_3D_IC
    229229  rpcSlice->setApplyIC( false );
    230230#endif
     
    567567  rpcSlice->setSliceSegmentMode     ( m_pcCfg->getSliceSegmentMode()     );
    568568  rpcSlice->setSliceSegmentArgument ( m_pcCfg->getSliceSegmentArgument() );
    569 #if H_3D_IV_MERGE
     569#if NH_3D_IV_MERGE
    570570#else
    571571  rpcSlice->setMaxNumMergeCand        ( m_pcCfg->getMaxNumMergeCand()        );
     
    823823#endif
    824824
    825 #if H_3D_IC
    826   if ( pcEncTop->getViewIndex() && pcEncTop->getUseIC() &&
     825#if NH_3D_IC
     826  if ( m_pcCfg->getViewIndex() && m_pcCfg->getUseIC() &&
    827827       !( ( pcSlice->getSliceType() == P_SLICE && pcSlice->getPPS()->getUseWP() ) || ( pcSlice->getSliceType() == B_SLICE && pcSlice->getPPS()->getWPBiPred() ) )
    828828     )
    829829  {
    830     pcSlice ->xSetApplyIC(pcEncTop->getUseICLowLatencyEnc());
     830    pcSlice ->xSetApplyIC(m_pcCfg->getUseICLowLatencyEnc());
    831831    if ( pcSlice->getApplyIC() )
    832832    {
     
    11211121  g_bJustDoIt = g_bEncDecTraceEnable;
    11221122#endif
     1123#if H_MV_ENC_DEC_TRAC
     1124#if ENC_DEC_TRACE
     1125  incSymbolCounter();
     1126#endif
     1127  DTRACE_CABAC_VL( g_nSymbolCounter );
     1128#else
    11231129  DTRACE_CABAC_VL( g_nSymbolCounter++ );
     1130#endif
    11241131  DTRACE_CABAC_T( "\tPOC: " );
    11251132  DTRACE_CABAC_V( pcPic->getPOC() );
     
    11941201    }
    11951202
    1196 #if H_3D_QTLPC
    1197     rpcPic->setReduceBitsFlag(true);
     1203#if NH_3D_QTLPC
     1204    pcPic->setReduceBitsFlag(true);
    11981205#endif
    11991206    if ( pcSlice->getSPS()->getUseSAO() )
     
    12661273      }
    12671274    }
    1268 #if H_3D_QTLPC
    1269     rpcPic->setReduceBitsFlag(false);
     1275#if NH_3D_QTLPC
     1276    pcPic->setReduceBitsFlag(false);
    12701277#endif
    12711278  } // CTU-loop
Note: See TracChangeset for help on using the changeset viewer.