libwebp/src/dsp
James Zern a8f86c2ef1 alpha_processing_neon.c: fix 0x01... typo
one instance was overlong leading to a int64->uint32 conversion warning

Change-Id: I56d5ab75d89960c79293f62cd489d7ab519bbc34
(cherry picked from commit 03d1219055)
2022-03-08 19:37:43 +00: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-08 19:37:43 +00:00
alpha_processing_sse2.c SSE2 implementation of HasAlphaXXX 2017-11-23 15:02:21 +01:00
alpha_processing_sse41.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
alpha_processing.c add WEBP_DSP_INIT / WEBP_DSP_INIT_FUNC 2018-04-17 18:01:34 -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_sse2.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
cost.c add WEBP_DSP_INIT / WEBP_DSP_INIT_FUNC 2018-04-17 18:01:34 -07:00
cpu.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -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 move LOAD8x4 and STORE8x2 closer to their use location 2017-11-21 23:44:39 -08:00
dec_sse2.c dec_sse2: remove HE8uv_SSE2 2017-11-20 20:34:05 -08:00
dec_sse41.c dec_sse41: harmonize function suffixes 2017-11-21 12:47:06 -08:00
dec.c add WEBP_DSP_INIT / WEBP_DSP_INIT_FUNC 2018-04-17 18:01:34 -07:00
dsp.h Remove AVX2 files. 2018-10-16 14:12:03 +02: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 {dec,enc}_neon: harmonize function suffixes x2 2017-10-20 19:00:53 -07:00
enc_sse2.c Merge "WIP: list includes as descendants of the project dir" 2017-10-11 08:21:42 +00:00
enc_sse41.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
enc.c Remove AVX2 files. 2018-10-16 14:12:03 +02: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 WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
filters.c add WEBP_DSP_INIT / WEBP_DSP_INIT_FUNC 2018-04-17 18:01:34 -07:00
lossless_common.h WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
lossless_enc_mips32.c Fix lossless encoding for MIPS. 2022-03-02 02:56:49 +00: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 lossless_enc_neon: harmonize function suffixes 2017-10-20 19:00:53 -07:00
lossless_enc_sse2.c Split HistogramAdd to only have the high level logic in C. 2018-10-26 22:52:50 -07:00
lossless_enc_sse41.c Add an SSE4 version of some lossless color transforms. 2018-01-24 14:33:25 +01:00
lossless_enc.c Speedups for empty histograms. 2018-10-26 22:53:05 -07:00
lossless_mips_dsp_r2.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
lossless_msa.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
lossless_neon.c lossless_neon: harmonize function suffixes 2017-10-20 19:00:53 -07:00
lossless_sse2.c lossless*sse2: improve non-const 16-bit vector creation 2018-02-17 17:59:20 -08:00
lossless.c Remove a few more useless #defines 2018-10-15 16:26:10 +02:00
lossless.h Split HistogramAdd to only have the high level logic in C. 2018-10-26 22:52:50 -07:00
Makefile.am Remove AVX2 files. 2018-10-16 14:12:03 +02:00
mips_macro.h dsp/mips: cosmetics: add whitespace around XSTR macro 2015-09-03 23:09:13 -07:00
msa_macro.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00
neon.h {dec,enc}_neon: harmonize function suffixes x2 2017-10-20 19:00:53 -07: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-04-01 19:37:31 -07:00
rescaler_msa.c Rescaler: fix rounding error 2019-04-01 19:37:31 -07:00
rescaler_neon.c Rescaler: fix rounding error 2019-04-01 19:37:31 -07:00
rescaler_sse2.c Rescaler: fix rounding error 2019-04-01 19:37:31 -07:00
rescaler.c Rescaler: fix rounding error 2019-04-01 19:37:31 -07:00
ssim_sse2.c add WEBP_REDUCE_SIZE 2017-11-22 17:35:39 -08:00
ssim.c add WEBP_DSP_INIT / WEBP_DSP_INIT_FUNC 2018-04-17 18:01:34 -07:00
upsampling_mips_dsp_r2.c WEBP_REDUCE_CSP: restrict colorspace support 2017-11-26 08:44:08 +00:00
upsampling_msa.c MIPS64: Fix defined-but-not-used errors with WEBP_REDUCE_CSP 2018-01-30 17:40:09 -08:00
upsampling_neon.c WEBP_REDUCE_CSP: restrict colorspace support 2017-11-26 08:44:08 +00:00
upsampling_sse2.c Upsampling SSE2/SSE4 speedup. 2017-12-05 23:37:06 +01:00
upsampling_sse41.c Upsampling SSE2/SSE4 speedup. 2017-12-05 23:37:06 +01:00
upsampling.c add WEBP_DSP_INIT / WEBP_DSP_INIT_FUNC 2018-04-17 18:01:34 -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 yuv_neon: harmonize function suffixes 2017-10-20 19:00:53 -07:00
yuv_sse2.c Implement the upsampling/yuv functions in SSE41 2017-12-04 22:29:43 +01:00
yuv_sse41.c Implement the upsampling/yuv functions in SSE41 2017-12-04 22:29:43 +01:00
yuv.c add WEBP_DSP_INIT / WEBP_DSP_INIT_FUNC 2018-04-17 18:01:34 -07:00
yuv.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00