vpx/vp9
Yunqing Wang 3d50da5397 Fix decoder mismatch with ssse3 enabled
This patch fixed issue 661: "Decoder produces mismatched outputs
with ssse3 enabled and disabled." In sub-pixel filters, a pixel
value was multiplied by a filter coefficient, and the results
were added up. The order of adding up these multiplications had to
be arranged carefully to prevent incorrect overflowing.

Change-Id: Id08af4200fea9e1b896fc40157b8651c2c7e80f2
2013-11-19 15:10:04 -08:00
..
common Fix decoder mismatch with ssse3 enabled 2013-11-19 15:10:04 -08:00
decoder scan order / neighbors converted to lookup 2013-11-19 12:55:44 -08:00
encoder Merge "Move vp9_sadmxn.h from common to encoder" 2013-11-19 14:41:33 -08:00
exports_dec support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
exports_enc support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
vp9_common.mk Move vp9_sadmxn.h from common to encoder 2013-11-19 12:46:08 -08:00
vp9_cx_iface.c Merge "Move SVC per-frame loop from sample app into libvpx proper" 2013-11-06 17:24:05 -08:00
vp9_dx_iface.c Adding VP9_FRAME_MARKER constant. 2013-10-23 17:24:17 -07:00
vp9_iface_common.h yv12config: remove YUV_TYPE 2013-07-12 15:25:48 -07:00
vp9cx.mk Move vp9_sadmxn.h from common to encoder 2013-11-19 12:46:08 -08:00
vp9dx.mk Renamed two files 2013-11-15 12:48:43 -08:00