Changeset 824 in 3DVCSoftware for branches/HTM-9.3-dev3-Fix/source/Lib/TLibDecoder
- Timestamp:
- 5 Feb 2014, 15:13:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev3-Fix/source/Lib/TLibDecoder/TDecEntropy.cpp
r792 r824 733 733 } 734 734 #endif 735 735 #if QC_SDC_UNIFY_G0130_FIX 736 if( pcCU->getSlice()->getIsDepth() && ( pcCU->getSDCFlag( uiAbsPartIdx ) || pcCU->isIntra( uiAbsPartIdx ) ) ) 737 #else 736 738 if( pcCU->getSDCFlag( uiAbsPartIdx ) || pcCU->isIntra( uiAbsPartIdx ) ) 739 #endif 737 740 { 738 741 Int iPartNum = ( pcCU->isIntra( uiAbsPartIdx ) && pcCU->getPartitionSize( uiAbsPartIdx ) == SIZE_NxN ) ? 4 : 1;
Note: See TracChangeset for help on using the changeset viewer.