Ignore:
Timestamp:
21 Oct 2014, 20:39:50 (10 years ago)
Author:
tech
Message:

Removed 3D-HEVC related macros.

File:
1 edited

Legend:

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

    r1066 r1074  
    398398#if H_3D_DIM
    399399  ("DMM",                   m_useDMM,           true,  "Depth intra model modes")
    400 #if SEPARATE_FLAG_I0085
    401400  ("IVP",                   m_useIVP,           true,  "intra-view prediction")
    402 #endif
    403401  ("SDC",                   m_useSDC,           true,  "Simplified depth coding")
    404402  ("DLT",                   m_useDLT,           true,  "Depth lookup table")
     
    814812
    815813#endif //HHI_VSO
    816 #if MTK_I0099_VPS_EX2
     814#if H_3D_QTLPC
    817815  ("LimQtPredFlag",                   m_bLimQtPredFlag          , true          , "Use Predictive Coding with QTL" )
    818 #endif
    819 #if !MTK_I0099_VPS_EX2 || MTK_I0099_FIX
    820 #if H_3D_QTLPC
    821816  ("QTL",                             m_bUseQTL                 , true          , "Use depth Quadtree Limitation" )
    822 #if !MTK_I0099_VPS_EX2
    823   ("PC",                              m_bUsePC                  , true          , "Use Predictive Coding with QTL" )
    824 #endif
    825 #endif
    826817#endif
    827818#if H_3D_IV_MERGE
     
    15401531    for ( Int i = 0; i < m_layerIdsInSets[lsIdx].size(); i++ )
    15411532    {
    1542 #if FIX_TICKET_61
    15431533      xConfirmPara( m_layerIdsInSets[lsIdx][i] < 0 || m_layerIdsInSets[lsIdx][i] >= MAX_NUM_LAYER_IDS, "LayerIdsInSet must be greater than 0 and less than MAX_NUM_LAYER_IDS" );
    1544 #else
    1545       xConfirmPara( m_layerIdsInSets[lsIdx][i] < 0 || m_layerIdsInSets[lsIdx].size() >= MAX_NUM_LAYER_IDS, "LayerIdsInSet must be greater than and less than MAX_NUM_LAYER_IDS" );
    1546 #endif
    15471534    }
    15481535  }
     
    26762663  printf("WVSO:%d ", m_bUseWVSO ); 
    26772664#endif
    2678 #if MTK_I0099_VPS_EX2
     2665#if H_3D_QTLPC
    26792666  printf("LimQtPredFlag:%d ", m_bLimQtPredFlag ? 1 : 0);
    2680 #endif
    2681 #if !MTK_I0099_VPS_EX2 || MTK_I0099_FIX
    2682 #if H_3D_QTLPC
    26832667  printf("QTL:%d ", m_bUseQTL);
    2684 #if !MTK_I0099_VPS_EX2
    2685   printf("PC:%d " , m_bUsePC );
    2686 #endif
    2687 #endif
    26882668#endif
    26892669#if H_3D_IV_MERGE
     
    27122692#if H_3D_DIM
    27132693  printf("DMM:%d ", m_useDMM );
    2714 #if SEPARATE_FLAG_I0085
    27152694  printf("IVP:%d ", m_useIVP );
    2716 #endif
    27172695  printf("SDC:%d ", m_useSDC );
    27182696  printf("DLT:%d ", m_useDLT );
Note: See TracChangeset for help on using the changeset viewer.