ffmpeg/libavcodec/x86
Mans Rullgard 710b8df949 dsputil: remove ff_emulated_edge_mc macro used in one place
This macro can cause problems in conjunction with the bitdepth
template expansion.  It was presumably added to keep source
compatibility when high bitdepth support was added.  However,
emulated_edge_mc is a dsputil pointer and should not be called
directly, so there is little reason to keep such a macro.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-07-10 17:55:58 +01:00
..
ac3dsp.asm ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents(). 2011-07-01 13:02:11 -04:00
ac3dsp_mmx.c ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents(). 2011-07-01 13:02:11 -04:00
cabac.h x86: cabac: fix register constraints for 32-bit mode 2011-06-20 23:36:40 +01:00
cavsdsp_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dct32_sse.asm x86 asm: Add SECTION_TEXT to dct32_sse.asm. 2011-05-23 12:47:53 +02:00
deinterlace.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
dnxhd_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsputil_mmx.c dsputil: remove ff_emulated_edge_mc macro used in one place 2011-07-10 17:55:58 +01:00
dsputil_mmx.h 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_yasm.asm ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions. 2011-07-01 13:02:11 -04:00
dsputilenc_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsputilenc_yasm.asm Modify x86util.asm to ease transitioning to 10-bit H.264 assembly. 2011-05-17 20:44:48 +02:00
fdct_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
fft.c Fix dct32() compilation with --disable-yasm 2011-05-22 07:10:19 -04:00
fft.h dct32: Add AVX implementation of 32-point DCT 2011-05-21 17:42:26 +02:00
fft_3dn.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_mmx.asm x86: Add appropriate ifdefs around certain AVX functions. 2011-05-27 21:18:12 +02:00
fft_sse.c x86: Add appropriate ifdefs around certain AVX functions. 2011-05-27 21:18:12 +02:00
fmtconvert.asm dct32_sse: eliminate some spills 2011-05-22 19:27:18 +02:00
fmtconvert_mmx.c 10l: wrap float_interleave functions in HAVE_YASM. 2011-05-18 20:18:08 -04:00
h264_chromamc.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
h264_chromamc_10bit.asm H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions. 2011-06-18 07:52:19 -04:00
h264_deblock.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
h264_deblock_10bit.asm h264: Fix 10-bit H.264 x86 chroma v loopfilter asm. 2011-06-10 14:44:57 -04:00
h264_i386.h x86: cabac: fix register constraints for 32-bit mode 2011-06-20 23:36:40 +01:00
h264_idct.asm 4:4:4 H.264 decoding support 2011-06-13 21:16:30 -07:00
h264_idct_10bit.asm 4:4:4 H.264 decoding support 2011-06-13 21:16:30 -07:00
h264_intrapred.asm h264: remove CONFIG_GPL from x86 intra prediction code. 2011-06-02 07:02:46 -07:00
h264_intrapred_10bit.asm H.264: Add x86 assembly for 10-bit H.264 predict functions 2011-07-08 15:59:29 -07:00
h264_intrapred_init.c H.264: Add x86 assembly for 10-bit H.264 predict functions 2011-07-08 15:59:29 -07:00
h264_qpel_10bit.asm H.264: Add x86 assembly for 10-bit H.264 qpel functions. 2011-07-03 07:43:38 -07:00
h264_qpel_mmx.c x86_32: Fix build on x86_32 with --disable-yasm. 2011-07-04 08:47:09 -07:00
h264_weight.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
h264_weight_10bit.asm h264: Add x86 assembly for 10-bit weight/biweight H.264 functions. 2011-06-21 15:24:13 +02:00
h264dsp_mmx.c h264: Add x86 assembly for 10-bit weight/biweight H.264 functions. 2011-06-21 15:24:13 +02:00
idct_mmx.c Fix compilation in x86_64. I broke it with r24580. 2010-07-29 22:45:21 +00:00
idct_mmx_xvid.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
idct_sse2_xvid.c doxygen: Consistently use '@' instead of '\' for Doxygen markup. 2011-06-24 00:37:49 +02:00
idct_xvid.h doxygen: Consistently use '@' instead of '\' for Doxygen markup. 2011-06-24 00:37:49 +02:00
lpc_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
Makefile H.264: Add x86 assembly for 10-bit H.264 qpel functions. 2011-07-03 07:43:38 -07:00
mathops.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mlpdsp.c configure: Drop check for availability of ten assembler operands. 2011-06-28 13:14:37 +02:00
motion_est_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpegaudiodec_mmx.c Move some mpegaudio functions to new mpegaudiodsp subsystem 2011-05-19 12:25:34 +01:00
mpegvideo_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpegvideo_mmx_template.c Remove disabled non-optimized code variants. 2011-04-29 20:01:13 +02: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 Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
vp3dsp.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
vp8dsp-init.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vp8dsp.asm Modify x86util.asm to ease transitioning to 10-bit H.264 assembly. 2011-05-17 20:44:48 +02:00
vp56_arith.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vp56dsp.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
vp56dsp_init.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
x86inc.asm Add support for a.out object format to assembler macros. 2011-05-20 17:52:21 +02:00
x86util.asm H.264: Add x86 assembly for 10-bit H.264 predict functions 2011-07-08 15:59:29 -07:00