mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
Add YUV420 riskiness metric.
Basic version for 8 bit only and C only (no simd). Hidden behind a compile flag because the precompiled table is fairly large (114kiB) and more than triples the size of the library. Change-Id: I165c78e863df6a17b32f578bdbffe3adda9ac1d0
This commit is contained in:
@ -133,6 +133,7 @@ SHARPYUV_OBJS = \
|
||||
sharpyuv/sharpyuv_dsp.o \
|
||||
sharpyuv/sharpyuv_gamma.o \
|
||||
sharpyuv/sharpyuv_neon.o \
|
||||
sharpyuv/sharpyuv_risk_table.o \
|
||||
sharpyuv/sharpyuv_sse2.o \
|
||||
|
||||
DEC_OBJS = \
|
||||
|
Reference in New Issue
Block a user