]> git.sesse.net Git - ffmpeg/commitdiff
vp9/x86: rename vp9dsp to vp9mc
authorAnton Khirnov <anton@khirnov.net>
Sat, 30 Jul 2016 17:21:57 +0000 (19:21 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 3 Aug 2016 08:57:50 +0000 (10:57 +0200)
It only contains the MC SIMD, other SIMD will go into different files.

libavcodec/x86/Makefile
libavcodec/x86/vp9mc.asm [moved from libavcodec/x86/vp9dsp.asm with 99% similarity]

index 32086992b4881255136789aee9a5b912728e54c6..204c85634073405c9f5df9174a8bf141c0bbf559 100644 (file)
@@ -125,4 +125,4 @@ YASM-OBJS-$(CONFIG_V210_ENCODER)       += x86/v210enc.o
 YASM-OBJS-$(CONFIG_VORBIS_DECODER)     += x86/vorbisdsp.o
 YASM-OBJS-$(CONFIG_VP3_DECODER)        += x86/hpeldsp_vp3.o
 YASM-OBJS-$(CONFIG_VP6_DECODER)        += x86/vp6dsp.o
-YASM-OBJS-$(CONFIG_VP9_DECODER)        += x86/vp9dsp.o
+YASM-OBJS-$(CONFIG_VP9_DECODER)        += x86/vp9mc.o
similarity index 99%
rename from libavcodec/x86/vp9dsp.asm
rename to libavcodec/x86/vp9mc.asm
index 442fc2b8e7fe4acabd67b6c12ee2ff7a564b8a9e..59e56687f283188a4409858e5843b73c8d9dc928 100644 (file)
@@ -1,5 +1,5 @@
 ;******************************************************************************
-;* VP9 SIMD optimizations
+;* VP9 motion compensation SIMD optimizations
 ;*
 ;* Copyright (c) 2013 Ronald S. Bultje <rsbultje gmail com>
 ;*