ref: 627e217b857535ba881b950ff428e698789612ae
parent: 618b7c16ab9cfcd1090d719bee6b00af0d05c5ab
author: Hui Su <huisu@google.com>
date: Tue Sep 18 05:53:23 EDT 2018
Remove unnecessary code in vp9_find_best_sub_pixel_tree(). Change-Id: I0677c05b3e402fc17dd1e7e6fae787d305e90f89
--- a/vp9/encoder/vp9_mcomp.c
+++ b/vp9/encoder/vp9_mcomp.c
@@ -751,9 +751,6 @@
}
}
- tr = br;
- tc = bc;
-
search_step += 4;
hstep >>= 1;
best_idx = -1;