Changeset 1131 in 3DVCSoftware for branches/HTM-13.0-dev0/source/App/TAppEncoder/TAppEncCfg.h
- Timestamp:
- 18 Feb 2015, 17:39:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.0-dev0/source/App/TAppEncoder/TAppEncCfg.h
r1124 r1131 132 132 Bool m_higherLayerIrapSkipFlag; 133 133 134 #if !HHI_TOOL_PARAMETERS_I2_J0107135 #if H_3D_IV_MERGE136 vector<Bool> m_ivMvPredFlag; ///< Interview motion vector prediction137 138 #if H_3D_SPIVMP139 Int m_iSubPULog2Size;140 Int m_iSubPUMPILog2Size;141 #endif142 #endif143 #if H_3D_QTLPC144 Bool m_bLimQtPredFlag;145 #endif146 #if H_3D_ARP /// < flag and number of weighting factors in ARP147 UInt m_uiUseAdvResPred;148 UInt m_uiARPStepNum;149 #endif150 #endif151 134 152 135 #if H_3D_IC … … 155 138 #endif 156 139 157 #if !HHI_TOOL_PARAMETERS_I2_J0107158 #if H_3D_NBDV_REF159 Bool m_depthRefinementFlag;160 #endif161 #if H_3D_VSP162 Bool m_viewSynthesisPredFlag;163 #endif164 #if H_3D165 Bool m_ivMvScalingFlag;166 #endif167 #endif168 140 #endif 169 141 Double m_adLambdaModifier[ MAX_TLAYER ]; ///< Lambda modifier array for each temporal layer … … 492 464 #endif 493 465 #if H_3D_DIM 494 #if !HHI_TOOL_PARAMETERS_I2_J0107495 Bool m_useDMM; ///< flag for using DMM496 Bool m_useIVP;497 Bool m_useSDC; ///< flag for using SDC498 #endif499 466 Bool m_useDLT; ///< flag for using DLT 500 #endif501 #if !HHI_TOOL_PARAMETERS_I2_J0107502 #if H_3D_SINGLE_DEPTH503 Bool m_useSingleDepthMode; ///< flag for using single depth mode504 #endif505 467 #endif 506 468 #if H_3D_QTLPC 507 469 Bool m_bUseQTL; ///< flag for using depth QuadTree Limitation 508 470 #endif 509 #if !HHI_TOOL_PARAMETERS_I2_J0107 510 #if H_3D_INTER_SDC 511 Bool m_bDepthInterSDCFlag; ///< flag for inter SDC of depth map coding 512 #endif 513 #if H_3D_DBBP 514 Bool m_bUseDBBP; ///< flag for depth-based block partitioning 515 #endif 516 #if H_3D_IV_MERGE 517 Bool m_bMPIFlag; ///< flag for MPI of depth map coding 518 #endif 519 #endif 520 521 #if HHI_TOOL_PARAMETERS_I2_J0107 471 522 472 std::vector< Bool > m_ivMvPredFlag; 523 473 std::vector< Bool > m_ivMvScalingFlag; … … 535 485 Bool m_interSdcFlag; 536 486 Bool m_intraSingleFlag; 537 #endif538 487 539 488 #endif
Note: See TracChangeset for help on using the changeset viewer.