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:
@@ -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"
|
||||||
|
@@ -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 \
|
||||||
|
@@ -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)
|
||||||
{
|
{
|
@@ -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);
|
||||||
|
Reference in New Issue
Block a user