ffmpeg/libavutil/arm
Michael Niedermayer d82d11397f avutil/arm/intmath: return int for uint8 / uint16 clip
The C functions return uint8/16_t but that is effectively int not unsigned int
Fixes fate-filter-tblend

We do not return uint8/16_t as that would require the compiler to truncate the
values, slowing it down.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-20 17:20:16 +02:00
..
Makefile
asm.S Merge commit 'dcae2e32f7d8a1ca5fb8c1e4aa81313be854dd73' 2015-03-07 19:30:51 +01:00
bswap.h
cpu.c arm: only enable setend on ARMv6 2015-06-05 17:14:10 +02:00
cpu.h avutil: turn arm setend into a cpuflag 2014-08-13 14:50:15 +02:00
float_dsp_arm.h Merge commit '7ffda66fd5c81af4725bff7c2c4f207ba2aa0613' 2013-08-29 16:05:04 +02:00
float_dsp_init_arm.c Merge commit '831a1180785a786272cdcefb71566a770bfb879e' 2014-03-13 23:59:56 +01:00
float_dsp_init_neon.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
float_dsp_init_vfp.c avutil/arm/float_dsp_init_vfp: replace restrict by av_restrict 2014-11-20 11:17:42 +01:00
float_dsp_neon.S Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
float_dsp_vfp.S armv6: Accelerate butterflies_float 2014-07-18 01:34:38 +03:00
intmath.h avutil/arm/intmath: return int for uint8 / uint16 clip 2015-07-20 17:20:16 +02:00
intreadwrite.h
neontest.h Merge remote-tracking branch 'qatar/master' 2014-01-11 03:08:10 +01:00
timer.h