Changeset 1313 in 3DVCSoftware for trunk/source/App/TAppEncoder/TAppEncCfg.h


Ignore:
Timestamp:
13 Aug 2015, 17:38:13 (9 years ago)
Author:
tech
Message:

Merged 14.1-update-dev1@1312.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/App/TAppEncoder/TAppEncCfg.h

    r1196 r1313  
    22 * License, included below. This software may be subject to other third party
    33 * and contributor rights, including patent rights, and no such rights are
    4  * granted under this license. 
     4 * granted under this license.
    55 *
    6 * Copyright (c) 2010-2015, ITU/ISO/IEC
     6 * Copyright (c) 2010-2015, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    4444#include <sstream>
    4545#include <vector>
    46 #if H_3D
     46#if NH_3D
    4747#include "TAppCommon/TAppComCamPara.h"
    4848#include "TLibRenderer/TRenModel.h"
     
    6161protected:
    6262  // file I/O
    63 #if H_MV
     63#if NH_MV
    6464  std::vector<char*>     m_pchInputFileList;                  ///< source file names
    6565#else
     
    6767#endif
    6868  Char*     m_pchBitstreamFile;                               ///< output bitstream file
    69 #if H_MV
     69#if NH_MV
    7070  std::vector<char*>     m_pchReconFileList;                  ///< output reconstruction file names
    7171  Int                    m_numberOfLayers;                    ///< number of Layers to Encode
     
    7474  Char*     m_pchReconFile;                                   ///< output reconstruction file
    7575#endif
    76   #if H_MV
     76  #if NH_MV
    7777// VPS specification
    78   std::vector< std::vector<Int> > m_dimIds;                   ///< dimension ids ( pointers to m_viewId and m_depthFlag
     78  IntAry2d m_dimIds;                   ///< dimension ids ( pointers to m_viewId and m_depthFlag
    7979  std::vector<Int>       m_viewId;                            ///< view id
    8080  std::vector<Int>       m_viewOrderIndex;                    ///< view order index 
    8181  std::vector<Int>       m_auxId;                             ///< auxiliary id
    82 #if H_3D
     82#if NH_3D
    8383  std::vector<Int>       m_depthFlag;                         ///< depth flag
    8484#endif
     
    9191// layer sets   
    9292  Int                    m_vpsNumLayerSets;                   ///< Number of layer sets
    93   std::vector< std::vector<Int> > m_layerIdsInSets;           ///< LayerIds in vps of layer set
     93  IntAry2d m_layerIdsInSets;           ///< LayerIds in vps of layer set
    9494  Int                    m_numAddLayerSets;                    ///< Number of additional layer sets
    95   std::vector< std::vector<Int> > m_highestLayerIdxPlus1;      ///< HighestLayerIdxPlus1 for each additional layer set and each independent layer (value with index 0 will be ignored)
     95  IntAry2d m_highestLayerIdxPlus1;      ///< HighestLayerIdxPlus1 for each additional layer set and each independent layer (value with index 0 will be ignored)
    9696  Int                    m_defaultOutputLayerIdc;             ///< Specifies output layers of layer sets, 0: output all layers, 1: output highest layers, 2: specified by LayerIdsInDefOuputLayerSet
    9797  std::vector<Int>       m_outputLayerSetIdx;                 ///< Indices of layer sets used as additional output layer sets 
    98   std::vector< std::vector<Int> > m_layerIdsInAddOutputLayerSet; ///< LayerIds in vps of additional output layers
    99   std::vector< std::vector<Int> > m_layerIdsInDefOutputLayerSet; ///< Indices in vps of output layers in layer sets
    100   std::vector< std::vector< Int > > m_profileTierLevelIdx;      ///< Indices of of profile, per layer in layer set
     98  IntAry2d m_layerIdsInAddOutputLayerSet; ///< LayerIds in vps of additional output layers
     99  IntAry2d m_layerIdsInDefOutputLayerSet; ///< Indices in vps of output layers in layer sets
     100  IntAry2d              m_profileTierLevelIdx;      ///< Indices of of profile, per layer in layer set
    101101  std::vector<Bool>      m_altOutputLayerFlag;                ///< Alt output layer flag
    102102
    103103  // Dependencies
    104   std::vector< std::vector<Int> > m_directRefLayers;          ///< LayerIds of direct reference layers
    105   std::vector< std::vector<Int> > m_dependencyTypes;          ///< Dependency types of direct reference layers
     104  IntAry2d m_directRefLayers;          ///< LayerIds of direct reference layers
     105  IntAry2d m_dependencyTypes;          ///< Dependency types of direct reference layers
    106106
    107107  // VPS VUI
     
    119119  std::vector< std::vector<Int  > > m_avgPicRate;
    120120  Bool                              m_tilesNotInUseFlag;
    121   std::vector< Bool >               m_tilesInUseFlag;
    122   std::vector< Bool >               m_loopFilterNotAcrossTilesFlag;
     121  BoolAry1d               m_tilesInUseFlag;
     122  BoolAry1d               m_loopFilterNotAcrossTilesFlag;
    123123  Bool                              m_wppNotInUseFlag;
    124   std::vector< Bool >               m_wppInUseFlag;
     124  BoolAry1d               m_wppInUseFlag;
    125125
    126126  std::vector< std::vector<Bool > > m_tileBoundariesAlignedFlag; 
     
    133133
    134134
    135 #if H_3D_IC
    136   Bool   m_abUseIC;
    137   Bool   m_bUseLowLatencyICEnc;
     135#if NH_3D
     136  Bool      m_abUseIC;
     137  Bool      m_bUseLowLatencyICEnc;
    138138#endif
    139139
     
    142142  // source specification
    143143  Int       m_iFrameRate;                                     ///< source frame-rates (Hz)
    144   UInt      m_FrameSkip;                                      ///< number of skipped frames from the beginning
     144  UInt      m_FrameSkip;                                   ///< number of skipped frames from the beginning
    145145  Int       m_iSourceWidth;                                   ///< source width in pixel
    146146  Int       m_iSourceHeight;                                  ///< source height in pixel (when interlaced = field height)
    147  
     147
    148148  Int       m_iSourceHeightOrg;                               ///< original source height in pixel (when interlaced = frame height)
    149  
    150   bool      m_isField;                                        ///< enable field coding
    151   bool      m_isTopFieldFirst;
    152  
     149
     150  Bool      m_isField;                                        ///< enable field coding
     151  Bool      m_isTopFieldFirst;
     152  Bool      m_bEfficientFieldIRAPEnabled;                     ///< enable an efficient field IRAP structure.
     153  Bool      m_bHarmonizeGopFirstFieldCoupleEnabled;
     154
    153155  Int       m_conformanceWindowMode;
    154156  Int       m_confWinLeft;
     
    158160  Int       m_framesToBeEncoded;                              ///< number of encoded frames
    159161  Int       m_aiPad[2];                                       ///< number of padded pixels for width and height
    160  
     162  InputColourSpaceConversion m_inputColourSpaceConvert;       ///< colour space conversion to apply to input video
     163  Bool      m_snrInternalColourSpace;                       ///< if true, then no colour space conversion is applied for snr calculation, otherwise inverse of input is applied.
     164  Bool      m_outputInternalColourSpace;                    ///< if true, then no colour space conversion is applied for reconstructed video, otherwise inverse of input is applied.
     165  ChromaFormat m_InputChromaFormatIDC;
     166
     167  Bool      m_printMSEBasedSequencePSNR;
     168  Bool      m_printFrameMSE;
     169  Bool      m_printSequenceMSE;
     170  Bool      m_cabacZeroWordPaddingEnabled;
     171  Bool      m_bClipInputVideoToRec709Range;
     172  Bool      m_bClipOutputVideoToRec709Range;
     173
    161174  // profile/level
    162 #if H_MV
    163   std::vector< Profile::Name > m_profile;
     175#if NH_MV
     176  std::vector< Profile::Name > m_profiles;
    164177  std::vector< Level::Tier   > m_levelTier;
    165178  std::vector< Level::Name   > m_level;
     
    170183  Level::Name   m_level;
    171184#endif
    172 
     185  UInt          m_bitDepthConstraint;
     186  ChromaFormat  m_chromaFormatConstraint;
     187  Bool          m_intraConstraintFlag;
     188  Bool          m_onePictureOnlyConstraintFlag;
     189  Bool          m_lowerBitRateConstraintFlag;
    173190  Bool m_progressiveSourceFlag;
    174191  Bool m_interlacedSourceFlag;
    175192  Bool m_nonPackedConstraintFlag;
    176193  Bool m_frameOnlyConstraintFlag;
     194
    177195  // coding structure
    178 #if H_MV
     196#if NH_MV
    179197  std::vector<Int> m_iIntraPeriod;                            ///< period of I-slice (random access period)
    180198#else
     
    183201  Int       m_iDecodingRefreshType;                           ///< random access type
    184202  Int       m_iGOPSize;                                       ///< GOP size of hierarchical structure
    185 #if H_MV
     203#if NH_MV
    186204  Int       m_extraRPSsMvc[MAX_NUM_LAYERS];                       ///< extra RPSs added to handle CRA for each layer
    187205  std::vector< GOPEntry* >  m_GOPListMvc;                            ///< the coding structure entries from the config file for each layer
     
    194212  Int       m_maxDecPicBuffering[MAX_TLAYER];                 ///< total number of pictures in the decoded picture buffer
    195213  #endif
     214  Bool      m_crossComponentPredictionEnabledFlag;                          ///< flag enabling the use of cross-component prediction
     215  Bool      m_reconBasedCrossCPredictionEstimate;             ///< causes the alpha calculation in encoder search to be based on the decoded residual rather than the pre-transform encoder-side residual
     216#if NH_MV
     217  UInt      m_log2SaoOffsetScale[MAX_NUM_LAYERS][MAX_NUM_CHANNEL_TYPE];        ///< number of bits for the upward bit shift operation on the decoded SAO offsets
     218#else
     219  UInt      m_log2SaoOffsetScale[MAX_NUM_CHANNEL_TYPE];       ///< number of bits for the upward bit shift operation on the decoded SAO offsets
     220#endif
    196221  Bool      m_useTransformSkip;                               ///< flag for enabling intra transform skipping
    197222  Bool      m_useTransformSkipFast;                           ///< flag for enabling fast intra transform skipping
     223  UInt      m_log2MaxTransformSkipBlockSize;                  ///< transform-skip maximum size (minimum of 2)
     224  Bool      m_transformSkipRotationEnabledFlag;               ///< control flag for transform-skip/transquant-bypass residual rotation
     225  Bool      m_transformSkipContextEnabledFlag;                ///< control flag for transform-skip/transquant-bypass single significance map context
     226  Bool      m_rdpcmEnabledFlag[NUMBER_OF_RDPCM_SIGNALLING_MODES];///< control flags for residual DPCM
    198227  Bool      m_enableAMP;
     228  Bool      m_persistentRiceAdaptationEnabledFlag;            ///< control flag for Golomb-Rice parameter adaptation over each slice
     229  Bool      m_cabacBypassAlignmentEnabledFlag;
     230
    199231  // coding quality
    200 #if H_MV
     232#if NH_MV
    201233  std::vector<Double>  m_fQP;                                 ///< QP value of key-picture (floating point) for each layer
    202234  std::vector<Int>     m_iQP;                                 ///< QP value of key-picture (integer) for each layer
     
    206238#endif
    207239  Char*     m_pchdQPFile;                                     ///< QP offset for each slice (initialized from external file)
    208 #if H_MV
     240#if NH_MV
    209241  std::vector<Int*> m_aidQP;                                    ///< array of slice QP values for each layer
    210242#else
     
    214246  UInt      m_uiDeltaQpRD;                                    ///< dQP range for multi-pass slice QP optimization
    215247  Int       m_iMaxCuDQPDepth;                                 ///< Max. depth for a minimum CuDQPSize (0:default)
    216 
    217   Int       m_cbQpOffset;                                     ///< Chroma Cb QP Offset (0:default)
     248  Int       m_diffCuChromaQpOffsetDepth;                      ///< If negative, then do not apply chroma qp offsets.
     249  Bool      m_bFastDeltaQP;                                   ///< Fast Delta QP (false:default)
     250
     251  Int       m_cbQpOffset;                                     ///< Chroma Cb QP Offset (0:default)
    218252  Int       m_crQpOffset;                                     ///< Chroma Cr QP Offset (0:default)
    219253
     
    221255  Bool      m_bUseAdaptQpSelect;
    222256#endif
     257  TComSEIMasteringDisplay m_masteringDisplay;
    223258
    224259  Bool      m_bUseAdaptiveQP;                                 ///< Flag for enabling QP adaptation based on a psycho-visual model
    225260  Int       m_iQPAdaptationRange;                             ///< dQP range by QP adaptation
    226  
    227 #if H_MV
     261
     262#if NH_MV
    228263  Int       m_maxTempLayerMvc[MAX_NUM_LAYER_IDS];             ///< Max temporal layer for each layer
    229264#else
     
    232267
    233268  // coding unit (CU) definition
     269  // TODO: Remove MaxCUWidth/MaxCUHeight and replace with MaxCUSize.
    234270  UInt      m_uiMaxCUWidth;                                   ///< max. CU width in pixel
    235271  UInt      m_uiMaxCUHeight;                                  ///< max. CU height in pixel
    236   UInt      m_uiMaxCUDepth;                                   ///< max. CU depth
    237  
     272  UInt      m_uiMaxCUDepth;                                   ///< max. CU depth (as specified by command line)
     273  UInt      m_uiMaxTotalCUDepth;                              ///< max. total CU depth - includes depth of transform-block structure
     274  UInt      m_uiLog2DiffMaxMinCodingBlockSize;                ///< difference between largest and smallest CU depth
     275
    238276  // transfom unit (TU) definition
    239277  UInt      m_uiQuadtreeTULog2MaxSize;
    240278  UInt      m_uiQuadtreeTULog2MinSize;
    241  
     279
    242280  UInt      m_uiQuadtreeTUMaxDepthInter;
    243281  UInt      m_uiQuadtreeTUMaxDepthIntra;
    244  
     282
    245283  // coding tools (bit-depth)
    246   Int       m_inputBitDepthY;                               ///< bit-depth of input file (luma component)
    247   Int       m_inputBitDepthC;                               ///< bit-depth of input file (chroma component)
    248   Int       m_outputBitDepthY;                              ///< bit-depth of output file (luma component)
    249   Int       m_outputBitDepthC;                              ///< bit-depth of output file (chroma component)
    250   Int       m_internalBitDepthY;                            ///< bit-depth codec operates at in luma (input/output files will be converted)
    251   Int       m_internalBitDepthC;                            ///< bit-depth codec operates at in chroma (input/output files will be converted)
     284  Int       m_inputBitDepth   [MAX_NUM_CHANNEL_TYPE];         ///< bit-depth of input file
     285  Int       m_outputBitDepth  [MAX_NUM_CHANNEL_TYPE];         ///< bit-depth of output file
     286  Int       m_MSBExtendedBitDepth[MAX_NUM_CHANNEL_TYPE];      ///< bit-depth of input samples after MSB extension
     287  Int       m_internalBitDepth[MAX_NUM_CHANNEL_TYPE];         ///< bit-depth codec operates at (input/output files will be converted)
     288  Bool      m_extendedPrecisionProcessingFlag;
     289  Bool      m_highPrecisionOffsetsEnabledFlag;
     290
     291  //coding tools (chroma format)
     292  ChromaFormat m_chromaFormatIDC;
    252293
    253294  // coding tools (PCM bit-depth)
     
    255296
    256297  // coding tool (SAO)
    257 #if H_MV
     298#if NH_MV
    258299  std::vector<Bool> m_bUseSAO;
    259300#else
    260   Bool      m_bUseSAO;
    261 #endif
     301  Bool      m_bUseSAO;
     302#endif
     303  Bool      m_bTestSAODisableAtPictureLevel;
     304  Double    m_saoEncodingRate;                                ///< When >0 SAO early picture termination is enabled for luma and chroma
     305  Double    m_saoEncodingRateChroma;                          ///< The SAO early picture termination rate to use for chroma (when m_SaoEncodingRate is >0). If <=0, use results for luma.
    262306  Int       m_maxNumOffsetsPerPic;                            ///< SAO maximun number of offset per picture
    263   Bool      m_saoLcuBoundary;                                 ///< SAO parameter estimation using non-deblocked pixels for LCU bottom and right boundary areas
     307  Bool      m_saoCtuBoundary;                                 ///< SAO parameter estimation using non-deblocked pixels for CTU bottom and right boundary areas
    264308  // coding tools (loop filter)
    265 #if H_MV
     309#if NH_MV
    266310  std::vector<Bool> m_bLoopFilterDisable;                     ///< flag for using deblocking filter for each layer
    267311#else
     
    271315  Int       m_loopFilterBetaOffsetDiv2;                     ///< beta offset for deblocking filter
    272316  Int       m_loopFilterTcOffsetDiv2;                       ///< tc offset for deblocking filter
    273   Bool      m_DeblockingFilterControlPresent;                 ///< deblocking filter control present flag in PPS
    274317  Bool      m_DeblockingFilterMetric;                         ///< blockiness metric in encoder
    275  
     318
    276319  // coding tools (PCM)
    277320  Bool      m_usePCM;                                         ///< flag for using IPCM
     
    279322  UInt      m_uiPCMLog2MinSize;                               ///< log2 of minimum PCM block size
    280323  Bool      m_bPCMFilterDisableFlag;                          ///< PCM filter disable flag
     324  Bool      m_enableIntraReferenceSmoothing;                  ///< flag for enabling(default)/disabling intra reference smoothing/filtering
    281325
    282326  // coding tools (encoder-only parameters)
     
    285329  Bool      m_useRDOQ;                                       ///< flag for using RD optimized quantization
    286330  Bool      m_useRDOQTS;                                     ///< flag for using RD optimized quantization for transform skip
    287   Int      m_rdPenalty;                                      ///< RD-penalty for 32x32 TU for intra in non-intra slices (0: no RD-penalty, 1: RD-penalty, 2: maximum RD-penalty)
     331#if T0196_SELECTIVE_RDOQ
     332  Bool      m_useSelectiveRDOQ;                               ///< flag for using selective RDOQ
     333#endif
     334  Int       m_rdPenalty;                                      ///< RD-penalty for 32x32 TU for intra in non-intra slices (0: no RD-penalty, 1: RD-penalty, 2: maximum RD-penalty)
     335  Bool      m_bDisableIntraPUsInInterSlices;                  ///< Flag for disabling intra predicted PUs in inter slices.
    288336  Int       m_iFastSearch;                                    ///< ME mode, 0 = full, 1 = diamond, 2 = PMVFAST
    289337  Int       m_iSearchRange;                                   ///< ME search range
    290338  Int       m_bipredSearchRange;                              ///< ME search range for bipred refinement
    291 #if H_MV
     339  Bool      m_bClipForBiPredMeEnabled;                        ///< Enables clipping for Bi-Pred ME.
     340  Bool      m_bFastMEAssumingSmootherMVEnabled;               ///< Enables fast ME assuming a smoother MV.
     341#if NH_MV
    292342  Bool      m_bUseDisparitySearchRangeRestriction;            ///< restrict vertical search range for inter-view prediction
    293343  Int       m_iVerticalDisparitySearchRange;                  ///< ME vertical search range for inter-view prediction
     
    295345  Bool      m_bUseFastEnc;                                    ///< flag for using fast encoder setting
    296346  Bool      m_bUseEarlyCU;                                    ///< flag for using Early CU setting
    297   Bool      m_useFastDecisionForMerge;                        ///< flag for using Fast Decision Merge RD-Cost 
     347  Bool      m_useFastDecisionForMerge;                        ///< flag for using Fast Decision Merge RD-Cost
    298348  Bool      m_bUseCbfFastMode;                              ///< flag for using Cbf Fast PU Mode Decision
    299349  Bool      m_useEarlySkipDetection;                         ///< flag for using Early SKIP Detection
    300   Int       m_sliceMode;                                     ///< 0: no slice limits, 1 : max number of CTBs per slice, 2: max number of bytes per slice, 
     350  Int       m_sliceMode;                                     ///< 0: no slice limits, 1 : max number of CTBs per slice, 2: max number of bytes per slice,
    301351                                                             ///< 3: max number of tiles per slice
    302352  Int       m_sliceArgument;                                 ///< argument according to selected slice mode
    303   Int       m_sliceSegmentMode;                              ///< 0: no slice segment limits, 1 : max number of CTBs per slice segment, 2: max number of bytes per slice segment, 
     353  Int       m_sliceSegmentMode;                              ///< 0: no slice segment limits, 1 : max number of CTBs per slice segment, 2: max number of bytes per slice segment,
    304354                                                             ///< 3: max number of tiles per slice segment
    305355  Int       m_sliceSegmentArgument;                          ///< argument according to selected slice segment mode
     
    313363  std::vector<Int> m_tileRowHeight;
    314364  Int       m_iWaveFrontSynchro; //< 0: no WPP. >= 1: WPP is enabled, the "Top right" from which inheritance occurs is this LCU offset in the line above the current.
    315   Int       m_iWaveFrontSubstreams; //< If iWaveFrontSynchro, this is the number of substreams per frame (dependent tiles) or per tile (independent tiles).
     365  Int       m_iWaveFrontFlush; //< enable(1)/disable(0) the CABAC flush at the end of each line of LCUs.
    316366
    317367  Bool      m_bUseConstrainedIntraPred;                       ///< flag for using constrained intra prediction
    318  
     368  Bool      m_bFastUDIUseMPMEnabled;
     369  Bool      m_bFastMEForGenBLowDelayEnabled;
     370  Bool      m_bUseBLambdaForNonKeyLowDelayPictures;
     371
    319372  Int       m_decodedPictureHashSEIEnabled;                    ///< Checksum(3)/CRC(2)/MD5(1)/disable(0) acting on decoded picture hash SEI message
    320373  Int       m_recoveryPointSEIEnabled;
     
    322375  Int       m_pictureTimingSEIEnabled;
    323376  Bool      m_toneMappingInfoSEIEnabled;
     377  Bool      m_chromaSamplingFilterSEIenabled;
     378  Int       m_chromaSamplingHorFilterIdc;
     379  Int       m_chromaSamplingVerFilterIdc;
    324380  Int       m_toneMapId;
    325381  Bool      m_toneMapCancelFlag;
     
    327383  Int       m_toneMapCodedDataBitDepth;
    328384  Int       m_toneMapTargetBitDepth;
    329   Int       m_toneMapModelId; 
     385  Int       m_toneMapModelId;
    330386  Int       m_toneMapMinValue;
    331387  Int       m_toneMapMaxValue;
     
    337393  Int       m_exposureIndexIdc;
    338394  Int       m_exposureIndexValue;
    339   Int       m_exposureCompensationValueSignFlag;
     395  Bool      m_exposureCompensationValueSignFlag;
    340396  Int       m_exposureCompensationValueNumerator;
    341397  Int       m_exposureCompensationValueDenomIdc;
     
    353409  Int       m_framePackingSEIQuincunx;
    354410  Int       m_framePackingSEIInterpretation;
     411  Int       m_segmentedRectFramePackingSEIEnabled;
     412  Bool      m_segmentedRectFramePackingSEICancel;
     413  Int       m_segmentedRectFramePackingSEIType;
     414  Bool      m_segmentedRectFramePackingSEIPersistence;
    355415  Int       m_displayOrientationSEIAngle;
    356416  Int       m_temporalLevel0IndexSEIEnabled;
    357417  Int       m_gradualDecodingRefreshInfoEnabled;
     418  Int       m_noDisplaySEITLayer;
    358419  Int       m_decodingUnitInfoSEIEnabled;
    359420  Int       m_SOPDescriptionSEIEnabled;
    360421  Int       m_scalableNestingSEIEnabled;
     422  Bool      m_tmctsSEIEnabled;
     423  Bool      m_timeCodeSEIEnabled;
     424  Int       m_timeCodeSEINumTs;
     425  TComSEITimeSet m_timeSetArray[MAX_TIMECODE_SEI_SETS];
     426  Bool      m_kneeSEIEnabled;
     427  Int       m_kneeSEIId;
     428  Bool      m_kneeSEICancelFlag;
     429  Bool      m_kneeSEIPersistenceFlag;
     430  Int       m_kneeSEIInputDrange;
     431  Int       m_kneeSEIInputDispLuminance;
     432  Int       m_kneeSEIOutputDrange;
     433  Int       m_kneeSEIOutputDispLuminance;
     434  Int       m_kneeSEINumKneePointsMinus1;
     435  Int*      m_kneeSEIInputKneePoint;
     436  Int*      m_kneeSEIOutputKneePoint;
    361437  // weighted prediction
    362438  Bool      m_useWeightedPred;                    ///< Use of weighted prediction in P slices
    363439  Bool      m_useWeightedBiPred;                  ///< Use of bi-directional weighted prediction in B slices
    364  
     440
    365441  UInt      m_log2ParallelMergeLevel;                         ///< Parallel merge estimation region
    366442  UInt      m_maxNumMergeCand;                                ///< Max number of merge candidates
    367443
    368444  Int       m_TMVPModeId;
    369   Int       m_signHideFlag;
     445  Bool      m_signHideFlag;
    370446  Bool      m_RCEnableRateControl;                ///< enable rate control or not
    371447  Int       m_RCTargetBitrate;                    ///< target bitrate when rate control is enabled
    372448  Int       m_RCKeepHierarchicalBit;              ///< 0: equal bit allocation; 1: fixed ratio bit allocation; 2: adaptive ratio bit allocation
    373   Bool      m_RCLCULevelRC;                       ///< true: LCU level rate control; false: picture level rate control
    374   Bool      m_RCUseLCUSeparateModel;              ///< use separate R-lambda model at LCU level
     449  Bool      m_RCLCULevelRC;                       ///< true: LCU level rate control; false: picture level rate control NOTE: code-tidy - rename to m_RCCtuLevelRC
     450  Bool      m_RCUseLCUSeparateModel;              ///< use separate R-lambda model at LCU level                        NOTE: code-tidy - rename to m_RCUseCtuSeparateModel
    375451  Int       m_RCInitialQP;                        ///< inital QP for rate control
    376452  Bool      m_RCForceIntraQP;                     ///< force all intra picture to use initial QP or not
    377 
     453 
    378454#if KWU_RC_VIEWRC_E0227
    379455  vector<Int>     m_viewTargetBits;
     
    383459  UInt       m_depthMADPred;
    384460#endif
    385   Int       m_useScalingListId;                               ///< using quantization matrix
     461
     462ScalingListMode m_useScalingListId;                         ///< using quantization matrix
    386463  Char*     m_scalingListFile;                                ///< quantization matrix file name
    387464
    388465  Bool      m_TransquantBypassEnableFlag;                     ///< transquant_bypass_enable_flag setting in PPS.
    389466  Bool      m_CUTransquantBypassFlagForce;                    ///< if transquant_bypass_enable_flag, then, if true, all CU transquant bypass flags will be set to true.
     467  CostMode  m_costMode;                                       ///< Cost mode to use
    390468
    391469  Bool      m_recalculateQPAccordingToLambda;                 ///< recalculate QP value according to the lambda value
     
    427505  Int       m_log2MaxMvLengthHorizontal;                      ///< Indicate the maximum absolute value of a decoded horizontal MV component in quarter-pel luma units
    428506  Int       m_log2MaxMvLengthVertical;                        ///< Indicate the maximum absolute value of a decoded vertical MV component in quarter-pel luma units
    429 #if H_MV
     507  std::string m_summaryOutFilename;                           ///< filename to use for producing summary output file.
     508  std::string m_summaryPicFilenameBase;                       ///< Base filename to use for producing summary picture output files. The actual filenames used will have I.txt, P.txt and B.txt appended.
     509  UInt        m_summaryVerboseness;                           ///< Specifies the level of the verboseness of the text output.
     510#if NH_MV
    430511  Bool              m_subBistreamPropSEIEnabled;
    431512  Int               m_sbPropNumAdditionalSubStreams;
     
    437518  Bool              m_outputVpsInfo;
    438519#endif
    439 #if H_3D
     520#if NH_3D
     521  // Output Format
     522  Bool      m_depth420OutputFlag;                             ///< Output depth layers in 4:2:0 format
    440523  // Camera parameters
    441524  Char*     m_pchCameraParameterFile;                         ///< camera parameter file
     
    443526  TAppComCamPara m_cCameraData;
    444527  Int       m_iCodedCamParPrecision;                          ///< precision for coding of camera parameters
    445 #if H_3D_VSO
     528#if NH_3D_VSO
    446529  Char*     m_pchVSOConfig;
    447   Bool      m_bUseVSO;                                    ///< flag for using View Synthesis Optimization
    448   Bool      m_bVSOLSTable;                                ///< Depth QP dependent Lagrange parameter optimization (m23714)
    449   Bool      m_bVSOEarlySkip;                              ///< Early skip of VSO computation (JCT3V-A0093 modification 4)
    450 
    451   //// Used for development by GT, might be removed later
    452   Double    m_dLambdaScaleVSO;                            ///< Scaling factor for Lambda in VSO mode
    453   Bool      m_bForceLambdaScaleVSO;                       ///< Use Lambda Scale for depth even if VSO is turned off
    454   Bool      m_bAllowNegDist;                              ///< Allow negative distortion in VSO
    455   UInt      m_uiVSOMode;                                  ///< Number of VSO Mode, 1 = , 2 = simple, org vs. ren, 3 = simple, ren vs. ren, 4 = full 
    456 
    457   // SAIT_VSO_EST_A0033
    458   Bool      m_bUseEstimatedVSD;                           ///< Flag for using model based VSD estimation instead of VSO for some encoder decisions (JCT3V-A0033 modification 3) 
    459 
    460   // LGE_WVSO_A0119
    461   Bool      m_bUseWVSO;                                    ///< flag for using View Synthesis Optimization 
     530  Bool      m_bUseVSO;                                        ///< flag for using View Synthesis Optimization
     531  Bool      m_bVSOLSTable;                                    ///< Depth QP dependent Lagrange parameter optimization (m23714)
     532  Bool      m_bVSOEarlySkip;                                  ///< Early skip of VSO computation (JCT3V-A0093 modification 4)
     533                                                             
     534  //// Used for development by GT, might be removed later     
     535  Double    m_dLambdaScaleVSO;                                ///< Scaling factor for Lambda in VSO mode
     536  Bool      m_bForceLambdaScaleVSO;                           ///< Use Lambda Scale for depth even if VSO is turned off
     537  Bool      m_bAllowNegDist;                                  ///< Allow negative distortion in VSO
     538  UInt      m_uiVSOMode;                                      ///< Number of VSO Mode, 1 = , 2 = simple, org vs. ren, 3 = simple, ren vs. ren, 4 = full 
     539                                                             
     540  // SAIT_VSO_EST_A0033                                       
     541  Bool      m_bUseEstimatedVSD;                               ///< Flag for using model based VSD estimation instead of VSO for some encoder decisions (JCT3V-A0033 modification 3) 
     542                                                             
     543  // LGE_WVSO_A0119                                           
     544  Bool      m_bUseWVSO;                                       ///< flag for using View Synthesis Optimization 
    462545  Int       m_iVSOWeight;
    463546  Int       m_iVSDWeight;
     
    467550  TRenModSetupStrParser       m_cRenModStrParser;
    468551#endif
    469 #if H_3D_DIM
    470   Bool      m_useDLT;                                        ///< flag for using DLT
    471 #endif
    472 #if H_3D_QTLPC
    473   Bool      m_bUseQTL;                                        ///< flag for using depth QuadTree Limitation
    474 #endif
    475 
    476   std::vector< Bool >    m_ivMvPredFlag;
    477   std::vector< Bool >    m_ivMvScalingFlag;
    478   Int                    m_log2SubPbSizeMinus3;
    479   Bool                   m_ivResPredFlag;
    480   Bool                   m_depthRefinementFlag;
    481   Bool                   m_viewSynthesisPredFlag;
    482   Bool                   m_depthBasedBlkPartFlag;
    483   Bool                   m_mpiFlag;
    484   Int                    m_log2MpiSubPbSizeMinus3;
    485   Bool                   m_intraContourFlag;
    486   Bool                   m_intraWedgeFlag;
    487   Bool                   m_intraSdcFlag;
    488   Bool                   m_qtPredFlag;
    489   Bool                   m_interSdcFlag;
    490   Bool                   m_depthIntraSkipFlag;
     552
     553  Bool       m_useDLT;                                        ///< flag for using DLT
     554  Bool       m_bUseQTL;                                        ///< flag for using depth QuadTree Limitation
     555  BoolAry1d  m_ivMvPredFlag;
     556  BoolAry1d  m_ivMvScalingFlag;
     557  Int        m_log2SubPbSizeMinus3;
     558  Bool       m_ivResPredFlag;
     559  Bool       m_depthRefinementFlag;
     560  Bool       m_viewSynthesisPredFlag;
     561  Bool       m_depthBasedBlkPartFlag;
     562  Bool       m_mpiFlag;
     563  Int        m_log2MpiSubPbSizeMinus3;
     564  Bool       m_intraContourFlag;
     565  Bool       m_intraWedgeFlag;
     566  Bool       m_intraSdcFlag;
     567  Bool       m_qtPredFlag;
     568  Bool       m_interSdcFlag;
     569  Bool       m_depthIntraSkipFlag;
    491570#endif
    492571  // internal member functions
    493   Void  xSetGlobal      ();                                   ///< set global variables
    494572  Void  xCheckParameter ();                                   ///< check validity of configuration values
    495573  Void  xPrintParameter ();                                   ///< print configuration values
    496574  Void  xPrintUsage     ();                                   ///< print usage
    497 #if H_MV
     575#if NH_MV
    498576
    499577  template<typename T>
     
    533611    }
    534612  }
     613
     614  template <typename T>
     615  Void xResizeVector(  std::vector<T> & rpcVector, UInt n )
     616  {
     617    for( Int layer = 0; rpcVector.size() < n; layer++ )
     618    {
     619      assert( rpcVector.size() > 0 );
     620      rpcVector.push_back( rpcVector[layer] );     
     621    }
     622
     623    for( ; rpcVector.size() > n; )
     624    {     
     625      rpcVector.pop_back( );     
     626    }
     627  }
     628
    535629
    536630  template <typename T>
     
    561655  Void xPrintVectorElem( Bool   elem ) { printf(" %d"   , ( elem ? 1 : 0 ));};
    562656#endif
    563 #if H_MV
     657#if NH_MV
    564658  Int   getGOPSize() { return m_iGOPSize; }
    565659#endif
     
    567661  TAppEncCfg();
    568662  virtual ~TAppEncCfg();
    569  
     663
    570664public:
    571665  Void  create    ();                                         ///< create option handling class
    572666  Void  destroy   ();                                         ///< destroy option handling class
    573667  Bool  parseCfg  ( Int argc, Char* argv[] );                 ///< parse configuration file to fill member variables
    574  
     668
    575669};// END CLASS DEFINITION TAppEncCfg
    576670
Note: See TracChangeset for help on using the changeset viewer.