Changeset 134 in SHVCSoftware for branches/SHM-2.0-dev/source/Lib/TLibCommon/TComPic.h
- Timestamp:
- 2 May 2013, 02:57:45 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/Lib/TLibCommon/TComPic.h
r125 r134 124 124 #endif 125 125 #if REF_IDX_ME_ZEROMV || ENCODER_FAST_MODE || REF_IDX_MFM 126 Bool isILR( UInt refLayer = 0 ) {return (getIsLongTerm() && m_layerId == refLayer);}126 Bool isILR( UInt currLayerId ) { return ( getIsLongTerm() && m_layerId < currLayerId ); } 127 127 #endif 128 128
Note: See TracChangeset for help on using the changeset viewer.