Ticket #761: ColRefIdx_Bugfix_761.patch
File ColRefIdx_Bugfix_761.patch, 1.2 KB (added by adarsh, 11 years ago) |
---|
-
C:/Users/aramasub/Documents/svn_HEVCSoftware/HM8.0-dev/branches/HM-8.0-dev/source/Lib/TLibCommon/TComSlice.h
1242 1242 Int getRefPOC ( RefPicList e, Int iRefIdx) { return m_aiRefPOCList[e][iRefIdx]; } 1243 1243 Int getDepth () { return m_iDepth; } 1244 1244 UInt getColDir () { return m_uiColDir; } 1245 BoolgetColRefIdx () { return m_colRefIdx; }1245 UInt getColRefIdx () { return m_colRefIdx; } 1246 1246 Void checkColRefIdx (UInt curSliceIdx, TComPic* pic); 1247 1247 Bool getCheckLDC () { return m_bCheckLDC; } 1248 1248 Bool getMvdL1ZeroFlag () { return m_bLMvdL1Zero; }