Ignore:
Timestamp:
21 Nov 2013, 13:28:24 (11 years ago)
Author:
tech
Message:

Merged DEV3 ( branch HTM-8.2-dev3-Samsung@699 )

File:
1 edited

Legend:

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

    r696 r712  
    378378#if H_3D_DIM
    379379  ("DMM",                   m_useDMM,           true,  "Depth intra model modes")
     380#if !SEC_DMM3_RBC_F0147
    380381  ("RBC",                   m_useRBC,           true,  "Region boundary chain mode")
     382#endif
    381383  ("SDC",                   m_useSDC,           true,  "Simplified depth coding")
    382384  ("DLT",                   m_useDLT,           true,  "Depth lookup table")
     
    509511#endif
    510512#if H_3D_IC
     513#if SEC_ONLY_TEXTURE_IC_F0151
     514  ("IlluCompEnable",           m_abUseIC, true, "Enable illumination compensation")
     515#else
    511516  ("IlluCompEnable",           m_abUseIC, std::vector<Bool>(2, true), "Enable illumination compensation")
     517#endif
    512518#endif
    513519#if H_3D_INTER_SDC
     
    24312437#endif
    24322438#if H_3D_IC
     2439#if SEC_ONLY_TEXTURE_IC_F0151
     2440  printf( "IlluCompEnable: %d ", m_abUseIC);
     2441#else
    24332442  printf( "IlluCompEnable: %d %d ", m_abUseIC[0] ? 1 : 0, m_abUseIC[1] ? 1 : 0 );
     2443#endif
    24342444#endif
    24352445#if H_3D_NBDV_REF
     
    24442454#if H_3D_DIM
    24452455  printf("DMM:%d ", m_useDMM );
     2456#if !SEC_DMM3_RBC_F0147
    24462457  printf("RBC:%d ", m_useRBC );
     2458#endif
    24472459  printf("SDC:%d ", m_useSDC );
    24482460  printf("DLT:%d ", m_useDLT );
Note: See TracChangeset for help on using the changeset viewer.