Changeset 830 in 3DVCSoftware
- Timestamp:
- 6 Feb 2014, 00:00:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev3-Fix/source/Lib/TLibEncoder/TEncSearch.cpp
r824 r830 2217 2217 m_pcEntropyCoder->encodePredMode( pcCU, 0, true ); 2218 2218 } 2219 2219 #if QC_SDC_UNIFY_G0130_FIX 2220 m_pcEntropyCoder->encodePartSize( pcCU, 0, pcCU->getDepth( 0 ), true ); 2221 #else 2220 2222 m_pcEntropyCoder->encodePartSize( pcCU, 0, true ); 2223 #endif 2221 2224 m_pcEntropyCoder->encodeSDCFlag( pcCU, 0, true ); 2222 2225 #else
Note: See TracChangeset for help on using the changeset viewer.