]> granicus.if.org Git - libvpx/commit
sub pixel variance neon: use generic variance
authorJohann <johannkoenig@google.com>
Tue, 2 May 2017 17:25:37 +0000 (10:25 -0700)
committerJohann <johannkoenig@google.com>
Thu, 4 May 2017 22:30:01 +0000 (15:30 -0700)
commit19e1ec8359069dd94ee06b9f2df63fd1c40497a1
tree83a175c54cce4c24a9c5a6397b18de507229840f
parenta24e1e8027074efca8a6da19fea6025afabf3687
sub pixel variance neon: use generic variance

When a neon version is available it will be called. This allows
decoupling the variance implementations and has no real downside. For
most configurations, the call will be #define'd to the neon
implementation.

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