libwebp/sharpyuv
James Zern a429c0de64 sharpyuv: convert some for() to do/while
With loops that don't use an immediate value in the conditional, this
can produce fewer tests.

Change-Id: I75401c51f7f7653be2f8c04d5f3c4ce04aefc3fc
2023-10-25 12:25:16 -07:00
..
libsharpyuv.pc.in *.pc.in: rename lib_prefix to webp_libname_prefix 2022-10-24 16:44:42 -07:00
libsharpyuv.rc bump version to 1.3.1 2023-06-01 18:56:12 -07:00
Makefile.am bump version to 1.3.1 2023-06-01 18:56:12 -07:00
sharpyuv_cpu.c sharpyuv: add SharpYuvGetCPUInfo 2022-10-26 13:07:01 -07:00
sharpyuv_cpu.h sharpyuv: add SharpYuvGetCPUInfo 2022-10-26 13:07:01 -07:00
sharpyuv_csp.c add a few missing <stddef.h> includes for NULL 2022-08-11 17:39:48 -07:00
sharpyuv_csp.h Build libsharpyuv as a full installable library. 2022-07-28 12:31:59 +00:00
sharpyuv_dsp.c move VP8GetCPUInfo declaration to cpu.c 2023-04-27 12:39:13 -07:00
sharpyuv_dsp.h sharpyuv_dsp.h: restore sharpyuv_cpu.h include 2022-10-26 15:22:48 -07:00
sharpyuv_gamma.c Fix transfer functions where toGamma and toLinear are swapped. 2023-10-12 16:57:32 +02:00
sharpyuv_gamma.h Implement more transfer functions in libsharpyuv 2023-06-28 11:43:37 +02:00
sharpyuv_neon.c sharyuv_{neon,sse2}.c: merge WEBP_USE_* sections 2022-08-11 17:48:11 -07:00
sharpyuv_sse2.c sharyuv_{neon,sse2}.c: merge WEBP_USE_* sections 2022-08-11 17:48:11 -07:00
sharpyuv.c sharpyuv: convert some for() to do/while 2023-10-25 12:25:16 -07:00
sharpyuv.h Add an initializer for the SharpYuvOptions struct. 2023-07-01 21:15:37 +02:00