levytamar82 1fbab853c8 AVX2 To VP9 Block Error Optimization
vp9_block_error_sse2 can only handle 16 bytes at a time but
the function requires to handle a sequence of 32 bytes at a time
so each 16 bytes is handled in a different register.
With AVX2 optimization the 32 bytes can be handled in one register instead
of two in the SSE2
The vp9_block_error was optimized by 85%.
The user level was optimized by 1.2%

Change-Id: Ia8fffe60e61eff7432a5fbd538757894f6c319fd
2014-05-14 11:51:07 -07:00
..
2014-03-24 12:21:22 -07:00
2014-03-24 11:02:27 -07:00
2014-01-31 16:30:04 -08:00
2014-02-09 20:04:54 -08:00
2014-03-25 09:45:54 -07:00
2013-09-29 19:29:58 -07:00
2013-12-16 17:27:48 -08:00