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


Ignore:
Timestamp:
31 Dec 2014, 07:31:51 (11 years ago)
Author:
seregin
Message:

remove phase alignment, ticket #40, patch was provided by Elena Alshina <elena_a.alshina@…>

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

Legend:

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

    r849 r944  
    782782
    783783#if SVC_EXTENSION
     784#if O0215_PHASE_ALIGNMENT_REMOVAL
     785Void TComPrediction::upsampleBasePic( TComSlice* currSlice, UInt refLayerIdc, TComPicYuv* pcUsPic, TComPicYuv* pcBasePic, TComPicYuv* pcTempPic )
     786{
     787  m_cUsf.upsampleBasePic( currSlice, refLayerIdc, pcUsPic, pcBasePic, pcTempPic );
     788}
     789#else
    784790#if O0215_PHASE_ALIGNMENT
    785791#if O0194_JOINT_US_BITSHIFT
     
    814820#endif
    815821#endif
     822#endif
    816823#endif //SVC_EXTENSION
    817824//! \}
  • branches/SHM-dev/source/Lib/TLibCommon/TComPrediction.h

    r849 r944  
    118118
    119119#if SVC_EXTENSION
     120#if O0215_PHASE_ALIGNMENT_REMOVAL
     121Void upsampleBasePic( TComSlice* currSlice, UInt refLayerIdc, TComPicYuv* pcUsPic, TComPicYuv* pcBasePic, TComPicYuv* pcTempPic );
     122#else
    120123#if O0215_PHASE_ALIGNMENT
    121124#if O0194_JOINT_US_BITSHIFT
     
    135138#endif
    136139#endif
     140#endif
    137141#endif //SVC_EXTENSION
    138142};
  • branches/SHM-dev/source/Lib/TLibCommon/TComUpsampleFilter.cpp

    r849 r944  
    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-dev/source/Lib/TLibCommon/TComUpsampleFilter.h

    r849 r944  
    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-dev/source/Lib/TLibCommon/TypeDef.h

    r941 r944  
    4343#if SVC_EXTENSION
    4444#define MAX_LAYERS                       8      ///< max number of layers the codec is supposed to handle
    45 
     45#define O0215_PHASE_ALIGNMENT_REMOVAL    1
    4646#define CONFORMANCE_BITSTREAM_MODE       1      ///< In order to generate the metadata related to conformance bitstreams
    4747#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
     
    214214#define VIEW_ID_RELATED_SIGNALING        1      ///< Introduce syntax elements view_id and view_id_val
    215215#define N0065_LAYER_POC_ALIGNMENT        1
    216 
     216#if !O0215_PHASE_ALIGNMENT_REMOVAL
    217217#define O0215_PHASE_ALIGNMENT            1      ///< JCTVC_O0215: signal a flag to specify phase alignment case, 0: zero-position-aligned, 1: central-position-aligned,
     218#endif
    218219#define AUXILIARY_PICTURES               1      ///< JCTVC-O0041: auxiliary picture layers
    219220#define R0062_AUX_PSEUDO_MONOCHROME      1      ///> JCVVC-R0063: pseudo monochrome for auxiliary pictures
Note: See TracChangeset for help on using the changeset viewer.