Changeset 468 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2a/source/Lib/TLibCommon/TComPattern.h
- Timestamp:
- 16 Jun 2013, 05:33:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2a/source/Lib/TLibCommon/TComPattern.h
r324 r468 99 99 TComPatternParam m_cPatternCb; 100 100 TComPatternParam m_cPatternCr; 101 101 #if H_3D_IC 102 Bool m_bICFlag; 103 #endif 102 104 static const UChar m_aucIntraFilter[5]; 103 105 … … 109 111 Int getROIYHeight() { return m_cPatternY.m_iROIHeight; } 110 112 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 111 118 112 119 // access functions of ADI buffers
Note: See TracChangeset for help on using the changeset viewer.