revert change to leave it without any behavior change

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-31 11:19:10 -07:00
parent 7248029e67
commit 7d23f39951
@@ -296,8 +296,8 @@ namespace ImageProcessingAtom
/* skip leading and trailing zeros */
if (trimZeros)
{
/* set i0 and i1 to the nonzero support of the filter */
i0 = i1 = lastnonzero + 1;
/* set i1 to the nonzero support of the filter */
i1 = lastnonzero + 1;
}
if (sumiWeights != WEIGHTONE)