ref: e3210930f54693fe60227784f6394f9b31c5947b
parent: c9e2befce5c3b240a33c6c14c6e2aeadad148948
author: chiyotsai <chiyotsai@google.com>
date: Wed Jan 23 10:05:47 EST 2019
Fix a typo in the test cases for convolve test BUG=webm:1591 Change-Id: I34aedcb5336a96e33932ce34967c12f187ee52e2
--- a/test/yuv_temporal_filter_test.cc
+++ b/test/yuv_temporal_filter_test.cc
@@ -77,7 +77,7 @@
u_dif.Set(0);
v_dif.Set(0);
- // How many bits to we want to round
+ // How many bits do we want to round
ASSERT_GE(strength, 0);
ASSERT_LE(strength, 6);
int rounding = 0;
@@ -230,7 +230,7 @@
ACMRandom rnd_;
};
-TEST_P(YUVTemporalFilterTest, Use_32X32) {
+TEST_P(YUVTemporalFilterTest, Use32x32) {
const int width = 32, height = 32;
Buffer<uint8_t> y_src = Buffer<uint8_t>(width, height, 8);
Buffer<uint8_t> y_pre = Buffer<uint8_t>(width, height, 0);
@@ -347,7 +347,7 @@
}
}
-TEST_P(YUVTemporalFilterTest, Use_16X16) {
+TEST_P(YUVTemporalFilterTest, Use16x16) {
const int width = 32, height = 32;
Buffer<uint8_t> y_src = Buffer<uint8_t>(width, height, 8);
Buffer<uint8_t> y_pre = Buffer<uint8_t>(width, height, 0);