antuan1996 / libyuv

Automatically exported from code.google.com/p/libyuv
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