Changeset 28 in 3DVCSoftware for branches/0.3-poznan-univ/source/App/TAppEncoder/TAppEncCfg.h
- Timestamp:
- 24 Feb 2012, 20:22:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-poznan-univ/source/App/TAppEncoder/TAppEncCfg.h
r5 r28 178 178 #endif 179 179 180 #if POZNAN_DBMP 181 UInt m_uiDBMP; ///< using Depth-Based Motion Prediction 182 #endif 183 184 #if POZNAN_ENCODE_ONLY_DISOCCLUDED_CU 185 UInt m_uiUseCUSkip; ///< using CU-Skip - Encode only disoccluded CUs in dependend view 186 #endif 187 180 188 #if HHI_INTERVIEW_SKIP 181 189 UInt m_uiInterViewSkip; ///< usage of interview skip mode ( do not transmit residual) … … 246 254 #endif 247 255 256 #if POZNAN_TEXTURE_TU_DELTA_QP_ACCORDING_TO_DEPTH 257 Bool m_bUseTexDqpAccordingToDepth; ///< flag for using texture QP param modyfication according to depth map's values 258 #endif 248 259 // internal member functions 249 260 Void xSetGlobal (); ///< set global variables … … 271 282 TRenModSetupStrParser m_cRenModStrParser; 272 283 #endif 284 285 #if POZNAN_TEXTURE_TU_DELTA_QP_PARAM_IN_CFG_FOR_ENC 286 Double m_dTexDqpAccordingToDepthOffset; 287 Double m_dTexDqpAccordingToDepthMul; 288 Int m_iTexDqpAccordingToDepthTopBottomRow; 289 #endif 290 291 #if POZNAN_NONLINEAR_DEPTH 292 Double m_fDepthPower; ///< Depth power value 293 #endif 294 273 295 public: 274 296
Note: See TracChangeset for help on using the changeset viewer.