mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 22:09:57 +02:00
ARM/NEON: 30% encoding speed-up
(implements the backward and forward transforms in the encoder) original patch by Wayne Chen (datoudatou at gmail dot com) Change-Id: Ic00f3bffcdf7a924f043006728735c810ee47a57
This commit is contained in:
@ -8,6 +8,7 @@ libwebpdsp_la_SOURCES += dec_neon.c
|
||||
libwebpdsp_la_SOURCES += dec_sse2.c
|
||||
libwebpdsp_la_SOURCES += dsp.h
|
||||
libwebpdsp_la_SOURCES += enc.c
|
||||
libwebpdsp_la_SOURCES += enc_neon.c
|
||||
libwebpdsp_la_SOURCES += enc_sse2.c
|
||||
libwebpdsp_la_SOURCES += lossless.c
|
||||
libwebpdsp_la_SOURCES += lossless.h
|
||||
|
Reference in New Issue
Block a user