*quantize*.c: fix visual studio warnings
authorJames Zern <jzern@google.com>
Fri, 11 Aug 2023 20:40:07 +0000 (13:40 -0700)
committerJames Zern <jzern@google.com>
Fri, 11 Aug 2023 20:42:49 +0000 (13:42 -0700)
commit335728c987b3164ff25c58c06d29eb49e19e21d4
treebfff8c8c6a92da8955089656ce17e46a18564d0e
parentc8610c266c7f1a098b304709936f3b0782d36fc6
*quantize*.c: fix visual studio warnings

after:
22818907d normalize *const in rtcd

fixes warnings of the form:
vpx_dsp\x86\quantize_avx.c(145): warning C4028: formal parameter 2
different from declaration

Change-Id: I4dc423f11ec4a9171e18bdb6be2fa8dfb65ee61a
vp9/encoder/x86/vp9_quantize_avx2.c
vp9/encoder/x86/vp9_quantize_sse2.c
vp9/encoder/x86/vp9_quantize_ssse3.c
vpx_dsp/quantize.c
vpx_dsp/x86/quantize_avx.c
vpx_dsp/x86/quantize_avx2.c
vpx_dsp/x86/quantize_ssse3.c