[FFmpeg-devel] [PATCH] x86/vc1dsp: Split the file into MC and loopfilter
Ronald S. Bultje
rsbultje at gmail.com
Mon Feb 29 13:57:28 CET 2016
Hi,
On Sun, Feb 28, 2016 at 8:26 PM, Timothy Gu <timothygu99 at gmail.com> wrote:
> ---
> libavcodec/x86/Makefile | 3 +-
> libavcodec/x86/vc1dsp.asm | 585
> -----------------------------------
> libavcodec/x86/vc1dsp_loopfilter.asm | 317 +++++++++++++++++++
> libavcodec/x86/vc1dsp_mc.asm | 292 +++++++++++++++++
> 4 files changed, 611 insertions(+), 586 deletions(-)
> delete mode 100644 libavcodec/x86/vc1dsp.asm
> create mode 100644 libavcodec/x86/vc1dsp_loopfilter.asm
> create mode 100644 libavcodec/x86/vc1dsp_mc.asm
This is kind of hard to review, but I'm going to assume that there's no
actual code changes, in which case this LGTM.
Thanks,
Ronald
More information about the ffmpeg-devel
mailing list