vpx/vp9/encoder
Alex Converse d8a18186ba pickmode: Fix a pair of unsigned overflows.
block_variance: This operates on 8x8s and would be safe with a int32 *
int32 to uint32 multiply, but this is potentially unsafe for 12-bit
input. Unfortunately the code already segfaults on 12-bit input:
https://bugs.chromium.org/p/webm/issues/detail?id=1223

calculate_variance: This operates on up to a 32x32 of 8x8s and can
overflow even with 8-bit input (log2((256*32*32)**2) == 36).

BUG=https://bugs.chromium.org/p/webm/issues/detail?id=1220

Change-Id: I1ca4ff6092db9a7580da371ee9a21f403fdadc40
2016-05-09 11:21:20 -07:00
..
2015-12-14 14:42:12 -08:00
2015-12-14 14:42:12 -08:00
2016-05-04 15:08:10 -07:00
2016-01-13 16:17:37 -08:00
2016-01-19 16:40:20 -08:00
2016-02-17 14:46:26 -08:00
2016-02-17 14:46:26 -08:00
2015-05-27 09:25:18 -07:00
2015-07-20 18:13:05 -07:00
2015-09-09 23:15:59 -07:00
2014-04-22 14:57:05 -07:00
2015-06-22 06:09:38 -07:00
2016-02-17 14:46:26 -08:00
2015-09-09 23:15:59 -07:00
2016-01-19 16:40:20 -08:00
2015-07-20 18:13:05 -07:00
2015-07-20 18:13:04 -07:00