Ignore:
Timestamp:
7 Apr 2015, 22:02:58 (10 years ago)
Author:
tech
Message:

Clean up. Part 2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.0-dev0/source/Lib/TLibEncoder/TEncCu.cpp

    r1185 r1186  
    15801580  m_pcEntropyCoder->encodeDIS( pcCU, uiAbsPartIdx );
    15811581  if(!pcCU->getDISFlag(uiAbsPartIdx))
    1582 #endif
    1583   {
     1582  {
     1583#endif
     1584
    15841585  m_pcEntropyCoder->encodePredMode( pcCU, uiAbsPartIdx );
    15851586 
     
    16021603  // prediction Info ( Intra : direction mode, Inter : Mv, reference idx )
    16031604  m_pcEntropyCoder->encodePredInfo( pcCU, uiAbsPartIdx );
     1605#if H_3D
    16041606  m_pcEntropyCoder->encodeDBBPFlag( pcCU, uiAbsPartIdx );
     1607#endif
    16051608#if H_3D_DIM_SDC
    16061609  m_pcEntropyCoder->encodeSDCFlag( pcCU, uiAbsPartIdx, false );
Note: See TracChangeset for help on using the changeset viewer.