Changeset 629 in 3DVCSoftware for branches/HTM-8.2-dev0-MediaTek/source/Lib/TLibEncoder/TEncSearch.cpp
- Timestamp:
- 23 Sep 2013, 08:46:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev0-MediaTek/source/Lib/TLibEncoder/TEncSearch.cpp
r622 r629 2866 2866 for( UInt dmmType = 0; dmmType < DMM_NUM_TYPE; dmmType++ ) 2867 2867 { 2868 #if H_3D_FCO 2869 TComPic* picTexture = pcCU->getSlice()->getIvPic(false, pcCU->getSlice()->getViewIndex() ); 2870 if ( !picTexture->getReconMark() && (DMM3_IDX == dmmType || DMM4_IDX == dmmType ) ) 2871 { 2872 continue; 2873 } 2874 #endif 2868 2875 UInt uiTabIdx = 0; 2869 2876 TComWedgelet* biSegmentation = NULL;
Note: See TracChangeset for help on using the changeset viewer.