VPX: Add vpx_quantize_b_avx2().
authorScott LaVarnway <slavarnway@google.com>
Wed, 6 Jul 2022 15:51:52 +0000 (08:51 -0700)
committerScott LaVarnway <slavarnway@google.com>
Mon, 11 Jul 2022 20:12:05 +0000 (13:12 -0700)
commite2603ead67947cd534e0a593422bae6427451ad6
tree0853b02998dc60d774724a20cd84124a0976824b
parentdb2cafa7d909d8e75f32c3fffe2c94c9ce762c17
VPX: Add vpx_quantize_b_avx2().

Up to 1.58x faster than vpx_quantize_b_avx() depending
on the size.

Bug: b/237714063

Change-Id: I595a6bb32ebee63f69f27b5a15322fdeae1bf70e
test/vp9_quantize_test.cc
vpx_dsp/vpx_dsp.mk
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/quantize_avx2.c [new file with mode: 0644]