Changeset 6 in SHVCSoftware for trunk/source/Lib/TLibCommon
- Timestamp:
- 8 Nov 2012, 20:54:05 (12 years ago)
- Location:
- trunk/source/Lib/TLibCommon
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/CommonDef.h
r2 r6 56 56 // ==================================================================================================================== 57 57 58 #define NV_VERSION "0.1 " ///< Current software version58 #define NV_VERSION "0.1.1" ///< Current software version 59 59 60 60 // ==================================================================================================================== -
trunk/source/Lib/TLibCommon/TComPic.cpp
r2 r6 68 68 , m_bSpatialEnhLayer( false ) 69 69 , m_pcFullPelBaseRec( NULL ) 70 #if REF_IDX_ME_AROUND_ZEROMV 71 , m_bIsILR (false) 72 #endif 70 73 #endif 71 74 { -
trunk/source/Lib/TLibCommon/TComPic.h
r2 r6 61 61 #if SVC_EXTENSION 62 62 UInt m_layerId; // Layer ID 63 #endif64 #if REF_IDX_ME_AROUND_ZEROMV65 Bool m_bIsILR; // Is ILR picture66 63 #endif 67 64 Bool m_bUsedByCurr; // Used by current picture … … 91 88 Bool m_bSpatialEnhLayer; // whether current layer is a spatial enhancement layer, 92 89 TComPicYuv* m_pcFullPelBaseRec; // upsampled base layer recontruction for difference domain inter prediction 90 #if REF_IDX_ME_AROUND_ZEROMV 91 Bool m_bIsILR; // Is ILR picture 92 #endif 93 93 #endif 94 94 -
trunk/source/Lib/TLibCommon/TComUpsampleFilter.cpp
r2 r6 3 3 #include "TypeDef.h" 4 4 5 #if SVC_ EXTENSION5 #if SVC_UPSAMPLING 6 6 // ==================================================================================================================== 7 7 // Tables:
Note: See TracChangeset for help on using the changeset viewer.