shithub: libvpx

Download patch

ref: 3833905ff2ee6ba57fdd8f1e03a94adf85070db2
parent: 3fa7e5c62c6829614c51f67b255741bb4069995e
author: Yunqing Wang <yunqingwang@google.com>
date: Tue Feb 28 06:13:09 EST 2017

Add a comment in encoder thread test

Added a comment.

Change-Id: I82f71c72598ad6f1eaa0b57b0b8ec56ab9658e81

--- a/test/vp9_ethread_test.cc
+++ b/test/vp9_ethread_test.cc
@@ -351,6 +351,8 @@
   ASSERT_EQ(single_thr_md5, multi_thr_md5);
 
   // Part 2: row_mt_mode_ = 0 vs row_mt_mode_ = 1 single thread bit exact test.
+  // The first-pass stats are not bit exact here, but that difference doesn't
+  // cause a mismatch between the final bitstreams.
   row_mt_mode_ = 1;
   bit_exact_mode_ = 0;