Changeset 1186 in 3DVCSoftware for branches/HTM-14.0-dev0/source/Lib/TLibEncoder/TEncCu.cpp
- Timestamp:
- 7 Apr 2015, 22:02:58 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.