libwebp/src/dsp
Pascal Massimino ab66becaae introduce a separate WebPRescalerDspInit to initialize pointers
so that we keep the details of WebPRescaler in utils/rescaler.c
when possible.

Change-Id: Ib6c1029a09b84cbc7a7d2f70dafa4d4d9132cecc
2015-01-12 13:58:30 -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 make the 'last_cpuinfo_used' variable names unique 2015-01-07 23:38:53 -08:00
argb_mips_dsp_r2.c simplify the PackARGB signature 2015-01-05 02:10:04 -08:00
argb_sse2.c argb_sse2: cosmetics 2015-01-08 00:18:54 -08:00
argb.c make the 'last_cpuinfo_used' variable names unique 2015-01-07 23:38:53 -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: remove returns from void functions 2015-01-09 18:08:05 -08:00
dec_sse2.c dsp/dec_{neon,sse2}: VE4: normalize variable names 2014-10-23 16:04:13 +02:00
dec.c make the 'last_cpuinfo_used' variable names unique 2015-01-07 23:38:53 -08:00
dsp.h introduce a separate WebPRescalerDspInit to initialize pointers 2015-01-12 13:58:30 -08:00
enc_avx2.c add stub dsp/enc_avx2.c 2014-05-22 00:31:46 -07:00
enc_mips32.c MIPS: move WORK_AROUND_GCC define to appropriate place 2015-01-08 15:55:41 +01:00
enc_mips_dsp_r2.c MIPS: move WORK_AROUND_GCC define to appropriate place 2015-01-08 15:55:41 +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 make the 'last_cpuinfo_used' variable names unique 2015-01-07 23:38:53 -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 Average 2015-01-08 11:46:15 +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 make the 'last_cpuinfo_used' variable names unique 2015-01-07 23:38:53 -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 move rescaler functions to rescaler* files in src/dsp/ 2015-01-09 16:47:09 +01:00
mips_macro.h MIPS: move WORK_AROUND_GCC define to appropriate place 2015-01-08 15:55:41 +01:00
neon.h neon: add INIT_VECTOR4 2014-07-01 00:18:23 -07:00
rescaler_mips32.c move rescaler functions to rescaler* files in src/dsp/ 2015-01-09 16:47:09 +01:00
rescaler_mips_dsp_r2.c move rescaler functions to rescaler* files in src/dsp/ 2015-01-09 16:47:09 +01:00
rescaler.c introduce a separate WebPRescalerDspInit to initialize pointers 2015-01-12 13:58:30 -08: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 make the 'last_cpuinfo_used' variable names unique 2015-01-07 23:38:53 -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 make the 'last_cpuinfo_used' variable names unique 2015-01-07 23:38:53 -08:00
yuv.h SSE2: yuv->rgb speed-up for point-sampling 2014-05-22 09:56:47 +02:00