Revert "quantize: use scan_order instead of passing scan/iscan"
authorJames Zern <jzern@google.com>
Wed, 1 Mar 2023 23:52:20 +0000 (15:52 -0800)
committerJames Zern <jzern@google.com>
Wed, 1 Mar 2023 23:54:46 +0000 (15:54 -0800)
commitd98a7b8bd937f4b846beb3df76271a5f91d86d5f
treeb80b88836cfb4a4781349a7177dac57235e0d2f4
parent0e7804ca30c367eefb17594a0c5096f2f26de732
Revert "quantize: use scan_order instead of passing scan/iscan"

This reverts commit 14fc40040ff30486c45111056db44ee18590a24a.

This has alignment issues, causing crashes in the tests:
SSSE3/VP9QuantizeTest.EOBCheck/*

Change-Id: I934f9a4c3ce3db33058a65180fa645c8649c3670
12 files changed:
test/vp9_quantize_test.cc
vp9/common/vp9_scan.h
vp9/encoder/vp9_encodemb.c
vpx_dsp/arm/highbd_quantize_neon.c
vpx_dsp/arm/quantize_neon.c
vpx_dsp/quantize.c
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/highbd_quantize_intrin_avx2.c
vpx_dsp/x86/highbd_quantize_intrin_sse2.c
vpx_dsp/x86/quantize_avx.c
vpx_dsp/x86/quantize_avx2.c
vpx_dsp/x86/quantize_ssse3.c