]> granicus.if.org Git - libvpx/commit
lpf_test: correct threshold ranges
authorJames Zern <jzern@google.com>
Tue, 19 Dec 2017 07:17:45 +0000 (23:17 -0800)
committerJames Zern <jzern@google.com>
Tue, 19 Dec 2017 07:17:45 +0000 (23:17 -0800)
commit5203b40a2a839e92cc40c2683d2226865756cf4c
treee79932f331d0a0f46c5b1a156c79b2cdfaa2005a
parent08a668af32d05de2b29d29372b1749dd29ee8a61
lpf_test: correct threshold ranges

the random number generator creates values from [0, range) add 1 to all
and make hev more realistic by mirroring its calculation of level >> 4,
i.e., [0, 3]

Change-Id: Ic19be5d7ba668deb17c96f143b739116a4b5d21c
test/lpf_test.cc