Changeset 1214 in SHVCSoftware for branches/SHM-dev/source/App


Ignore:
Timestamp:
8 Jul 2015, 23:35:39 (9 years ago)
Author:
seregin
Message:

macro cleanup: R0151_CGS_3D_ASYMLUT_IMPROVE

Location:
branches/SHM-dev/source/App/TAppEncoder
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp

    r1212 r1214  
    16521652  ("CGSMaxYPartNumLog",  m_nCGSMaxYPartNumLog2 , 2, "max Y part number ")
    16531653  ("CGSLUTBit",     m_nCGSLUTBit , 12, "bit depth of CGS LUT")
    1654 #if R0151_CGS_3D_ASYMLUT_IMPROVE
    16551654  ("CGSAdaptC",     m_nCGSAdaptiveChroma , 1, "adaptive chroma partition (only for the case of two chroma partitions)")
    1656 #endif
    16571655#if R0179_ENC_OPT_3DLUT_SIZE
    16581656  ("CGSSizeRDO",     m_nCGSLutSizeRDO , 0, "RDOpt selection of best table size (effective when large maximum table size such as 8x8x8 is used)")
     
    45114509  printf("CGS: %d CGSMaxOctantDepth: %d CGSMaxYPartNumLog2: %d CGSLUTBit:%d " , m_nCGSFlag , m_nCGSMaxOctantDepth , m_nCGSMaxYPartNumLog2 , m_nCGSLUTBit );
    45124510#endif
    4513 #if R0151_CGS_3D_ASYMLUT_IMPROVE
    45144511  printf("CGSAdaptC:%d " , m_nCGSAdaptiveChroma );
    4515 #endif
    45164512#if R0179_ENC_OPT_3DLUT_SIZE
    45174513  printf("CGSSizeRDO:%d " , m_nCGSLutSizeRDO );
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h

    r1212 r1214  
    511511  Int       m_nCGSMaxYPartNumLog2;
    512512  Int       m_nCGSLUTBit;
    513 #if R0151_CGS_3D_ASYMLUT_IMPROVE
    514513  Int       m_nCGSAdaptiveChroma;
    515 #endif
    516514#if R0179_ENC_OPT_3DLUT_SIZE
    517515  Int       m_nCGSLutSizeRDO;
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r1212 r1214  
    761761    m_acTEncTop[layer].setCGSMaxYPartNumLog2                     ( m_nCGSMaxYPartNumLog2 );
    762762    m_acTEncTop[layer].setCGSLUTBit                              ( m_nCGSLUTBit );
    763 #if R0151_CGS_3D_ASYMLUT_IMPROVE
    764763    m_acTEncTop[layer].setCGSAdaptChroma                         ( m_nCGSAdaptiveChroma );
    765 #endif
    766764#if R0179_ENC_OPT_3DLUT_SIZE
    767765    m_acTEncTop[layer].setCGSLutSizeRDO                          ( m_nCGSLutSizeRDO );
Note: See TracChangeset for help on using the changeset viewer.