]> granicus.if.org Git - libvpx/commit
Add vp9_quantize_fp_nz_c()
authorScott LaVarnway <slavarnway@google.com>
Mon, 18 Dec 2017 14:31:46 +0000 (06:31 -0800)
committerScott LaVarnway <slavarnway@google.com>
Tue, 19 Dec 2017 20:48:45 +0000 (12:48 -0800)
commit86842855d30d6ca6befdcf5108003e027d90daa9
tree1fb9f642c4460b58bf49c8f3d6fece13584341ba
parentf0b4868625e67f8c4cf6ba917a74404ef7226b1c
Add vp9_quantize_fp_nz_c()

This c version uses the shortcuts found in the x86
vp9_quantize_fp functions.

The test was updated to use the correct quant/round range.

Change-Id: I5d19f8af2fddda8e50910249eafb740acb29415b
test/vp9_quantize_test.cc