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

MV-HEVC+D support based on JCT3V-F0122

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.