Changeset 1095 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 2 Jul 2015, 21:15:31 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1094 r1095 2127 2127 } 2128 2128 #endif 2129 #if MOVE_ADDN_LS_SIGNALLING2130 2129 #if Q0078_ADD_LAYER_SETS 2131 2130 if (vps->getNumIndependentLayers() > 1) … … 2145 2144 } 2146 2145 } 2147 #endif2148 2146 #endif 2149 2147 #if VPS_TSLAYERS … … 2212 2210 #endif 2213 2211 2214 2215 #if !MOVE_ADDN_LS_SIGNALLING2216 #if Q0078_ADD_LAYER_SETS2217 if (vps->getNumIndependentLayers() > 1)2218 {2219 WRITE_UVLC( vps->getNumAddLayerSets(), "num_add_layer_sets" );2220 for (i = 0; i < vps->getNumAddLayerSets(); i++)2221 {2222 for (j = 1; j < vps->getNumIndependentLayers(); j++)2223 {2224 int len = 1;2225 while ((1 << len) < (vps->getNumLayersInTreePartition(j) + 1))2226 {2227 len++;2228 }2229 WRITE_CODE(vps->getHighestLayerIdxPlus1(i, j), len, "highest_layer_idx_plus1[i][j]");2230 }2231 }2232 }2233 #endif2234 #endif2235 2236 2212 #if !VPS_EXTN_UEV_CODING 2237 2213 Int numOutputLayerSets = vps->getNumOutputLayerSets() ;
Note: See TracChangeset for help on using the changeset viewer.