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/TLibDecoder/TDecCAVLC.cpp

    r1200 r1225  
    27832783    }
    27842784
    2785 #if H_3D_IC
     2785#if NH_3D_IC
    27862786    else if(    pcSlice->getViewIndex() && ( pcSlice->getSliceType() == P_SLICE || pcSlice->getSliceType() == B_SLICE )
    27872787             && !pcSlice->getIsDepth() && vps->getNumRefListLayers( layerId ) > 0
     
    27962796      if ( uiCodeTmp )
    27972797      {
    2798         READ_FLAG ( uiCodeTmp, "ic_skip_mergeidx0" );
     2798        READ_FLAG ( uiCodeTmp, "slice_ic_disabled_merge_zero_idx_flag" );
    27992799        pcSlice->setIcSkipParseFlag( uiCodeTmp );
    28002800      }
     
    33823382}
    33833383#endif
    3384 #if H_3D_IC
     3384#if NH_3D_IC
    33853385Void TDecCavlc::parseICFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth )
    33863386{
Note: See TracChangeset for help on using the changeset viewer.