Changeset 1306 in 3DVCSoftware
- Timestamp:
- 29 Jul 2015, 12:57:03 (9 years ago)
- Location:
- branches/HTM-14.1-update-dev1/source/Lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1/source/Lib/TLibCommon/TComRom.cpp
r1305 r1306 551 551 Bool g_decTraceMvFromMerge = false; 552 552 Bool g_decTracePicOutput = false; 553 Bool g_stopAtPos = true;553 Bool g_stopAtPos = false; 554 554 Bool g_outputPos = false; 555 555 Bool g_traceCameraParameters = false; -
branches/HTM-14.1-update-dev1/source/Lib/TLibCommon/TypeDef.h
r1305 r1306 67 67 #if NH_MV 68 68 #define NH_3D_DLT_FIX 1 // Fixes numbers of parsed DLTs 69 #define H_MV_VER141_DEC_COMP_FLAG 1// Makes decoding of this version compatible to HTM-14.1 by re-introducing HTM-14.1 bugs.69 #define NH_3D_VER141_DEC_COMP_FLAG 0 // Makes decoding of this version compatible to HTM-14.1 by re-introducing HTM-14.1 bugs. 70 70 #define NH_3D_ALIGN_SPIVMP_DBBP 1 // Further alignment of DBBP and SBP motion 71 71 #define NH_3D_ALIGN_SPIVMP_RP 1 // Alignment of DBBP and RP -
branches/HTM-14.1-update-dev1/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1305 r1306 507 507 { 508 508 READ_CODE(6, uiCode, "pps_depth_layers_minus1"); 509 #if H_MV_VER141_DEC_COMP_FLAG509 #if NH_3D_VER141_DEC_COMP_FLAG 510 510 pcDLT->setNumDepthViews( uiCode ); 511 511 #else
Note: See TracChangeset for help on using the changeset viewer.