ref: 9a848af54d6921ea9d9a13af96aac270a88a500f
parent: 2d672cb97d98ba47a4f0cddf67ce6aa2c86fbdb2
author: Angie Chiang <angiebird@google.com>
date: Mon Nov 19 06:28:19 EST 2018
Fix scan_build warnings in convolve_test.cc BUG=webm:1575 Change-Id: Ic90b09e596fa68bc516237d31b7f4540831becfd
--- a/test/convolve_test.cc
+++ b/test/convolve_test.cc
@@ -114,6 +114,7 @@
// and filter_max_width = 16
//
uint8_t intermediate_buffer[71 * kMaxDimension];
+ vp9_zero(intermediate_buffer);
const int intermediate_next_stride =
1 - static_cast<int>(intermediate_height * output_width);