1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/libavcodec/arm
Justin Ruggles fe2ff6d247 Separate format conversion DSP functions from DSPContext.
This will be beneficial for use with the audio conversion API without
requiring it to depend on all of dsputil.

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit c73d99e672)
2011-02-04 03:08:09 +01:00
..
aac.h
asm-offsets.h Rearrange MpegEncContext to simplify access from asm 2011-01-30 03:41:47 +01:00
asm.S ARM: disable movw/movt for relocated values on Apple platforms 2010-09-20 21:50:46 +00:00
dcadsp_init_arm.c Remove unneeded add bias from 3 functions. 2011-02-02 03:40:48 +01:00
dcadsp_neon.S Remove unneeded add bias from 3 functions. 2011-02-02 03:40:48 +01:00
dsputil_arm.h ARM: add some missing includes 2010-03-08 19:59:54 +00:00
dsputil_arm.S ARM: set size of asm functions in object files 2010-03-09 16:17:56 +00:00
dsputil_armv6.S ARM: set size of asm functions in object files 2010-03-09 16:17:56 +00:00
dsputil_init_arm.c Move mm_support() from libavcodec to libavutil, make it a public 2010-09-08 15:07:14 +00:00
dsputil_init_armv5te.c
dsputil_init_armv6.c
dsputil_init_neon.c Separate format conversion DSP functions from DSPContext. 2011-02-04 03:08:09 +01:00
dsputil_init_vfp.c Separate format conversion DSP functions from DSPContext. 2011-02-04 03:08:09 +01:00
dsputil_iwmmxt_rnd_template.c
dsputil_iwmmxt.c Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ 2010-09-04 09:59:08 +00:00
dsputil_neon.S Separate format conversion DSP functions from DSPContext. 2011-02-04 03:08:09 +01:00
dsputil_vfp.S Separate format conversion DSP functions from DSPContext. 2011-02-04 03:08:09 +01:00
fft_init_arm.c Remove unneeded add bias from 3 functions. 2011-02-02 03:40:48 +01:00
fft_neon.S more credits to D. J. Bernstein for fft 2010-07-18 20:06:42 +00:00
fmtconvert_init_arm.c Separate format conversion DSP functions from DSPContext. 2011-02-04 03:08:09 +01:00
fmtconvert_neon.S Separate format conversion DSP functions from DSPContext. 2011-02-04 03:08:09 +01:00
fmtconvert_vfp.S Separate format conversion DSP functions from DSPContext. 2011-02-04 03:08:09 +01:00
h264dsp_init_arm.c ARM: NEON H264 8x8 IDCT 2010-08-05 19:45:57 +00:00
h264dsp_neon.S ARM: NEON H264 chroma loop filter 3 cycles faster 2010-07-15 21:59:27 +00:00
h264idct_neon.S ARM: fix NEON h264_idct_add8 2010-09-14 17:11:51 +00:00
h264pred_init_arm.c Reindent after r23716. 2010-06-22 19:17:41 +00:00
h264pred_neon.S ARM: NEON: fix overflow in h264 16x16 planar pred 2011-01-26 03:43:28 +01:00
int_neon.S ARM: set size of asm functions in object files 2010-03-09 16:17:56 +00:00
jrevdct_arm.S
Makefile Separate format conversion DSP functions from DSPContext. 2011-02-04 03:08:09 +01:00
mathops.h
mdct_neon.S Remove vestiges of radix-2 FFT 2010-07-01 23:21:42 +00:00
mpegvideo_arm.c ARM: check struct offsets only when they are used 2010-06-02 22:05:25 +00:00
mpegvideo_arm.h ARM: add some missing includes 2010-03-08 19:59:54 +00:00
mpegvideo_armv5te_s.S ARM: set size of asm functions in object files 2010-03-09 16:17:56 +00:00
mpegvideo_armv5te.c ARM: move mpegvideo prototypes to a header file 2010-03-08 02:36:07 +00:00
mpegvideo_iwmmxt.c Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ 2010-09-04 09:59:08 +00:00
mpegvideo_neon.S Rearrange MpegEncContext to simplify access from asm 2011-01-30 03:41:47 +01:00
rdft_neon.S ARM: fix build for darwin/iphone 2010-04-22 21:19:32 +00:00
simple_idct_arm.S
simple_idct_armv5te.S ARM: set size of asm functions in object files 2010-03-09 16:17:56 +00:00
simple_idct_armv6.S ARM: set size of asm functions in object files 2010-03-09 16:17:56 +00:00
simple_idct_neon.S ARM: remove unnecessary .previous directive 2010-07-07 20:09:45 +00:00
synth_filter_neon.S Remove unneeded add bias from 3 functions. 2011-02-02 03:40:48 +01:00
vp3dsp_neon.S vp3: 10l Fix DC-only IDCT for C and ARM too 2010-05-28 07:22:04 +00:00
vp56dsp_init_arm.c ARM: NEON optimised VP6 edge filter 2010-04-30 21:30:27 +00:00
vp56dsp_neon.S ARM: NEON optimised VP6 edge filter 2010-04-30 21:30:27 +00:00