renamed files

This commit is contained in:
Volker Fischer 2013-02-13 17:30:28 +00:00
parent fe367f8c73
commit c44fa8617b
5 changed files with 308 additions and 308 deletions

View file

@ -111,7 +111,7 @@ typedef celt_word32_t celt_mask_t;
#include "fixed_debug.h"
#else
#include "fixed_generic.h"
#include "cc6_fixed_generic.h"
#ifdef ARM5E_ASM
#include "fixed_arm5e.h"
@ -120,9 +120,9 @@ typedef celt_word32_t celt_mask_t;
#elif defined (BFIN_ASM)
#include "fixed_bfin.h"
#elif defined (TI_C5X_ASM)
#include "fixed_c5x.h"
#include "cc6_fixed_c5x.h"
#elif defined (TI_C6X_ASM)
#include "fixed_c6x.h"
#include "cc6_fixed_c6x.h"
#endif
#endif

View file

@ -49,7 +49,7 @@
#include "rate.h"
#include "stack_alloc.h"
#include "mathops.h"
#include "float_cast.h"
#include "cc6_float_cast.h"
#include <stdarg.h>
static const celt_word16_t preemph = QCONST16(0.8f,15);

View file

@ -47,7 +47,7 @@
#endif
#include "mdct.h"
#include "kfft_double.h"
#include "cc6_kfft_double.h"
#include <math.h>
#include "os_support.h"
#include "mathops.h"

View file

@ -41,7 +41,7 @@
/*#include "cc6__kiss_fft_guts.h"
#include "kiss_fftr.h"*/
#include "kfft_single.h"
#include "cc6_kfft_single.h"
#include "pitch.h"
#include "psy.h"

View file

@ -101,17 +101,17 @@ HEADERS += src/audiomixerboard.h \
libs/celt/cc6__kiss_fft_guts.h \
libs/celt/cc6_arch.h \
libs/celt/cc6_bands.h \
libs/celt/fixed_c5x.h \
libs/celt/fixed_c6x.h \
libs/celt/cc6_fixed_c5x.h \
libs/celt/cc6_fixed_c6x.h \
libs/celt/cc6_cwrs.h \
libs/celt/cc6_ecintrin.h \
libs/celt/cc6_entcode.h \
libs/celt/cc6_entdec.h \
libs/celt/cc6_entenc.h \
libs/celt/fixed_generic.h \
libs/celt/float_cast.h \
libs/celt/kfft_double.h \
libs/celt/kfft_single.h \
libs/celt/cc6_fixed_generic.h \
libs/celt/cc6_float_cast.h \
libs/celt/cc6_kfft_double.h \
libs/celt/cc6_kfft_single.h \
libs/celt/kiss_fft.h \
libs/celt/kiss_fftr.h \
libs/celt/laplace.h \
@ -153,8 +153,8 @@ SOURCES += src/audiomixerboard.cpp \
libs/celt/cc6_entcode.c \
libs/celt/cc6_entdec.c \
libs/celt/cc6_entenc.c \
libs/celt/header.c \
libs/celt/kfft_single.c \
libs/celt/cc6_header.c \
libs/celt/cc6_kfft_single.c \
libs/celt/cc6__kiss_fft.c \
libs/celt/cc6__kiss_fftr.c \
libs/celt/laplace.c \