Re: [FFmpeg-devel] [PATCH 05/10] h264_idct8_add

2017-03-20 Thread Carl Eugen Hoyos
2017-03-17 14:18 GMT+01:00 James Darnley : > 1.01x faster (1069±1.9 vs. 1060±0.7 decicycles) compared with sse2 So does this patch make sense? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-dev

[FFmpeg-devel] [PATCH 05/10] h264_idct8_add

2017-03-17 Thread James Darnley
1.01x faster (1069±1.9 vs. 1060±0.7 decicycles) compared with sse2 --- libavcodec/x86/h264_idct.asm | 5 + libavcodec/x86/h264dsp_init.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/libavcodec/x86/h264_idct.asm b/libavcodec/x86/h264_idct.asm index 24fb4d2..ca8ffdb 100644 --- a/libav