Changeset 54 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncPic.h
- Timestamp:
- 2 Mar 2013, 09:25:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncPic.h ¶
r51 r54 41 41 #include "TLibCommon/CommonDef.h" 42 42 #include "TLibCommon/TComPic.h" 43 43 #if SVC_UPSAMPLING 44 #include "TLibCommon/TComSlice.h" 45 #endif 44 46 //! \ingroup TLibEncoder 45 47 //! \{ … … 103 105 virtual ~TEncPic(); 104 106 107 #if SVC_UPSAMPLING 108 Void create( Int iWidth, Int iHeight, UInt uiMaxWidth, UInt uiMaxHeight, UInt uiMaxDepth, UInt uiMaxAQDepth, 109 Window &conformanceWindow, Window &defaultDisplayWindow, Int *numReorderPics, TComSPS* pcSps, Bool bIsVirtual = false ); 110 #else 105 111 Void create( Int iWidth, Int iHeight, UInt uiMaxWidth, UInt uiMaxHeight, UInt uiMaxDepth, UInt uiMaxAQDepth, 106 112 Window &conformanceWindow, Window &defaultDisplayWindow, Int *numReorderPics, Bool bIsVirtual = false ); 113 #endif 107 114 virtual Void destroy(); 108 115
Note: See TracChangeset for help on using the changeset viewer.