]> granicus.if.org Git - libvpx/commit
Refactor Neon averaging subpel variance functions
authorSalome Thirot <salome.thirot@arm.com>
Fri, 20 Jan 2023 11:21:02 +0000 (11:21 +0000)
committerSalome Thirot <salome.thirot@arm.com>
Mon, 23 Jan 2023 15:06:20 +0000 (15:06 +0000)
commitb7f6c641397eb1ddac6fcaf34ec6db8fa0cbd7e7
tree411501092ebba9dc0dac26fecc3a9b4747612dd6
parentae5b60cb4730639fc7742df577600ce71ddb5936
Refactor Neon averaging subpel variance functions

Merge the computation of vpx_comp_avg_pred into the second pass of the
bilinear filter - avoiding the overhead of loading and storing the
entire block again.

This is a backport of this libaom change[1].

[1] https://aomedia-review.googlesource.com/c/aom/+/166961

Change-Id: I9327ff7382a46d50c42a5213a11379b957146372
vpx_dsp/arm/subpel_variance_neon.c