Daniel Kang <[email protected]> writes: > On Sun, Jan 1, 2012 at 10:55 PM, Daniel Kang <[email protected]>wrote: > >> --- >> libavcodec/x86/Makefile | 1 + >> libavcodec/x86/dsputil_mmx.c | 130 ++---- >> libavcodec/x86/h264_qpel.asm | 916 >> ++++++++++++++++++++++++++++++++++++++++ >> libavcodec/x86/h264_qpel_mmx.c | 669 ++++++----------------------- >> 4 files changed, 1092 insertions(+), 624 deletions(-) >> create mode 100644 libavcodec/x86/h264_qpel.asm
Yay! Thanks a lot for this much-needed work. Unfortunately, I can't review it. > This actually slows down H.264 decoding by 0.5%. I'm 99% certain it's That leaves 0.5% unaccounted for :-) > because my code does not have 16x16 specific functions. I plan to > implement this soon. > > However, this is a large patch. I would like to hear any comments before > proceeding. > -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
