Re: [FFmpeg-devel] [PATCH] x86/vc1dsp: Split the file into MC and loopfilter

2016-02-29 Thread Timothy Gu
On Mon, Feb 29, 2016 at 4:57 AM Ronald S. Bultje wrote: > 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. > No there isn't. Applied, thanks. Timothy > ___

Re: [FFmpeg-devel] [PATCH] x86/vc1dsp: Split the file into MC and loopfilter

2016-02-29 Thread Ronald S. Bultje
Hi, On Sun, Feb 28, 2016 at 8:26 PM, Timothy Gu wrote: > --- > libavcodec/x86/Makefile | 3 +- > libavcodec/x86/vc1dsp.asm| 585 > --- > libavcodec/x86/vc1dsp_loopfilter.asm | 317 +++ >

[FFmpeg-devel] [PATCH] x86/vc1dsp: Split the file into MC and loopfilter

2016-02-28 Thread Timothy Gu
--- 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