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