Changeset 466 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibCommon/TComPicYuv.cpp
- Timestamp:
- 13 Nov 2013, 23:25:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibCommon/TComPicYuv.cpp
r445 r466 90 90 Int numCuInHeight = m_iPicHeight / m_iCuHeight + (m_iPicHeight % m_iCuHeight != 0); 91 91 92 #if LAYER_CTB93 m_iLumaMarginX = uiMaxCUWidth + 16; // for 16-byte alignment94 m_iLumaMarginY = uiMaxCUHeight + 16; // margin for 8-tap filter and infinite padding95 #else96 92 m_iLumaMarginX = g_uiMaxCUWidth + 16; // for 16-byte alignment 97 93 m_iLumaMarginY = g_uiMaxCUHeight + 16; // margin for 8-tap filter and infinite padding 98 #endif99 94 100 95 m_iChromaMarginX = m_iLumaMarginX>>1;
Note: See TracChangeset for help on using the changeset viewer.