]> granicus.if.org Git - libvpx/commit
Add vpx_highbd_sad16x{32,16,8}x4d_avx2.
authorScott LaVarnway <slavarnway@google.com>
Thu, 8 Sep 2022 20:05:55 +0000 (13:05 -0700)
committerScott LaVarnway <slavarnway@google.com>
Fri, 9 Sep 2022 16:47:50 +0000 (09:47 -0700)
commit0d734728f6c2887a219de4bd118de8cd290f50c0
tree758c5cbd5373218296803f4f19c81a7e2785aba7
parenta46ca4b6bd8e5f360da74693bb43b400d29d91e8
Add vpx_highbd_sad16x{32,16,8}x4d_avx2.

1.98x to 2.3x faster than the sse2 version.

Bug: b/245917257

Change-Id: Ie4f9bb942ffaf4af7d395fb5a5978b41aabfc93c
test/sad_test.cc
vpx_dsp/vpx_dsp.mk
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/highbd_sad4d_avx2.c [new file with mode: 0644]