Revert "quantize: replace highbd versions"
authorJames Zern <jzern@google.com>
Thu, 31 Mar 2022 19:11:01 +0000 (12:11 -0700)
committerJames Zern <jzern@google.com>
Thu, 31 Mar 2022 19:14:16 +0000 (12:14 -0700)
commitd00fd066e85176df0a21de3e99bad92ac2bacb00
tree71f67aa94469c05607d53e39ea8b7169f62a951a
parent6ac395ed771a4fa986637197a71ac6fe58d57965
Revert "quantize: replace highbd versions"

This reverts commit 2200039d33c49a9f7a5c438656df143755b022c4.

This causes failures with VP9/EndToEndTestLarge.EndtoEndPSNRTest/*; it
seems the assembly does not match the C code.

Bug: webm:1586
Change-Id: I4c63beebf88d4c12789d681b0d38014510b147fe
test/vp9_quantize_test.cc
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_quantize.c
vpx_dsp/quantize.h
vpx_dsp/vpx_dsp.mk
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/highbd_quantize_intrin_sse2.c [new file with mode: 0644]