avutil: rename lls to lls2

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit bbe66ef912)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2013-11-15 22:35:46 +01:00
parent 4b846f0ccf
commit d89e14bf54
5 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
*/ */
#include "libavutil/common.h" #include "libavutil/common.h"
#include "libavutil/lls.h" #include "libavutil/lls2.h"
#define LPC_USE_DOUBLE #define LPC_USE_DOUBLE
#include "lpc.h" #include "lpc.h"

View File

@@ -90,7 +90,7 @@ OBJS = adler32.o \
intfloat_readwrite.o \ intfloat_readwrite.o \
intmath.o \ intmath.o \
lfg.o \ lfg.o \
lls.o \ lls2.o \
log.o \ log.o \
log2_tab.o \ log2_tab.o \
mathematics.o \ mathematics.o \
@@ -143,7 +143,7 @@ TESTPROGS = adler32 \
fifo \ fifo \
hmac \ hmac \
lfg \ lfg \
lls \ lls2 \
md5 \ md5 \
murmur3 \ murmur3 \
opt \ opt \

View File

@@ -30,7 +30,7 @@
#include "attributes.h" #include "attributes.h"
#include "version.h" #include "version.h"
#include "lls.h" #include "lls2.h"
static void update_lls(LLSModel *m, double *var) static void update_lls(LLSModel *m, double *var)
{ {

View File

@@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#include "libavutil/lls.h" #include "libavutil/lls2.h"
#include "libavutil/x86/cpu.h" #include "libavutil/x86/cpu.h"
void ff_update_lls_sse2(LLSModel *m, double *var); void ff_update_lls_sse2(LLSModel *m, double *var);