[FFmpeg-devel] [PATCH 0/4] More H.264 assembly (the sequel) [version 2]
James Darnley
jdarnley at obe.tv
Mon Dec 5 20:32:20 EET 2016
Fixed the problem Michael highlighted. Dropped the intra functions until it
becomes clear why their performance is unexpected. Updated the benchmarks with
results from a Nehalem and used (slightly) more accurate data.
Regarding the age of MMX: I have written it so unless someone tells me to
remove it I will keep the code. However, I will probably not write any more
going forward.
James Darnley (4):
avcodec/h264: clean up and expand x86 function definitions
whitespace changes after last commit
avcodec/h264: mmx2, sse2, avx 10-bit h chroma deblock/loop filter
avcodec/h264: mmx2, sse2, avx 10-bit 4:2:2 h chroma deblock/loop
filter
libavcodec/x86/h264_deblock_10bit.asm | 157 ++++++++++++++++++++++++++++++++++
libavcodec/x86/h264dsp_init.c | 68 +++++++++------
2 files changed, 200 insertions(+), 25 deletions(-)
--
2.10.2
More information about the ffmpeg-devel
mailing list