Changeset 831 in 3DVCSoftware
- Timestamp:
- 6 Feb 2014, 11:00:43 (11 years ago)
- 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 302 302 #define QC_SDC_UNIFY_G0130 1 // Unify intra SDC and inter SDC 303 303 #define QC_SDC_UNIFY_G0130_FIX 1 // Fix bug of G0130 304 #define QC_SDC_UNIFY_G0130_FIX2 1 // Fix bug of G0130 304 305 #endif 305 306 #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 2220 2220 } 2221 2221 2222 #if QC_SDC_UNIFY_G0130_FIX2 2223 m_pcEntropyCoder->encodePartSize( pcCU, 0, pcCU->getDepth( 0 ), true ); 2224 #else 2222 2225 m_pcEntropyCoder->encodePartSize( pcCU, 0, true ); 2226 #endif 2223 2227 m_pcEntropyCoder->encodeSDCFlag( pcCU, 0, true ); 2224 2228 #else
Note: See TracChangeset for help on using the changeset viewer.