Changeset 1178 in 3DVCSoftware for branches/HTM-13.1-dev0/source/Lib/TLibEncoder
- Timestamp:
- 7 Apr 2015, 16:54:07 (10 years ago)
- Location:
- branches/HTM-13.1-dev0/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.1-dev0/source/Lib/TLibEncoder/TEncEntropy.cpp
r1176 r1178 581 581 #if H_3D_DIM_SDC 582 582 #if H_3D_DISABLE_CHROMA 583 if(!pcCU->getSDCFlag(uiAbsPartIdx) && ( !pcCU->getSlice()->getIsDepth()|| bRD ) )583 if(!pcCU->getSDCFlag(uiAbsPartIdx) && ( pcCU->getSlice()->getSPS()->getChromaFormatIdc() != 0 || bRD ) ) 584 584 #else 585 585 if(!pcCU->getSDCFlag(uiAbsPartIdx)) -
branches/HTM-13.1-dev0/source/Lib/TLibEncoder/TEncSbac.cpp
r1175 r1178 1518 1518 1519 1519 #if H_3D_DISABLE_CHROMA 1520 if( !pcCU->getSlice()->getIsDepth())1520 if( pcCU->getSlice()->getSPS()->getChromaFormatIdc() != 0 ) 1521 1521 { 1522 1522 #endif
Note: See TracChangeset for help on using the changeset viewer.