Re: [FFmpeg-devel] [PATCH 4/6] cavs: add a sse2 idct implementation.

2017-04-05 Thread Michael Niedermayer
On Tue, Apr 04, 2017 at 12:48:16PM -0400, Ronald S. Bultje wrote: > This makes using the function pointer ff_add_pixels_clamped() unnecessary, > since we always know what the best implementation is at compile-time. > --- > libavcodec/x86/cavsdsp.c| 15 +- > libavcodec/x86/cavsidct.

[FFmpeg-devel] [PATCH 4/6] cavs: add a sse2 idct implementation.

2017-04-04 Thread Ronald S. Bultje
This makes using the function pointer ff_add_pixels_clamped() unnecessary, since we always know what the best implementation is at compile-time. --- libavcodec/x86/cavsdsp.c| 15 +- libavcodec/x86/cavsidct.asm | 48 - 2 files changed, 61