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/TLibCommon/TComDataCU.h

    r1213 r1225  
    179179  UChar*        m_puhARPW;
    180180#endif
    181 #if H_3D_IC
     181#if NH_3D_IC
    182182  Bool*         m_pbICFlag;           ///< array of IC flags
    183183#endif
     
    536536  Double        getARPWFactor      ( UInt uiIdx );
    537537#endif
    538 #if H_3D_IC
     538#if NH_3D_IC
    539539  Bool*         getICFlag          ()                        { return m_pbICFlag;               }
    540540  Bool          getICFlag          ( UInt uiIdx )            { return m_pbICFlag[uiIdx];        }
     
    705705  Bool          isBipredRestriction( UInt puIdx );
    706706
    707 #if H_3D_IC
    708   Bool          isIC      ( UInt uiPartIdx );
    709 #endif
    710 
    711707  // -------------------------------------------------------------------------------------------------------------------
    712708  // member functions for symbol prediction (most probable / mode conversion)
Note: See TracChangeset for help on using the changeset viewer.