Changeset 831 in 3DVCSoftware for branches/HTM-9.3-dev0/source/Lib/TLibEncoder


Ignore:
Timestamp:
6 Feb 2014, 11:00:43 (11 years ago)
Author:
tech
Message:

Added QC_SDC_UNIFY_G0130_FIX2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev0/source/Lib/TLibEncoder/TEncSearch.cpp

    r827 r831  
    22202220  }
    22212221
     2222#if QC_SDC_UNIFY_G0130_FIX2
     2223  m_pcEntropyCoder->encodePartSize( pcCU, 0, pcCU->getDepth( 0 ), true );
     2224#else
    22222225  m_pcEntropyCoder->encodePartSize( pcCU, 0, true );
     2226#endif
    22232227  m_pcEntropyCoder->encodeSDCFlag( pcCU, 0, true );
    22242228#else
Note: See TracChangeset for help on using the changeset viewer.