Changeset 747 in 3DVCSoftware for branches/HTM-9.0r1-F0122/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 17 Dec 2013, 21:57:52 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.0r1-F0122/source/App/TAppEncoder/TAppEncCfg.cpp
r724 r747 243 243 {"main-stereo", Profile::MAINSTEREO}, 244 244 {"main-multiview", Profile::MAINMULTIVIEW}, 245 #if H_3D 245 #if H_3DV 246 246 {"main-3d" , Profile::MAIN3D}, 247 247 #endif … … 775 775 ("ViewSynthesisPred", m_viewSynthesisPredFlag, true , "view synthesis prediction " ) 776 776 #endif 777 #if H_3D 777 #if H_3DV 778 778 ("IvMvScaling", m_ivMvScalingFlag , true , "inter view motion vector scaling" ) 779 779 #endif … … 2461 2461 printf("ViewSynthesisPred:%d ", m_viewSynthesisPredFlag ); 2462 2462 #endif 2463 #if H_3D 2463 #if H_3DV 2464 2464 printf("IvMvScaling:%d ", m_ivMvScalingFlag ? 1 : 0 ); 2465 2465 #endif
Note: See TracChangeset for help on using the changeset viewer.