ref: 31403080ff6437373c3a0b604f0303b514cc1dbb
parent: cdea4a7c6646b572274f84cf0791012966edca89
parent: 3c94fffdb051d1c41c5d6ea1a616ccbc8baf54f2
author: Dmitry Kovalev <[email protected]>
date: Fri Jul 12 13:08:23 EDT 2013
Merge "Removing redundant call to set_mi_row_col."
--- a/vp9/decoder/vp9_decodemv.c
+++ b/vp9/decoder/vp9_decodemv.c
@@ -474,12 +474,6 @@
int idx, idy;
- // Distance of Mb to the various image edges.
- // These specified to 8th pel as they are always compared to MV values
- // that are in 1/8th pel units
- set_mi_row_col(cm, xd, mi_row, 1 << mi_height_log2(bsize),
- mi_col, 1 << mi_width_log2(bsize));
-
mbmi->segment_id = read_inter_segment_id(pbi, mi_row, mi_col, r);
mbmi->mb_skip_coeff = read_skip_coeff(pbi, mbmi->segment_id, r);
mbmi->ref_frame[0] = read_reference_frame(pbi, mbmi->segment_id, r);