Changeset 831 in 3DVCSoftware


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

Added QC_SDC_UNIFY_G0130_FIX2.

Location:
branches/HTM-9.3-dev0/source/Lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev0/source/Lib/TLibCommon/TypeDef.h

    r828 r831  
    302302#define QC_SDC_UNIFY_G0130                1  // Unify intra SDC and inter SDC
    303303#define QC_SDC_UNIFY_G0130_FIX            1  // Fix bug of G0130
     304#define QC_SDC_UNIFY_G0130_FIX2           1  // Fix bug of G0130
    304305#endif
    305306#define SEC_INTER_SDC_G0101               1  // Improved inter SDC with multiple DC candidates
  • 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.