Changeset 815 in SHVCSoftware for trunk/source/Lib/TLibCommon/TComPrediction.h
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/SHM-6-dev merged: 715-751,753-814
- Property svn:mergeinfo changed
-
trunk/source
- Property svn:mergeinfo changed
/branches/SHM-6-dev/source merged: 715-726,728-744,746-751,753-802,804-814
- Property svn:mergeinfo changed
-
trunk/source/Lib/TLibCommon/TComPrediction.h
r713 r815 48 48 #include "TComWeightPrediction.h" 49 49 50 #if SVC_ UPSAMPLING50 #if SVC_EXTENSION 51 51 #include "TComUpsampleFilter.h" 52 52 #endif … … 72 72 73 73 TComInterpolationFilter m_if; 74 75 #if SVC_UPSAMPLING76 TComUpsampleFilter m_cUsf;77 #endif78 74 79 75 Pel* m_pLumaRecBuffer; ///< array for downsampled reconstructed luma sample … … 94 90 Void xDCPredFiltering( Int* pSrc, Int iSrcStride, Pel*& rpDst, Int iDstStride, Int iWidth, Int iHeight ); 95 91 Bool xCheckIdenticalMotion ( TComDataCU* pcCU, UInt PartAddr); 92 93 #if SVC_EXTENSION 94 TComUpsampleFilter m_cUsf; 95 #endif 96 96 97 97 public: … … 118 118 119 119 #if SVC_EXTENSION 120 #if SVC_UPSAMPLING121 120 #if O0215_PHASE_ALIGNMENT 122 121 #if O0194_JOINT_US_BITSHIFT … … 132 131 #endif 133 132 #endif 134 #endif135 133 #endif //SVC_EXTENSION 136 134 };
Note: See TracChangeset for help on using the changeset viewer.