Changeset 372 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibCommon/TComDataCU.cpp
- Timestamp:
- 28 Aug 2013, 04:22:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibCommon/TComDataCU.cpp
r371 r372 3989 3989 } 3990 3990 3991 #if AVC_SYNTAX && !ILP_DECODED_PICTURE3992 #if !ILP_DECODED_PICTURE3993 const Window &confBL = cBaseColPic->getPicYuvRec()->getConformanceWindow();3994 const Window &confEL = m_pcPic->getPicYuvRec()->getConformanceWindow();3995 3996 Int widthBL = m_pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec()->getWidth () - confBL.getWindowLeftOffset() - confBL.getWindowRightOffset();3997 Int heightBL = m_pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec()->getHeight() - confBL.getWindowTopOffset() - confBL.getWindowBottomOffset();3998 #endif3999 if( iBX >= widthBL || iBY >= heightBL ) //outside of the reference layer cropped picture4000 {4001 return NULL;4002 }4003 #endif4004 4005 3991 uiCUAddrBase = (iBY/g_uiMaxCUHeight)*cBaseColPic->getFrameWidthInCU() + (iBX/g_uiMaxCUWidth); 4006 3992
Note: See TracChangeset for help on using the changeset viewer.