Changeset 290 in 3DVCSoftware for branches/HTM-5.1-dev0/source/Lib/TLibDecoder
- Timestamp:
- 18 Feb 2013, 22:53:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev0/source/Lib/TLibDecoder/TDecEntropy.cpp
r287 r290 123 123 if( bResPredAllowed ) 124 124 { 125 bResPredAvailable = pcSubCU->getResidualSamples( uiPUIdx 126 #if QC_SIMPLIFIEDIVRP_M24938 127 , false 128 #endif 129 ); 125 bResPredAvailable = pcSubCU->getResidualSamples( uiPUIdx , false ); 130 126 } 131 127
Note: See TracChangeset for help on using the changeset viewer.