Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Traud
Opus
Commits
069c3de6
Commit
069c3de6
authored
17 years ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
Removed deprecated mode interface and added missing include
parent
7137c26e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
libcelt/bands.c
+2
-2
2 additions, 2 deletions
libcelt/bands.c
libcelt/celt.c
+1
-1
1 addition, 1 deletion
libcelt/celt.c
libcelt/celt.h
+1
-6
1 addition, 6 deletions
libcelt/celt.h
with
4 additions
and
9 deletions
libcelt/bands.c
+
2
−
2
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
)
{
...
...
This diff is collapsed.
Click to expand it.
libcelt/celt.c
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
libcelt/celt.h
+
1
−
6
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 */
/* @{ */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment