FFmpeg/libavcodec/x86
Oskar Arvidsson 8dbe585641 Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder.
This patch lets e.g. dsputil_init chose dsp functions with respect to
the bit depth to decode. The naming scheme of bit depth dependent
functions is <base name>_<bit depth>[_<prefix>] (i.e. the old
clear_blocks_c is now named clear_blocks_8_c).

Note: Some of the functions for high bit depth is not dependent on the
bit depth, but only on the pixel size. This leaves some room for
optimizing binary size.

Preparatory patch for high bit depth h264 decoding support.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-04-10 22:33:42 +02:00
..
ac3dsp_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ac3dsp.asm Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
cavsdsp_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dct32_sse.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
deinterlace.asm Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dnxhd_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsputil_mmx_avg_template.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsputil_mmx_qns_template.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsputil_mmx_rnd_template.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsputil_mmx.c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
dsputil_mmx.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsputil_yasm.asm Merge remote-tracking branch 'newdev/master' 2011-03-24 02:16:11 +01:00
dsputilenc_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsputilenc_yasm.asm Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
fdct_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
fft_3dn2.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
fft_3dn.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
fft_mmx.asm Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
fft_sse.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
fft.c Merge remote-tracking branch 'newdev/master' 2011-03-21 03:33:28 +01:00
fft.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
fmtconvert_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
fmtconvert.asm Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
h264_chromamc.asm Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
h264_deblock.asm Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
h264_i386.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
h264_idct.asm Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
h264_intrapred_init.c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
h264_intrapred.asm Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
h264_qpel_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
h264_weight.asm Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
h264dsp_mmx.c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
idct_mmx_xvid.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
idct_mmx.c Fix compilation in x86_64. I broke it with r24580. 2010-07-29 22:45:21 +00:00
idct_sse2_xvid.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
idct_xvid.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
lpc_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
Makefile Add CONFIG_AC3DSP symbol to simplify makefiles 2011-03-12 11:35:26 +00:00
mathops.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mlpdsp.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
motion_est_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpegaudiodec_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpegvideo_mmx_template.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpegvideo_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
simple_idct_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
snowdsp_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vc1dsp_mmx.c dsputil: move VC1-specific stuff into VC1DSPContext. 2011-02-17 17:35:35 -05:00
vc1dsp_yasm.asm Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vp3dsp.asm Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vp8dsp-init.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vp8dsp.asm Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vp56_arith.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vp56dsp_init.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vp56dsp.asm Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
x86inc.asm sync yasm macros from x264 2010-07-21 22:45:16 +00:00
x86util.asm Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00