zyddora / libyuv

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

Remove I422ToBGRARow functions #518

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
BGRA can be implemented using RGBA with a transposed matrix.

Between the 2 functions, either could be removed, but RGBA is more similar code 
to ARGB due to register ordering, which saves an instruction for the Neon 
version.

Original issue reported on code.google.com by fbarch...@google.com on 2 Nov 2015 at 8:12

GoogleCodeExporter commented 8 years ago
fixed in r1529

Original comment by fbarch...@google.com on 2 Nov 2015 at 6:41