This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
ffmpeg
Watch
2
Star
0
Fork
You've already forked ffmpeg
0
mirror of
https://git.ffmpeg.org/ffmpeg.git
synced
2026-04-19 17:10:22 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
92400be255
ffmpeg
/
libavcodec
/
x86
History
Download ZIP
Download TAR.GZ
Jason Garrett-Glaser
73b02e2460
SSE version of clear_blocks
...
Originally committed as revision 19206 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-16 17:33:57 +00:00
..
cavsdsp_mmx.c
cpuid.c
Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency
2009-04-04 13:20:53 +00:00
dnxhd_mmx.c
dsputil_h264_template_mmx.c
dsputil_h264_template_ssse3.c
dsputil_mmx.c
SSE version of clear_blocks
2009-06-16 17:33:57 +00:00
dsputil_mmx.h
dsputil_mmx_avg_template.c
dsputil_mmx_qns_template.c
dsputil_mmx_rnd_template.c
avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing
2009-04-15 19:10:16 +00:00
dsputil_yasm.asm
dsputilenc_mmx.c
Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency
2009-04-04 13:20:53 +00:00
fdct_mmx.c
fft_3dn.c
fft_3dn2.c
fft_mmx.asm
fft_sse.c
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
2009-06-04 23:25:09 +00:00
flacdsp_mmx.c
h264_deblock_sse2.asm
h264_i386.h
h264_idct_sse2.asm
h264dsp_mmx.c
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
2009-06-04 23:25:09 +00:00
idct_mmx.c
idct_mmx_xvid.c
idct_sse2_xvid.c
idct_xvid.h
mathops.h
mlpdsp.c
Use fewer macros in x86-optimized mlpdsp.
2009-06-03 23:48:28 +00:00
mmx.h
motion_est_mmx.c
Do not use SSE2 SAD for snow as it requires more alignment than can be
2009-04-09 21:53:48 +00:00
mpegvideo_mmx.c
Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency
2009-04-04 13:20:53 +00:00
mpegvideo_mmx_template.c
rv40dsp_mmx.c
simple_idct_mmx.c
snowdsp_mmx.c
Remove useless casting in asm "m" operand.
2009-03-19 23:29:11 +00:00
vc1dsp_mmx.c
idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.
2009-06-16 09:00:55 +00:00
vp3dsp_mmx.c
vp3dsp_mmx.h
vp3dsp_sse2.c
vp3dsp_sse2.h
vp6dsp_mmx.c
vp6dsp_mmx.h
vp6dsp_sse2.c
vp6dsp_sse2.h
x86inc.asm
x86util.asm