ffmpeg/libavcodec/arm
Måns Rullgård 0115b3eadb ARM: align stack in NEON h264 mc functions
A certain rotten fruit operating system doesn't provide the 8-byte stack
alignment required by the standard ARM ABI, so align it manually.

Originally committed as revision 20208 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-11 16:16:08 +00:00
..
asm.S ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs 2009-10-11 10:15:48 +00:00
dsputil_arm.S ARM: make function names all-lowercase 2009-10-06 21:55:41 +00:00
dsputil_arm.h ARM: add ff_ prefix to lots of functions 2009-10-04 13:13:12 +00:00
dsputil_armv6.S ARM: ARMv6 optimised add_pixels_clamped() 2009-10-06 21:55:35 +00:00
dsputil_init_arm.c ARM: make function names all-lowercase 2009-10-06 21:55:41 +00:00
dsputil_init_armv5te.c ARM: add ff_ prefix to lots of functions 2009-10-04 13:13:12 +00:00
dsputil_init_armv6.c ARM: ARMv6 optimised add_pixels_clamped() 2009-10-06 21:55:35 +00:00
dsputil_init_neon.c ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00 2009-10-07 21:35:19 +00:00
dsputil_init_vfp.c ARM: clean up file/function naming conventions 2009-10-04 13:13:02 +00:00
dsputil_iwmmxt.c ARM: add ff_ prefix to lots of functions 2009-10-04 13:13:12 +00:00
dsputil_iwmmxt_rnd_template.c ARM: replace "armv4l" with "arm" 2008-12-17 00:54:54 +00:00
dsputil_neon.S ARM: whitespace cosmetics 2009-10-07 21:35:24 +00:00
dsputil_vfp.S ARM: use undocumented .syntax directive to enable UAL syntax 2009-10-02 19:35:07 +00:00
fft_init_arm.c ARM: interleave cos/sin tables for improved NEON MDCT 2009-09-21 02:56:09 +00:00
fft_neon.S ARM: apply extern symbol prefix where needed 2009-10-02 08:42:00 +00:00
h264dsp_neon.S ARM: align stack in NEON h264 mc functions 2009-10-11 16:16:08 +00:00
h264idct_neon.S ARM: remove unnecessary .fpu neon directives 2009-10-02 19:35:12 +00:00
jrevdct_arm.S ARM: make function names all-lowercase 2009-10-06 21:55:41 +00:00
mathops.h Add necessary #include for config.h. 2009-08-24 10:59:14 +00:00
mdct_neon.S ARM: remove unnecessary .fpu neon directives 2009-10-02 19:35:12 +00:00
mpegvideo_arm.c Change semantic of CONFIG_*, HAVE_* and ARCH_*. 2009-01-13 23:44:16 +00:00
mpegvideo_armv5te.c ARM: replace "armv4l" with "arm" 2008-12-17 00:54:54 +00:00
mpegvideo_armv5te_s.S ARM: replace "armv4l" with "arm" 2008-12-17 00:54:54 +00:00
mpegvideo_iwmmxt.c ARM: replace "armv4l" with "arm" 2008-12-17 00:54:54 +00:00
simple_idct_arm.S ARM: make function names all-lowercase 2009-10-06 21:55:41 +00:00
simple_idct_armv5te.S ARM: add ff_ prefix to lots of functions 2009-10-04 13:13:12 +00:00
simple_idct_armv6.S ARM: use push/pop pseudo-instructions in simple_idct_armv6.S 2009-01-12 20:37:49 +00:00
simple_idct_neon.S ARM: remove unnecessary .fpu neon directives 2009-10-02 19:35:12 +00:00
vp3dsp_neon.S ARM: NEON VP3 IDCT 2009-07-04 20:41:11 +00:00