Changeset 808 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon
- Timestamp:
- 25 Jun 2014, 03:18:10 (11 years ago)
- Location:
- branches/SHM-6-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.cpp
r805 r808 125 125 , m_pocMsbValPresentFlag ( false ) 126 126 #endif 127 #if POC_RESET_IDC_DECODER 127 #if POC_RESET_IDC_DECODER || POC_RESET_IDC_ENCODER 128 128 , m_picOrderCntLsb (0) 129 129 #endif … … 212 212 m_pocMsbValPresentFlag = false; 213 213 #endif 214 #if POC_RESET_IDC_DECODER 214 #if POC_RESET_IDC_DECODER || POC_RESET_IDC_ENCODER 215 215 m_picOrderCntLsb = 0; 216 216 #endif … … 1870 1870 if(isAvailable == 0) 1871 1871 { 1872 #if UNAVAILABLE_PIC_BUGFIX 1873 #if 0 1872 #if !UNAVAILABLE_PIC_BUGFIX 1874 1873 if (this->getPOC() + pReferencePictureSet->getDeltaPOC(i) >= pocRandomAccess) 1875 #endif1876 1874 #endif 1877 1875 { … … 3925 3923 return true; 3926 3924 #else 3927 setBaseColPic(refLayerIdc, xGetRefPic(rcListPic, getPOC())); 3925 setBaseColPic(refLayerIdc, xGetRefPic(rcListPic, getPOC())); 3926 return true; 3928 3927 #endif 3929 3928 } -
branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.h
r805 r808 1992 1992 Int m_iAssociatedIRAP; 1993 1993 #if POC_RESET_IDC_ENCODER 1994 Int 1994 Int m_associatedIrapPocBeforeReset; 1995 1995 #endif 1996 1996 … … 2124 2124 Int m_pocValueBeforeReset; 2125 2125 #endif 2126 #if POC_RESET_IDC_DECODER 2126 #if POC_RESET_IDC_DECODER || POC_RESET_IDC_ENCODER 2127 2127 Int m_picOrderCntLsb; 2128 2128 #endif … … 2500 2500 Bool getRaslPicFlag (); 2501 2501 Bool getRadlPicFlag (); 2502 #endif 2503 #if POC_RESET_IDC_DECODER || POC_RESET_IDC_ENCODER 2502 2504 Int getPicOrderCntLsb() { return m_picOrderCntLsb; } 2503 2505 Void setPicOrderCntLsb(Int x) { m_picOrderCntLsb = x; }
Note: See TracChangeset for help on using the changeset viewer.