Ignore:
Timestamp:
17 Dec 2013, 21:57:52 (11 years ago)
Author:
qualcomm
Message:

MV-HEVC+D support based on JCT3V-F0122

Location:
branches/HTM-9.0r1-F0122/source/App/TAppEncoder
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.0r1-F0122/source/App/TAppEncoder/TAppEncCfg.cpp

    r724 r747  
    243243  {"main-stereo",    Profile::MAINSTEREO},
    244244  {"main-multiview", Profile::MAINMULTIVIEW},
    245 #if H_3D
     245#if H_3DV
    246246  {"main-3d"    , Profile::MAIN3D},
    247247#endif
     
    775775  ("ViewSynthesisPred",               m_viewSynthesisPredFlag,  true           , "view synthesis prediction " ) 
    776776#endif
    777 #if H_3D
     777#if H_3DV
    778778  ("IvMvScaling",                     m_ivMvScalingFlag      ,  true            , "inter view motion vector scaling" )   
    779779#endif
     
    24612461  printf("ViewSynthesisPred:%d ", m_viewSynthesisPredFlag );
    24622462#endif
    2463 #if H_3D
     2463#if H_3DV
    24642464  printf("IvMvScaling:%d ", m_ivMvScalingFlag ? 1 : 0  );
    24652465#endif
  • branches/HTM-9.0r1-F0122/source/App/TAppEncoder/TAppEncCfg.h

    r724 r747  
    141141  Bool m_viewSynthesisPredFlag;
    142142#endif
    143 #if H_3D
     143#if H_3DV
    144144  Bool m_ivMvScalingFlag;
    145145#endif
  • branches/HTM-9.0r1-F0122/source/App/TAppEncoder/TAppEncTop.cpp

    r735 r747  
    16511651  for ( Int layer = 0; layer <= vps.getMaxLayersMinus1(); layer++ )
    16521652  {
     1653#if H_3DV
    16531654    Bool isDepth      = ( vps.getDepthId( layer ) == 1 ) ;
    16541655    Bool isLayerZero  = ( layer == 0 );
     1656#endif
    16551657
    16561658#if H_3D_ARP
     
    17151717#endif
    17161718  } 
    1717 #if H_3D
     1719#if H_3DV
    17181720  vps.setIvMvScalingFlag( m_ivMvScalingFlag );   
    17191721#endif
Note: See TracChangeset for help on using the changeset viewer.