Ignore:
Timestamp:
30 Jul 2014, 19:51:27 (10 years ago)
Author:
tech
Message:

Merged 11.2-dev2-Samsung@1026.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev0/source/App/TAppEncoder/TAppEncCfg.cpp

    r1015 r1030  
    767767
    768768#endif //HHI_VSO
     769#if MTK_I0099_VPS_EX2
     770  ("LimQtPredFlag",                   m_bLimQtPredFlag          , true          , "Use Predictive Coding with QTL" )
     771#endif
     772#if !MTK_I0099_VPS_EX2 || MTK_I0099_FIX
    769773#if H_3D_QTLPC
    770774  ("QTL",                             m_bUseQTL                 , true          , "Use depth Quadtree Limitation" )
     775#if !MTK_I0099_VPS_EX2
    771776  ("PC",                              m_bUsePC                  , true          , "Use Predictive Coding with QTL" )
     777#endif
     778#endif
    772779#endif
    773780#if H_3D_IV_MERGE
     
    24972504  printf("WVSO:%d ", m_bUseWVSO ); 
    24982505#endif
     2506#if MTK_I0099_VPS_EX2
     2507  printf("LimQtPredFlag:%d ", m_bLimQtPredFlag ? 1 : 0);
     2508#endif
     2509#if !MTK_I0099_VPS_EX2 || MTK_I0099_FIX
    24992510#if H_3D_QTLPC
    25002511  printf("QTL:%d ", m_bUseQTL);
     2512#if !MTK_I0099_VPS_EX2
    25012513  printf("PC:%d " , m_bUsePC );
     2514#endif
     2515#endif
    25022516#endif
    25032517#if H_3D_IV_MERGE
Note: See TracChangeset for help on using the changeset viewer.