1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-12 19:18:44 +02:00
FFmpeg/libavcodec/arm
Mans Rullgard 451b4b8635 Rearrange MpegEncContext to simplify access from asm
This moves the fields needed by asm near the top, before any
structs or other members which complicate the offset calculation.
Modifying other structs will no longer require updating the offsets,
and the asm code is slightly simpler due to the smaller offsets.

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit d461a47317)
2011-01-30 03:41:47 +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
dcadsp_neon.S
dsputil_arm.h
dsputil_arm.S
dsputil_armv6.S
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 Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. 2011-01-23 19:32:08 +01:00
dsputil_init_vfp.c Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. 2011-01-23 19:32:08 +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 Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. 2011-01-23 19:32:08 +01:00
dsputil_vfp.S Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. 2011-01-23 19:32:08 +01:00
fft_init_arm.c
fft_neon.S
h264dsp_init_arm.c
h264dsp_neon.S
h264idct_neon.S ARM: fix NEON h264_idct_add8 2010-09-14 17:11:51 +00:00
h264pred_init_arm.c
h264pred_neon.S ARM: NEON: fix overflow in h264 16x16 planar pred 2011-01-26 03:43:28 +01:00
int_neon.S
jrevdct_arm.S
Makefile Split h264dsp and h264pred in configure. 2010-08-07 23:10:25 +00:00
mathops.h
mdct_neon.S
mpegvideo_arm.c
mpegvideo_arm.h
mpegvideo_armv5te_s.S
mpegvideo_armv5te.c
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
simple_idct_arm.S
simple_idct_armv5te.S
simple_idct_armv6.S
simple_idct_neon.S
synth_filter_neon.S
vp3dsp_neon.S
vp56dsp_init_arm.c
vp56dsp_neon.S