]> granicus.if.org Git - libvpx/commit
Run all filters through convolve test
authorJohn Koleszar <jkoleszar@google.com>
Thu, 21 Feb 2013 00:13:01 +0000 (16:13 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 27 Feb 2013 19:15:20 +0000 (11:15 -0800)
commit557a1b209e482175fa5684f5f89be27d0ab2cf44
tree7fdf3cbd4ada406e54533ec53b205ecf1f4a5364
parentaba4f7fd4260bbcaab7f481e7b37a211dcab2f6e
Run all filters through convolve test

Updates the convolve test to verify that all filters match the
reference implementation. This verifies commit 30f866f, which
fixed some problems with the SSE3 version of the filters for
the vp9_sub_pel_filters_8s and vp9_sub_pel_filters_8lp banks
due to overflow and order of operations.

Change-Id: I6b5fe1a41bc20062e2e64633b1355ae58c9c592c
test/convolve_test.cc