Ignore:
Timestamp:
22 Apr 2014, 17:08:54 (10 years ago)
Author:
tech
Message:

Merged 10.2-dev3-HiSilicon@928.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.2-dev0/source/Lib/TLibCommon/TComDataCU.h

    r936 r939  
    195195  Bool*         m_pbSDCFlag;
    196196  Pel*          m_apSegmentDCOffset[2];
     197#if HS_DMM_SDC_PREDICTOR_UNIFY_H0108
     198  Pel          m_apDmmPredictor[2];
     199#endif
    197200#endif
    198201#endif
     
    580583  Pel           getSDCSegmentDCOffset( UInt uiSeg, UInt uiPartIdx ) { return m_apSegmentDCOffset[uiSeg][uiPartIdx]; }
    581584  Void          setSDCSegmentDCOffset( Pel pOffset, UInt uiSeg, UInt uiPartIdx) { m_apSegmentDCOffset[uiSeg][uiPartIdx] = pOffset; }
     585#if HS_DMM_SDC_PREDICTOR_UNIFY_H0108
     586  Void          setDmmPredictor ( Pel pOffset, UInt uiSeg) { m_apDmmPredictor[uiSeg] = pOffset; }
     587  Pel           getDmmPredictor ( UInt uiSeg) { return m_apDmmPredictor[uiSeg]; }
     588#endif
    582589  UInt          getCtxSDCFlag          ( UInt   uiAbsPartIdx );
    583590  UInt          getCtxAngleFlag        ( UInt   uiAbsPartIdx );
Note: See TracChangeset for help on using the changeset viewer.