Changeset 1074 in 3DVCSoftware for branches/HTM-12.1-dev0/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 21 Oct 2014, 20:39:50 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.1-dev0/source/App/TAppEncoder/TAppEncCfg.cpp
r1066 r1074 398 398 #if H_3D_DIM 399 399 ("DMM", m_useDMM, true, "Depth intra model modes") 400 #if SEPARATE_FLAG_I0085401 400 ("IVP", m_useIVP, true, "intra-view prediction") 402 #endif403 401 ("SDC", m_useSDC, true, "Simplified depth coding") 404 402 ("DLT", m_useDLT, true, "Depth lookup table") … … 814 812 815 813 #endif //HHI_VSO 816 #if MTK_I0099_VPS_EX2814 #if H_3D_QTLPC 817 815 ("LimQtPredFlag", m_bLimQtPredFlag , true , "Use Predictive Coding with QTL" ) 818 #endif819 #if !MTK_I0099_VPS_EX2 || MTK_I0099_FIX820 #if H_3D_QTLPC821 816 ("QTL", m_bUseQTL , true , "Use depth Quadtree Limitation" ) 822 #if !MTK_I0099_VPS_EX2823 ("PC", m_bUsePC , true , "Use Predictive Coding with QTL" )824 #endif825 #endif826 817 #endif 827 818 #if H_3D_IV_MERGE … … 1540 1531 for ( Int i = 0; i < m_layerIdsInSets[lsIdx].size(); i++ ) 1541 1532 { 1542 #if FIX_TICKET_611543 1533 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 #else1545 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 #endif1547 1534 } 1548 1535 } … … 2676 2663 printf("WVSO:%d ", m_bUseWVSO ); 2677 2664 #endif 2678 #if MTK_I0099_VPS_EX22665 #if H_3D_QTLPC 2679 2666 printf("LimQtPredFlag:%d ", m_bLimQtPredFlag ? 1 : 0); 2680 #endif2681 #if !MTK_I0099_VPS_EX2 || MTK_I0099_FIX2682 #if H_3D_QTLPC2683 2667 printf("QTL:%d ", m_bUseQTL); 2684 #if !MTK_I0099_VPS_EX22685 printf("PC:%d " , m_bUsePC );2686 #endif2687 #endif2688 2668 #endif 2689 2669 #if H_3D_IV_MERGE … … 2712 2692 #if H_3D_DIM 2713 2693 printf("DMM:%d ", m_useDMM ); 2714 #if SEPARATE_FLAG_I00852715 2694 printf("IVP:%d ", m_useIVP ); 2716 #endif2717 2695 printf("SDC:%d ", m_useSDC ); 2718 2696 printf("DLT:%d ", m_useDLT );
Note: See TracChangeset for help on using the changeset viewer.