Changeset 121 in 3DVCSoftware for trunk/source/Lib/TLibEncoder
- Timestamp:
- 6 Sep 2012, 18:12:56 (12 years ago)
- Location:
- trunk/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibEncoder/TEncCfg.h
r120 r121 272 272 Int m_iColumnRowInfoPresent; 273 273 Int m_iUniformSpacingIdr; 274 #if FIX_REMOVE_TILE_DEPENDENCE 275 #else 274 276 Int m_iTileBoundaryIndependenceIdr; 277 #endif 275 278 Int m_iNumColumnsMinus1; 276 279 UInt* m_puiColumnWidth; … … 287 290 Int m_iWaveFrontSubstreams; 288 291 289 boolm_pictureDigestEnabled; ///< enable(1)/disable(0) md5 computation and SEI signalling292 Bool m_pictureDigestEnabled; ///< enable(1)/disable(0) md5 computation and SEI signalling 290 293 291 294 //====== Weighted Prediction ======== -
trunk/source/Lib/TLibEncoder/TEncTop.cpp
r116 r121 1102 1102 1103 1103 // # substreams is "per tile" when tiles are independent. 1104 #if FIX_REMOVE_TILE_DEPENDENCE 1105 if ( m_iWaveFrontSynchro ) 1106 #else 1104 1107 if (m_iTileBoundaryIndependenceIdr && m_iWaveFrontSynchro) 1108 #endif 1105 1109 { 1106 1110 m_cPPS.setNumSubstreams(m_iWaveFrontSubstreams * (m_iNumColumnsMinus1+1)*(m_iNumRowsMinus1+1));
Note: See TracChangeset for help on using the changeset viewer.