]> granicus.if.org Git - libvpx/commit
{highbd_,}loopfilter_neon.c: quiet -Wmaybe-uninitialized
authorJames Zern <jzern@google.com>
Wed, 20 Jan 2021 02:38:23 +0000 (18:38 -0800)
committerJames Zern <jzern@google.com>
Wed, 20 Jan 2021 02:38:23 +0000 (18:38 -0800)
commitfe1c96d1113ad73370841f64913dfcd361ff9bf5
tree3e9b9626b051ce7dcc6818e9e8f01f079d52258d
parentecbb0e0e2a9b0500db432922b436d1f59ae9b011
{highbd_,}loopfilter_neon.c: quiet -Wmaybe-uninitialized

Seen with arm-linux-gnueabihf-gcc-8 (8.3.0 & 8.4.0)

Without reworking the code or adding an additional branch this warning
cannot be silenced otherwise. The loopfilter is only called when needed
for a block so these output pixels will be set.

BUG=b/176822719

Change-Id: I9cf6e59bd5de901e168867ccbe021d28d0c04933
vpx_dsp/arm/highbd_loopfilter_neon.c
vpx_dsp/arm/loopfilter_neon.c