Changeset 418 in 3DVCSoftware for branches/HTM-6.2-dev2-MERL/source/Lib/TLibEncoder
- Timestamp:
- 19 May 2013, 10:47:55 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.2-dev2-MERL/source/Lib/TLibEncoder/TEncSlice.cpp
r412 r418 62 62 #if MERL_VSP_NBDV_RefVId_Fix_D0166 63 63 for(Int iNumCount = 0; iNumCount < MAX_VIEW_NUM; iNumCount++) 64 m_pcListDepthPic[iNumCount] = NULL;64 m_pcListDepthPic[iNumCount] = NULL; 65 65 #endif 66 66 #if FCO_DVP_REFINE_C0132_C0170 … … 155 155 #if MERL_VSP_NBDV_RefVId_Fix_D0166 156 156 for(Int iNumCount = 0; iNumCount < MAX_VIEW_NUM; iNumCount++) 157 m_pcListDepthPic[iNumCount] = NULL;157 m_pcListDepthPic[iNumCount] = NULL; 158 158 #endif 159 159 } … … 834 834 pcSlice->setRefPicBaseDepth(m_pPicBaseDepth); 835 835 #if MERL_VSP_NBDV_RefVId_Fix_D0166 836 for (Int ref viewId=0; refviewId < pcSlice->getViewId(); refviewId++)837 { 838 assert( m_pcListDepthPic[ref viewId] );839 pcSlice->setListDepthPic(m_pcListDepthPic[ref viewId], refviewId);840 pcSlice->setBWVSPLUTParam(m_aiShiftLUT[ref viewId], m_iShiftPrec, refviewId);836 for (Int refViewId=0; refViewId < pcSlice->getViewId(); refViewId++) 837 { 838 assert( m_pcListDepthPic[refViewId] ); 839 pcSlice->setListDepthPic(m_pcListDepthPic[refViewId], refViewId); 840 pcSlice->setBWVSPLUTParam(m_aiShiftLUT[refViewId], m_iShiftPrec, refViewId); 841 841 } 842 842 #endif
Note: See TracChangeset for help on using the changeset viewer.