]> granicus.if.org Git - libvpx/commit
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>
Tue, 28 Feb 2023 22:48:01 +0000 (07:48 +0900)
commit14fc40040ff30486c45111056db44ee18590a24a
tree577b5813b8f43cf49e44f575c82ea29e19262f10
parent573f5e662b544dbc553d73fa2b61055c30dfe8cc
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
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