Changeset 712 in 3DVCSoftware for branches/HTM-8.2-dev0/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 21 Nov 2013, 13:28:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev0/source/App/TAppEncoder/TAppEncCfg.cpp
r696 r712 378 378 #if H_3D_DIM 379 379 ("DMM", m_useDMM, true, "Depth intra model modes") 380 #if !SEC_DMM3_RBC_F0147 380 381 ("RBC", m_useRBC, true, "Region boundary chain mode") 382 #endif 381 383 ("SDC", m_useSDC, true, "Simplified depth coding") 382 384 ("DLT", m_useDLT, true, "Depth lookup table") … … 509 511 #endif 510 512 #if H_3D_IC 513 #if SEC_ONLY_TEXTURE_IC_F0151 514 ("IlluCompEnable", m_abUseIC, true, "Enable illumination compensation") 515 #else 511 516 ("IlluCompEnable", m_abUseIC, std::vector<Bool>(2, true), "Enable illumination compensation") 517 #endif 512 518 #endif 513 519 #if H_3D_INTER_SDC … … 2431 2437 #endif 2432 2438 #if H_3D_IC 2439 #if SEC_ONLY_TEXTURE_IC_F0151 2440 printf( "IlluCompEnable: %d ", m_abUseIC); 2441 #else 2433 2442 printf( "IlluCompEnable: %d %d ", m_abUseIC[0] ? 1 : 0, m_abUseIC[1] ? 1 : 0 ); 2443 #endif 2434 2444 #endif 2435 2445 #if H_3D_NBDV_REF … … 2444 2454 #if H_3D_DIM 2445 2455 printf("DMM:%d ", m_useDMM ); 2456 #if !SEC_DMM3_RBC_F0147 2446 2457 printf("RBC:%d ", m_useRBC ); 2458 #endif 2447 2459 printf("SDC:%d ", m_useSDC ); 2448 2460 printf("DLT:%d ", m_useDLT );
Note: See TracChangeset for help on using the changeset viewer.