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/TLibEncoder/TEncCavlc.cpp

    r393 r394  
    566566{
    567567  // more syntax elements to be written here
     568
     569#if VERT_MV_CONSTRAINT
     570  // Vertical MV component restriction is not used in SHVC CTC
     571  WRITE_FLAG( 0, "inter_view_mv_vert_constraint_flag" );
     572#endif
    568573#if SCALED_REF_LAYER_OFFSETS
    569574  if( pcSPS->getLayerId() > 0 )
Note: See TracChangeset for help on using the changeset viewer.