Changeset 629 in 3DVCSoftware for branches/HTM-8.2-dev0-MediaTek/source/Lib/TLibCommon/TComPic.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/TLibCommon/TComPic.cpp
r608 r629 118 118 memcpy(m_numReorderPics, numReorderPics, MAX_TLAYER*sizeof(Int)); 119 119 120 /* initialize the texture to depth reference status */ 121 #if H_3D_FCO 122 for (int j=0; j<2; j++) 123 { 124 for (int i=0; i<MAX_NUM_REF; i++) 125 { 126 m_aiTexToDepRef[j][i] = -1; 127 } 128 } 129 #endif 130 120 131 return; 121 132 } … … 722 733 TComSlice* pcCurrSlice = getSlice(getCurrSliceIdx()); 723 734 TComPic* pcTextPic = pcCurrSlice->getTexturePic(); 735 #if H_3D_FCO 736 if ( pcTextPic ) 737 { 738 #endif 739 724 740 TComSlice* pcTextSlice = pcTextPic->getSlice(0); // currently only support single slice 725 741 … … 743 759 744 760 } 761 #if H_3D_FCO 762 } 763 #endif 764 745 765 } 746 766
Note: See TracChangeset for help on using the changeset viewer.