Ignore:
Timestamp:
12 Sep 2013, 19:43:14 (11 years ago)
Author:
seregin
Message:

Vertical MV component restriction (VERT_MV_CONSTRAINT)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r393 r394  
    738738  UInt uiCode;
    739739  // more syntax elements to be parsed here
     740
     741#if VERT_MV_CONSTRAINT
     742  READ_FLAG( uiCode, "inter_view_mv_vert_constraint_flag" );
     743  // Vertical MV component restriction is not used in SHVC CTC
     744  assert( uiCode == 0 );
     745#endif
    740746#if SCALED_REF_LAYER_OFFSETS
    741747  if( pcSPS->getLayerId() > 0 )
Note: See TracChangeset for help on using the changeset viewer.