vpx/vp8/encoder
Deb Mukherjee 78ecbc98e4 Bug fix in probability update savings computation
Found this bug while tracking down some anomalies in my experiments.
Since vp8_cost_one and vp8_cost_zero return unsigned int, the
bit shift by 8 will be incorrect if the value is negative.
I am cautiously optimistic that this fix will make the prob
updates more correct and somewhat improve results across the board.
But the update probabilities will need to be retuned I think.

Patch 2: Adding more of the same fixes using a macro.

Change-Id: I1a168f040e74e8c67e7225103b1c2af9a611da49
2012-03-29 08:39:02 -07:00
..
2012-03-21 18:22:33 +00:00
2012-02-16 17:21:20 +00:00
2012-03-21 18:22:33 +00:00
2011-06-08 16:19:37 -04:00
2012-02-28 17:55:42 +00:00
2012-03-01 12:59:11 -08:00
2012-03-01 12:59:11 -08:00
2012-03-01 12:59:11 -08:00
2011-12-22 16:33:06 -08:00
2012-03-21 18:22:33 +00:00
2012-03-01 12:59:11 -08:00
2011-10-24 15:52:18 +01:00
2012-03-21 18:22:33 +00:00
2012-03-21 18:22:33 +00:00
2012-03-01 12:59:11 -08:00
2012-03-21 18:22:33 +00:00
2012-03-21 18:22:33 +00:00
2011-10-24 15:52:18 +01:00
2012-02-27 21:42:36 +00:00
2011-02-10 15:09:44 -05:00
2012-02-16 17:21:20 +00:00