]> granicus.if.org Git - libvpx/commitdiff
vp9_ethread_test,cosmetics: s/new-mt/row-mt/
authorJames Zern <jzern@google.com>
Tue, 28 Feb 2017 23:13:11 +0000 (15:13 -0800)
committerJames Zern <jzern@google.com>
Tue, 28 Feb 2017 23:13:11 +0000 (15:13 -0800)
Change-Id: I8c145337adf49d30b88a17ff31501b8751ed1fa0

test/vp9_ethread_test.cc

index 73b7b8ad92becc1140e7d86f467b1173cdb24550..af4161858f3af75db56a5ecfc67da1de421ee69a 100644 (file)
@@ -330,7 +330,7 @@ TEST_P(VPxEncoderThreadTest, EncoderResultTest) {
   cfg_.rc_target_bitrate = 1000;
 
   // Part 1: Bit exact test for row_mt_mode_ = 0.
-  // This part keeps original unit tests done before new-mt code is checked in.
+  // This part keeps original unit tests done before row-mt code is checked in.
   row_mt_mode_ = 0;
   bit_exact_mode_ = 0;
 
@@ -365,7 +365,7 @@ TEST_P(VPxEncoderThreadTest, EncoderResultTest) {
 
   ASSERT_EQ(single_thr_md5, row_mt_single_thr_md5);
 
-  // Part 3: Bit exact test with new-mt on
+  // Part 3: Bit exact test with row-mt on
   row_mt_mode_ = 1;
   bit_exact_mode_ = 1;
   row_mt_single_thr_md5.clear();