PR comments

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-31 09:36:18 -07:00
parent b64272a911
commit 8656a2c107
@@ -297,7 +297,7 @@ namespace ImageProcessingAtom
if (trimZeros)
{
/* set i0 and i1 to the nonzero support of the filter */
i1 = i1 = lastnonzero + 1;
i0 = i1 = lastnonzero + 1;
}
if (sumiWeights != WEIGHTONE)