]> git.sesse.net Git - ffmpeg/commit
x86/vp8dsp: add ff_vp8_idct_dc_add_sse2
authorJames Almer <jamrial@gmail.com>
Thu, 2 Feb 2017 20:18:58 +0000 (17:18 -0300)
committerJames Almer <jamrial@gmail.com>
Thu, 2 Feb 2017 20:18:58 +0000 (17:18 -0300)
commitab5c4d006da0b3e7aea6fddcebdf5d3d9ad7fd30
tree5ca6669d9bd68e412c22258221a6d15fd01e4ca4
parent712ad6b66109051f74981a3ceb2888f0e88531c4
x86/vp8dsp: add ff_vp8_idct_dc_add_sse2

Also disable ff_vp8_idct_dc_add_mmx on x86_64 as the presence of sse2
is guaranteed in such builds.

Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/x86/vp8dsp.asm
libavcodec/x86/vp8dsp_init.c