Commit c6eaf5f9 authored by Jim Bankoski's avatar Jim Bankoski Committed by Gerrit Code Review
Browse files

vp9_pickmode.c static analysis issues resolved

Change-Id: I716ea2967c6771d7adea571406f315a3197eab93
parent bb2d683c
Branches
No related merge requests found
Showing with 2 additions and 4 deletions
...@@ -98,10 +98,8 @@ static int full_pixel_motion_search(VP9_COMP *cpi, MACROBLOCK *x, ...@@ -98,10 +98,8 @@ static int full_pixel_motion_search(VP9_COMP *cpi, MACROBLOCK *x,
mvp_full.col >>= 3; mvp_full.col >>= 3;
mvp_full.row >>= 3; mvp_full.row >>= 3;
bestsme = vp9_full_pixel_diamond(cpi, x, &mvp_full, step_param, vp9_full_pixel_diamond(cpi, x, &mvp_full, step_param, sadpb, further_steps, 1,
sadpb, further_steps, 1, &cpi->fn_ptr[bsize], &ref_mv.as_mv, tmp_mv);
&cpi->fn_ptr[bsize],
&ref_mv.as_mv, tmp_mv);
x->mv_col_min = tmp_col_min; x->mv_col_min = tmp_col_min;
x->mv_col_max = tmp_col_max; x->mv_col_max = tmp_col_max;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment