libwebp/src/dsp
Vincent Rabaud ac17ffffcb Fix non-C90 code.
Thank you OpenCV: https://github.com/opencv/opencv/blob/
1e54e5657927996e86b155d89f51c7b5a73461d2/3rdparty/libwebp/
CMakeLists.txt#L24

Change-Id: Ic79f6309951f96c380e44b3167c1a36aae6d8903
2023-09-14 22:43:45 +02:00
..
alpha_processing_mips_dsp_r2.c Import,RGBA: fix for BigEndian import 2018-02-17 13:07:58 -08:00
alpha_processing_neon.c alpha_processing_neon.c: fix 0x01... typo 2022-03-04 15:26:21 -08:00
alpha_processing_sse2.c Implement ExtractGreen_SSE2 2023-06-19 13:31:46 +02:00
alpha_processing_sse41.c dsp,x86: normalize types w/_mm_set* calls 2022-08-03 16:50:46 -07:00
alpha_processing.c move VP8GetCPUInfo declaration to cpu.c 2023-04-27 12:39:13 -07:00
common_sse2.h Implement the upsampling/yuv functions in SSE41 2017-12-04 22:29:43 +01:00
common_sse41.h Implement the upsampling/yuv functions in SSE41 2017-12-04 22:29:43 +01:00
cost_mips32.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
cost_mips_dsp_r2.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
cost_neon.c cpu.h: add WEBP_AARCH64 2023-05-02 12:28:50 -07:00
cost_sse2.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
cost.c move VP8GetCPUInfo declaration to cpu.c 2023-04-27 12:39:13 -07:00
cpu.c move VP8GetCPUInfo declaration to cpu.c 2023-04-27 12:39:13 -07:00
cpu.h cpu.h,cosmetics: segment defines 2023-05-02 12:28:50 -07:00
dec_clip_tables.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
dec_mips32.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
dec_mips_dsp_r2.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
dec_msa.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
dec_neon.c cpu.h: add WEBP_AARCH64 2023-05-02 12:28:50 -07:00
dec_sse2.c dsp,x86: normalize types w/_mm_cvtsi128_si32 calls 2022-08-04 11:26:23 -07:00
dec_sse41.c add WebPMemToInt32 2022-07-28 22:10:22 -07:00
dec.c move VP8GetCPUInfo declaration to cpu.c 2023-04-27 12:39:13 -07:00
dsp.h Make libwebp depend on libsharpyuv. 2022-03-04 11:35:03 +01:00
enc_mips32.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
enc_mips_dsp_r2.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
enc_msa.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
enc_neon.c cpu.h: add WEBP_AARCH64 2023-05-02 12:28:50 -07:00
enc_sse2.c Specialize and optimize ITransform_SSE2 using do_two 2023-05-16 12:07:58 +09:00
enc_sse41.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
enc.c move VP8GetCPUInfo declaration to cpu.c 2023-04-27 12:39:13 -07:00
filters_mips_dsp_r2.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
filters_msa.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
filters_neon.c filters_neon,cosmetics: fix indent 2017-10-20 19:00:29 -07:00
filters_sse2.c filters_sse2: import Chromium change 2021-01-30 11:44:07 -08:00
filters.c treat FILTER_NONE as a regular Unfilter[] call 2023-06-07 15:42:16 +02:00
lossless_common.h Have the palette code be in its own file. 2023-07-06 22:09:24 +02:00
lossless_enc_mips32.c Switch ExtraCost to ints and implement it in SSE. 2023-06-01 10:17:13 +02:00
lossless_enc_mips_dsp_r2.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
lossless_enc_msa.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
lossless_enc_neon.c cpu.h: add WEBP_AARCH64 2023-05-02 12:28:50 -07:00
lossless_enc_sse2.c dsp,x86: normalize types w/_mm_set* calls 2022-08-03 16:50:46 -07:00
lossless_enc_sse41.c Switch ExtraCost to ints and implement it in SSE. 2023-06-01 10:17:13 +02:00
lossless_enc.c Switch ExtraCost to ints and implement it in SSE. 2023-06-01 10:17:13 +02:00
lossless_mips_dsp_r2.c change VP8LPredictorFunc signature to avoid reading 'left' 2021-11-05 16:22:31 +01:00
lossless_msa.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
lossless_neon.c cpu.h: add WEBP_AARCH64 2023-05-02 12:28:50 -07:00
lossless_sse2.c dsp,x86: normalize types w/_mm_cvtsi128_si32 calls 2022-08-04 11:26:23 -07:00
lossless_sse41.c dsp,x86: normalize types w/_mm_set* calls (2) 2022-08-04 11:26:23 -07:00
lossless.c move VP8GetCPUInfo declaration to cpu.c 2023-04-27 12:39:13 -07:00
lossless.h Switch ExtraCost to ints and implement it in SSE. 2023-06-01 10:17:13 +02:00
Makefile.am Basic version of libsharpyuv in libwebp, in C. 2022-02-18 14:52:44 +00:00
mips_macro.h dsp/mips: cosmetics: add whitespace around XSTR macro 2015-09-03 23:09:13 -07:00
msa_macro.h Homogenize "__asm__ volatile" vs "asm volatile" 2023-09-06 17:15:05 +02:00
neon.h neon.h,cosmetics: clear a couple lint warnings 2023-05-02 17:32:14 -07:00
quant.h Fix non-C90 code. 2023-09-14 22:43:45 +02:00
rescaler_mips32.c fix rescaling rounding inaccuracy 2018-07-10 22:45:50 -07:00
rescaler_mips_dsp_r2.c Rescaler: fix rounding error 2019-03-30 06:43:55 +00:00
rescaler_msa.c Rescaler: fix rounding error 2019-03-30 06:43:55 +00:00
rescaler_neon.c Rescaler: fix rounding error 2019-03-30 06:43:55 +00:00
rescaler_sse2.c dsp,x86: normalize types w/_mm_set* calls 2022-08-03 16:50:46 -07:00
rescaler.c move VP8GetCPUInfo declaration to cpu.c 2023-04-27 12:39:13 -07:00
ssim_sse2.c add WEBP_REDUCE_SIZE 2017-11-22 17:35:39 -08:00
ssim.c move VP8GetCPUInfo declaration to cpu.c 2023-04-27 12:39:13 -07:00
upsampling_mips_dsp_r2.c WEBP_REDUCE_CSP: restrict colorspace support 2017-11-26 08:44:08 +00:00
upsampling_msa.c cosmetics: normalize '*' association 2019-07-26 01:04:09 -07:00
upsampling_neon.c upsampling_neon.c: fix WEBP_SWAP_16BIT_CSP check 2023-03-24 11:20:35 -07:00
upsampling_sse2.c upsampling_sse2.c: clear int sanitizer warnings 2022-08-08 17:34:00 -07:00
upsampling_sse41.c Upsampling SSE2/SSE4 speedup. 2017-12-05 23:37:06 +01:00
upsampling.c move VP8GetCPUInfo declaration to cpu.c 2023-04-27 12:39:13 -07:00
yuv_mips32.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
yuv_mips_dsp_r2.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
yuv_neon.c Make libwebp depend on libsharpyuv. 2022-03-04 11:35:03 +01:00
yuv_sse2.c dsp,x86: normalize types w/_mm_cvtsi32_si128 calls 2022-08-04 11:26:23 -07:00
yuv_sse41.c dsp,x86: normalize types w/_mm_cvtsi32_si128 calls 2022-08-04 11:26:23 -07:00
yuv.c move VP8GetCPUInfo declaration to cpu.c 2023-04-27 12:39:13 -07:00
yuv.h update http links 2021-11-23 10:13:40 -08:00