Ignore:
Timestamp:
23 May 2013, 15:40:36 (12 years ago)
Author:
tech
Message:

Integrated 3D encoder control, camera parameters, renderer and MV fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.2-dev/source/Lib/TLibEncoder/TEncBinCoderCABAC.cpp

    r401 r438  
    185185{
    186186  {
    187 #if !H_MV
    188187    DTRACE_CABAC_VL( g_nSymbolCounter++ )
    189188    DTRACE_CABAC_T( "\tstate=" )
     
    192191    DTRACE_CABAC_V( binValue )
    193192    DTRACE_CABAC_T( "\n" )
    194 #endif
    195193  }
    196194  m_uiBinsCoded += m_binCountIncrement;
     
    233231{
    234232  {
    235 #if !H_MV
    236233    DTRACE_CABAC_VL( g_nSymbolCounter++ )
    237234    DTRACE_CABAC_T( "\tEPsymbol=" )
    238235    DTRACE_CABAC_V( binValue )
    239236    DTRACE_CABAC_T( "\n" )
    240 #endif
    241237  }
    242238  m_uiBinsCoded += m_binCountIncrement;
     
    263259  for ( Int i = 0; i < numBins; i++ )
    264260  {
    265 #if !H_MV
    266261    DTRACE_CABAC_VL( g_nSymbolCounter++ )
    267262    DTRACE_CABAC_T( "\tEPsymbol=" )
    268263    DTRACE_CABAC_V( ( binValues >> ( numBins - 1 - i ) ) & 1 )
    269264    DTRACE_CABAC_T( "\n" )
    270 #endif
    271265  }
    272266 
Note: See TracChangeset for help on using the changeset viewer.