Changeset 262 in SHVCSoftware for branches/SHM-2.1-multilayers-dev/source


Ignore:
Timestamp:
5 Jun 2013, 09:31:35 (12 years ago)
Author:
seregin
Message:

change 0 to m_layerId-1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.1-multilayers-dev/source/Lib/TLibCommon/TComDataCU.cpp

    r254 r262  
    17501750  // check BL mode
    17511751  UInt          uiCUAddrBase, uiAbsPartAddrBase;
    1752   // the right reference layerIdc should be specified, currently it is set to 0
    1753   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 );
    17541754
    17551755  if( pcTempCU->getPredictionMode( uiAbsPartAddrBase ) != MODE_INTRA )
Note: See TracChangeset for help on using the changeset viewer.