diff options
author | Johann <johann.koenig@duck.com> | 2018-11-13 14:25:59 -0800 |
---|---|---|
committer | Pascal Massimino <skal@google.com> | 2018-12-03 22:59:12 +0000 |
commit | 5173d4ee6f51cf01058f141c291fba39a5520aed (patch) | |
tree | 73e03f328b0785633080ee67da323fb7db78b894 /src/dsp/Makefile.am | |
parent | 5b081219c9d6311a383af83182d6db43cef3cbcf (diff) | |
download | libwebp-5173d4ee6f51cf01058f141c291fba39a5520aed.tar.gz |
neon IsFlat
Move IsFlat to its own header. This allows it to continue to be
inlined. Using the RTCD and creating a distinct function slows down arm
builds.
flower mug
C 3.59 2.12
NEON 3.47 2.01
BUG=b/118740850
Change-Id: Id77e8f76d9e9790c498806e7070bbe37c10bc2e9
Diffstat (limited to 'src/dsp/Makefile.am')
-rw-r--r-- | src/dsp/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dsp/Makefile.am b/src/dsp/Makefile.am index 8cd3e53c..9f67f5b3 100644 --- a/src/dsp/Makefile.am +++ b/src/dsp/Makefile.am @@ -40,6 +40,7 @@ ENC_SOURCES = ENC_SOURCES += cost.c ENC_SOURCES += enc.c ENC_SOURCES += lossless_enc.c +ENC_SOURCES += quant.h ENC_SOURCES += ssim.c libwebpdspdecode_sse41_la_SOURCES = |