summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLinfeng Zhang <linfengz@google.com>2016-09-29 12:38:37 -0700
committerLinfeng Zhang <linfengz@google.com>2016-09-29 16:19:39 -0700
commit85a9e48d255167961c3995a1ce7ec26d01b4b48d (patch)
treea8cf49b42e363e5900d2954c4fef1e3e7d3b4fc3 /test
parent691ef20272d398c5802b185859a797af3ce1e289 (diff)
downloadlibvpx-85a9e48d255167961c3995a1ce7ec26d01b4b48d.tar
libvpx-85a9e48d255167961c3995a1ce7ec26d01b4b48d.tar.gz
libvpx-85a9e48d255167961c3995a1ce7ec26d01b4b48d.tar.bz2
libvpx-85a9e48d255167961c3995a1ce7ec26d01b4b48d.zip
Refine vpx_convolve_copy_neon() and vpx_convolve_avg_neon()
BUG=webm:1290 Change-Id: Ia27e58521eba5a4852b50381c56746fa5767f6d6
Diffstat (limited to 'test')
-rw-r--r--test/convolve_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/convolve_test.cc b/test/convolve_test.cc
index e27ece250..6aaacefa2 100644
--- a/test/convolve_test.cc
+++ b/test/convolve_test.cc
@@ -662,7 +662,7 @@ TEST(ConvolveTest, FiltersWontSaturateWhenAddedPairwise) {
}
const int16_t kInvalidFilter[8] = { 0 };
-static const WrapperFilterBlock2d8Func wrapper_filter_block2d_8[2] = {
+const WrapperFilterBlock2d8Func wrapper_filter_block2d_8[2] = {
wrapper_filter_block2d_8_c, wrapper_filter_average_block2d_8_c
};