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
Container Registry
Model registry
Operate
Environments
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
Xiph.Org
Opus
Commits
ea259d67
Commit
ea259d67
authored
13 years ago
by
Wessel Lubberhuizen
Committed by
Jean-Marc Valin
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixing silk fixed point
parent
baed21dc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
silk/fixed/silk_structs_FIX.h
+2
-1
2 additions, 1 deletion
silk/fixed/silk_structs_FIX.h
silk/silk_control_codec.c
+4
-0
4 additions, 0 deletions
silk/silk_control_codec.c
with
6 additions
and
1 deletion
silk/fixed/silk_structs_FIX.h
+
2
−
1
View file @
ea259d67
...
...
@@ -118,7 +118,8 @@ typedef struct {
silk_encoder_state_FIX
state_Fxx
[
ENCODER_NUM_CHANNELS
];
stereo_enc_state
sStereo
;
SKP_int32
nBitsExceeded
;
SKP_int
nChannels
;
SKP_int
nChannelsAPI
;
SKP_int
nChannelsInternal
;
SKP_int
timeSinceSwitchAllowed_ms
;
SKP_int
allowBandwidthSwitch
;
}
silk_encoder
;
...
...
This diff is collapsed.
Click to expand it.
silk/silk_control_codec.c
+
4
−
0
View file @
ea259d67
...
...
@@ -25,6 +25,10 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***********************************************************************/
#ifdef HAVE_CONFIG_H
#include
"config.h"
#endif
#include
"silk_tuning_parameters.h"
#ifdef FIXED_POINT
#include
"silk_main_FIX.h"
...
...
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