Changeset 34 in 3DVCSoftware for branches/0.3-nokia/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 18 Mar 2012, 10:42:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-nokia/source/Lib/TLibCommon/TComSlice.h
r21 r34 134 134 Bool m_bUseDMM; 135 135 #endif 136 #if HHI_DMM_PRED_TEX && FLEX_CODING_ORDER 137 Bool m_bUseDMM34; 138 #endif 136 139 137 140 #if DEPTH_MAP_GENERATION … … 230 233 Void setUseDMM( Bool b ) { m_bUseDMM = b; } 231 234 #endif 232 235 #if HHI_DMM_PRED_TEX && FLEX_CODING_ORDER 236 Bool getUseDMM34() { return m_bUseDMM34; } 237 Void setUseDMM34( Bool b ) { m_bUseDMM34 = b; } 238 #endif 233 239 234 240 #if DCM_COMB_LIST
Note: See TracChangeset for help on using the changeset viewer.