Changeset 664 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 10 Apr 2014, 03:34:55 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r663 r664 998 998 Int numOutputLayerSets = vps->getNumOutputLayerSets() ; 999 999 assert( numOutputLayerSets - (Int)vps->getNumLayerSets() >= 0 ); 1000 1001 #if Q0165_NUM_ADD_OUTPUT_LAYER_SETS 1002 if( vps->getNumLayerSets() > 1 ) 1003 { 1004 WRITE_UVLC( numOutputLayerSets - vps->getNumLayerSets(), "num_add_output_layer_sets" ); 1005 WRITE_CODE( vps->getDefaultTargetOutputLayerIdc(), 2, "default_target_output_layer_idc" ); 1006 } 1007 #else 1000 1008 WRITE_UVLC( numOutputLayerSets - vps->getNumLayerSets(), "num_add_output_layer_sets" ); 1001 1009 #endif 1010 1011 #endif 1012 1013 #if !Q0165_NUM_ADD_OUTPUT_LAYER_SETS 1002 1014 if( numOutputLayerSets > 1 ) 1003 1015 { … … 1012 1024 #endif 1013 1025 } 1026 #endif 1014 1027 1015 1028 for(i = 1; i < numOutputLayerSets; i++) … … 1059 1072 WRITE_FLAG(vps->getAltOuputLayerFlag(i), "alt_output_layer_flag[i]"); 1060 1073 } 1074 1075 #if Q0165_OUTPUT_LAYER_SET 1076 assert( NumOutputLayersInOutputLayerSet[i]>0 ); 1077 #endif 1078 1061 1079 #endif 1062 1080 }
Note: See TracChangeset for help on using the changeset viewer.