Changeset 231 in 3DVCSoftware for branches/HTM-5.1-dev3-MERL/source/App/TAppDecoder/TAppDecTop.cpp
- Timestamp:
- 26 Jan 2013, 19:36:53 (12 years ago)
- File:
-
- 1 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 //! \}
Note: See TracChangeset for help on using the changeset viewer.