Changeset 150 in SHVCSoftware for branches/SHM-2.0-dev/source/Lib/TLibEncoder
- Timestamp:
- 4 May 2013, 00:13:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/Lib/TLibEncoder/TEncTop.cpp
r135 r150 1206 1206 if(m_layerId>0) 1207 1207 { 1208 g_bitDepthY = m_cSPS.getBitDepthY(); 1209 g_bitDepthC = m_cSPS.getBitDepthC(); 1210 g_uiMaxCUWidth = m_cSPS.getMaxCUWidth(); 1211 g_uiMaxCUHeight = m_cSPS.getMaxCUHeight(); 1212 g_uiMaxCUDepth = m_cSPS.getMaxCUDepth(); 1213 g_uiAddCUDepth = max (0, m_cSPS.getLog2MinCodingBlockSize() - (Int)m_cSPS.getQuadtreeTULog2MinSize() ); 1214 1208 1215 Int numReorderPics[MAX_TLAYER]; 1209 1216 Window &conformanceWindow = m_cSPS.getConformanceWindow();
Note: See TracChangeset for help on using the changeset viewer.