mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 05:49:51 +02:00
Add MSA optimized colorspace conversion functions
We add the following MSA optimized colorspace conversion functions: - ConvertBGRAToRGBA - ConvertBGRAToBGR - ConvertBGRAToRGB Change-Id: I76db1c829d593a06d4975d54dbafa385c82b84fb
This commit is contained in:
committed by
Pascal Massimino
parent
f918cb1013
commit
701c772eed
@ -83,6 +83,7 @@ libwebpdspdecode_neon_la_CFLAGS = $(libwebpdsp_neon_la_CFLAGS)
|
||||
|
||||
libwebpdspdecode_msa_la_SOURCES =
|
||||
libwebpdspdecode_msa_la_SOURCES += dec_msa.c
|
||||
libwebpdspdecode_msa_la_SOURCES += lossless_msa.c
|
||||
libwebpdspdecode_msa_la_SOURCES += msa_macro.h
|
||||
libwebpdspdecode_msa_la_CPPFLAGS = $(libwebpdsp_la_CPPFLAGS)
|
||||
libwebpdspdecode_msa_la_CFLAGS = $(AM_CFLAGS)
|
||||
|
Reference in New Issue
Block a user