Changeset 488 in 3DVCSoftware for branches/HTM-DEV-0.3-dev0/source/App
- Timestamp:
- 21 Jun 2013, 18:58:29 (11 years ago)
- Location:
- branches/HTM-DEV-0.3-dev0/source/App/TAppEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev0/source/App/TAppEncoder/TAppEncCfg.h
r446 r488 85 85 Bool m_splittingFlag; ///< Splitting Flag 86 86 Int m_scalabilityMask; ///< Mask indicating scalabilities, 1: texture; 3: texture + depth 87 std::vector<Int> m_dimensionIdLen; ///< Length of scalability dimension s87 std::vector<Int> m_dimensionIdLen; ///< Length of scalability dimension s 88 88 #endif 89 89 Double m_adLambdaModifier[ MAX_TLAYER ]; ///< Lambda modifier array for each temporal layer -
branches/HTM-DEV-0.3-dev0/source/App/TAppEncoder/TAppEncTop.cpp
r446 r488 1014 1014 Int maxNuhLayerId = nuhLayerIdPresentFlag ? xGetMax( m_layerIdInNuh ) : ( m_numberOfLayers - 1 ) ; 1015 1015 1016 vps.set MaxNuhLayerId( maxNuhLayerId );1016 vps.setVpsMaxLayerId( maxNuhLayerId ); 1017 1017 vps.setVpsNuhLayerIdPresentFlag( nuhLayerIdPresentFlag ); 1018 1018
Note: See TracChangeset for help on using the changeset viewer.