Changeset 1095 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
2 Jul 2015, 21:15:31 (10 years ago)
Author:
seregin
Message:

cleanup macros: MOVE_ADDN_LS_SIGNALLING

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r1094 r1095  
    21272127  }
    21282128#endif
    2129 #if MOVE_ADDN_LS_SIGNALLING
    21302129#if Q0078_ADD_LAYER_SETS
    21312130  if (vps->getNumIndependentLayers() > 1)
     
    21452144    }
    21462145  }
    2147 #endif
    21482146#endif
    21492147#if VPS_TSLAYERS
     
    22122210#endif
    22132211
    2214 
    2215 #if !MOVE_ADDN_LS_SIGNALLING
    2216 #if Q0078_ADD_LAYER_SETS
    2217   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 #endif
    2234 #endif
    2235 
    22362212#if !VPS_EXTN_UEV_CODING
    22372213  Int numOutputLayerSets = vps->getNumOutputLayerSets() ;
Note: See TracChangeset for help on using the changeset viewer.