Changeset 1277 in 3DVCSoftware
- Timestamp:
- 15 Jul 2015, 13:49:16 (9 years ago)
- Location:
- branches/HTM-14.1-update-dev2/source/Lib
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev2/source/Lib/TLibCommon/TComRom.cpp
r1275 r1277 738 738 } 739 739 } 740 IntincSymbolCounter( )740 UInt64 incSymbolCounter( ) 741 741 { 742 742 g_nSymbolCounter++; -
branches/HTM-14.1-update-dev2/source/Lib/TLibCommon/TComRom.h
r1275 r1277 201 201 Void writeToTraceFile( const Char* symbolName, Int val, Bool doIt ); 202 202 Void writeToTraceFile( const Char* symbolName, Bool doIt ); 203 IntincSymbolCounter();203 incSymbolCounter incSymbolCounter(); 204 204 Void stopAtPos ( Int poc, Int layerId, Int cuPelX, Int cuPelY, Int cuWidth, Int cuHeight ); 205 205 #endif -
branches/HTM-14.1-update-dev2/source/Lib/TLibDecoder/TDecSlice.cpp
r1275 r1277 91 91 #endif 92 92 #if H_MV_ENC_DEC_TRAC 93 #if ENC_DEC_TRACE 93 94 incSymbolCounter(); 95 #endif 94 96 DTRACE_CABAC_VL( g_nSymbolCounter ); 95 97 #else -
branches/HTM-14.1-update-dev2/source/Lib/TLibEncoder/TEncSlice.cpp
r1275 r1277 1122 1122 #endif 1123 1123 #if H_MV_ENC_DEC_TRAC 1124 #if ENC_DEC_TRACE 1124 1125 incSymbolCounter(); 1126 #endif 1125 1127 DTRACE_CABAC_VL( g_nSymbolCounter ); 1126 1128 #else
Note: See TracChangeset for help on using the changeset viewer.