Ignore:
Timestamp:
4 Mar 2016, 09:42:34 (9 years ago)
Author:
tech
Message:

Clean-up VSO.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-16.0-dev1/source/App/TAppEncoder/TAppEncCfg.cpp

    r1386 r1394  
    188188    free (  m_pchVSOConfig );
    189189  }
     190#endif
     191#if NH_3D_VSO || NH_3D 
    190192 
    191193  if ( m_pchCameraParameterFile != NULL )
     
    816818  ("ViewId",                         m_viewId                      , IntAry1d(1,0),                                 "View Id per View Order Index")
    817819  ("AuxId",                          m_auxId                       , IntAry1d(1,0),                                 "AuxId per layer")
    818 #if NH_3D_VSO
     820#if NH_3D_VSO || NH_3D
    819821  ("DepthFlag",                      m_depthFlag                   , IntAry1d(1,0),                                 "Depth Flag")
    820822#endif
     
    12851287  ("Depth420OutputFlag",                              m_depth420OutputFlag,           true                     , "Output depth layers in 4:2:0 ")
    12861288#endif
    1287 #if NH_3D_VSO 
     1289#if NH_3D_VSO  || NH_3D
    12881290  ("CameraParameterFile,cpf",                         m_pchCameraParameterFile,    (TChar *) 0                 , "Camera Parameter File Name")
    12891291  ("CodedCamParsPrecision",                           m_iCodedCamParPrecision,      STD_CAM_PARAMETERS_PRECISION, "precision for coding of camera parameters (in units of 2^(-x) luma samples)" )
    1290 
     1292#endif
     1293#if NH_3D_VSO 
    12911294  /* View Synthesis Optimization */
    12921295  ("VSOConfig",                                       m_pchVSOConfig            , (TChar *) 0                   ,"VSO configuration")
     
    18071810  xResizeVector( m_auxId );
    18081811
    1809 #if NH_3D_VSO
     1812#if NH_3D_VSO || NH_3D
    18101813  xResizeVector( m_depthFlag );
    18111814#endif
     
    20702073      LOG2_DISP_PREC_LUT );
    20712074  }
    2072 #if NH_3D
    20732075  else
     2076#endif
     2077#if NH_3D || NH_3D_VSO
    20742078  {
    20752079    m_cCameraData     .init     ( ((UInt) m_iNumberOfViews ),
     
    20852089  }
    20862090  m_cCameraData.check( false, true );
    2087 #endif
    20882091#endif
    20892092
     
    22702273#endif
    22712274
    2272 #if NH_3D_VSO
     2275#if NH_3D_VSO || NH_3D
    22732276  if ( m_scalabilityMask & ( 1 << DEPTH_ID ) )
    22742277  {
     
    26292632  }
    26302633
    2631 #if NH_3D_VSO
     2634#if NH_3D_VSO || NH_3D
    26322635  xConfirmPara( m_pchCameraParameterFile    == 0                ,   "CameraParameterFile must be given");
    26332636  xConfirmPara( m_pchBaseViewCameraNumbers  == 0                ,   "BaseViewCameraNumbers must be given" );
    26342637  xConfirmPara( m_iNumberOfViews != m_cCameraData.getBaseViewNumbers().size() ,   "Number of Views in BaseViewCameraNumbers must be equal to NumberOfViews" );
    26352638  xConfirmPara    ( m_iCodedCamParPrecision < 0 || m_iCodedCamParPrecision > 5,       "CodedCamParsPrecision must be in range of 0..5" );
     2639#endif
     2640#if NH_3D_VSO
    26362641    if( m_bUseVSO )
    26372642    {
     
    33933398  xPrintParaVector( "AuxId", m_auxId );
    33943399#endif
    3395 #if NH_3D_VSO
     3400#if NH_3D_VSO || NH_3D
    33963401  xPrintParaVector( "DepthLayerFlag", m_depthFlag );
    33973402  printf("Coded Camera Param. Precision     : %d\n", m_iCodedCamParPrecision); 
     
    35953600
    35963601  printf("Max Num Merge Candidates          : %d\n", m_maxNumMergeCand);
    3597 #if NH_3D_VSO
     3602#if NH_3D_VSO || NH_3D
    35983603  printf("BaseViewCameraNumbers             : %s\n", m_pchBaseViewCameraNumbers );
    35993604  printf("Coded Camera Param. Precision     : %d\n", m_iCodedCamParPrecision);
     3605#endif
     3606#if NH_3D_VSO
    36003607  printf("Force use of Lambda Scale         : %d\n", m_bForceLambdaScaleVSO );
    36013608
Note: See TracChangeset for help on using the changeset viewer.