Changeset 262 in SHVCSoftware for branches/SHM-2.1-multilayers-dev/source/Lib
- Timestamp:
- 5 Jun 2013, 09:31:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-multilayers-dev/source/Lib/TLibCommon/TComDataCU.cpp
r254 r262 1750 1750 // check BL mode 1751 1751 UInt uiCUAddrBase, uiAbsPartAddrBase; 1752 // the right reference layerIdc should be specified, currently it is set to 01753 TComDataCU* pcTempCU = getBaseColCU( 0, uiAbsPartIdx, uiCUAddrBase, uiAbsPartAddrBase );1752 // the right reference layerIdc should be specified, currently it is set to m_layerId-1 1753 TComDataCU* pcTempCU = getBaseColCU(m_layerId - 1, uiAbsPartIdx, uiCUAddrBase, uiAbsPartAddrBase ); 1754 1754 1755 1755 if( pcTempCU->getPredictionMode( uiAbsPartAddrBase ) != MODE_INTRA )
Note: See TracChangeset for help on using the changeset viewer.