Ignore:
Timestamp:
19 May 2013, 10:47:55 (12 years ago)
Author:
mitsubishi-htm
Message:

-Update variable names.
-Some format improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev2-MERL/source/Lib/TLibEncoder/TEncSlice.cpp

    r412 r418  
    6262#if MERL_VSP_NBDV_RefVId_Fix_D0166
    6363  for(Int iNumCount = 0; iNumCount < MAX_VIEW_NUM; iNumCount++)
    64     m_pcListDepthPic[iNumCount] =NULL;
     64    m_pcListDepthPic[iNumCount] = NULL;
    6565#endif
    6666#if FCO_DVP_REFINE_C0132_C0170
     
    155155#if MERL_VSP_NBDV_RefVId_Fix_D0166
    156156  for(Int iNumCount = 0; iNumCount < MAX_VIEW_NUM; iNumCount++)
    157     m_pcListDepthPic[iNumCount] =NULL;
     157    m_pcListDepthPic[iNumCount] = NULL;
    158158#endif
    159159}
     
    834834  pcSlice->setRefPicBaseDepth(m_pPicBaseDepth);
    835835#if MERL_VSP_NBDV_RefVId_Fix_D0166
    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);
     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);
    841841  }
    842842#endif
Note: See TracChangeset for help on using the changeset viewer.