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


Ignore:
Timestamp:
13 Aug 2014, 01:39:59 (10 years ago)
Author:
qualcomm
Message:

Derivation of NecessaryLayerFlag (Macro: NECESSARY_LAYER_FLAG)

Derive NecessaryLayerFlag and check the condition specified w.r.t that flag.

From: Adarsh K. Ramasubramonian <aramasub@…>

File:
1 edited

Legend:

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

    r864 r865  
    831831    }
    832832  }
     833#if !NECESSARY_FLAG   // Already called once in TAppEncTop.cpp
    833834#if DERIVE_LAYER_ID_LIST_VARIABLES
    834835  pcVPS->deriveLayerIdListVariables();
     836#endif
    835837#endif
    836838  TimingInfo *timingInfo = pcVPS->getTimingInfo();
Note: See TracChangeset for help on using the changeset viewer.