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 > This actually slows down H.264 decoding by 0.5%. I'm 99% certain it's 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.
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
