- Timestamp:
- 15 Nov 2013, 21:00:58 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r477 r478 1551 1551 } 1552 1552 #if N0065_LAYER_POC_ALIGNMENT 1553 #if SHM_FIX7 1554 Int iPOClsb = 0; 1555 #endif 1553 1556 if( rpcSlice->getLayerId() > 0 || !rpcSlice->getIdrPicFlag() ) 1554 1557 #else … … 1557 1560 { 1558 1561 READ_CODE(sps->getBitsForPOC(), uiCode, "pic_order_cnt_lsb"); 1562 #if SHM_FIX7 1563 iPOClsb = uiCode; 1564 #else 1559 1565 Int iPOClsb = uiCode; 1566 #endif 1560 1567 Int iPrevPOC = rpcSlice->getPrevTid0POC(); 1561 1568 Int iMaxPOClsb = 1<< sps->getBitsForPOC(); … … 1678 1685 } 1679 1686 1680 #if SHM_FIX71681 Int pocLTCurr = rpcSlice->getPOC() - deltaPocMSBCycleLT * maxPicOrderCntLSB - sps->getBitsForPOC() + pocLsbLt;1682 #else1683 1687 Int pocLTCurr = rpcSlice->getPOC() - deltaPocMSBCycleLT * maxPicOrderCntLSB 1684 1688 - iPOClsb + pocLsbLt; 1685 #endif 1689 1686 1690 rps->setPOC (j, pocLTCurr); 1687 1691 rps->setDeltaPOC(j, - rpcSlice->getPOC() + pocLTCurr);
Note: See TracChangeset for help on using the changeset viewer.