separate SSE2 lossless functions into its own file

expose the predictor array as function pointers instead
of each individual sub-function

+ merged Average2() into ClampedAddSubtractHalf directly
+ unified the signature as "VP8LProcessBlueAndRedFunc"

no speed diff observed

Change-Id: Ic3c45dff11884a8330a9ad38c2c8e82491c6e044
This commit is contained in:
skal
2014-03-27 21:43:21 +01:00
parent 514fc251df
commit 0f4f721b12
7 changed files with 373 additions and 296 deletions

View File

@ -32,6 +32,7 @@ LOCAL_SRC_FILES := \
src/dsp/enc.c \
src/dsp/enc_sse2.c \
src/dsp/lossless.c \
src/dsp/lossless_sse2.c \
src/dsp/upsampling.c \
src/dsp/upsampling_mips32.c \
src/dsp/upsampling_sse2.c \