Changeset 101 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComSlice.h


Ignore:
Timestamp:
10 Aug 2012, 17:56:17 (13 years ago)
Author:
tech
Message:
  • Added POZNAN_CABAC_INIT_FLAG_FIX bug
  • Fixed CTC cfg-file bug
  • Changed define name
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibCommon/TComSlice.h

    r100 r101  
    854854  Bool     m_cabacInitPresentFlag;
    855855  UInt     m_encCABACTableIdx;           // Used to transmit table selection across slices
     856#if POZNAN_CABAC_INIT_FLAG_FIX
     857  UInt     m_encPrevPOC;
     858#endif
    856859#endif
    857860#if DBL_CONTROL
     
    986989  Bool     getCabacInitPresentFlag()                { return m_cabacInitPresentFlag;    }
    987990  UInt     getEncCABACTableIdx()                    { return m_encCABACTableIdx;        }
     991#if POZNAN_CABAC_INIT_FLAG_FIX
     992  Void     setEncPrevPOC(UInt uiPOC)                { m_encPrevPOC = uiPOC;             }
     993  UInt     getEncPrevPOC()                          { return m_encPrevPOC;              }
     994#endif
    988995#endif
    989996#if DBL_CONTROL
Note: See TracChangeset for help on using the changeset viewer.