]> granicus.if.org Git - libvpx/commit
Revert "vp9_loopfilter.c: zero lfl_uv"
authorJames Zern <jzern@google.com>
Thu, 15 Mar 2018 21:43:29 +0000 (21:43 +0000)
committerJames Zern <jzern@google.com>
Thu, 15 Mar 2018 21:43:29 +0000 (21:43 +0000)
commite97804c67d2b1e35d2a3e3fd5d97d46e2fea97cd
tree3b97792f55b5ea747c01867d458bd298c5f25588
parent13d0955b250bcb7eac99034e7b1677d3d026b569
Revert "vp9_loopfilter.c: zero lfl_uv"

This reverts commit 13d0955b250bcb7eac99034e7b1677d3d026b569.

Reason for revert:
this should be investigated further to ensure the memset is really
necessary outside of the static analysis pass.

Original change's description:
> vp9_loopfilter.c: zero lfl_uv
>
> The initialization depends on cm and mi_row which static
> analysis does not approve of.
>
> Clears a static analysis warning:
> warning: The right operand of '+' is a garbage value
> const loop_filter_thresh *lfi = lfthr + *lfl;
>
> Change-Id: I8c863ced2b1e9a7e10103b7281098f20941a6ca2

TBR=johannkoenig@google.com,marpan@google.com,builds@webmproject.org,jianj@google.com

Change-Id: Icadb6438fbcddba747622f06f2eadebdb333edf6
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
vp9/common/vp9_loopfilter.c