vpx/vp8/encoder
Johann 95d29675b2 Active map and ROI map use unsigned rows/cols
The vpx_roi_map_t and vpx_active_map_t structures use unsigned rows
and cols but VP8_COMMON uses signed values for mb_rows and mb_cols.

Cleans warning in Android build:
comparison of integers of different signs: 'int' and 'unsigned int'
if (cpi->common.mb_rows != rows || cpi->common.mb_cols != cols)
    ~~~~~~~~~~~~~~~~~~~ ^  ~~~~
comparison of integers of different signs: 'int' and 'unsigned int'
if (cpi->common.mb_rows != rows || cpi->common.mb_cols != cols)
                                   ~~~~~~~~~~~~~~~~~~~ ^  ~~~~
comparison of integers of different signs: 'unsigned int' and 'int'
if (rows == cpi->common.mb_rows && cols == cpi->common.mb_cols)
    ~~~~ ^  ~~~~~~~~~~~~~~~~~~~
comparison of integers of different signs: 'unsigned int' and 'int'
if (rows == cpi->common.mb_rows && cols == cpi->common.mb_cols)

Change-Id: If1f118c20ffefd2530fbd371e6787cc8a6c31f0a
2016-06-14 22:55:47 +00:00
..
2015-07-07 09:57:44 -07:00
2015-08-18 11:44:32 -07:00
2016-06-01 16:00:56 +00:00
2014-11-06 16:00:01 -08:00
2014-12-03 16:01:28 -08:00
2016-06-01 16:00:56 +00:00
2015-05-14 22:41:25 -07:00
2016-04-19 15:59:48 -07:00
2015-08-18 11:44:32 -07:00
2016-01-28 12:53:41 -08:00
2016-05-09 18:39:24 +00:00
2015-07-07 15:51:04 -07:00
2015-05-14 22:41:25 -07:00
2015-05-14 22:41:25 -07:00
2015-08-18 11:44:32 -07:00
2014-10-31 13:42:55 -07:00
2016-06-01 16:00:56 +00:00
2015-04-28 20:00:59 -07:00
2015-08-18 11:44:32 -07:00
2015-04-28 20:00:59 -07:00