Changeset 770 in 3DVCSoftware for branches/HTM-9.2-dev0/source/Lib/TLibEncoder


Ignore:
Timestamp:
13 Jan 2014, 08:21:44 (11 years ago)
Author:
tech
Message:

Further fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.2-dev0/source/Lib/TLibEncoder/TEncCavlc.cpp

    r768 r770  
    16651665      WRITE_CODE( picOrderCntLSB, pcSlice->getSPS()->getBitsForPOC(), "slice_pic_order_cnt_lsb");
    16661666    }
     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");
    16671670#endif
    16681671    if( !pcSlice->getIdrPicFlag() )
Note: See TracChangeset for help on using the changeset viewer.