Changeset 1079 in 3DVCSoftware for branches/HTM-12.1-dev0/source/App/TAppEncoder
- Timestamp:
- 21 Oct 2014, 23:01:55 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.1-dev0/source/App/TAppEncoder/TAppEncCfg.cpp
r1078 r1079 386 386 ("DLT", m_useDLT, true, "Depth lookup table") 387 387 #endif 388 #if MTK_SINGLE_DEPTH_MODE_I0095388 #if H_3D 389 389 ("SingleDepthMode", m_useSingleDepthMode, true, "Single depth mode") 390 390 #endif … … 2617 2617 printf("DLT:%d ", m_useDLT ); 2618 2618 #endif 2619 #if MTK_SINGLE_DEPTH_MODE_I00952619 #if H_3D 2620 2620 printf("SingleDepthMode:%d ", m_useSingleDepthMode); 2621 2621 #endif
Note: See TracChangeset for help on using the changeset viewer.