Changeset 622 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncCfg.h
- Timestamp:
- 11 Sep 2013, 14:40:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibEncoder/TEncCfg.h
r608 r622 77 77 Int m_interLayerPredLayerIdc [MAX_NUM_REF_PICS]; 78 78 Int m_interViewRefPosL[2][MAX_NUM_REF_PICS]; 79 #if !H_MV5 79 80 Int m_collocatedRefLayerIdx; 81 #endif 80 82 #endif 81 83 GOPEntry() … … 95 97 #if H_MV 96 98 , m_numActiveRefLayerPics(0) 99 #if !H_MV5 97 100 , m_collocatedRefLayerIdx(-1) 101 #endif 98 102 #endif 99 103 { … … 357 361 Int m_layerIdInVps; 358 362 Int m_viewId; 363 #if H_MV5 364 Int m_viewIndex; 365 #endif 359 366 #endif 360 367 361 368 #if H_3D 369 #if !H_MV5 362 370 Int m_viewIndex; 371 #endif 363 372 Bool m_isDepth; 364 373 … … 417 426 , m_layerIdInVps(-1) 418 427 , m_viewId(-1) 428 #if H_MV5 429 , m_viewIndex(-1) 430 #endif 419 431 #if H_3D 432 #if !H_MV5 420 433 , m_viewIndex(-1) 434 #endif 421 435 , m_isDepth(false) 422 436 , m_bUseVSO(false) … … 451 465 Void setViewId ( Int viewId ) { m_viewId = viewId; } 452 466 Int getViewId () { return m_viewId; } 453 #if H_ 3D467 #if H_MV5 454 468 Void setViewIndex ( Int viewIndex ) { m_viewIndex = viewIndex; } 455 469 Int getViewIndex () { return m_viewIndex; } 470 #endif 471 #if H_3D 472 #if !H_MV5 473 Void setViewIndex ( Int viewIndex ) { m_viewIndex = viewIndex; } 474 Int getViewIndex () { return m_viewIndex; } 475 #endif 456 476 Void setIsDepth ( Bool isDepth ) { m_isDepth = isDepth; } 457 477 Bool getIsDepth () { return m_isDepth; }
Note: See TracChangeset for help on using the changeset viewer.