Ignore:
Timestamp:
18 Jun 2013, 23:24:53 (11 years ago)
Author:
tech
Message:
  • changed IV-MERGE HLS to match Test Model 4 spec
  • incorporated iv-refpic list to TComSlice
  • removed TComDepthMapGenerator
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/App/TAppEncoder/TAppEncCfg.h

    r476 r479  
    8585  Bool                   m_splittingFlag;                     ///< Splitting Flag
    8686  Int                    m_scalabilityMask;                   ///< Mask indicating scalabilities, 1: texture; 3: texture + depth                                                               
    87   std::vector<Int>       m_dimensionIdLen;                   ///< Length of scalability dimension s
     87  std::vector<Int>       m_dimensionIdLen;                    ///< Length of scalability dimension s
     88#if H_3D_IV_MERGE
     89  Bool                   m_ivMvPredFlag;                      ///< Interview motion vector prediction
     90#endif
    8891#endif
    8992  Double    m_adLambdaModifier[ MAX_TLAYER ];                 ///< Lambda modifier array for each temporal layer
     
    381384  TAppComCamPara m_cCameraData;
    382385  Int       m_iCodedCamParPrecision;                          ///< precision for coding of camera parameters
    383 #if H_3D_IV_MERGE
    384   UInt      m_uiMultiviewMvPredMode;   
    385   UInt      m_uiPredDepthMapGeneration;
    386 #endif
    387386#if H_3D_VSO
    388387  Char*     m_pchVSOConfig;
Note: See TracChangeset for help on using the changeset viewer.