libwebp/src/dsp
James Zern 4074acf873 dsp.h: bump msvc arm64 version requirement to 16.6
there was a bug in 16.4 causing compile failures with vtbl4_u8():

src\dsp\lossless_neon.c(105): error C2143: syntax error: missing ')'
before '{'
src\dsp\lossless_neon.c(105): error C2168: 'neon_tbl2_q8': too few
actual parameters for intrinsic function

https://developercommunity.visualstudio.com/t/cannot-compile-arm64-neon-vtbl4-u8-function-in-c-f/859331

Change-Id: I87c21850b3c597aa5cb41a8105b81e2135a9f890
2022-01-19 21:49:59 -08: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: fix visual studio warnings 2021-07-13 23:41:45 +00:00
alpha_processing_sse2.c alpha_processing: fix visual studio warnings 2021-07-13 23:41:45 +00:00
alpha_processing_sse41.c alpha_processing: fix visual studio warnings 2021-07-13 23:41:45 +00:00
alpha_processing.c dsp/*: use WEBP_HAVE_* to determine Init availability 2021-07-24 10:19:30 -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 neon: GetResidualCost 2018-11-14 11:46:58 -08:00
cost_sse2.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
cost.c dsp/*: use WEBP_HAVE_* to determine Init availability 2021-07-24 10:19:30 -07:00
cpu.c dsp/*: use WEBP_HAVE_* to determine Init availability 2021-07-24 10:19:30 -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 DC{4,8,16}_NEON: replace vmovl w/vaddl 2020-03-05 09:41:14 -08:00
dec_sse2.c dec_sse2: quiet signed conv warnings 2019-06-14 01:00:20 -07:00
dec_sse41.c dec_sse41: harmonize function suffixes 2017-11-21 12:47:06 -08:00
dec.c dsp/*: use WEBP_HAVE_* to determine Init availability 2021-07-24 10:19:30 -07:00
dsp.h dsp.h: bump msvc arm64 version requirement to 16.6 2022-01-19 21:49:59 -08: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 update http links 2021-11-23 10:13:40 -08:00
enc_sse2.c (alpha_processing,enc}_sse2: quiet signed conv warnings 2019-06-10 14:23:58 -07:00
enc_sse41.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
enc.c dsp/*: use WEBP_HAVE_* to determine Init availability 2021-07-24 10:19:30 -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 dsp/*: use WEBP_HAVE_* to determine Init availability 2021-07-24 10:19:30 -07:00
lossless_common.h change VP8LPredictorFunc signature to avoid reading 'left' 2021-11-05 16:22:31 +01:00
lossless_enc_mips32.c Split HistogramAdd to only have the high level logic in C. 2018-10-19 14:03:28 +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 lossless_enc_neon: harmonize function suffixes 2017-10-20 19:00:53 -07:00
lossless_enc_sse2.c faster CombinedShannonEntropy_SSE2 2021-02-19 13:14:46 +01:00
lossless_enc_sse41.c faster CollectColorXXXTransforms_SSE41 2021-02-19 20:45:07 +01:00
lossless_enc.c change VP8LPredictorFunc signature to avoid reading 'left' 2021-11-05 16:22:31 +01: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 change VP8LPredictorFunc signature to avoid reading 'left' 2021-11-05 16:22:31 +01:00
lossless_sse2.c change VP8LPredictorFunc signature to avoid reading 'left' 2021-11-05 16:22:31 +01:00
lossless_sse41.c lossless_sse{2,41}: remove some unneeded includes 2021-02-18 10:54:09 -08:00
lossless.c change VP8LPredictorFunc signature to avoid reading 'left' 2021-11-05 16:22:31 +01:00
lossless.h change VP8LPredictorFunc signature to avoid reading 'left' 2021-11-05 16:22:31 +01:00
Makefile.am SSE4.1 version of TransformColorInverse 2021-02-18 12:42:39 +01:00
mips_macro.h dsp/mips: cosmetics: add whitespace around XSTR macro 2015-09-03 23:09:13 -07:00
msa_macro.h add missing USE_{MSA,NEON} checks in headers 2021-12-14 22:21:57 +00:00
neon.h add missing USE_{MSA,NEON} checks in headers 2021-12-14 22:21:57 +00:00
quant.h Fix the oscillating prediction problem at low quality 2019-07-03 08:40:41 -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-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 Rescaler: fix rounding error 2019-03-30 06:43:55 +00:00
rescaler.c dsp/*: use WEBP_HAVE_* to determine Init availability 2021-07-24 10:19:30 -07:00
ssim_sse2.c add WEBP_REDUCE_SIZE 2017-11-22 17:35:39 -08:00
ssim.c dsp/*: use WEBP_HAVE_* to determine Init availability 2021-07-24 10:19:30 -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 cosmetics: normalize '*' association 2019-07-26 01:04:09 -07: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 dsp/*: use WEBP_HAVE_* to determine Init availability 2021-07-24 10:19:30 -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 dsp/*: use WEBP_HAVE_* to determine Init availability 2021-07-24 10:19:30 -07:00
yuv.h update http links 2021-11-23 10:13:40 -08:00