Changeset 1186 in 3DVCSoftware
- Timestamp:
- 7 Apr 2015, 22:02:58 (10 years ago)
- Location:
- branches/HTM-14.0-dev0/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.0-dev0/source/Lib/TLibDecoder/TDecEntropy.cpp
r1185 r1186 448 448 decodeMergeIndex( pcCU, uiPartIdx, uiSubPartIdx, uiDepth ); 449 449 UInt uiMergeIndex = pcCU->getMergeIndex(uiSubPartIdx); 450 if ( pcCU->getSlice()->getPPS()->getLog2ParallelMergeLevelMinus2() && ePartSize != SIZE_2Nx2N && pcSubCU->getWidth( 0 ) <= 8 && pcCU->getDBBPFlag(uiAbsPartIdx) == false )450 if ( pcCU->getSlice()->getPPS()->getLog2ParallelMergeLevelMinus2() && ePartSize != SIZE_2Nx2N && pcSubCU->getWidth( 0 ) <= 8 ) 451 451 { 452 452 pcSubCU->setPartSizeSubParts( SIZE_2Nx2N, 0, uiDepth ); -
branches/HTM-14.0-dev0/source/Lib/TLibEncoder/TEncCu.cpp
r1185 r1186 1580 1580 m_pcEntropyCoder->encodeDIS( pcCU, uiAbsPartIdx ); 1581 1581 if(!pcCU->getDISFlag(uiAbsPartIdx)) 1582 #endif 1583 { 1582 { 1583 #endif 1584 1584 1585 m_pcEntropyCoder->encodePredMode( pcCU, uiAbsPartIdx ); 1585 1586 … … 1602 1603 // prediction Info ( Intra : direction mode, Inter : Mv, reference idx ) 1603 1604 m_pcEntropyCoder->encodePredInfo( pcCU, uiAbsPartIdx ); 1605 #if H_3D 1604 1606 m_pcEntropyCoder->encodeDBBPFlag( pcCU, uiAbsPartIdx ); 1607 #endif 1605 1608 #if H_3D_DIM_SDC 1606 1609 m_pcEntropyCoder->encodeSDCFlag( pcCU, uiAbsPartIdx, false );
Note: See TracChangeset for help on using the changeset viewer.