Johann bd0c981744 vp8: correct function return types
left_above_mv and above_block_mv return as_int

as_int is defined as uint32_t in vp8/common/mv.h

Cleans up -Wextra warnings:
signed and unsigned type in conditional expression
this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i);
                                            ^
this_mv->as_int = row ? d[-4].bmi.mv.as_int : above_block_mv(mic, i, mis);
                                            ^
left_mv.as_int = col ? d[-1].bmi.mv.as_int :
                                           ^

Change-Id: Ia043764e4ce93d2152d2269b1c7b28b5d5f814cf
2016-06-16 21:57:46 +00:00
..
2015-05-14 22:41:25 -07:00
2014-12-03 16:01:28 -08:00
2015-05-14 22:41:13 -07:00
2015-04-28 20:00:59 -07:00
2015-04-28 19:59:41 -07:00
2015-04-28 19:59:41 -07:00
2015-04-28 20:00:59 -07:00
2015-05-14 22:41:25 -07:00
2015-04-28 20:00:59 -07:00
2015-05-14 22:41:25 -07:00
2015-07-07 15:51:04 -07:00
2015-08-25 14:56:18 -07:00
2015-04-15 11:12:05 -04:00
2015-04-28 20:00:59 -07:00