Changeset 202 in 3DVCSoftware for branches/HTM-5.0-Nokia/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 5 Dec 2012, 13:05:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.0-Nokia/source/App/TAppEncoder/TAppEncTop.cpp
r201 r202 707 707 m_acTEncDepthTopList[iViewIdx]->setUseDMM ( m_bUseDMM ); 708 708 #endif 709 710 709 #if FLEX_CODING_ORDER_M23723 && HHI_DMM_PRED_TEX 711 710 m_acTEncDepthTopList[iViewIdx]->setUseDMM34( (m_b3DVFlexOrder && isDepthFirst) ? false : m_bUseDMM ); … … 715 714 m_acTEncDepthTopList[iViewIdx]->setUseQTLPC (m_bUseQTLPC); 716 715 #endif 717 718 716 #if HHI_MPI 719 717 #if FLEX_CODING_ORDER_M23723 … … 723 721 #endif 724 722 #endif 725 726 727 723 #if RWTH_SDC_DLT_B0036 728 724 m_acTEncDepthTopList[iViewIdx]->setUseDLT ( m_bUseDLT ); … … 1090 1086 1091 1087 #endif 1092 1093 //original code1094 1095 1096 1097 1098 1099 1100 1088 for(Int iViewIdx=0; iViewIdx < m_iNumberOfViews; iViewIdx++ ) 1101 1089 {
Note: See TracChangeset for help on using the changeset viewer.