Pascal Massimino 48b1e85fbe SSE2: 15% faster alpha-processing functions
ApplyAlphaMultiply / MultARGBRow / MultRow

we use now: x/255 = (x * 0x8081) >> (16 + 7)
and x/255 + .5 = ((x + 128) * 0x0101) >> 16

Change-Id: I8931091316ffc8bbf65aa3402f2e7d2b800e1971
2017-01-11 15:35:16 +01:00
..
2015-04-02 23:55:35 -07:00
2015-04-02 23:55:35 -07:00
2015-04-02 23:55:35 -07:00
2015-04-02 23:55:35 -07:00
2015-05-14 21:24:24 -07:00
2016-06-07 23:49:41 -07:00
2016-05-11 23:17:21 -07:00
2016-11-16 14:23:06 +00:00
2015-04-02 23:55:35 -07:00
2016-06-01 16:23:16 +02:00
2016-11-24 07:09:50 +00:00
2016-12-21 10:44:31 +01:00
2016-05-11 23:17:21 -07:00
2016-11-24 13:06:44 +01:00
2016-11-16 22:54:40 -08:00
2015-12-17 23:38:58 -08:00