Changeset 902 in 3DVCSoftware for branches/HTM-10.2-dev3-MediaTek/source/App/TAppEncoder
- Timestamp:
- 9 Apr 2014, 09:39:39 (11 years ago)
- Location:
- branches/HTM-10.2-dev3-MediaTek/source/App/TAppEncoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.2-dev3-MediaTek/source/App/TAppEncoder/TAppEncCfg.cpp
r884 r902 517 517 #if H_3D_IC 518 518 ("IlluCompEnable", m_abUseIC, true, "Enable illumination compensation") 519 #if MTK_LOW_LATENCY_IC_ENCODING_H0086 520 ("IlluCompLowLatencyEnc", m_bUseLowLatencyICEnc, false, "Enable low-latency illumination compensation encoding") 521 #endif 519 522 #endif 520 523 #if H_3D_INTER_SDC … … 2479 2482 #if H_3D_IC 2480 2483 printf( "IlluCompEnable:%d ", m_abUseIC); 2484 #if MTK_LOW_LATENCY_IC_ENCODING_H0086 2485 printf ("IlluCompLowLatencyEnc:%d ", m_bUseLowLatencyICEnc); 2486 #endif 2481 2487 #endif 2482 2488 #if H_3D_NBDV_REF -
branches/HTM-10.2-dev3-MediaTek/source/App/TAppEncoder/TAppEncCfg.h
r884 r902 137 137 #if H_3D_IC 138 138 Bool m_abUseIC; 139 #if MTK_LOW_LATENCY_IC_ENCODING_H0086 140 Bool m_bUseLowLatencyICEnc; 141 #endif 139 142 #endif 140 143 #if H_3D_NBDV_REF -
branches/HTM-10.2-dev3-MediaTek/source/App/TAppEncoder/TAppEncTop.cpp
r884 r902 189 189 #if H_3D_IC 190 190 m_cTEncTop.setUseIC ( vps.getViewIndex( layerId ) == 0 || isDepth ? false : m_abUseIC ); 191 #if MTK_LOW_LATENCY_IC_ENCODING_H0086 192 m_cTEncTop.setUseICLowLatencyEnc ( m_bUseLowLatencyICEnc ); 193 #endif 191 194 #endif 192 195 //========== Depth intra modes ==========
Note: See TracChangeset for help on using the changeset viewer.