Changeset 1310 in 3DVCSoftware for branches/HTM-14.1-update-dev1/source/Lib/TLibEncoder
- Timestamp:
- 11 Aug 2015, 16:14:34 (9 years ago)
- Location:
- branches/HTM-14.1-update-dev1/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1/source/Lib/TLibEncoder/TEncEntropy.cpp
r1309 r1310 119 119 Void TEncEntropy::encodeDIS( TComDataCU* pcCU, UInt uiAbsPartIdx, Bool bRD ) 120 120 { 121 #if NH_3D_FIX_TICKET_98 122 if( !pcCU->getSlice()->getDepthIntraSkipFlag() ) 123 #else 121 124 if ( !pcCU->getSlice()->getIsDepth() ) 125 #endif 122 126 { 123 127 return; -
branches/HTM-14.1-update-dev1/source/Lib/TLibEncoder/TEncTop.cpp
r1287 r1310 1056 1056 m_cPPS.setOutputFlagPresentFlag( false ); 1057 1057 #if NH_MV 1058 #if NH_MV_FIX_TICKET_100 1059 m_cPPS.setNumExtraSliceHeaderBits( 2 ); 1060 #else 1058 1061 m_cPPS.setNumExtraSliceHeaderBits( 3 ); 1062 #endif 1059 1063 #endif 1060 1064 m_cPPS.setSignHideFlag(getSignHideFlag());
Note: See TracChangeset for help on using the changeset viewer.