]> granicus.if.org Git - libvpx/commit
vpx_convolve_neon: prefer != 0 to > 0 in tests
authorJames Zern <jzern@google.com>
Wed, 28 Apr 2021 01:02:35 +0000 (18:02 -0700)
committerJames Zern <jzern@google.com>
Wed, 28 Apr 2021 01:04:08 +0000 (18:04 -0700)
commitff67c848115ae1356f21d361342091140d176c1d
tree11b3334f622084cc317741c2991cabace2805e32
parent07cf024d4d061feac503054d15d039c2cfbce35e
vpx_convolve_neon: prefer != 0 to > 0 in tests

this produces better assembly code; the horizontal convolve is called
with an adjusted intermediate_height where it may over process some rows
so the checks in those functions remain.

Change-Id: Iebe9842f2a13a4960d9a5addde9489452f5ce33a
vpx_dsp/arm/vpx_convolve8_neon.c