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