Changeset 1048 in 3DVCSoftware for branches/HTM-12.0-dev1/source/Lib/TLibDecoder
- Timestamp:
- 18 Aug 2014, 09:35:34 (11 years ago)
- Location:
- branches/HTM-12.0-dev1/source/Lib/TLibDecoder
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.0-dev1/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1039 r1048 2637 2637 2638 2638 #if H_3D 2639 #if LGE_FCO_I0116 2640 if( rpcSlice->getVPS()->hasCamParInSliceHeader( rpcSlice->getViewIndex() ) && rpcSlice->getIsDepth() ) 2641 #else 2639 2642 if( rpcSlice->getVPS()->hasCamParInSliceHeader( rpcSlice->getViewIndex() ) && !rpcSlice->getIsDepth() ) 2643 #endif 2640 2644 { 2641 2645 UInt uiViewIndex = rpcSlice->getViewIndex(); -
branches/HTM-12.0-dev1/source/Lib/TLibDecoder/TDecCu.cpp
r1039 r1048 859 859 // get collocated depth block 860 860 UInt uiDepthStride = 0; 861 #if LGE_FCO_I0116 862 Pel* pDepthPels = pcCU->getVirtualDepthBlock(pcCU->getZorderIdxInCU(), pcCU->getWidth(0), pcCU->getHeight(0), uiDepthStride); 863 #else 861 864 Pel* pDepthPels = pcCU->getVirtualDepthBlock(0, pcCU->getWidth(0), pcCU->getHeight(0), uiDepthStride); 865 #endif 862 866 AOF( pDepthPels != NULL ); 863 867 AOF( uiDepthStride != 0 ); -
branches/HTM-12.0-dev1/source/Lib/TLibDecoder/TDecSbac.cpp
r1039 r1048 794 794 795 795 #if MTK_I0099_VPS_EX2 796 #if LGE_FCO_I0116 797 if(bDepthMapDetect && !bIntraSliceDetect && !rapPic && bLimQtPredFlag && pcTexture->getReconMark()) 798 #else 796 799 if(bDepthMapDetect && !bIntraSliceDetect && !rapPic && bLimQtPredFlag) 800 #endif 797 801 #else 798 802 if(bDepthMapDetect && !bIntraSliceDetect && !rapPic && sps->getUseQTL() && sps->getUsePC()) … … 854 858 UInt uiTexturePart = uiMode; 855 859 #if MTK_I0099_VPS_EX2 860 #if LGE_FCO_I0116 861 if(bDepthMapDetect && !bIntraSliceDetect && !rapPic && bLimQtPredFlag && pcTexture->getReconMark()) 862 #else 856 863 if(bDepthMapDetect && !bIntraSliceDetect && !rapPic && bLimQtPredFlag ) 864 #endif 857 865 #else 858 866 if(bDepthMapDetect && !bIntraSliceDetect && !rapPic && sps->getUseQTL() && sps->getUsePC()) -
branches/HTM-12.0-dev1/source/Lib/TLibDecoder/TDecTop.cpp
r976 r1048 229 229 } 230 230 231 #if !LGE_FCO_I0116 231 232 if ( pcSlice->getIsDepth()) 232 233 { 233 234 return; 234 235 } 236 #endif 235 237 236 238 Int curPoc = pcSlice->getPOC(); … … 1201 1203 1202 1204 #if H_3D_IV_MERGE 1205 #if LGE_FCO_I0116 1206 if( !pcSlice->getIsDepth() && m_pcCamParsCollector ) 1207 #else 1203 1208 if( pcSlice->getIsDepth() && m_pcCamParsCollector ) 1209 #endif 1204 1210 { 1205 1211 m_pcCamParsCollector->copyCamParamForSlice( pcSlice );
Note: See TracChangeset for help on using the changeset viewer.