Ignore:
Timestamp:
18 Mar 2012, 10:42:07 (13 years ago)
Author:
nokia
Message:

FlexCO upload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.3-nokia/source/Lib/TLibCommon/TComSlice.h

    r21 r34  
    134134  Bool  m_bUseDMM;
    135135#endif
     136#if HHI_DMM_PRED_TEX && FLEX_CODING_ORDER
     137  Bool  m_bUseDMM34;
     138#endif
    136139
    137140#if DEPTH_MAP_GENERATION
     
    230233  Void setUseDMM( Bool b ) { m_bUseDMM = b;    }
    231234#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
    233239
    234240#if DCM_COMB_LIST
Note: See TracChangeset for help on using the changeset viewer.