assignments to itself

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-30 16:51:53 -07:00
parent 863e4ebc6e
commit 328b07bd64
2 changed files with 0 additions and 3 deletions
@@ -297,7 +297,6 @@ namespace ImageProcessingAtom
if (trimZeros)
{
/* set i0 and i1 to the nonzero support of the filter */
i0 = i0;
i1 = i1 = lastnonzero + 1;
}
@@ -616,8 +616,6 @@ namespace ImageProcessingAtom
a_FilterExtents[oppositeFaceIdx].Augment((a_SrcSize-1), (a_SrcSize-1), 0);
}
}
minV=minV;
}