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
..
2015-12-14 14:42:12 -08:00
2015-12-14 14:42:12 -08:00
2015-08-07 16:44:44 -07:00
2015-08-07 16:44:44 -07:00
2015-08-07 16:44:44 -07:00
2015-12-17 17:43:46 -08:00
2015-05-06 16:58:20 -07:00
2015-05-06 16:58:20 -07:00
2015-05-06 16:58:20 -07:00
2015-08-07 16:44:44 -07:00
2015-07-26 08:26:32 -07:00
2016-05-11 12:39:42 -07:00
2015-07-31 10:27:33 -07:00