Changeset 783 in SHVCSoftware
- Timestamp:
- 6 Jun 2014, 19:13:43 (10 years ago)
- 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 133 133 #endif 134 134 135 #define SPL_FLG_CHK 1 ///< JCTVC-N0195 proposal 5, JCTVC-N0085: constrain sum of lengths to be less than or equal to 6136 135 #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 137 136 -
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r782 r783 1102 1102 } 1103 1103 1104 // The value of dimBitOffset[ NumScalabilityTypes ] is set equal to 6. 1104 1105 if(vps->getSplittingFlag()) 1105 1106 { -
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r782 r783 880 880 } 881 881 882 #if SPL_FLG_CHK 882 // The value of dimBitOffset[ NumScalabilityTypes ] is set equal to 6. 883 883 if(vps->getSplittingFlag()) 884 884 { … … 890 890 assert(splDimSum<=6); 891 891 } 892 #endif893 892 894 893 WRITE_FLAG( vps->getNuhLayerIdPresentFlag(), "vps_nuh_layer_id_present_flag" );
Note: See TracChangeset for help on using the changeset viewer.