Ignore:
Timestamp:
22 May 2015, 05:38:04 (9 years ago)
Author:
sharpjp-htm
Message:

Migration of illumination compensation(NH_3D_IC) and small fix(H_MV_ENC_DEC_TRAC_FIX)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev2-Sharp/source/Lib/TLibEncoder/TEncCavlc.cpp

    r1200 r1225  
    21822182      xCodePredWeightTable( pcSlice );
    21832183    }
    2184 #if H_3D_IC
     2184#if NH_3D_IC
    21852185    else if( pcSlice->getViewIndex() && ( pcSlice->getSliceType() == P_SLICE || pcSlice->getSliceType() == B_SLICE )
    21862186      && !pcSlice->getIsDepth() && vps->getNumRefListLayers( layerId ) > 0
     
    21912191      if( pcSlice->getApplyIC() )
    21922192      {
    2193         WRITE_FLAG( pcSlice->getIcSkipParseFlag() ? 1 : 0, "ic_skip_mergeidx0" );
     2193        WRITE_FLAG( pcSlice->getIcSkipParseFlag() ? 1 : 0, "slice_ic_disabled_merge_zero_idx_flag" );
    21942194      }
    21952195    }
     
    25852585#endif
    25862586
    2587 #if H_3D_IC
     2587#if NH_3D_IC
    25882588Void TEncCavlc::codeICFlag( TComDataCU* pcCU, UInt uiAbsPartIdx )
    25892589{
Note: See TracChangeset for help on using the changeset viewer.