Changeset 46 in 3DVCSoftware for branches/0.3-poznan-univ/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 29 Mar 2012, 09:41:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-poznan-univ/source/Lib/TLibCommon/TComSlice.h
r41 r46 81 81 UInt m_uiMaxTrDepth; 82 82 83 #if BITSTREAM_EXTRACTION 84 UInt m_uiLayerId; 85 #endif 83 86 UInt m_uiViewId; 84 87 Int m_iViewOrderIdx; … … 370 373 Bool getUseTexDqpAccordingToDepth () {return m_bUseTexDqpAccordingToDepth;} 371 374 #endif 375 #if BITSTREAM_EXTRACTION 376 Void setLayerId ( UInt u ) { m_uiLayerId = u; } 377 UInt getLayerId () { return m_uiLayerId; } 378 #endif 372 379 }; 373 380 … … 385 392 UInt m_uiPPSId; 386 393 UInt m_uiSPSId; 394 #if BITSTREAM_EXTRACTION 395 UInt m_uiLayerId; 396 #endif 387 397 388 398 public: … … 405 415 Void setUseWP ( Bool b ) { m_bUseWeightPred = b; } 406 416 Void setWPBiPredIdc ( UInt u ) { m_uiBiPredIdc = u; } 417 #endif 418 419 #if BITSTREAM_EXTRACTION 420 Void setLayerId ( UInt u ) { m_uiLayerId = u; } 421 UInt getLayerId () { return m_uiLayerId; } 407 422 #endif 408 423 }; … … 435 450 UInt m_uiPPSId; 436 451 Int m_iPOC; 452 #if BITSTREAM_EXTRACTION 453 UInt m_uiLayerId; 454 #endif 437 455 #if SONY_COLPIC_AVAILABILITY 438 456 Int m_iViewOrderIdx; … … 608 626 Void setLambda( Double d ) { m_dLambda = d; } 609 627 Double getLambda() { return m_dLambda; } 628 629 #if BITSTREAM_EXTRACTION 630 Void setLayerId( UInt u ) { m_uiLayerId = u; } 631 UInt getLayerId() { return m_uiLayerId; } 632 #endif 610 633 611 634 Void setViewIdx(Int i) { m_iViewIdx = i; }
Note: See TracChangeset for help on using the changeset viewer.