Changeset 770 in 3DVCSoftware for branches/HTM-9.2-dev0/source/Lib/TLibEncoder
- Timestamp:
- 13 Jan 2014, 08:21:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.2-dev0/source/Lib/TLibEncoder/TEncCavlc.cpp
r768 r770 1665 1665 WRITE_CODE( picOrderCntLSB, pcSlice->getSPS()->getBitsForPOC(), "slice_pic_order_cnt_lsb"); 1666 1666 } 1667 #else 1668 Int picOrderCntLSB = (pcSlice->getPOC()-pcSlice->getLastIDR()+(1<<pcSlice->getSPS()->getBitsForPOC())) & ((1<<pcSlice->getSPS()->getBitsForPOC())-1); 1669 WRITE_CODE( picOrderCntLSB, pcSlice->getSPS()->getBitsForPOC(), "pic_order_cnt_lsb"); 1667 1670 #endif 1668 1671 if( !pcSlice->getIdrPicFlag() )
Note: See TracChangeset for help on using the changeset viewer.