Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mark Harris
Opus
Commits
069c3de6
Commit
069c3de6
authored
Mar 04, 2008
by
Jean-Marc Valin
Browse files
Removed deprecated mode interface and added missing include
parent
7137c26e
Changes
3
Hide whitespace changes
Inline
Side-by-side
libcelt/bands.c
View file @
069c3de6
/* (C) 2007 Jean-Marc Valin, CSIRO
/* (C) 2007
-2008
Jean-Marc Valin, CSIRO
*/
/*
Redistribution and use in source and binary forms, with or without
...
...
@@ -38,7 +38,7 @@
#include
"modes.h"
#include
"vq.h"
#include
"cwrs.h"
#include
"os_support.h"
void
exp_rotation
(
celt_norm_t
*
X
,
int
len
,
celt_word16_t
theta
,
int
dir
,
int
stride
,
int
iter
)
{
...
...
libcelt/celt.c
View file @
069c3de6
/* (C) 2007 Jean-Marc Valin, CSIRO
/* (C) 2007
-2008
Jean-Marc Valin, CSIRO
*/
/*
Redistribution and use in source and binary forms, with or without
...
...
libcelt/celt.h
View file @
069c3de6
/* (C) 2007 Jean-Marc Valin, CSIRO
/* (C) 2007
-2008
Jean-Marc Valin, CSIRO
*/
/**
@file celt.h
...
...
@@ -81,11 +81,6 @@ typedef struct CELTDecoder CELTDecoder;
otherwise the quality will be very bad */
typedef
struct
CELTMode
CELTMode
;
/* To be removed soon */
#define celt_mono celt_mode_create(44100, 1, 256, 128, NULL)
#define celt_stereo celt_mode_create(44100, 2, 256, 128, NULL)
/** \defgroup codec Encoding and decoding */
/* @{ */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment