Changeset 647 in 3DVCSoftware for branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibDecoder
- Timestamp:
- 19 Oct 2013, 17:30:33 (11 years ago)
- Location:
- branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibDecoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibDecoder/TDecGop.cpp
r646 r647 158 158 rpcPic->setNumDdvCandPics(rpcPic->getDisCandRefPictures(iColPoc)); 159 159 } 160 #endif 161 #if MTK_NBDV_TN_FIX_E0172 160 162 161 if(pcSlice->getViewIndex() && !pcSlice->getIsDepth() && !pcSlice->isIntra()) //Notes from QC: this condition shall be changed once the configuration is completed, e.g. in pcSlice->getSPS()->getMultiviewMvPredMode() || ARP in prev. HTM. Remove this comment once it is done. 163 162 { 164 163 rpcPic->checkTemporalIVRef(); 165 164 } 166 #endif 167 #if MTK_TEXTURE_MRGCAND_BUGFIX_E0182 165 168 166 if(pcSlice->getIsDepth()) 169 167 { -
branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibDecoder/TDecSbac.cpp
r646 r647 1207 1207 if( puIdx == 2 ) 1208 1208 { 1209 #if !LGE_SDC_REMOVE_DC_E01581210 while( binNum < 2 && symbol )1211 #endif1212 1209 { 1213 1210 ctxDepthMode = puIdx*3 + binNum; … … 1217 1214 } 1218 1215 if( modeCode == 0 ) { dir = PLANAR_IDX; sdcFlag = 1;} 1219 #if LGE_SDC_REMOVE_DC_E01581220 1216 else if( modeCode == 1 ) { dir = 0; sdcFlag = 0;} 1221 #else1222 else if( modeCode == 2 ) { dir = 0; sdcFlag = 0;}1223 else if( modeCode == 3 ) { dir = DC_IDX; sdcFlag = 1;}1224 #endif1225 1217 } 1226 1218 else if( puIdx == 0 ) -
branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibDecoder/TDecTop.cpp
r630 r647 979 979 pcSlice->setIvPicLists( m_ivPicLists ); 980 980 #if H_3D_IV_MERGE 981 #if H_3D_FCO _E0163981 #if H_3D_FCO 982 982 //assert( !getIsDepth() ); 983 983 #else
Note: See TracChangeset for help on using the changeset viewer.