ffmpeg/libavcodec/arm
Martin Storsjö 54ba52077c arm: Comment out unused labels in simple_idct_arm
When building for iOS in thumb mode, gas-preprocessor.pl doesn't
mark unused labels as thumb functions (as it does for other
local labels, where it can figure out that they are functions
due to being referenced in branch instructions). This leads to
linker warnings for some of those local labels, such as:

ld: warning: ARM function not 4-byte aligned: __a_evaluation from
libavcodec/libavcodec.a(simple_idct_arm.o)

Therefore, comment them out since they don't have any function.
They do still have a value in documenting key points in the
assembly source though.

Signed-off-by: Martin Storsjö <martin@martin.st>
2013-07-24 22:43:21 +03:00
..
Makefile arm: Add VFP-accelerated version of fft16 2013-07-22 10:15:41 +03:00
aac.h
aacpsdsp_init_arm.c
aacpsdsp_neon.S
ac3dsp_arm.S
ac3dsp_armv6.S
ac3dsp_init_arm.c
ac3dsp_neon.S
asm-offsets.h
dca.h fmtconvert: Explicitly use int32_t instead of int 2013-07-17 11:02:47 +03:00
dcadsp_init_arm.c arm: Add VFP-accelerated version of qmf_32_subbands 2013-07-22 10:15:44 +03:00
dcadsp_neon.S
dcadsp_vfp.S arm: Mangle external symbols properly in new vfp assembly files 2013-07-22 14:48:30 +03:00
dsputil_arm.S arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 2013-04-19 23:19:08 +03:00
dsputil_arm.h
dsputil_armv6.S arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 2013-04-19 23:19:08 +03:00
dsputil_init_arm.c arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 2013-04-19 23:19:08 +03:00
dsputil_init_armv5te.c Remove unnecessary dsputil.h #includes 2013-02-26 00:51:34 +01:00
dsputil_init_armv6.c arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 2013-04-19 23:19:08 +03:00
dsputil_init_neon.c arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 2013-04-19 23:19:08 +03:00
dsputil_neon.S arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 2013-04-19 23:19:08 +03:00
fft_fixed_init_arm.c
fft_fixed_neon.S
fft_init_arm.c arm: Add VFP-accelerated version of imdct_half 2013-07-22 10:15:37 +03:00
fft_neon.S
fft_vfp.S arm: Add VFP-accelerated version of fft16 2013-07-22 10:15:41 +03:00
flacdsp_arm.S
flacdsp_init_arm.c
fmtconvert_init_arm.c arm: Add VFP-accelerated version of int32_to_float_fmul_array8 2013-07-22 10:15:36 +03:00
fmtconvert_neon.S
fmtconvert_vfp.S arm: Add VFP-accelerated version of int32_to_float_fmul_array8 2013-07-22 10:15:36 +03:00
h264chroma_init_arm.c
h264cmc_neon.S
h264dsp_init_arm.c arm: Drop unnecessary ff_ name prefixes from static functions 2013-04-30 16:02:03 +02:00
h264dsp_neon.S
h264idct_neon.S h264: Integrate clear_blocks calls with IDCT 2013-04-10 11:03:06 +03:00
h264pred_init_arm.c arm: Drop unnecessary ff_ name prefixes from static functions 2013-04-30 16:02:03 +02:00
h264pred_neon.S
h264qpel_init_arm.c dsputil: convert remaining functions to use ptrdiff_t strides 2013-03-12 18:26:42 +01:00
h264qpel_neon.S
hpeldsp_arm.S arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 2013-04-19 23:19:08 +03:00
hpeldsp_arm.h arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 2013-04-19 23:19:08 +03:00
hpeldsp_armv6.S arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 2013-04-19 23:19:08 +03:00
hpeldsp_init_arm.c arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 2013-04-19 23:19:08 +03:00
hpeldsp_init_armv6.c arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 2013-04-19 23:19:08 +03:00
hpeldsp_init_neon.c arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 2013-04-19 23:19:08 +03:00
hpeldsp_neon.S arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 2013-04-19 23:19:08 +03:00
int_neon.S
jrevdct_arm.S
mathops.h
mdct_fixed_neon.S
mdct_neon.S
mdct_vfp.S arm: Mangle external symbols properly in new vfp assembly files 2013-07-22 14:48:30 +03:00
mpegaudiodsp_fixed_armv6.S
mpegaudiodsp_init_arm.c
mpegvideo_arm.c Remove unnecessary dsputil.h #includes 2013-02-26 00:51:34 +01:00
mpegvideo_arm.h
mpegvideo_armv5te.c Remove unnecessary dsputil.h #includes 2013-02-26 00:51:34 +01:00
mpegvideo_armv5te_s.S
mpegvideo_neon.S
neon.S
rdft_neon.S
rv34dsp_init_arm.c
rv34dsp_neon.S
rv40dsp_init_arm.c arm: Drop unnecessary ff_ name prefixes from static functions 2013-04-30 16:02:03 +02:00
rv40dsp_neon.S
sbrdsp_init_arm.c
sbrdsp_neon.S
simple_idct_arm.S arm: Comment out unused labels in simple_idct_arm 2013-07-24 22:43:21 +03:00
simple_idct_armv5te.S
simple_idct_armv6.S
simple_idct_neon.S
synth_filter_neon.S
synth_filter_vfp.S arm: Mangle external symbols properly in new vfp assembly files 2013-07-22 14:48:30 +03:00
videodsp_arm.h
videodsp_armv5te.S
videodsp_init_arm.c
videodsp_init_armv5te.c
vorbisdsp_init_arm.c
vorbisdsp_neon.S
vp3dsp_init_arm.c vp3: Use full transpose for all IDCTs 2013-04-15 12:32:05 +03:00
vp3dsp_neon.S
vp8.h
vp8_armv6.S
vp8dsp.h
vp8dsp_armv6.S
vp8dsp_init_arm.c
vp8dsp_init_armv6.c
vp8dsp_init_neon.c
vp8dsp_neon.S
vp56_arith.h
vp56dsp_init_arm.c
vp56dsp_neon.S