Changeset 494 in SHVCSoftware for trunk/source/Lib/TLibCommon/TComPic.h
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/SHM-4.0-dev (added) merged: 444-493
- Property svn:mergeinfo changed
-
trunk/source
- Property svn:mergeinfo changed
/branches/SHM-4.0-dev/source (added) merged: 445-471,473-479,481-486,488-493
- Property svn:mergeinfo changed
-
trunk/source/Lib/TLibCommon/TComPic.h
r442 r494 102 102 virtual ~TComPic(); 103 103 104 #if AUXILIARY_PICTURES 105 #if SVC_UPSAMPLING 106 Void create( Int iWidth, Int iHeight, ChromaFormat chromaFormatIDC, UInt uiMaxWidth, UInt uiMaxHeight, UInt uiMaxDepth, Window &conformanceWindow, Window &defaultDisplayWindow, 107 Int *numReorderPics, TComSPS* pcSps = NULL, Bool bIsVirtual = false ); 108 #else 109 Void create( Int iWidth, Int iHeight, ChromaFormat chromaFormatIDC, UInt uiMaxWidth, UInt uiMaxHeight, UInt uiMaxDepth, Window &conformanceWindow, Window &defaultDisplayWindow, 110 Int *numReorderPics, Bool bIsVirtual = false ); 111 #endif 112 #else 104 113 #if SVC_UPSAMPLING 105 114 Void create( Int iWidth, Int iHeight, UInt uiMaxWidth, UInt uiMaxHeight, UInt uiMaxDepth, Window &conformanceWindow, Window &defaultDisplayWindow, … … 109 118 Int *numReorderPics, Bool bIsVirtual = false ); 110 119 #endif 120 #endif 111 121 virtual Void destroy(); 112 122 … … 128 138 Void copyUpsampledMvField ( UInt refLayerIdc, TComPic* pcPicBase ); 129 139 Void initUpsampledMvField (); 140 #endif 141 #if MFM_ENCCONSTRAINT 142 Bool checkSameRefInfo(); 130 143 #endif 131 144 … … 163 176 164 177 Int getStride() { return m_apcPicYuv[1]->getStride(); } 178 #if AUXILIARY_PICTURES 179 ChromaFormat getChromaFormat() const { return m_apcPicYuv[1]->getChromaFormat(); } 180 #endif 165 181 Int getCStride() { return m_apcPicYuv[1]->getCStride(); } 166 182
Note: See TracChangeset for help on using the changeset viewer.