libwebp/src/dsp
Pascal Massimino a437694a17 multi-thread fix: lock each entry points with a static var
we compare the current VP8GetCPUInfo pointer to the last used.
This is less code overall and each implementation is still
testable separately (by just changing VP8GetCPUInfo, but not
a separate threads!)

Change-Id: Ia13fa8ffc4561a884508f6ab71ed0d1b9f1ce59b
2015-01-05 07:48:49 -08:00
..
alpha_processing_mips_dsp_r2.c MIPS: dspr2: added optimization for EmitAlphaRGB 2014-08-21 20:39:35 -07:00
alpha_processing_sse2.c WEBP_TSAN_IGNORE_FUNCTION: fix gcc compat warning 2014-10-16 18:06:43 +02:00
alpha_processing.c multi-thread fix: lock each entry points with a static var 2015-01-05 07:48:49 -08:00
argb_mips_dsp_r2.c MIPS: dspr2: added optimization for function MakeARGB32 2014-12-22 12:31:36 +01:00
argb.c multi-thread fix: lock each entry points with a static var 2015-01-05 07:48:49 -08:00
cpu.c cpu: check for _MSC_VER before using msvc inline asm 2014-08-15 15:11:40 -07:00
dec_clip_tables.c WEBP_TSAN_IGNORE_FUNCTION: fix gcc compat warning 2014-10-16 18:06:43 +02:00
dec_mips32.c MIPS: fix functions to use generic BPS istead of hardcoded value 2014-12-05 15:55:47 +01:00
dec_mips_dsp_r2.c MIPS: fix functions to use generic BPS istead of hardcoded value 2014-12-05 15:55:47 +01:00
dec_neon.c dec_neon: add DC8uvNoTop / DC8uvNoLeft 2014-12-22 15:47:38 -05:00
dec_sse2.c dsp/dec_{neon,sse2}: VE4: normalize variable names 2014-10-23 16:04:13 +02:00
dec.c multi-thread fix: lock each entry points with a static var 2015-01-05 07:48:49 -08:00
dsp.h MIPS: dspr2: added optimization for function MakeARGB32 2014-12-22 12:31:36 +01:00
enc_avx2.c add stub dsp/enc_avx2.c 2014-05-22 00:31:46 -07:00
enc_mips32.c MIPS: fix functions to use generic BPS istead of hardcoded value 2014-12-05 15:55:47 +01:00
enc_mips_dsp_r2.c MIPS: dspr2: added optimization for function TrueMotion 2014-12-12 14:38:55 +01:00
enc_neon.c enc_neon: fix building with non-Xcode clang (iOS) 2014-12-10 15:50:26 -08:00
enc_sse2.c simplify the Histogram struct, to only store max_value and last_nz 2014-12-10 10:44:57 +01:00
enc.c multi-thread fix: lock each entry points with a static var 2015-01-05 07:48:49 -08:00
filters_mips_dsp_r2.c MIPS: dspr2: unfilters bugfix (Ie7b7387478a6b5c3f08691628ae00f059cf6d899) 2014-11-03 15:39:00 +01:00
lossless_mips32.c WEBP_TSAN_IGNORE_FUNCTION: fix gcc compat warning 2014-10-16 18:06:43 +02:00
lossless_mips_dsp_r2.c MIPS: dspr2: added optimization for function TransformColor_C 2014-12-01 15:46:06 +01:00
lossless_neon.c WEBP_TSAN_IGNORE_FUNCTION: fix gcc compat warning 2014-10-16 18:06:43 +02:00
lossless_sse2.c WEBP_TSAN_IGNORE_FUNCTION: fix gcc compat warning 2014-10-16 18:06:43 +02:00
lossless.c multi-thread fix: lock each entry points with a static var 2015-01-05 07:48:49 -08:00
lossless.h Speedup WebP lossless compression for low effort (m=0) mode with following: 2014-12-17 11:52:11 +01:00
Makefile.am MIPS: dspr2: added optimization for function MakeARGB32 2014-12-22 12:31:36 +01:00
mips_macro.h MIPS: fix functions to use generic BPS istead of hardcoded value 2014-12-05 15:55:47 +01:00
neon.h neon: add INIT_VECTOR4 2014-07-01 00:18:23 -07:00
upsampling_mips_dsp_r2.c WEBP_TSAN_IGNORE_FUNCTION: fix gcc compat warning 2014-10-16 18:06:43 +02:00
upsampling_neon.c WEBP_TSAN_IGNORE_FUNCTION: fix gcc compat warning 2014-10-16 18:06:43 +02:00
upsampling_sse2.c WEBP_TSAN_IGNORE_FUNCTION: fix gcc compat warning 2014-10-16 18:06:43 +02:00
upsampling.c multi-thread fix: lock each entry points with a static var 2015-01-05 07:48:49 -08:00
yuv_mips32.c WEBP_TSAN_IGNORE_FUNCTION: fix gcc compat warning 2014-10-16 18:06:43 +02:00
yuv_mips_dsp_r2.c WEBP_TSAN_IGNORE_FUNCTION: fix gcc compat warning 2014-10-16 18:06:43 +02:00
yuv_sse2.c WEBP_TSAN_IGNORE_FUNCTION: fix gcc compat warning 2014-10-16 18:06:43 +02:00
yuv_tables_sse2.h SSE2: yuv->rgb speed-up for point-sampling 2014-05-22 09:56:47 +02:00
yuv.c multi-thread fix: lock each entry points with a static var 2015-01-05 07:48:49 -08:00
yuv.h SSE2: yuv->rgb speed-up for point-sampling 2014-05-22 09:56:47 +02:00