Reland "quantize: use scan_order instead of passing scan/iscan"
authorJohann <johann@duck.com>
Mon, 14 Nov 2022 07:47:33 +0000 (16:47 +0900)
committerJohann <johann@duck.com>
Fri, 17 Mar 2023 21:39:45 +0000 (06:39 +0900)
commitf23f27bb807794fe5773d0343e6281527ad5f640
tree1200942670dfd7e68279a5a60a0db572240203ed
parent6788c75055899796c13787ed44cc6f1cc45e09d7
Reland "quantize: use scan_order instead of passing scan/iscan"

This is a reland of commit 14fc40040ff30486c45111056db44ee18590a24a

Parent change fixed in crrev.com/c/webm/libvpx/+/4305500

Original change's description:
> quantize: use scan_order instead of passing scan/iscan
>
> further reduces the arguments for the 32x32. This will be applied to the base
> version as well.
>
> Change-Id: I25a162b5248b14af53d9e20c6a7fa2a77028a6d1

Change-Id: I2a7654558eaddd68bd09336bf317b297f18559d2
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