FFmpeg/libavcodec/x86
Roland Scheidegger 14e9ffc1e4 h264: use one table instead of several for cabac functions
The reason is this is easier for PIC code (in particular on darwin...).
Keep the old names as pointers (static in cabac_functions.h so gcc
knows these are just immediate offsets) so the c code can nicely stay the same
(alternatively could use offsets directly in the functions needing the
tables). This should produce the same code as before with non-pic and better
code (confirmed) with pic.

The assembly uses the new table but still won't work for PIC case.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2012-04-28 08:26:12 -07:00
..
ac3dsp_mmx.c
ac3dsp.asm ac3dsp: call femms/emms at the end of float_to_fixed24() for 3DNow and SSE 2012-04-12 21:33:04 -07:00
cabac.h h264: use one table instead of several for cabac functions 2012-04-28 08:26:12 -07:00
cavsdsp_mmx.c
dct32_sse.asm
deinterlace.asm
dnxhd_mmx.c
dsputil_mmx_avg_template.c
dsputil_mmx_qns_template.c
dsputil_mmx_rnd_template.c
dsputil_mmx.c Remove lowres video decoding 2012-04-21 18:56:19 +01:00
dsputil_mmx.h
dsputil_yasm.asm dsputil: fix optimized emu_edge function on Win64. 2012-04-13 11:28:30 -07:00
dsputilenc_mmx.c
dsputilenc_yasm.asm
fdct_mmx.c
fft_3dn2.c
fft_3dn.c
fft_mmx.asm x86inc improvements for 64-bit 2012-04-11 15:47:00 -04:00
fft_sse.c
fft.c
fft.h
fmtconvert_mmx.c
fmtconvert.asm x86inc improvements for 64-bit 2012-04-11 15:47:00 -04:00
h264_chromamc_10bit.asm
h264_chromamc.asm x86inc improvements for 64-bit 2012-04-11 15:47:00 -04:00
h264_deblock_10bit.asm
h264_deblock.asm x86inc improvements for 64-bit 2012-04-11 15:47:00 -04:00
h264_i386.h h264: use one table instead of several for cabac functions 2012-04-28 08:26:12 -07:00
h264_idct_10bit.asm x86inc improvements for 64-bit 2012-04-11 15:47:00 -04:00
h264_idct.asm x86inc improvements for 64-bit 2012-04-11 15:47:00 -04:00
h264_intrapred_10bit.asm
h264_intrapred_init.c
h264_intrapred.asm x86inc improvements for 64-bit 2012-04-11 15:47:00 -04:00
h264_qpel_10bit.asm x86inc improvements for 64-bit 2012-04-11 15:47:00 -04:00
h264_qpel_mmx.c
h264_weight_10bit.asm h264: use proper PROLOGUE statement for a function using 8 registers. 2012-04-16 08:07:21 -07:00
h264_weight.asm x86inc improvements for 64-bit 2012-04-11 15:47:00 -04:00
h264dsp_mmx.c
idct_mmx_xvid.c
idct_mmx.c
idct_sse2_xvid.c
idct_xvid.h
imdct36_sse.asm
lpc_mmx.c
Makefile build: Consistently handle conditional compilation for all optimization OBJS. 2012-04-12 09:00:49 +02:00
mathops.h
mlpdsp.c
motion_est_mmx.c
mpegaudiodec_mmx.c
mpegvideo_mmx_template.c
mpegvideo_mmx.c
pngdsp-init.c
pngdsp.asm
proresdsp-init.c
proresdsp.asm
rv34dsp_init.c
rv34dsp.asm
rv40dsp_init.c rv40dsp: implement prescaled versions for biweight. 2012-04-10 10:06:48 -07:00
rv40dsp.asm rv40dsp x86: use only one register, for both increment and loop counter 2012-04-10 10:07:09 -07:00
sbrdsp_init.c
sbrdsp.asm dsputil x86: use SSE float instruction instead of SSE2 integer equivalent 2012-04-04 11:24:27 -07:00
simple_idct_mmx.c
snowdsp_mmx.c
vc1dsp_mmx.c
vc1dsp_yasm.asm
vp3dsp.asm
vp8dsp-init.c
vp8dsp.asm vp8dsp x86: perform rounding shift with a single instruction 2012-04-04 11:23:36 -07:00
vp56_arith.h
vp56dsp_init.c
vp56dsp.asm
w64xmmtest.c