vpx/vpx_dsp
Linfeng Zhang ad0646cb84 Slow pshufb removal in 3 intra prediction functions.
Replaced vpx_d45_predictor_4x4_ssse3(), vpx_d45_predictor_8x8_ssse3()
and vpx_d207_predictor_4x4_ssse3() with
created vpx_d45_predictor_4x4_sse2(), vpx_d45_predictor_8x8_sse2()
and vpx_d207_predictor_4x4_sse2() respectively.
It's mostly neutral or slightly worse than ssse3 in good cases and
better than ssse3 in the bad cases (but still worse than using the mmx
regs).

Change-Id: Ib0237ceb71d2c57b8a93fd3170330cfed9d56bdd
2016-06-02 10:55:58 -07:00
..
2016-05-16 11:58:02 -07:00
2016-04-21 22:28:21 +00:00
2015-07-20 18:13:05 -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
2016-05-06 19:06:03 -07:00
2015-07-26 08:26:32 -07:00
2015-07-31 10:27:33 -07:00
2015-05-06 16:58:20 -07:00
2016-05-18 20:11:16 +00:00
2015-07-31 10:27:33 -07:00