vpx/vp9/encoder
Ronald S. Bultje 54b2a59623 Implement SSE2 block_error.
Change vp9_block_error() to return a 64bit error variable, change all
callers to expect a 64bit return value (this will prevent overflows,
which we basically don't check for at all right now). Remove duplicate
block_error() function, which fixed that through truncation. Remove
old (incompatible) mmx/sse2 block_error SIMD versions and replace with
a new one that returns a 64bit value.

Encoding time of first 50 frames of bus @ 1500kbps goes from 3min29 to
3min23, i.e. a 3% overall speedup.

Change-Id: Ib71ac5508b5ee8a80f1753cd85d72df1629abe68
2013-06-21 12:54:52 -07:00
..
2013-06-21 12:54:52 -07:00
2013-06-07 16:00:26 -07:00
2013-06-21 12:54:52 -07:00
2013-04-25 11:33:17 -07:00
2013-02-21 13:50:15 -08:00
2013-06-07 15:49:30 -07:00
2013-02-28 13:18:02 -08:00
2013-05-25 10:09:23 +01:00
2013-04-10 13:45:22 -07:00
2013-02-21 10:34:33 -08:00
2013-02-21 10:34:33 -08:00
2013-06-19 10:35:02 -07:00
2013-06-10 11:43:16 -07:00
2013-06-21 12:54:52 -07:00
2013-06-21 12:54:52 -07:00
2013-04-19 22:16:28 +01:00
2013-06-07 16:00:26 -07:00