Changeset 1305 in 3DVCSoftware for branches/HTM-14.1-update-dev1/source/App/TAppEncoder
- Timestamp:
- 29 Jul 2015, 12:12:44 (9 years ago)
- Location:
- branches/HTM-14.1-update-dev1/source/App/TAppEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1/source/App/TAppEncoder/TAppEncCfg.cpp
r1304 r1305 1360 1360 ("IlluCompEnable" , m_abUseIC , true , "Enable illumination compensation" ) 1361 1361 ("IlluCompLowLatencyEnc" , m_bUseLowLatencyICEnc , false , "Enable low-latency illumination compensation encoding") 1362 #endif // H_3D1362 #endif //NH_3D 1363 1363 1364 1364 ; … … 3599 3599 } 3600 3600 #endif //HHI_VSO 3601 #endif // H_3D3601 #endif //NH_3D 3602 3602 printf("\n"); 3603 3603 #if NH_MV -
branches/HTM-14.1-update-dev1/source/App/TAppEncoder/TAppEncTop.cpp
r1287 r1305 302 302 m_cTEncTop.setUseQTL ( isDepth ? m_bUseQTL : false ); 303 303 m_cTEncTop.setSps3dExtension ( m_sps3dExtension ); 304 #endif // H_3D304 #endif // NH_3D 305 305 306 306 m_cTEncTop.setIvPicLists ( &m_ivPicLists );
Note: See TracChangeset for help on using the changeset viewer.