mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 14:34:33 +02:00
4-5% faster encoding using SSE2 for GetResidualCost
new file: cost_sse2.c Change-Id: I4896c07f5ff2443ef743f4435fe2758d95a672ed
This commit is contained in:
@ -146,6 +146,7 @@ DSP_ENC_OBJS = \
|
||||
src/dsp/cost.o \
|
||||
src/dsp/cost_mips32.o \
|
||||
src/dsp/cost_mips_dsp_r2.o \
|
||||
src/dsp/cost_sse2.o \
|
||||
src/dsp/enc.o \
|
||||
src/dsp/enc_avx2.o \
|
||||
src/dsp/enc_mips32.o \
|
||||
|
Reference in New Issue
Block a user