Ignore:
Timestamp:
16 Jun 2013, 05:33:39 (11 years ago)
Author:
lg
Message:

1.IC and full pel depth coding are integrated and is guarded by Macro H_3D_IC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2a/source/Lib/TLibCommon/TComPattern.h

    r324 r468  
    9999  TComPatternParam  m_cPatternCb;
    100100  TComPatternParam  m_cPatternCr;
    101  
     101#if H_3D_IC
     102  Bool              m_bICFlag;
     103#endif
    102104  static const UChar m_aucIntraFilter[5];
    103105 
     
    109111  Int   getROIYHeight()           { return m_cPatternY.m_iROIHeight;      }
    110112  Int   getPatternLStride()       { return m_cPatternY.m_iPatternStride;  }
     113
     114#if H_3D_IC
     115  Bool  getICFlag()               { return m_bICFlag; }
     116  Void  setICFlag( Bool bICFlag ) { m_bICFlag = bICFlag; }
     117#endif
    111118
    112119  // access functions of ADI buffers
Note: See TracChangeset for help on using the changeset viewer.