AshwanthSelvam / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Copy to alpha channel #275

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The internals of Neon and AVX2 interpolate use a simd register with a constant 
for all pixels.

Change the constant to have different values for each byte, so it can be used 
to select or interpolate individual channels.

Original issue reported on code.google.com by fbarch...@google.com on 1 Oct 2013 at 7:51

GoogleCodeExporter commented 9 years ago
Doing CopyAlpha functions instead.

Original comment by fbarch...@google.com on 16 Oct 2013 at 5:55

GoogleCodeExporter commented 9 years ago
Fixed circa r819

Original comment by fbarch...@google.com on 21 Oct 2013 at 8:27