Changeset 438 in 3DVCSoftware for branches/HTM-DEV-0.2-dev/source/Lib/TLibEncoder/TEncBinCoderCABAC.cpp
- Timestamp:
- 23 May 2013, 15:40:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.2-dev/source/Lib/TLibEncoder/TEncBinCoderCABAC.cpp
r401 r438 185 185 { 186 186 { 187 #if !H_MV188 187 DTRACE_CABAC_VL( g_nSymbolCounter++ ) 189 188 DTRACE_CABAC_T( "\tstate=" ) … … 192 191 DTRACE_CABAC_V( binValue ) 193 192 DTRACE_CABAC_T( "\n" ) 194 #endif195 193 } 196 194 m_uiBinsCoded += m_binCountIncrement; … … 233 231 { 234 232 { 235 #if !H_MV236 233 DTRACE_CABAC_VL( g_nSymbolCounter++ ) 237 234 DTRACE_CABAC_T( "\tEPsymbol=" ) 238 235 DTRACE_CABAC_V( binValue ) 239 236 DTRACE_CABAC_T( "\n" ) 240 #endif241 237 } 242 238 m_uiBinsCoded += m_binCountIncrement; … … 263 259 for ( Int i = 0; i < numBins; i++ ) 264 260 { 265 #if !H_MV266 261 DTRACE_CABAC_VL( g_nSymbolCounter++ ) 267 262 DTRACE_CABAC_T( "\tEPsymbol=" ) 268 263 DTRACE_CABAC_V( ( binValues >> ( numBins - 1 - i ) ) & 1 ) 269 264 DTRACE_CABAC_T( "\n" ) 270 #endif271 265 } 272 266
Note: See TracChangeset for help on using the changeset viewer.