Ignore:
Timestamp:
12 Nov 2013, 19:19:27 (11 years ago)
Author:
seregin
Message:

use layerIdc for accessing the reference layer picture for MFM constraint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.0-dev/source/Lib/TLibCommon/TComSlice.h

    r460 r462  
    19771977  TComPic*  getBaseColPic       (UInt refLayerIdc)                { return m_pcBaseColPic[refLayerIdc]; }
    19781978  TComPic** getBaseColPic       ()                { return &m_pcBaseColPic[0]; }
     1979#if MFM_ENCCONSTRAINT
     1980  TComPic*  getBaseColPic( TComList<TComPic*>& rcListPic );
     1981#endif
    19791982
    19801983  Void      setLayerId (UInt layerId)   { m_layerId = layerId; }
Note: See TracChangeset for help on using the changeset viewer.