Changeset 187 in 3DVCSoftware for branches/HTM-4.1-dev0/source/App/TAppEncoder
- Timestamp:
- 15 Nov 2012, 17:09:52 (12 years ago)
- Location:
- branches/HTM-4.1-dev0/source/App/TAppEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev0/source/App/TAppEncoder/TAppEncCfg.cpp
r185 r187 349 349 ("LambdaScaleVSO", m_dLambdaScaleVSO , (Double) 1 , "Lambda Scaling for VSO") 350 350 351 #if HHI_VSO_LS_TABLE 351 #if HHI_VSO_LS_TABLE_M23714 352 352 ("VSOLSTable", m_bVSOLSTable , true , "Depth QP dependent video/depth rate allocation by Lagrange multiplier" ) 353 353 #endif … … 732 732 #if HHI_VSO 733 733 734 #if HHI_VSO_LS_TABLE 734 #if HHI_VSO_LS_TABLE_M23714 735 735 // Q&D 736 736 Double adLambdaScaleTable[] = … … 1640 1640 printf("VSO Negative Distortion : %d\n", m_bAllowNegDist ? 1 : 0); 1641 1641 #endif 1642 #if HHI_VSO_LS_TABLE 1642 #if HHI_VSO_LS_TABLE_M23714 1643 1643 printf("VSO LS Table : %d\n", m_bVSOLSTable ? 1 : 0); 1644 1644 #endif -
branches/HTM-4.1-dev0/source/App/TAppEncoder/TAppEncCfg.h
r185 r187 292 292 Char* m_pchVSOConfig; 293 293 Bool m_bUseVSO; ///< flag for using View Synthesis Optimization 294 #if HHI_VSO_LS_TABLE 294 #if HHI_VSO_LS_TABLE_M23714 295 295 Bool m_bVSOLSTable; ///< Depth QP dependent Lagrange parameter optimization (m23714) 296 296 #endif
Note: See TracChangeset for help on using the changeset viewer.