Ignore:
Timestamp:
26 Jan 2013, 19:36:53 (12 years ago)
Author:
mitsubishi-htm
Message:

-Integration of JCT3V-C0152 & JCT3V-C0131
-This check-in enable C0131 only

Location:
branches/HTM-5.1-dev3-MERL/source/App/TAppDecoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev3-MERL/source/App/TAppDecoder/TAppDecTop.cpp

    r210 r231  
    764764#endif
    765765}
     766
     767#if MERL_VSP_C0152
     768Void TAppDecTop::setBWVSPLUT(TComSlice* pcSlice,  Int iCodedViewIdx,  Int iCurPoc)
     769{
     770  //first view does not have VSP
     771  if((iCodedViewIdx == 0)) return;
     772
     773  AOT( iCodedViewIdx <= 0);
     774  //AOT( iCodedViewIdx >= m_iNumberOfViews );
     775  Int iNeighborViewId = 0;
     776  //  Int* piShiftLUT = bRenderFromLeft ? m_cCamParsCollector.getBaseViewShiftLUTI()[iCodedViewIdx][iNeighborViewId][0] : m_cCamParsCollector.getBaseViewShiftLUTI()[iNeighborViewId][iCodedViewIdx][0];
     777  Int* piShiftLUT = m_cCamParsCollector.getBaseViewShiftLUTI()[iNeighborViewId][iCodedViewIdx][0];
     778  pcSlice->setBWVSPLUTParam(piShiftLUT, 2-LOG2_DISP_PREC_LUT );
     779}
     780#endif
     781
    766782//! \}
  • branches/HTM-5.1-dev3-MERL/source/App/TAppDecoder/TAppDecTop.h

    r210 r231  
    112112#endif
    113113
     114#if MERL_VSP_C0152
     115  Void  setBWVSPLUT( TComSlice* pcSlice, Int iCodedViewIdx, Int iCurPoc   );
     116#endif
     117
    114118protected:
    115119//  Void  xCreateDecLib     (); ///< create internal classes
Note: See TracChangeset for help on using the changeset viewer.