Changeset 324 in SHVCSoftware for branches/SHM-3.0-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
3 Aug 2013, 12:30:39 (11 years ago)
Author:
seregin
Message:

remove alternative collocated picture signalling (JCTVC-N0107)

Location:
branches/SHM-3.0-dev/source/Lib/TLibCommon
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.0-dev/source/Lib/TLibCommon/TComDataCU.cpp

    r321 r324  
    33763376
    33773377  // use coldir.
    3378 #if M0457_COL_PICTURE_SIGNALING
     3378#if M0457_COL_PICTURE_SIGNALING && !REMOVE_COL_PICTURE_SIGNALING
    33793379  TComPic *pColPic;
    33803380  if (m_layerId > 0 && getSlice()->getAltColIndicationFlag())
  • branches/SHM-3.0-dev/source/Lib/TLibCommon/TComSlice.cpp

    r323 r324  
    124124  m_numILRRefIdx = 0;
    125125#endif
    126 #if M0457_COL_PICTURE_SIGNALING
     126#if M0457_COL_PICTURE_SIGNALING && !REMOVE_COL_PICTURE_SIGNALING
    127127  m_altColIndicationFlag = false;
    128128  m_colRefLayerIdx       = 0;
  • branches/SHM-3.0-dev/source/Lib/TLibCommon/TComSlice.h

    r313 r324  
    17781778  Void      setMFMEnabledFlag(Bool flag)                { m_bMFMEnabledFlag = flag; }
    17791779  Bool      getMFMEnabledFlag()                         { return m_bMFMEnabledFlag; }
     1780#if !REMOVE_COL_PICTURE_SIGNALING
    17801781  Void      setColRefLayerIdx(Int i)                    { m_colRefLayerIdx = i;     }
    17811782  Int       getColRefLayerIdx()                         { return m_colRefLayerIdx;  }
     
    17841785  Void      setMotionPredIlp(TComPic *ilpPic)           { m_pcIlpPic = ilpPic; }
    17851786  TComPic*  getMotionPredIlp()                          { return m_pcIlpPic; }
     1787#endif
    17861788#endif
    17871789#endif
  • branches/SHM-3.0-dev/source/Lib/TLibCommon/TypeDef.h

    r323 r324  
    103103#endif
    104104#if REF_IDX_MFM
     105#define REMOVE_COL_PICTURE_SIGNALING     1     ///< JCTVC-N0107 remove alternative collocated picture signalling
    105106#define M0457_COL_PICTURE_SIGNALING      1
    106107#endif
Note: See TracChangeset for help on using the changeset viewer.