Changeset 770 in 3DVCSoftware
- Timestamp:
- 13 Jan 2014, 08:21:44 (11 years ago)
- Location:
- branches/HTM-9.2-dev0/source/Lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.2-dev0/source/Lib/TLibDecoder/TDecCu.cpp
r767 r770 762 762 pReco [ uiX ] = ClipY( pPred[ uiX ] + pResi[ uiX ] ); 763 763 } 764 #else 765 pReco [ uiX ] = ClipY( pPred[ uiX ] + pResi[ uiX ] ); 764 766 #endif 765 767 pRecIPred[ uiX ] = pReco[ uiX ]; -
branches/HTM-9.2-dev0/source/Lib/TLibDecoder/TDecTop.cpp
r769 r770 1324 1324 else 1325 1325 { 1326 #if H_MV _FIX_SKIP_PICTURES1326 #if H_MV 1327 1327 static Bool warningMessage[MAX_NUM_LAYERS]; 1328 1328 static Bool warningInitFlag = false; -
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.