Ignore:
Timestamp:
5 Feb 2014, 09:54:12 (11 years ago)
Author:
rwth
Message:
  • cleanup: removed some assertions and added some comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev1-RWTH/source/Lib/TLibEncoder/TEncSbac.cpp

    r816 r820  
    12401240    m_pcBinIf->encodeBin( uiInterDir == 2 ? 1 : 0, *( pCtx + uiCtx ) );
    12411241  }
    1242 #if H_3D_DBBP
    1243   else
    1244   {
    1245     // only uni-prediction is allowed for DBBP
    1246     AOF( uiInterDir == 0 || uiInterDir == 1 );
    1247   }
    1248 #endif
    12491242  if (uiInterDir < 2)
    12501243  {
Note: See TracChangeset for help on using the changeset viewer.