Changeset 1362 in 3DVCSoftware for branches/HTM-15.2-dev/source/App/TAppEncoder


Ignore:
Timestamp:
28 Oct 2015, 19:15:08 (9 years ago)
Author:
tech
Message:

Align macros

Location:
branches/HTM-15.2-dev/source/App/TAppEncoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/App/TAppEncoder/TAppEncCfg.cpp

    r1360 r1362  
    723723  Bool do_help = false;
    724724
    725 #if !NH_MV
    726   string cfg_InputFile;
    727 #endif
    728   string cfg_BitstreamFile;
    729 #if !NH_MV
    730   string cfg_ReconFile;
    731 #endif
    732725#if NH_MV
    733726  vector<Int>   cfg_dimensionLength;
     
    742735#endif
    743736#endif
    744   string cfg_dQPFile;
    745   string cfg_ScalingListFile;
    746737
    747738  Int tmpChromaFormat;
  • branches/HTM-15.2-dev/source/App/TAppEncoder/TAppEncCfg.h

    r1360 r1362  
    136136#endif
    137137#endif
     138  // Lambda modifiers
    138139  Double    m_adLambdaModifier[ MAX_TLAYER ];                 ///< Lambda modifier array for each temporal layer
    139140  std::vector<Double> m_adIntraLambdaModifier;                ///< Lambda modifier for Intra pictures, one for each temporal layer. If size>temporalLayer, then use [temporalLayer], else if size>0, use [size()-1], else use m_adLambdaModifier.
Note: See TracChangeset for help on using the changeset viewer.