Changeset 231 in 3DVCSoftware for branches/HTM-5.1-dev3-MERL/source/App/TAppDecoder
- Timestamp:
- 26 Jan 2013, 19:36:53 (12 years ago)
- 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 764 764 #endif 765 765 } 766 767 #if MERL_VSP_C0152 768 Void 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 766 782 //! \} -
branches/HTM-5.1-dev3-MERL/source/App/TAppDecoder/TAppDecTop.h
r210 r231 112 112 #endif 113 113 114 #if MERL_VSP_C0152 115 Void setBWVSPLUT( TComSlice* pcSlice, Int iCodedViewIdx, Int iCurPoc ); 116 #endif 117 114 118 protected: 115 119 // Void xCreateDecLib (); ///< create internal classes
Note: See TracChangeset for help on using the changeset viewer.