vpx/vpx_dsp
Peter de Rivaz 7361ef732b Fix for issue 1114 compile error
In 32-bit build with --enable-shared, there is a lot of
register pressure and register src_strideq is reused.
The code needs to use the stack based version of src_stride,
but this doesn't compile when used in an lea instruction.

This patch also fixes a related segmentation fault caused by the
implementation using src_strideq even though it has been
reused.

This patch also fixes the HBD subpel variance tests that fail
when compiled without disable-optimizations.
These failures were caused by local variables in the assembler
routines colliding with the caller's stack frame.

Change-Id: Ice9d4dafdcbdc6038ad5ee7c1c09a8f06deca362
2015-12-18 09:43:22 +00:00
..
2015-09-08 01:31:04 -07:00
2015-12-18 09:43:22 +00:00
2015-07-20 18:13:05 -07:00
2015-07-31 10:27:33 -07:00
2015-07-20 18:13:04 -07:00
2015-10-13 10:33:17 -07:00
2015-08-04 15:31:49 -07:00
2015-08-04 15:31:49 -07:00
2015-05-26 12:01:52 -07:00
2015-07-26 08:26:32 -07:00
2015-07-07 15:51:04 -07:00
2015-08-11 17:05:28 -07:00
2015-07-31 10:27:33 -07:00
2015-05-06 16:58:20 -07:00
2015-07-31 10:27:33 -07:00