1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/libavcodec/x86
Ronald S. Bultje e25f19a113 Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions.
The original functions did not work correctly for edge pixels, e.g.
when CODEC_FLAG_EMU_EDGE is set, leading to corrupt output in e.g. VLC.
Based on a patch by Daniel Kang <daniel d kang gmail com>.

Signed-off-by: Ronald S. Bultje <rsbultje gmail com>
(cherry picked from commit b9c7f66e6d)
2011-01-21 20:35:46 +01:00
..
cavsdsp_mmx.c
dct32_sse.c
deinterlace.asm
dnxhd_mmx.c
dsputil_mmx_avg_template.c Replace ASMALIGN() with .p2align 2011-01-18 20:48:24 +00:00
dsputil_mmx_qns_template.c Replace ASMALIGN() with .p2align 2011-01-18 20:48:24 +00:00
dsputil_mmx_rnd_template.c Replace ASMALIGN() with .p2align 2011-01-18 20:48:24 +00:00
dsputil_mmx.c Replace ASMALIGN() with .p2align 2011-01-18 20:48:24 +00:00
dsputil_mmx.h
dsputil_yasm.asm
dsputilenc_mmx.c Replace ASMALIGN() with .p2align 2011-01-18 20:48:24 +00:00
dsputilenc_yasm.asm
fdct_mmx.c
fft_3dn2.c
fft_3dn.c
fft_mmx.asm
fft_sse.c
fft.c
fft.h
h264_chromamc.asm
h264_deblock.asm
h264_i386.h
h264_idct.asm
h264_intrapred_init.c
h264_intrapred.asm Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions. 2011-01-21 20:35:46 +01:00
h264_qpel_mmx.c
h264_weight.asm
h264dsp_mmx.c
idct_mmx_xvid.c
idct_mmx.c
idct_sse2_xvid.c Replace ASMALIGN() with .p2align 2011-01-18 20:48:24 +00:00
idct_xvid.h
lpc_mmx.c
Makefile
mathops.h
mlpdsp.c
motion_est_mmx.c Replace ASMALIGN() with .p2align 2011-01-18 20:48:24 +00:00
mpegaudiodec_mmx.c
mpegvideo_mmx_template.c Replace ASMALIGN() with .p2align 2011-01-18 20:48:24 +00:00
mpegvideo_mmx.c Replace ASMALIGN() with .p2align 2011-01-18 20:48:24 +00:00
simple_idct_mmx.c Replace ASMALIGN() with .p2align 2011-01-18 20:48:24 +00:00
snowdsp_mmx.c
vc1dsp_mmx.c Replace ASMALIGN() with .p2align 2011-01-18 20:48:24 +00:00
vc1dsp_yasm.asm
vp3dsp.asm
vp8dsp-init.c
vp8dsp.asm
vp56_arith.h
vp56dsp_init.c
vp56dsp.asm
x86inc.asm
x86util.asm