vpx/vp8/decoder
Yaowu Xu 9ded6e375a fixed an issue related to 2nd order size due to merge artifacts.
For 8x8 transformed macroblock, the 2nd order transform is a 2x2 haar
transform, here there is only 4 coefficients total. A previous merge
changed these to 64, causing crashes when encoding with 8x8 transform
enabled. (i.e. when input video image size > 640x360 ) This commit
reverts them back to 4 and fixes the crashes.

Change-Id: I3290b81f8c0d32c7efec03093a61ea57736c0550
2012-02-10 11:49:22 -08:00
..
2011-08-01 17:50:23 -04:00
2012-02-09 17:22:34 +00:00
2011-08-24 10:25:32 -07:00
2012-02-10 16:23:59 +00:00
2012-02-09 17:22:34 +00:00
2011-11-11 09:01:16 -08:00
2011-07-21 09:01:53 -07:00
2012-02-10 16:23:59 +00:00
2012-02-10 16:23:59 +00:00
2011-02-10 15:09:44 -05:00
2012-02-10 16:23:59 +00:00