FFmpeg/libavcodec/x86
Christophe Gisquet 9722a6a3f3 x86: hpeldsp: implement SSE2 put_pixels16_xy2
This is obviously equivalent to the avg version, without the avg.

3223(mmx) -> 2006(sse2)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-24 03:45:17 +02:00
..
ac3dsp_init.c Merge commit 'b42f49e42f8cde25a788b2d13d03e99ca2956647' 2014-04-05 19:05:00 +02:00
ac3dsp.asm Merge commit '57b5b84e208ad61ffdd74ad849bed212deb92bc5' 2014-04-05 19:36:21 +02:00
cabac.h inline asm: fix arrays as named constraints. 2014-05-07 15:02:45 +02:00
cavsdsp.c x86: kill fpel_mmx.c 2014-05-21 03:25:08 +02:00
constants.c
constants.h
dca.h
dcadsp_init.c x86/dcadsp: add ff_dca_lfe_fir0_fma3 2014-04-05 13:55:59 +02:00
dcadsp.asm dcadsp: fix SSE code to not use SSE2 instructions. 2014-04-06 18:31:22 +02:00
dct32.asm
dct_init.c
deinterlace.asm
dirac_dwt.c
dirac_dwt.h
diracdsp_mmx.c x86/diracdsp: mark all functions as yasm 2014-05-23 15:02:42 +02:00
diracdsp_mmx.h
diracdsp_yasm.asm
dnxhdenc_init.c x86: convert DNxHDenc inline asm to yasm 2014-03-27 23:16:17 +01:00
dnxhdenc.asm x86: convert DNxHDenc inline asm to yasm 2014-03-27 23:16:17 +01:00
dsputil_init.c x86/dsputil: port ff_vector_clipf_sse to yasm 2014-05-23 00:08:21 +02:00
dsputil_mmx.c x86/diracdsp: mark all functions as yasm 2014-05-23 15:02:42 +02:00
dsputil_qns_template.c Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f' 2014-03-26 14:50:55 +01:00
dsputil_x86.c
dsputil_x86.h x86/dsputil: port ff_put_signed_pixels_clamped_mmx to yasm 2014-05-21 23:33:45 +02:00
dsputil.asm x86/dsputil: fix argument declaration in vector_clipf 2014-05-23 23:10:17 +02:00
dsputilenc_mmx.c Merge commit '01c5779f56cf708e6cb88b11cfdc248cae7e2ee8' 2014-04-05 19:16:39 +02:00
dsputilenc.asm Merge commit '82bb3048013201c0095d2853d4623633d912252f' 2014-03-20 22:36:40 +01:00
dwt_yasm.asm
fdct.c
fft_init.c
fft.asm
fft.h
flacdsp_init.c
flacdsp.asm
fmtconvert_init.c
fmtconvert.asm
fpel.asm x86: kill fpel_mmx.c 2014-05-21 03:25:08 +02:00
fpel.h Merge commit '6655c933a887a2d20707fff657b614aa1d86a25b' 2014-03-22 23:08:22 +01:00
h263_loopfilter.asm
h263dsp_init.c
h264_chromamc_10bit.asm
h264_chromamc.asm
h264_deblock_10bit.asm
h264_deblock.asm
h264_i386.h inline asm: fix arrays as named constraints. 2014-05-07 15:02:45 +02:00
h264_idct_10bit.asm
h264_idct.asm
h264_intrapred_10bit.asm x86: move horizontal add macros to x86util 2014-04-17 14:15:09 +02:00
h264_intrapred_init.c Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f' 2014-04-04 14:46:10 +02:00
h264_intrapred.asm
h264_qpel_8bit.asm
h264_qpel_10bit.asm
h264_qpel.c x86: kill fpel_mmx.c 2014-05-21 03:25:08 +02:00
h264_weight_10bit.asm
h264_weight.asm
h264chroma_init.c Merge commit '01c5779f56cf708e6cb88b11cfdc248cae7e2ee8' 2014-04-05 19:16:39 +02:00
h264dsp_init.c Merge commit 'b42f49e42f8cde25a788b2d13d03e99ca2956647' 2014-04-05 19:05:00 +02:00
hevc_deblock.asm x86/hevc_deblock: improve chroma functions register allocation 2014-05-24 01:16:26 +02:00
hevc_mc.asm x86: hevc_mc: specify coefficients registers 2014-05-18 16:23:58 +02:00
hevcdsp_init.c avcodec/x86/hevc: added DBF assembly functions 2014-05-16 21:11:03 +02:00
hevcdsp.h hevcdsp: include stddef.h for ptrdiff_t definition 2014-05-10 18:23:30 +02:00
hpeldsp_init.c x86: hpeldsp: implement SSE2 put_pixels16_xy2 2014-05-24 03:45:17 +02:00
hpeldsp_rnd_template.c Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f' 2014-03-26 14:50:55 +01:00
hpeldsp.asm x86: hpeldsp: implement SSE2 put_pixels16_xy2 2014-05-24 03:45:17 +02:00
hpeldsp.h Merge commit '82dd1026cfc1d72b04019185bea4c1c9621ace3f' 2014-03-22 23:21:54 +01:00
idct_mmx_xvid.c
idct_sse2_xvid.c inline asm: fix arrays as named constraints. 2014-05-07 15:02:45 +02:00
idct_xvid.h
imdct36.asm
inline_asm.h Merge commit '1a8d0cf77ed2611e542ae98f341d4c43a04467bd' 2014-03-22 22:11:27 +01:00
lossless_videodsp_init.c avcodec/lossless_videodsp: fix incompatible pointer type warning 2014-05-05 05:49:18 +02:00
lossless_videodsp.asm
lpc.c inline asm: fix arrays as named constraints. 2014-05-07 15:02:45 +02:00
Makefile x86: hpeldsp: kill hpeldsp_mmx.c 2014-05-22 20:17:40 +02:00
mathops.h Fix compilation with !HAVE_6REGS. 2014-04-19 09:56:01 +02:00
mlpdsp.c
motion_est.c Additional icl inline asm fix. 2014-03-22 14:07:03 +01:00
mpeg4qpel.asm
mpegaudiodsp.c x86/mpegaudiodsp.c: msvc compilation error without sse/avx_external 2014-05-06 14:15:02 +02:00
mpegvideo.c Merge commit 'b42f49e42f8cde25a788b2d13d03e99ca2956647' 2014-04-05 19:05:00 +02:00
mpegvideoenc_template.c Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f' 2014-03-26 14:50:55 +01:00
mpegvideoenc.c Fix compilation with !HAVE_6REGS. 2014-04-19 09:56:01 +02:00
pngdsp_init.c
pngdsp.asm
proresdsp_init.c
proresdsp.asm
qpel.asm
rnd_template.c Merge commit '1a8d0cf77ed2611e542ae98f341d4c43a04467bd' 2014-03-22 22:11:27 +01:00
rv34dsp_init.c
rv34dsp.asm
rv40dsp_init.c Merge commit '82dd1026cfc1d72b04019185bea4c1c9621ace3f' 2014-03-22 23:21:54 +01:00
rv40dsp.asm
sbrdsp_init.c x86: sbrdsp: implement SSE qmf_deint_neg 2014-05-15 23:11:18 +02:00
sbrdsp.asm x86: sbrdsp: implement SSE qmf_deint_neg 2014-05-15 23:11:18 +02:00
simple_idct.c
snowdsp.c Fix compilation with !HAVE_6REGS. 2014-04-19 09:56:01 +02:00
ttadsp_init.c
ttadsp.asm
v210-init.c
v210.asm
vc1dsp_init.c vc1dsp: fix build without inline asm 2014-04-22 14:01:53 +02:00
vc1dsp_mmx.c x86: kill fpel_mmx.c 2014-05-21 03:25:08 +02:00
vc1dsp.asm
vc1dsp.h
videodsp_init.c
videodsp.asm
vorbisdsp_init.c Merge commit '01c5779f56cf708e6cb88b11cfdc248cae7e2ee8' 2014-04-05 19:16:39 +02:00
vorbisdsp.asm
vp3dsp_init.c Fix compilation with !HAVE_6REGS. 2014-04-19 09:56:01 +02:00
vp3dsp.asm
vp6dsp_init.c
vp6dsp.asm
vp8dsp_init.c Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f' 2014-04-04 14:46:10 +02:00
vp8dsp_loopfilter.asm
vp8dsp.asm
vp9dsp_init.c x86/vp9mc: add vp9 namespace. 2014-03-29 18:13:15 +01:00
vp9intrapred.asm
vp9itxfm.asm
vp9lpf.asm avcodec/x86/vp9lpf: add a comment above a bunch of SWAP. 2014-04-20 21:33:58 +02:00
vp9mc.asm x86/vp9mc: add vp9 namespace. 2014-03-29 18:13:15 +01:00
vp56_arith.h Fix compilation with !HAVE_6REGS. 2014-04-19 09:56:01 +02:00
w64xmmtest.c