Changeset 946 in SHVCSoftware for branches/SHM-upgrade/source/Lib/TLibCommon


Ignore:
Timestamp:
31 Dec 2014, 07:41:23 (10 years ago)
Author:
seregin
Message:

fix to the ticket #40

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

Legend:

Unmodified
Added
Removed
  • branches/SHM-upgrade/source/Lib/TLibCommon/TComPrediction.cpp

    r916 r946  
    860860
    861861#if SVC_EXTENSION
     862#if O0215_PHASE_ALIGNMENT_REMOVAL
     863Void TComPrediction::upsampleBasePic( TComSlice* currSlice, UInt refLayerIdc, TComPicYuv* pcUsPic, TComPicYuv* pcBasePic, TComPicYuv* pcTempPic )
     864{
     865  m_cUsf.upsampleBasePic( currSlice, refLayerIdc, pcUsPic, pcBasePic, pcTempPic );
     866}
     867#else
    862868#if O0215_PHASE_ALIGNMENT
    863869#if O0194_JOINT_US_BITSHIFT
     
    892898#endif
    893899#endif
     900#endif
    894901#endif //SVC_EXTENSION
    895902//! \}
  • branches/SHM-upgrade/source/Lib/TLibCommon/TComPrediction.h

    r916 r946  
    146146
    147147#if SVC_EXTENSION
     148#if O0215_PHASE_ALIGNMENT_REMOVAL
     149Void upsampleBasePic( TComSlice* currSlice, UInt refLayerIdc, TComPicYuv* pcUsPic, TComPicYuv* pcBasePic, TComPicYuv* pcTempPic );
     150#else
    148151#if O0215_PHASE_ALIGNMENT
    149152#if O0194_JOINT_US_BITSHIFT
     
    163166#endif
    164167#endif
     168#endif
    165169#endif //SVC_EXTENSION
    166170};
  • branches/SHM-upgrade/source/Lib/TLibCommon/TComUpsampleFilter.cpp

    r916 r946  
    5151}
    5252
     53#if O0215_PHASE_ALIGNMENT_REMOVAL
     54Void TComUpsampleFilter::upsampleBasePic( TComSlice* currSlice, UInt refLayerIdc, TComPicYuv* pcUsPic, TComPicYuv* pcBasePic, TComPicYuv* pcTempPic )
     55#else
    5356#if O0215_PHASE_ALIGNMENT
    5457#if O0194_JOINT_US_BITSHIFT
     
    6669#else
    6770Void TComUpsampleFilter::upsampleBasePic( UInt refLayerIdc, TComPicYuv* pcUsPic, TComPicYuv* pcBasePic, TComPicYuv* pcTempPic, const Window window )
     71#endif
    6872#endif
    6973#endif
  • branches/SHM-upgrade/source/Lib/TLibCommon/TComUpsampleFilter.h

    r849 r946  
    4242  TComUpsampleFilter(void);
    4343  ~TComUpsampleFilter(void);
    44 
     44#if O0215_PHASE_ALIGNMENT_REMOVAL
     45  Void upsampleBasePic( TComSlice* currSlice, UInt refLayerIdc, TComPicYuv* pcUsPic, TComPicYuv* pcBasePic, TComPicYuv* pcTempPic );
     46#else
    4547#if O0215_PHASE_ALIGNMENT
    4648#if O0194_JOINT_US_BITSHIFT
     
    6062#endif
    6163#endif
     64#endif
    6265
    6366};
  • branches/SHM-upgrade/source/Lib/TLibCommon/TypeDef.h

    r945 r946  
    4545#if SVC_EXTENSION
    4646#define MAX_LAYERS                       8      ///< max number of layers the codec is supposed to handle
    47 
     47#define O0215_PHASE_ALIGNMENT_REMOVAL    1
    4848#define CONFORMANCE_BITSTREAM_MODE       1      ///< In order to generate the metadata related to conformance bitstreams
    4949#define SIGNALLING_BITRATE_PICRATE_FIX   1      ///< Fix for signalling of bitrate and picture rate info in VPS VUI to be more aligned to JCTVC-R1008
     
    213213#define VIEW_ID_RELATED_SIGNALING        1      ///< Introduce syntax elements view_id and view_id_val
    214214#define N0065_LAYER_POC_ALIGNMENT        1
    215 
     215#if !O0215_PHASE_ALIGNMENT_REMOVAL
    216216#define O0215_PHASE_ALIGNMENT            1      ///< JCTVC_O0215: signal a flag to specify phase alignment case, 0: zero-position-aligned, 1: central-position-aligned,
     217#endif
    217218#define AUXILIARY_PICTURES               1      ///< JCTVC-O0041: auxiliary picture layers
    218219#define R0062_AUX_PSEUDO_MONOCHROME      1      ///> JCVVC-R0063: pseudo monochrome for auxiliary pictures
Note: See TracChangeset for help on using the changeset viewer.