summaryrefslogtreecommitdiffstats
path: root/driver/rsdIntrinsicLUT.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'driver/rsdIntrinsicLUT.cpp')
-rw-r--r--driver/rsdIntrinsicLUT.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/driver/rsdIntrinsicLUT.cpp b/driver/rsdIntrinsicLUT.cpp
index a75534ed..818a132d 100644
--- a/driver/rsdIntrinsicLUT.cpp
+++ b/driver/rsdIntrinsicLUT.cpp
@@ -44,9 +44,6 @@ static void LUT_uchar4(const RsForEachStubParamStruct *p,
uint32_t x1 = xstart;
uint32_t x2 = xend;
- in += xstart;
- out += xstart;
-
DrvAllocation *din = (DrvAllocation *)cp->lut->mHal.drv;
const uchar *tr = (const uchar *)din->lod[0].mallocPtr;
const uchar *tg = &tr[256];