Ignore:
Timestamp:
16 Jun 2013, 05:33:39 (11 years ago)
Author:
lg
Message:

1.IC and full pel depth coding are integrated and is guarded by Macro H_3D_IC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2a/source/Lib/TLibCommon/TComSlice.h

    r464 r468  
    15021502#endif
    15031503#endif
     1504#if H_3D_IC
     1505  Bool      m_bApplyIC;
     1506  Bool      m_icSkipParseFlag;
     1507#endif
     1508
    15041509public:
    15051510  TComSlice();
     
    15821587  Bool      getRefPicListCombinationFlag()                      {return m_bRefPicListCombinationFlag;}
    15831588  Void      setRefPicListCombinationFlag(Bool bflag)            {m_bRefPicListCombinationFlag=bflag;}   
     1589#endif
     1590#if H_3D_IC
     1591  Void      setApplyIC( Bool b )                                { m_bApplyIC = b; }
     1592  Bool      getApplyIC()                                        { return m_bApplyIC; }
     1593  Void      xSetApplyIC();
     1594  Void      setIcSkipParseFlag( Bool b )                        { m_icSkipParseFlag = b; }
     1595  Bool      getIcSkipParseFlag()                                { return m_icSkipParseFlag; }
    15841596#endif
    15851597  Void      setReferenced(Bool b)                               { m_bRefenced = b; }
Note: See TracChangeset for help on using the changeset viewer.