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


Ignore:
Timestamp:
8 Jul 2015, 21:20:10 (10 years ago)
Author:
seregin
Message:

macro cleanup: MFM_ENCCONSTRAINT

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

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/SHM-dev/source/Lib/TLibCommon/TComPic.cpp

    r1117 r1208  
    353353#endif
    354354
    355 #if MFM_ENCCONSTRAINT
    356355Bool TComPic::checkSameRefInfo()
    357356{
     
    393392  return( bSameRefInfo ); 
    394393}
    395 #endif
    396394#endif //SVC_EXTENSION
    397395
  • TabularUnified branches/SHM-dev/source/Lib/TLibCommon/TComPic.h

    r1057 r1208  
    214214  Void          initUpsampledMvField  ();
    215215#endif
    216 #if MFM_ENCCONSTRAINT
    217216  Bool          checkSameRefInfo();
    218 #endif
    219217  Void          copyUpsampledPictureYuv(TComPicYuv*   pcPicYuvIn, TComPicYuv*   pcPicYuvOut);
    220218#if Q0048_CGS_3D_ASYMLUT
  • TabularUnified branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp

    r1207 r1208  
    37093709}
    37103710
    3711 #if MFM_ENCCONSTRAINT
    37123711TComPic* TComSlice::getBaseColPic(  TComList<TComPic*>& rcListPic )
    37133712{
    37143713  return xGetRefPic( rcListPic, m_iPOC );
    37153714}
    3716 #endif
    37173715
    37183716Void TComSlice::setILRPic(TComPic **pcIlpPic)
  • TabularUnified branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h

    r1207 r1208  
    22762276  TComPic*  getBaseColPic       (UInt refLayerIdc)                { return m_pcBaseColPic[refLayerIdc]; }
    22772277  TComPic** getBaseColPic       ()                                { return &m_pcBaseColPic[0];          }
    2278 #if MFM_ENCCONSTRAINT
    22792278  TComPic*  getBaseColPic( TComList<TComPic*>& rcListPic );
    2280 #endif
    22812279
    22822280  Void      setLayerId (UInt layerId)   { m_layerId = layerId; }
  • TabularUnified branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1207 r1208  
    101101
    102102/// normative encoder constraints --------
    103 #define MFM_ENCCONSTRAINT                1      ///< JCTVC-O0216: Encoder constraint for motion field mapping
    104103#define REF_IDX_ME_ZEROMV                1      ///< JCTVC-L0051: use zero motion for inter-layer reference picture (without fractional ME)
    105104
Note: See TracChangeset for help on using the changeset viewer.