Changeset 477 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibDecoder
- Timestamp:
- 15 Nov 2013, 20:48:18 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r476 r477 1585 1585 1586 1586 #if N0065_LAYER_POC_ALIGNMENT 1587 #if SHM_FIX7 1588 } 1589 #endif 1587 1590 if( !rpcSlice->getIdrPicFlag() ) 1588 1591 { … … 1675 1678 } 1676 1679 1680 #if SHM_FIX7 1681 Int pocLTCurr = rpcSlice->getPOC() - deltaPocMSBCycleLT * maxPicOrderCntLSB - sps->getBitsForPOC() + pocLsbLt; 1682 #else 1677 1683 Int pocLTCurr = rpcSlice->getPOC() - deltaPocMSBCycleLT * maxPicOrderCntLSB 1678 1684 - iPOClsb + pocLsbLt; 1685 #endif 1679 1686 rps->setPOC (j, pocLTCurr); 1680 1687 rps->setDeltaPOC(j, - rpcSlice->getPOC() + pocLTCurr); … … 1719 1726 rpcSlice->setEnableTMVPFlag(false); 1720 1727 } 1721 #if N0065_LAYER_POC_ALIGNMENT 1728 #if N0065_LAYER_POC_ALIGNMENT && !SHM_FIX7 1722 1729 } 1723 1730 #endif
Note: See TracChangeset for help on using the changeset viewer.