vp9_mcomp.c visual studio warnings resolved

Change-Id: I7546cc8db4decbcd094ad76c64385b97666331b0
This commit is contained in:
Jim Bankoski 2014-02-13 13:55:18 -08:00
parent bf5f2e7f90
commit 6025ec7901

View File

@ -871,10 +871,10 @@ int vp9_full_range_search_c(const MACROBLOCK *x, MV *ref_mv, MV *best_mv,
MV this_mv;
int bestsad = INT_MAX;
unsigned int bestsad = INT_MAX;
int ref_row, ref_col;
int thissad;
unsigned int thissad;
const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3};
const int *mvjsadcost = x->nmvjointsadcost;