Changeset 808 in SHVCSoftware
- Timestamp:
- 25 Jun 2014, 03:18:10 (11 years ago)
- Location:
- branches/SHM-6-dev/source/Lib
- Files:
-
- 4 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; } -
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp
r804 r808 1154 1154 if( m_parseIdc == 1 ) 1155 1155 { 1156 1157 1156 // Invoke output of pictures if the current picture is a POC reset picture 1158 1157 bNewPOC = true; -
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r806 r808 1325 1325 pcSlice->setAssociatedIRAPType(m_associatedIRAPType); 1326 1326 pcSlice->setAssociatedIRAPPOC(m_associatedIRAPPOC); 1327 #if POC_RESET_IDC_ENCODER 1327 1328 pcSlice->setAssociatedIrapPocBeforeReset(m_associatedIrapPocBeforeReset); 1329 #endif 1328 1330 #endif 1329 1331 #endif
Note: See TracChangeset for help on using the changeset viewer.