rename files
This commit is contained in:
parent
9043214b2c
commit
eda35a2253
22 changed files with 684 additions and 684 deletions
|
@ -37,7 +37,7 @@
|
|||
#include "cc6_bands.h"
|
||||
#include "modes.h"
|
||||
#include "vq.h"
|
||||
#include "cwrs.h"
|
||||
#include "cc6_cwrs.h"
|
||||
#include "stack_alloc.h"
|
||||
#include "os_support.h"
|
||||
#include "mathops.h"
|
||||
|
|
|
@ -34,8 +34,8 @@
|
|||
|
||||
#include "cc6_arch.h"
|
||||
#include "modes.h"
|
||||
#include "entenc.h"
|
||||
#include "entdec.h"
|
||||
#include "cc6_entenc.h"
|
||||
#include "cc6_entdec.h"
|
||||
#include "rate.h"
|
||||
|
||||
/** Compute the amplitude (sqrt energy) in each of the bands
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#include "kiss_fftr.h"
|
||||
#include "cc6_bands.h"
|
||||
#include "modes.h"
|
||||
#include "entcode.h"
|
||||
#include "cc6_entcode.h"
|
||||
#include "quant_bands.h"
|
||||
#include "psy.h"
|
||||
#include "rate.h"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "os_support.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "cwrs.h"
|
||||
#include "cc6_cwrs.h"
|
||||
#include "mathops.h"
|
||||
#include "cc6_arch.h"
|
||||
|
||||
|
|
|
@ -33,8 +33,8 @@
|
|||
|
||||
#include "cc6_arch.h"
|
||||
#include "stack_alloc.h"
|
||||
#include "entenc.h"
|
||||
#include "entdec.h"
|
||||
#include "cc6_entenc.h"
|
||||
#include "cc6_entdec.h"
|
||||
|
||||
int log2_frac(ec_uint32 val, int frac);
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "entcode.h"
|
||||
#include "cc6_entcode.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#if !defined(_entcode_H)
|
||||
# define _entcode_H (1)
|
||||
# include <limits.h>
|
||||
# include "ecintrin.h"
|
||||
# include "cc6_ecintrin.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#endif
|
||||
|
||||
#include <stddef.h>
|
||||
#include "entdec.h"
|
||||
#include "cc6_entdec.h"
|
||||
#include "os_support.h"
|
||||
#include "cc6_arch.h"
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
#if !defined(_entdec_H)
|
||||
# define _entdec_H (1)
|
||||
# include "entcode.h"
|
||||
# include "cc6_entcode.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#endif
|
||||
|
||||
#include "os_support.h"
|
||||
#include "entenc.h"
|
||||
#include "cc6_entenc.h"
|
||||
#include "cc6_arch.h"
|
||||
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#if !defined(_entenc_H)
|
||||
# define _entenc_H (1)
|
||||
# include <stddef.h>
|
||||
# include "entcode.h"
|
||||
# include "cc6_entcode.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "entenc.h"
|
||||
#include "entdec.h"
|
||||
#include "cc6_entenc.h"
|
||||
#include "cc6_entdec.h"
|
||||
|
||||
int ec_laplace_get_start_freq(int decay);
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#define MATHOPS_H
|
||||
|
||||
#include "cc6_arch.h"
|
||||
#include "entcode.h"
|
||||
#include "cc6_entcode.h"
|
||||
#include "os_support.h"
|
||||
|
||||
#ifndef OVERRIDE_CELT_ILOG2
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
#if !defined(_mfrngcode_H)
|
||||
# define _mfrngcode_H (1)
|
||||
# include "entcode.h"
|
||||
# include "cc6_entcode.h"
|
||||
|
||||
/*Constants used by the entropy encoder/decoder.*/
|
||||
|
||||
|
|
|
@ -34,8 +34,8 @@
|
|||
|
||||
#include "cc6_arch.h"
|
||||
#include "modes.h"
|
||||
#include "entenc.h"
|
||||
#include "entdec.h"
|
||||
#include "cc6_entenc.h"
|
||||
#include "cc6_entdec.h"
|
||||
#include "mathops.h"
|
||||
|
||||
static __inline celt_word16_t amp2Log(celt_word32_t amp)
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#endif
|
||||
|
||||
#include "cc6_arch.h"
|
||||
#include "entdec.h"
|
||||
#include "cc6_entdec.h"
|
||||
#include "mfrngcod.h"
|
||||
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#endif
|
||||
|
||||
#include "cc6_arch.h"
|
||||
#include "entenc.h"
|
||||
#include "cc6_entenc.h"
|
||||
#include "mfrngcod.h"
|
||||
|
||||
|
||||
|
|
|
@ -35,11 +35,11 @@
|
|||
|
||||
#include <math.h>
|
||||
#include "modes.h"
|
||||
#include "cwrs.h"
|
||||
#include "cc6_cwrs.h"
|
||||
#include "cc6_arch.h"
|
||||
#include "os_support.h"
|
||||
|
||||
#include "entcode.h"
|
||||
#include "cc6_entcode.h"
|
||||
#include "rate.h"
|
||||
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#define BITROUND 8
|
||||
#define BITOVERFLOW 30000
|
||||
|
||||
#include "cwrs.h"
|
||||
#include "cc6_cwrs.h"
|
||||
|
||||
static __inline int bits2pulses(const CELTMode *m, const celt_int16_t *cache, int N, int bits)
|
||||
{
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#endif
|
||||
|
||||
#include "mathops.h"
|
||||
#include "cwrs.h"
|
||||
#include "cc6_cwrs.h"
|
||||
#include "vq.h"
|
||||
#include "cc6_arch.h"
|
||||
#include "os_support.h"
|
||||
|
|
|
@ -36,8 +36,8 @@
|
|||
#ifndef VQ_H
|
||||
#define VQ_H
|
||||
|
||||
#include "entenc.h"
|
||||
#include "entdec.h"
|
||||
#include "cc6_entenc.h"
|
||||
#include "cc6_entdec.h"
|
||||
#include "modes.h"
|
||||
|
||||
/** Algebraic pulse-vector quantiser. The signal x is replaced by the sum of
|
||||
|
|
16
llcon.pro
16
llcon.pro
|
@ -103,11 +103,11 @@ HEADERS += src/audiomixerboard.h \
|
|||
libs/celt/cc6_bands.h \
|
||||
libs/celt/fixed_c5x.h \
|
||||
libs/celt/fixed_c6x.h \
|
||||
libs/celt/cwrs.h \
|
||||
libs/celt/ecintrin.h \
|
||||
libs/celt/entcode.h \
|
||||
libs/celt/entdec.h \
|
||||
libs/celt/entenc.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 \
|
||||
|
@ -150,9 +150,9 @@ SOURCES += src/audiomixerboard.cpp \
|
|||
libs/celt/cc6_bands.c \
|
||||
libs/celt/cc6_celt.c \
|
||||
libs/celt/cc6_cwrs.c \
|
||||
libs/celt/entcode.c \
|
||||
libs/celt/entdec.c \
|
||||
libs/celt/entenc.c \
|
||||
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__kiss_fft.c \
|
||||
|
|
Loading…
Reference in a new issue