Ignore:
Timestamp:
22 Aug 2012, 03:51:38 (12 years ago)
Author:
lg
Message:

LGE_WVSO_A0119 integration (non-CTC)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.0-LG/source/App/TAppEncoder/TAppEncCfg.cpp

    r100 r110  
    335335  ("AllowNegDist",                    m_bAllowNegDist           , true          , "Allow negative Distortion in VSO")
    336336#endif
     337#if LGE_WVSO_A0119
     338  ("WVSO",                            m_bWVSO                   , true         , "Use WVSO" )
     339  ("VSOWeight",                       m_iVSOWeight              , 10                                     , "VSO Weight" )
     340  ("VSDWeight",                       m_iVSDWeight             , 1                                        , "SAIT Weight" )
     341  ("DWeight",                                                                           m_iDWeight                                                  , 1                                          , "SSE Weight" )
     342#endif
    337343
    338344#endif
     
    644650#endif
    645651
     652#if LGE_WVSO_A0119
     653  m_bWVSO = m_bUseVSO && m_bWVSO && m_bUsingDepthMaps;
     654#endif
    646655  xCleanUpVectors();
    647656
     
    16881697#if HHI_VSO
    16891698  printf("VSO:%d ", m_bUseVSO             );
    1690 #endif 
     1699#endif
     1700#if LGE_WVSO_A0119
     1701  printf("WVSO:%d ", m_bWVSO );
     1702#endif
    16911703#if HHI_DMM_WEDGE_INTRA || HHI_DMM_PRED_TEX
    16921704  printf("DMM:%d ", m_bUseDMM );
     
    16941706#if HHI_MPI
    16951707  printf("MVI:%d ", m_bUseMVI ? 1 : 0 );
     1708#endif
     1709#if LGE_WVSO_A0119
     1710  printf("\nVSO : SAIT : SAD weight = %d : %d : %d ", m_iVSOWeight, m_iVSDWeight, m_iDWeight );
    16961711#endif
    16971712  printf("\n\n");
Note: See TracChangeset for help on using the changeset viewer.