Changeset 1001 in 3DVCSoftware for branches/HTM-11.2-dev3-Sharp/source/Lib/TLibCommon/TComWedgelet.h
- Timestamp:
- 18 Jul 2014, 06:18:17 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-11.2-dev3-Sharp/source/Lib/TLibCommon/TComWedgelet.h
r994 r1001 79 79 enum WedgeResolution 80 80 { 81 #if !SHARP_DMM1_I0110 81 82 DOUBLE_PEL, 83 #endif 82 84 FULL_PEL, 83 85 HALF_PEL … … 104 106 105 107 Bool* m_pbPattern; 108 #if SHARP_DMM1_I0110 109 Bool* m_pbScaledPattern; 110 #endif 106 111 107 112 Void xGenerateWedgePattern(); … … 129 134 Bool getIsCoarse() { return m_bIsCoarse; } 130 135 UInt getAng () { return m_uiAng; } 136 #if SHARP_DMM1_I0110 137 Bool* getScaledPattern(UInt uiWidth); 138 #endif 131 139 132 140 Void setWedgelet( UChar uhXs, UChar uhYs, UChar uhXe, UChar uhYe, UChar uhOri, WedgeResolution eWedgeRes, Bool bIsCoarse = false );
Note: See TracChangeset for help on using the changeset viewer.