Changeset 156 in SHVCSoftware for branches/SHM-2.0-dev/source/Lib/TLibEncoder
- Timestamp:
- 8 May 2013, 00:57:17 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r133 r156 719 719 for(i = 0; i < vps->getNumOutputLayerSets(); i++) 720 720 { 721 #if VPS_OUTPUT_LAYER_SET_IDX 722 assert(vps->getOutputLayerSetIdx(i) > 0); 723 WRITE_UVLC( vps->getOutputLayerSetIdx(i) - 1, "vps_output_layer_set_idx_minus1[i]"); 724 #else 721 725 WRITE_UVLC( vps->getOutputLayerSetIdx(i), "vps_output_layer_set_idx[i]"); 726 #endif 722 727 Int lsIdx = vps->getOutputLayerSetIdx(i); 723 728 for(j = 0; j <= vps->getMaxLayerId(); j++)
Note: See TracChangeset for help on using the changeset viewer.