Changeset 646 in 3DVCSoftware for branches/HTM-8.2-dev0-Cleanup/source/App


Ignore:
Timestamp:
19 Oct 2013, 02:18:06 (11 years ago)
Author:
tech
Message:

Macro removal part 1.

Location:
branches/HTM-8.2-dev0-Cleanup/source/App
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-8.2-dev0-Cleanup/source/App/TAppDecoder/TAppDecTop.cpp

    r622 r646  
    311311        TComPic* picLastCoded = m_ivPicLists.getPic( m_tDecTop[dI]->getLayerId(), pocLastPic );
    312312        assert( picLastCoded != NULL );       
    313 #if MTK_SONY_PROGRESSIVE_MV_COMPRESSION_E0170
    314313        picLastCoded->compressMotion(1);
    315 #else
    316         picLastCoded->compressMotion();         
    317 #endif
    318314      }
    319315    }
  • branches/HTM-8.2-dev0-Cleanup/source/App/TAppEncoder/TAppEncCfg.cpp

    r638 r646  
    521521  ("IlluCompEnable",           m_abUseIC, std::vector<Bool>(2, true), "Enable illumination compensation")
    522522#endif
    523 #if LGE_INTER_SDC_E0156
     523#if H_3D_INTER_SDC
    524524  ("InterSDC",                 m_bDepthInterSDCFlag,        true, "Enable depth inter SDC")
    525525#endif
     
    24762476  printf("DLT:%d ", m_useDLT );
    24772477#endif
    2478 #if LGE_INTER_SDC_E0156
     2478#if H_3D_INTER_SDC
    24792479  printf( "interSDC: %d ", m_bDepthInterSDCFlag ? 1 : 0 );
    24802480#endif
  • branches/HTM-8.2-dev0-Cleanup/source/App/TAppEncoder/TAppEncCfg.h

    r638 r646  
    473473  Bool      m_bUsePC;                                         ///< flag for using Predictive Coding with QTL
    474474#endif
    475 #if LGE_INTER_SDC_E0156
     475#if H_3D_INTER_SDC
    476476  Bool m_bDepthInterSDCFlag;                                ///< flag for inter SDC of depth map coding
    477477#endif
  • branches/HTM-8.2-dev0-Cleanup/source/App/TAppEncoder/TAppEncTop.cpp

    r638 r646  
    232232#endif
    233233    //====== Depth Inter SDC =========
    234 #if LGE_INTER_SDC_E0156
     234#if H_3D_INTER_SDC
    235235    m_cTEncTop.setInterSDCEnable               ( isDepth ? m_bDepthInterSDCFlag    : false );
    236236#endif
     
    16991699    vps.setViewSynthesisPredFlag( layer, !isLayerZero && !isDepth && m_viewSynthesisPredFlag );         
    17001700#endif     
    1701 #if LGE_INTER_SDC_E0156
     1701#if H_3D_INTER_SDC
    17021702    vps.setInterSDCFlag( layer, !isLayerZero && isDepth && m_bDepthInterSDCFlag );
    17031703#endif
Note: See TracChangeset for help on using the changeset viewer.