quantize: simplify 32x32_b args
authorJohann <johann@duck.com>
Sat, 5 Nov 2022 00:53:07 +0000 (09:53 +0900)
committerJohann <johann@duck.com>
Tue, 28 Feb 2023 09:46:16 +0000 (18:46 +0900)
commit848f6e733789c627b6606baf1c85e32be997e36f
tree0c38b05cfafcff422c671f5695cec03133fc1a02
parent45dc0d34d2fa1a848c282d8fc992206fa69f01b8
quantize: simplify 32x32_b args

Now that all the implementations of the 32x32 quantize are in
intrinsics we can reference struct members directly. Saves
pushing them to the stack.

n_coeffs is not used at all for this function.

Change-Id: I2104fea3fa20c455087e21b347d6abd7ea1f3e1e
test/vp9_quantize_test.cc
vp9/encoder/vp9_block.h
vp9/encoder/vp9_encodemb.c
vpx_dsp/arm/quantize_neon.c
vpx_dsp/quantize.c
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/quantize_avx.c
vpx_dsp/x86/quantize_avx2.c
vpx_dsp/x86/quantize_sse2.h
vpx_dsp/x86/quantize_ssse3.c