ffmpeg/libavutil/arm
Peter Meerwald 76ce9bd8e2 libavutil: Add ARM av_clip_intp2_arm
add ARM code for implementing av_clip_intp2 using the ssat instruction

on Cortex-A8, av_clip_intp2_arm() is faster than av_clip_intp2_c() and
the generic av_clip(), about -19%

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-02-21 00:54:40 +01:00
..
Makefile
asm.S arm: Use .data.rel.ro for const data with relocations 2014-12-09 11:43:25 +02:00
bswap.h
cpu.c arm: Detect 32 bit cpu features on ARMv8 when running on a 64 bit kernel 2014-06-28 22:16:59 +03:00
cpu.h arm: Macroize the test for 'setend' CPU instruction support 2014-07-21 15:08:01 -07:00
float_dsp_arm.h
float_dsp_init_arm.c
float_dsp_init_neon.c
float_dsp_init_vfp.c armv6: Accelerate butterflies_float 2014-07-18 01:34:38 +03: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 ARM av_clip_intp2_arm 2015-02-21 00:54:40 +01:00
intreadwrite.h
neontest.h
timer.h