[FFmpeg-devel] [PATCH] vp9: split x86 assembly in two files.

Clément Bœsch u at pkh.me
Sun Dec 1 21:51:15 CET 2013


On Sun, Dec 01, 2013 at 03:40:24PM -0500, Ronald S. Bultje wrote:
> (And in future, loopfilter or intra pred could be put in their own
> respective files also.)
> ---
>  libavcodec/x86/Makefile     |   3 +-
>  libavcodec/x86/vp9dsp.asm   | 574 --------------------------------------------
>  libavcodec/x86/vp9itxfm.asm | 322 +++++++++++++++++++++++++
>  libavcodec/x86/vp9mc.asm    | 278 +++++++++++++++++++++
>  4 files changed, 602 insertions(+), 575 deletions(-)
>  delete mode 100644 libavcodec/x86/vp9dsp.asm
>  create mode 100644 libavcodec/x86/vp9itxfm.asm
>  create mode 100644 libavcodec/x86/vp9mc.asm
> 
[...]
> +SECTION .text
> +
> +;
> +; IDCT helpers
> +;
> +

This is not necessary anymore.

Otherwise, patch LGTM

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20131201/43c86059/attachment.asc>


More information about the ffmpeg-devel mailing list