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.cpp

    r478 r479  
    718718#endif //HHI_VSO
    719719#if H_3D_IV_MERGE
    720   ("PredDepthMapGen",  m_uiPredDepthMapGeneration, (UInt)0, "generation of prediction depth maps for motion data prediction" )
    721   ("MultiviewMvPred",  m_uiMultiviewMvPredMode,    (UInt)0, "usage of predicted depth maps" )
     720  ("IvMvPred",                       m_ivMvPredFlag,           false           , "inter view motion prediction " ) 
    722721#endif
    723722#endif //H_3D
     
    14431442  xConfirmPara( ((UInt) m_numberOfLayers >> 1 ) != m_cCameraData.getBaseViewNumbers().size(),   "Number of Views in BaseViewCameraNumbers must be equal to NumberOfViews" );
    14441443  xConfirmPara    ( m_iCodedCamParPrecision < 0 || m_iCodedCamParPrecision > 5,       "CodedCamParsPrecision must be in range of 0..5" );
    1445 #if H_3D_IV_MERGE
    1446   xConfirmPara    ( m_uiPredDepthMapGeneration > 2,                                   "PredDepthMapGen must be less than or equal to 2" );
    1447   xConfirmPara    ( m_uiMultiviewMvPredMode > 7,                                      "MultiviewMvPred must be less than or equal to 7" ); 
    1448   xConfirmPara    ( m_uiMultiviewMvPredMode > 0 && m_uiPredDepthMapGeneration == 0 ,  "MultiviewMvPred > 0 requires PredDepthMapGen > 0" );
    1449 #endif
    14501444#if H_3D_VSO
    14511445    if( m_bUseVSO )
     
    22882282#endif
    22892283#if H_3D_IV_MERGE
    2290   printf("MultiviewMvPred:%d", m_uiMultiviewMvPredMode);
     2284  printf("IvMvPred:%d", m_ivMvPredFlag );
    22912285#endif
    22922286  printf("\n\n"); 
Note: See TracChangeset for help on using the changeset viewer.