Changeset 1223 in 3DVCSoftware for branches/HTM-14.1-update-dev1-RWTH/source/Lib/TLibCommon/TComRom.cpp
- Timestamp:
- 21 May 2015, 21:48:53 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1-RWTH/source/Lib/TLibCommon/TComRom.cpp
r1221 r1223 543 543 UInt64 g_nSymbolCounter = 0; 544 544 #if H_MV_ENC_DEC_TRAC 545 Bool g_traceCU = true;545 Bool g_traceCU = false; 546 546 Bool g_tracePU = false; 547 547 Bool g_traceTU = false; 548 Bool g_disableNumbering = true;549 Bool g_disableHLSTrace = true;548 Bool g_disableNumbering = false; 549 Bool g_disableHLSTrace = false; 550 550 UInt64 g_stopAtCounter = 937234; 551 551 Bool g_traceCopyBack = false;
Note: See TracChangeset for help on using the changeset viewer.