Changeset 831 in 3DVCSoftware for branches/HTM-9.3-dev0/source/Lib/TLibEncoder
- Timestamp:
- 6 Feb 2014, 11:00:43 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.