Changeset 783 in SHVCSoftware


Ignore:
Timestamp:
6 Jun 2014, 19:13:43 (10 years ago)
Author:
seregin
Message:

remove SPL_FLG_CHK

Location:
branches/SHM-6-dev/source/Lib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h

    r782 r783  
    133133#endif
    134134
    135 #define SPL_FLG_CHK                      1      ///< JCTVC-N0195 proposal 5, JCTVC-N0085: constrain sum of lengths to be less than or equal to 6
    136135#define ILP_NUM_REF_CHK                  1      ///< JCTVC-N0195 proposal 1, JCTVC-N0081, JCTVC-N0154, JCTVC-N0217: a condition on signaling inter_layer_pred_layer_idc[ i ], to avoid sending when NumDirectRefLayers equals NumActiveRefLayerPics, and instead infer values
    137136
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r782 r783  
    11021102  }
    11031103
     1104  // The value of dimBitOffset[ NumScalabilityTypes ] is set equal to 6.
    11041105  if(vps->getSplittingFlag())
    11051106  {
  • branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r782 r783  
    880880  }
    881881
    882 #if SPL_FLG_CHK
     882  // The value of dimBitOffset[ NumScalabilityTypes ] is set equal to 6.
    883883  if(vps->getSplittingFlag())
    884884  {
     
    890890    assert(splDimSum<=6);
    891891  }
    892 #endif
    893892
    894893  WRITE_FLAG( vps->getNuhLayerIdPresentFlag(),         "vps_nuh_layer_id_present_flag" );
Note: See TracChangeset for help on using the changeset viewer.