vpx/vp8
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
..
common vpx: Add OS/2-specific threading codes 2016-05-22 18:11:50 +09:00
decoder Fix VP8 encoder UBSAN/IOC errors 2016-06-01 16:00:56 +00:00
encoder Active map and ROI map use unsigned rows/cols 2016-06-14 22:55:47 +00:00
exports_dec Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
exports_enc Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
vp8_common.mk vp8: change build_intra4x4_predictors() to use vpx_dsp. 2015-09-30 18:45:49 -04:00
vp8_cx_iface.c Make new_qc signed 2016-06-14 22:54:58 +00:00
vp8_dx_iface.c vp8_peek_si_internal: quiet static analysis warning 2016-03-25 10:00:30 -07:00
vp8cx_arm.mk Unify subtract function used in VP8/9 2015-07-07 09:57:44 -07:00
vp8cx.mk Rename vp8 quantize.c 2015-08-18 11:44:32 -07:00
vp8dx.mk Fix a spelling mistake in filename 2013-12-03 17:19:41 -08:00