Ignore:
Timestamp:
4 Jul 2013, 21:00:23 (11 years ago)
Author:
tech
Message:

Integrated following changes:

  • H_MV_FIX1071, fix of encoder side reference list construction on IRAP pictures, same as in HM11.
  • H_3D_VSO_FIX_BORDRE_EXTENSION, fixed uninitialized borders for org-yuvs in VSO
  • H_MV_ENC_DEC_TRAC, added cu/pu level trace ( only enabled when ENC_DEC_TRACE is enabled)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/App/TAppDecoder/TAppDecTop.cpp

    r504 r521  
    267267          bitstreamFile.seekg(location-streamoff(3));
    268268          bytestream.reset();
    269 #if H_MV
    270269#if ENC_DEC_TRACE
     270#if H_MV_ENC_DEC_TRAC
     271          const Bool resetCounter = false;
     272          if ( resetCounter )
     273          {
     274            g_nSymbolCounter  = symCount; // Only reset counter SH becomes traced twice
     275          }
     276          else
     277          {
     278            g_disableHLSTrace = true;     // Trancing of second parsing of SH is not carried out
     279          }         
     280#else
    271281          g_nSymbolCounter = symCount;
    272282#endif
Note: See TracChangeset for help on using the changeset viewer.