]> granicus.if.org Git - libvpx/commit
Use extreme values for input in convovle tests
authorYaowu Xu <yaowu@google.com>
Fri, 23 May 2014 19:23:29 +0000 (12:23 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 23 May 2014 20:32:54 +0000 (13:32 -0700)
commit077144d2064edbd5dcd13ac677bfef87e807da6a
treefe2428d2b5550aabca7e750bdbf466df71aa527b
parent94103308937ec7118cce82bbd776f282b0eca584
Use extreme values for input in convovle tests

The intepolation filter functions can be better tested withe extreme
values, especially given the optimization functions are prone to
overflow signed 16 bit intermediate value when operation order is
wrong.

Change-Id: I712142b0bc1e5969c692c0486a57ffa37c9742b5
test/convolve_test.cc