Changeset 615 in 3DVCSoftware for branches/HTM-8.0-dev0/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 6 Sep 2013, 00:42:44 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.0-dev0/source/App/TAppEncoder/TAppEncCfg.cpp
r608 r615 719 719 ("ViewSynthesisPred", m_viewSynthesisPredFlag, true , "view synthesis prediction " ) 720 720 #endif 721 #if H_3D _TMVP721 #if H_3D 722 722 ("IvMvScaling", m_ivMvScalingFlag , true , "inter view motion vector scaling" ) 723 723 #endif … … 2283 2283 printf("ViewSynthesisPred:%d ", m_viewSynthesisPredFlag ); 2284 2284 #endif 2285 #if H_3D _TMVP2285 #if H_3D 2286 2286 printf("IvMvScaling:%d ", m_ivMvScalingFlag ? 1 : 0 ); 2287 2287 #endif
Note: See TracChangeset for help on using the changeset viewer.