]> granicus.if.org Git - libvpx/commit
quantize: remove highbd version
authorJohann <johannkoenig@google.com>
Wed, 30 Mar 2022 06:33:40 +0000 (15:33 +0900)
committerJohann <johannkoenig@google.com>
Thu, 31 Mar 2022 04:07:35 +0000 (13:07 +0900)
commit89cfe3835c47dabf77d38edb3af190155984fa9a
tree4df6a6416b2e6078c0e90c5a8fbebb8dfc18f1e6
parent6d1844e54d132c6c2078f529b511ab443bc910ac
quantize: remove highbd version

The only difference between the code is the clamp. For
8 bit it is purely an optimization. The values outside
this range will still saturate.

Change-Id: I2a770b140690d99e151b00957789bd72f7a11e13
test/vp9_quantize_test.cc
vpx_dsp/quantize.c
vpx_dsp/quantize.h