libwebp/src/dec
James Zern aac5c5d0df ReadHuffmanCode: rm redundant num code lengths check
4 bits are read ([0, 15]) with 4 added to the result. The check that the
result is not > NUM_CODE_LENGTH_CODES (19) is redundant. This makes the
check an assert for documentation purposes.

webp-lossless-bitstream-spec.txt is updated accordingly.

Bug: webp:611
Change-Id: Ie461017dc9de3da4cfe6856543d3dcf58f53a180
2023-08-14 18:07:17 -07:00
..
alpha_dec.c alpha_dec: add missing VP8SetError() 2023-07-18 16:25:29 -07:00
alphai_dec.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00
buffer_dec.c WebPFlipBuffer: fix integer overflow 2021-06-10 15:26:34 -07:00
common_dec.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00
frame_dec.c utils.h: add SizeOverflow() 2021-06-14 12:22:28 -07:00
idec_dec.c idec_dec: fix 0 offset of NULL pointer 2019-12-14 17:14:30 -08:00
io_dec.c fix indent 2021-07-28 20:22:18 +00:00
Makefile.am remove WEBP_EXPERIMENTAL_FEATURES 2018-02-09 10:25:11 -08:00
quant_dec.c BitTrace: if BITTRACE is > 0, record and print syntax bits used 2019-03-15 07:23:50 +01:00
tree_dec.c cpu.h: add WEBP_AARCH64 2023-05-02 12:28:50 -07:00
vp8_dec.c move VP8GetCPUInfo declaration to cpu.c 2023-04-27 12:39:13 -07:00
vp8_dec.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00
vp8i_dec.h bump version to 1.3.1 2023-06-01 18:56:12 -07:00
vp8l_dec.c ReadHuffmanCode: rm redundant num code lengths check 2023-08-14 18:07:17 -07:00
vp8li_dec.h cosmetics: normalize '*' association 2019-07-26 01:04:09 -07:00
webp_dec.c WebPDecodeYUV: check u/v/stride/uv_stride ptrs 2023-06-13 17:39:45 -07:00
webpi_dec.h add WebPCheckCropDimensions() 2021-04-23 11:46:45 -07:00