Changeset 630 in 3DVCSoftware for branches/HTM-8.2-dev0-MediaTek/source/Lib/TLibEncoder
- Timestamp:
- 23 Sep 2013, 09:04:03 (11 years ago)
- Location:
- branches/HTM-8.2-dev0-MediaTek/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev0-MediaTek/source/Lib/TLibEncoder/TEncGOP.cpp
r629 r630 913 913 914 914 // SAIT_VSO_EST_A0033 915 #if H_3D_FCO 915 #if H_3D_FCO_E0163 916 916 Bool flagRec; 917 917 flagRec = ((m_pcEncTop->getIvPicLists()->getPicYuv( pcSlice->getViewIndex(), false, pcSlice->getPOC(), true) == NULL) ? false: true); -
branches/HTM-8.2-dev0-MediaTek/source/Lib/TLibEncoder/TEncSearch.cpp
r629 r630 2866 2866 for( UInt dmmType = 0; dmmType < DMM_NUM_TYPE; dmmType++ ) 2867 2867 { 2868 #if H_3D_FCO 2868 #if H_3D_FCO_E0163 2869 2869 TComPic* picTexture = pcCU->getSlice()->getIvPic(false, pcCU->getSlice()->getViewIndex() ); 2870 2870 if ( !picTexture->getReconMark() && (DMM3_IDX == dmmType || DMM4_IDX == dmmType ) )
Note: See TracChangeset for help on using the changeset viewer.