Changeset 150 in SHVCSoftware for branches/SHM-2.0-dev/source/Lib/TLibCommon
- Timestamp:
- 4 May 2013, 00:13:37 (12 years ago)
- Location:
- branches/SHM-2.0-dev/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/Lib/TLibCommon/TComDataCU.cpp
r144 r150 4213 4213 4214 4214 #if AVC_SYNTAX && !ILP_DECODED_PICTURE 4215 #if !ILP_DECODED_PICTURE 4216 const Window &confBL = cBaseColPic->getPicYuvRec()->getConformanceWindow(); 4217 const Window &confEL = m_pcPic->getPicYuvRec()->getConformanceWindow(); 4218 4219 Int widthBL = m_pcSlice->getBaseColPic()->getPicYuvRec()->getWidth () - confBL.getWindowLeftOffset() - confBL.getWindowRightOffset(); 4220 Int heightBL = m_pcSlice->getBaseColPic()->getPicYuvRec()->getHeight() - confBL.getWindowTopOffset() - confBL.getWindowBottomOffset(); 4221 #endif 4215 4222 if( iBX >= widthBL || iBY >= heightBL ) //outside of the reference layer cropped picture 4216 4223 { -
branches/SHM-2.0-dev/source/Lib/TLibCommon/TComPic.cpp
r144 r150 116 116 return; 117 117 } 118 #if REF_IDX_FRAMEWORK 118 #if REF_IDX_FRAMEWORK && 0 119 119 Void TComPic::createWithOutYuv( Int iWidth, Int iHeight, UInt uiMaxWidth, UInt uiMaxHeight, UInt uiMaxDepth, TComSPS* pcSps, Bool bIsVirtual) 120 120 { -
branches/SHM-2.0-dev/source/Lib/TLibCommon/TComPic.h
r140 r150 103 103 Void create( Int iWidth, Int iHeight, UInt uiMaxWidth, UInt uiMaxHeight, UInt uiMaxDepth, Window &conformanceWindow, Window &defaultDisplayWindow, 104 104 Int *numReorderPics, TComSPS* pcSps = NULL, Bool bIsVirtual = false ); 105 #if REF_IDX_FRAMEWORK 105 #if REF_IDX_FRAMEWORK && 0 106 106 Void createWithOutYuv( Int iWidth, Int iHeight, UInt uiMaxWidth, UInt uiMaxHeight, UInt uiMaxDepth, TComSPS* pcSps = NULL, Bool bIsVirtual = false ); 107 107 Void setPicYuvRec(TComPicYuv *pPicYuv) { m_apcPicYuv[1]=pPicYuv; }
Note: See TracChangeset for help on using the changeset viewer.