Changeset 1412 in 3DVCSoftware for branches/HTM-16.2-dev/source/Lib/TLibRenderer/TRenSingleModel.h
- Timestamp:
- 12 Apr 2018, 11:12:21 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.2-dev/source/Lib/TLibRenderer/TRenSingleModel.h
r1405 r1412 78 78 virtual Void setLRView ( Int iViewPos, Pel** apiCurVideoPel, Int* aiCurVideoStride, Pel* piCurDepthPel, Int iCurDepthStride ) = 0; 79 79 virtual Void setupPart ( UInt uiHorOffset, Int iUsedHeight ) = 0; 80 #if RM_FIX_SETUP 80 81 81 virtual Void setupLut ( Int** ppiShiftLutLeft, Int** ppiBaseShiftLutLeft, Int** ppiShiftLutRight, Int** ppiBaseShiftLutRight, Int iDistToLeft ) = 0; 82 82 virtual Void setupRefView ( TComPicYuv* pcOrgVideo ) = 0; … … 86 86 virtual Void resetStructError () = 0; 87 87 virtual Void setLimOutStruct ( Int iSourceViewPos ) = 0; 88 #else89 virtual Void setupLutAndRef ( TComPicYuv* pcOrgVideo, Int** ppiShiftLutLeft, Int** ppiBaseShiftLutLeft, Int** ppiShiftLutRight, Int** ppiBaseShiftLutRight, Int iDistToLeft, Bool bRenderRef ) = 0;90 virtual Void setupInitialState ( Int curViewPosInModel ) = 0;91 #endif92 88 93 89 // Set Data … … 195 191 Void setLRView ( Int iViewPos, Pel** apiCurVideoPel, Int* aiCurVideoStride, Pel* piCurDepthPel, Int iCurDepthStride ); 196 192 Void setupPart ( UInt uiHorOffset, Int uiUsedHeight ); 197 #if RM_FIX_SETUP 193 198 194 Void setupLut ( Int** ppiShiftLutLeft, Int** ppiBaseShiftLutLeft, Int** ppiShiftLutRight, Int** ppiBaseShiftLutRight, Int iDistToLeft); 199 195 Void setupRefView ( TComPicYuv* pcOrgVideo ); … … 203 199 Void resetStructError (); 204 200 Void setLimOutStruct ( Int iSourceViewPos ); 205 #else206 Void setupLutAndRef ( TComPicYuv* pcOrgVideo, Int** ppiShiftLutLeft, Int** ppiBaseShiftLutLeft, Int** ppiShiftLutRight, Int** ppiBaseShiftLutRight, Int iDistToLeft, Bool bRenderRef );207 Void setupInitialState ( Int curViewPosInModel );208 #endif209 201 210 202 … … 229 221 230 222 private: 231 232 #if !RM_FIX_SETUP233 __inline Void xRenderAll( );234 #endif235 223 236 224 … … 310 298 311 299 Void xSetStructRefView (); 312 #if !RM_FIX_SETUP313 Void xResetStructError ();314 Void xSetLimOutStruct (Int iSourceViewPos );315 #endif316 317 300 Void xInitSampleStructs (); 318 #if !RM_FIX_SETUP319 Void xSetStructSynthViewAsRefView ();320 #endif321 301 Void xCopy2PicYuv ( Pel** ppiSrcVideoPel, Int* piStrides, TComPicYuv* rpcPicYuvTarget ); 322 302
Note: See TracChangeset for help on using the changeset viewer.