1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/libavutil/arm
Andrew D'Addesio 9b45bcf713 libavutil: Add saturating subtraction functions
Add av_sat_sub32 and av_sat_dsub32 as the subtraction analogues to
av_sat_add32/av_sat_dadd32.

Also clarify the formulas for dadd32/dsub32.

Signed-off-by: Andrew D'Addesio <modchipv12@gmail.com>
2017-12-04 07:28:45 +00:00
..
asm.S Merge commit '59cee42d7d22530e66a155305389e29679b11f78' 2017-10-30 20:04:46 -03:00
bswap.h avutil/attributes: add AV_GCC_VERSION_AT_MOST 2015-09-18 12:41:29 -03:00
cpu.c avutil/cpu: split flag checks per arch in av_cpu_max_align() 2017-09-27 23:10:09 -03:00
cpu.h Merge commit '73c8c0341cce9e1a6c4169721f5123f97fc4be2f' 2016-01-19 08:51:12 +01:00
float_dsp_arm.h
float_dsp_init_arm.c Merge commit '831a1180785a786272cdcefb71566a770bfb879e' 2014-03-13 23:59:56 +01:00
float_dsp_init_neon.c
float_dsp_init_vfp.c lavu/arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfp 2017-10-23 13:29:12 +02:00
float_dsp_neon.S
float_dsp_vfp.S armv6: Accelerate butterflies_float 2014-07-18 01:34:38 +03:00
intmath.h libavutil: Add saturating subtraction functions 2017-12-04 07:28:45 +00:00
intreadwrite.h avutil/attributes: add AV_GCC_VERSION_AT_MOST 2015-09-18 12:41:29 -03:00
Makefile
neontest.h all: Add missing header guards 2016-01-28 19:49:48 -08:00
timer.h