Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mark Harris
Opus
Commits
7c422653
Commit
7c422653
authored
Jul 01, 2009
by
Gregory Maxwell
Browse files
Fix compilation of test cases with fixed-debug enabled
parent
da1156af
Changes
4
Hide whitespace changes
Inline
Side-by-side
tests/dft-test.c
View file @
7c422653
...
...
@@ -14,6 +14,9 @@
#define M_PI 3.141592653
#endif
#ifdef FIXED_DEBUG
long
long
celt_mips
=
0
;
#endif
int
ret
=
0
;
void
check
(
kiss_fft_cpx
*
in
,
kiss_fft_cpx
*
out
,
int
nfft
,
int
isinverse
)
...
...
tests/mathops-test.c
View file @
7c422653
...
...
@@ -12,6 +12,9 @@
#define WORD "%f"
#endif
#ifdef FIXED_DEBUG
long
long
celt_mips
=
0
;
#endif
int
ret
=
0
;
void
testdiv
(
void
)
...
...
tests/mdct-test.c
View file @
7c422653
...
...
@@ -14,6 +14,9 @@
#define M_PI 3.141592653
#endif
#ifdef FIXED_DEBUG
long
long
celt_mips
=
0
;
#endif
int
ret
=
0
;
void
check
(
kiss_fft_scalar
*
in
,
kiss_fft_scalar
*
out
,
int
nfft
,
int
isinverse
)
{
...
...
tests/real-fft-test.c
View file @
7c422653
...
...
@@ -12,6 +12,9 @@
#include "../libcelt/kiss_fft.c"
#include "../libcelt/kiss_fftr.c"
#ifdef FIXED_DEBUG
long
long
celt_mips
=
0
;
#endif
int
ret
=
0
;
static
...
...
Write
Preview
Markdown
is supported
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