libwebp/src/utils
James Zern 8f5946634e alpha_processing: fix visual studio warnings
similar to '* const', __restrict needs to be included in the
declaration to avoid warnings like:
src\dsp\alpha_processing.c(429): warning C4028: formal parameter 1
different from declaration

this change also moves WEBP_RESTRICT to dsp.h to avoid a circular
dependency between it and utils.h which already includes dsp.h

Change-Id: Ib070d358a372e76fae4be5445ab288940b9baac0
2021-07-13 23:41:45 +00:00
..
bit_reader_inl_utils.h bit_reader_inl_utils: uniformly apply WEBP_RESTRICT 2021-06-26 10:53:01 -07:00
bit_reader_utils.c BitTrace: if BITTRACE is > 0, record and print syntax bits used 2019-03-15 07:23:50 +01:00
bit_reader_utils.h BitTrace: if BITTRACE is > 0, record and print syntax bits used 2019-03-15 07:23:50 +01:00
bit_writer_utils.c utils.h: add SizeOverflow() 2021-06-14 12:22:28 -07:00
bit_writer_utils.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00
color_cache_utils.c Code cleanup 2021-02-10 22:14:45 +01:00
color_cache_utils.h cosmetics: normalize '*' association 2019-07-26 01:04:09 -07:00
endian_inl_utils.h Import,RGBA: fix for BigEndian import 2018-02-17 13:07:58 -08:00
filters_utils.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
filters_utils.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00
huffman_encode_utils.c Code cleanup 2021-02-10 22:14:45 +01:00
huffman_encode_utils.h Code cleanup 2021-02-10 22:14:45 +01:00
huffman_utils.c Speedups for unused Huffman groups. 2019-03-11 16:53:06 +01:00
huffman_utils.h Speedups for unused Huffman groups. 2019-03-11 16:53:06 +01:00
Makefile.am WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
quant_levels_dec_utils.c fix alpha-filtering crash when image width is larger than radius 2018-06-29 11:02:17 -07:00
quant_levels_dec_utils.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00
quant_levels_utils.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
quant_levels_utils.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00
random_utils.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
random_utils.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00
rescaler_utils.c rescaler.c: fix alignment 2021-06-28 11:08:50 +02:00
rescaler_utils.h Fix size_t overflow in WebPRescalerInit 2021-06-25 14:54:42 -07:00
thread_utils.c cosmetics: normalize '*' association 2019-07-26 01:04:09 -07:00
thread_utils.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00
utils.c utils.h: add SizeOverflow() 2021-06-14 12:22:28 -07:00
utils.h alpha_processing: fix visual studio warnings 2021-07-13 23:41:45 +00:00