Ignore:
Timestamp:
4 Jul 2013, 02:34:03 (12 years ago)
Author:
mitsubishi-htm
Message:

-intermediate version. equivalent as previous.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComDataCU.cpp

    r518 r519  
    21892189  setSubPart<Char>( iVSPFlag, m_piVSPFlag, uiAbsPartIdx, uiDepth, uiPartIdx );
    21902190}
     2191
    21912192#endif
    21922193
     
    26322633 * \param uiCount: The next position to add merge candidate. Will be updated if VSP is successfully added
    26332634 * \param abCandIsInter: abCandIsInter[iCount] tells that VSP candidate is an Inter candidate, if VSP is successfully added
    2634  * \param pcMvFieldNeighbours:   Return the "disparity vector". Type 1 MV. To be used to fetch a depth block. A "global" variable
    2635  * \param puhInterDirNeighbours: Tells the VSP prediction direction. TODO: The value does NOT matter for VSP, as the direction will be determined based on availability later
    2636  *                                Having it as output is mainly for coding beauty
     2635 * \param pcMvFieldNeighbours:   Return combined motion information, then stored to a global buffer
     2636 *                                    1) the "disparity vector". Type 1 MV. To be used to fetch a depth block.
     2637 *                                    2) the ref index /list.    Type 2 reference picture pointer, typically for texture
     2638 * \param puhInterDirNeighbours: Indicate the VSP prediction direction.
    26372639 * \param vspFlag: vspFlag[iCount] will be set (equal to 1), if VSP is successfully added. To be used to indicate the actual position of the VSP candidate
    26382640 *
     
    26542656    return false;
    26552657 
    2656   //////////
    2657   // Code if simply re-writing
    2658 //  if(ucVspMergePos == H_3D_VSPPOSITION && picDepth != NULL && 0 != m_pcSlice->getViewIndex() ) // VSP can be used only when depth is used as input
    2659 //  {
    2660 //    abCandIsInter[iCount] = true;
    2661 //    puhInterDirNeighbours[iCount] = 1;
    2662 //    vspFlag[iCount] = 1;
    2663 //    vspDirTrue[iCount] = 0; // TODO: Check if this is really useful!!!!
    2664 //
    2665 //    Int iRefIdxList0 = getSlice()->getRefPic(REF_PIC_LIST_0, 0)->getPOC() == getSlice()->getPOC() ? 0 :
    2666 //                      (getSlice()->getAlterRefIdx(REF_PIC_LIST_0) == -1 ? NOT_VALID : getSlice()->getAlterRefIdx(REF_PIC_LIST_0));
    2667 //    pcMvFieldNeighbours[iCount<<1].setMvField( pDInfo->m_acDoNBDV, iRefIdxList0 );
    2668 //    if (getSlice()->isInterB())
    2669 //    {
    2670 //      puhInterDirNeighbours[iCount] = xGetVspDirection(uiPUIdx);
    2671 //      Int iRefIdxList1 = getSlice()->getRefPic(REF_PIC_LIST_1, 0)->getPOC() == getSlice()->getPOC() ? 0 :
    2672 //                        (getSlice()->getAlterRefIdx(REF_PIC_LIST_1) == -1 ? NOT_VALID : getSlice()->getAlterRefIdx(REF_PIC_LIST_1));
    2673 //      pcMvFieldNeighbours[(iCount<<1)+1].setMvField( pDInfo->m_acDoNBDV, iRefIdxList1 );
    2674 //    }
    2675 //
    2676 //    if ( mrgCandIdx == iCount )
    2677 //      return true;
    2678 //
    2679 //    iCount++;
    2680 //  }
    2681   /////////////
    2682  
    2683  
    26842658  Bool refViewAvailFlag = false;
    26852659  UChar predFlag[2] = {0, 0};
     
    27112685    {
    27122686      TComPic* refPic = m_pcSlice->getRefPic(eRefPicList, i);
    2713       if ( refPic->getPOC() == m_pcSlice->getPOC() ) // is inter-view reference
     2687      if ( refPic->getPOC() == m_pcSlice->getPOC() ) // inter-view reference
    27142688      {
    27152689        Int viewIdxRefInList = refPic->getViewIndex();
     
    27362710  return false;
    27372711}
     2712
    27382713#endif
    27392714
     
    47264701            estimateDVFromDM(iTargetViewIdx, uiPartIdx, picDepth, uiPartAddr, &cColMv );
    47274702
    4728 #if 0 // H_3D_VSP
    4729           Int refFrmIdx = 0;
    4730           RefPicList privateRefPicList = REF_PIC_LIST_0;
    4731           //getRefListAndRefFrmIdx(iTargetViewIdx, privateRefPicList, refFrmIdx);
    4732 
    4733           //pDInfo->m_aListIdx[ pDInfo->iN ]  = privateRefPicList;
    4734           //pDInfo->m_aRefIdx [ pDInfo->iN ]  = -1-refFrmIdx;
    4735           assert(pDInfo->m_aRefIdx [ pDInfo->iN ] < 0);
    4736 #endif //H_3D_VSP
    47374703          pDInfo->m_acDoNBDV  = cColMv;
    47384704#endif //H_3D_NBDV_REF
     
    48444810#endif
    48454811          pDInfo->m_acDoNBDV = cDispVec;
    4846          
    4847 #if 0 // H_3D_VSP
    4848           Int refFrmIdx = 0;
    4849           RefPicList privateRefPicList = REF_PIC_LIST_0 ;
    4850           getRefListAndRefFrmIdx(0, privateRefPicList, refFrmIdx); // find the reference picture from base view
    4851 
    4852           pDInfo->m_aListIdx[ pDInfo->iN ]  = privateRefPicList;
    4853           pDInfo->m_aRefIdx [ pDInfo->iN ]  = -1-refFrmIdx;
    4854           assert(pDInfo->m_aRefIdx [ pDInfo->iN ] < 0);
    4855 #endif //H_3D_VSP
    4856          
    48574812#endif
    48584813          return true;
     
    48754830  }
    48764831  pDInfo->m_acDoNBDV = defaultDV;
    4877 
    4878 #if 0 // H_3D_VSP
    4879   Int refFrmIdx = 0;
    4880   RefPicList privateRefPicList = REF_PIC_LIST_0 ;
    4881   getRefListAndRefFrmIdx(0, privateRefPicList, refFrmIdx); // find the reference picture from base view
    4882 
    4883   pDInfo->m_aListIdx[ pDInfo->iN ]  = privateRefPicList;
    4884   pDInfo->m_aRefIdx [ pDInfo->iN ]  = -1-refFrmIdx;
    4885   assert(pDInfo->m_aRefIdx [ pDInfo->iN ] < 0);
    4886 #endif
    4887 #endif
     4832#endif
     4833
    48884834  return false;
    48894835}
     
    49684914          if (picDepth && bDepthRefine)
    49694915            estimateDVFromDM(refViewIdx, uiPartIdx, picDepth, uiPartAddr, &cMvPred );
    4970 
    4971 #if 0 // H_3D_VSP
    4972           pNbDvInfo->m_aListIdx[ pNbDvInfo->iN ] = eRefPicList;
    4973           pNbDvInfo->m_aRefIdx [ pNbDvInfo->iN ] = -1-refId;
    4974           assert(pNbDvInfo->m_aRefIdx [ pNbDvInfo->iN ] < 0);
    4975 #endif
    49764916
    49774917          pNbDvInfo->m_acDoNBDV = cMvPred;
Note: See TracChangeset for help on using the changeset viewer.