Ignore:
Timestamp:
16 May 2013, 09:23:44 (12 years ago)
Author:
lg
Message:

D0135->D0092->D0091

File:
1 edited

Legend:

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

    r384 r408  
    397397  ("SAO", m_abUseSAO, std::vector<Bool>(1, true), "SAO")
    398398  ("MaxNumOffsetsPerPic", m_maxNumOffsetsPerPic, 2048, "2048: default")   
     399#if LGE_SAO_MIGRATION_D0091
     400  ("SAOLcuBoundary",          m_saoLcuBoundary,          false, "0: right/bottom LCU boundary areas skipped from SAO parameter estimation, 1: non-deblocked pixels are used for those areas")
     401  ("SAOLcuBasedOptimization", m_saoLcuBasedOptimization, true, "0: SAO picture-based optimization, 1: SAO LCU-based optimization ")
     402#else
    399403  ("SAOInterleaving", m_saoInterleavingFlag, false, "0: SAO Picture Mode, 1: SAO Interleaving ")   
     404#endif
    400405
    401406  ("ALFEncodePassReduction", m_iALFEncodePassReduction, 0, "0:Original 16-pass, 1: 1-pass, 2: 2-pass encoding")
     
    16301635  printf("CIP:%d ", m_bUseConstrainedIntraPred);
    16311636  printf("PCM:%d ", (m_usePCM && (1<<m_uiPCMLog2MinSize) <= m_uiMaxCUWidth)? 1 : 0);
     1637#if LGE_SAO_MIGRATION_D0091
     1638  printf("SAOLcuBasedOptimization:%d ", (m_saoLcuBasedOptimization)?(1):(0));
     1639#else
    16321640  printf("SAOInterleaving:%d ", (m_saoInterleavingFlag)?(1):(0));
     1641#endif
    16331642#if LOSSLESS_CODING
    16341643  printf("LosslessCuEnabled:%d ", (m_useLossless)? 1:0 );
Note: See TracChangeset for help on using the changeset viewer.