VPX: Add vpx_highbd_quantize_b_avx2().
authorScott LaVarnway <slavarnway@google.com>
Wed, 20 Jul 2022 16:51:56 +0000 (09:51 -0700)
committerScott LaVarnway <slavarnway@google.com>
Mon, 25 Jul 2022 17:16:44 +0000 (17:16 +0000)
commit90c5493ff5d805676233252be633d2eedd5ceb50
treef462b89b0a0420c62104ba2ecab7f08fd9115a49
parent78c9a61f794b122e131d15e715564127ae974046
VPX: Add vpx_highbd_quantize_b_avx2().

Up to 3.61x faster than vpx_highbd_quantize_b_sse2() for full
calculations.

~2.3% overall encoder improvement for the test clip used.

Bug: b/237714063
Change-Id: I23f88d2a7f96aaa4103778372f4f552207f73cee
test/vp9_quantize_test.cc
vpx_dsp/vpx_dsp.mk
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/highbd_quantize_intrin_avx2.c [new file with mode: 0644]