Changeset 41 in 3DVCSoftware for branches/0.3-poznan-univ/source/App/TAppEncoder/TAppEncCfg.h
- Timestamp:
- 26 Mar 2012, 09:03:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-poznan-univ/source/App/TAppEncoder/TAppEncCfg.h
r28 r41 81 81 Bool m_bUsingDepthMaps ; 82 82 83 #if FLEX_CODING_ORDER 84 char* m_pchMVCJointCodingOrder; ///< texture-depth coding order 85 Bool m_b3DVFlexOrder; ///< flexible coding order flag 86 #endif 87 83 88 84 89 // coding structure … … 290 295 291 296 #if POZNAN_NONLINEAR_DEPTH 292 Double m_fDepthPower; ///< Depth power value 297 std::vector<Int> m_aiNonlinearDepthModel; 298 TComNonlinearDepthModel m_cNonlinearDepthModel; 299 Int m_iNonlinearDepthThreshold; 300 Bool m_bUseNonlinearDepth; 293 301 #endif 294 302
Note: See TracChangeset for help on using the changeset viewer.