convolve test: validate 1D filters are 1D
authorJohn Koleszar <jkoleszar@google.com>
Thu, 21 Feb 2013 00:32:02 +0000 (16:32 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 27 Feb 2013 19:19:11 +0000 (11:19 -0800)
commit04c24078748dc062b97bbb1b2cadb35c1a09703e
tree76aa930a8e698843ebcf66bc5190bece4f18e5bf
parent557a1b209e482175fa5684f5f89be27d0ab2cf44
convolve test: validate 1D filters are 1D

Since the 8-tap lowpass filter is non-interpolating, the results are
different between applying it at whole-pel values and not. This
means that 1D-only versions are requried to be implemented, as
opposed to being an optimization of the 2D case. Calling the 2D
filter instead of the horizontal-only filter is not equivalent
in this case. Update the test to pass invalid filters to the
unused stage of the 1D-only calls, to verify they're unused.

Change-Id: Idc1c490f059adadd4cc80dbe770c1ccefe628b0a
test/convolve_test.cc