Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
exhale
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Christian R. Helmrich
exhale
Commits
1281acbe
Commit
1281acbe
authored
Nov 15, 2020
by
Christian R. Helmrich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix previous commit
parent
16d3fbac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/tempAnalysis.cpp
src/lib/tempAnalysis.cpp
+1
-1
No files found.
src/lib/tempAnalysis.cpp
View file @
1281acbe
...
...
@@ -147,7 +147,7 @@ unsigned TempAnalyzer::temporalAnalysis (const int32_t* const timeSignals[USAC_M
// --- get L1 norm and pitch lag of both sides
unsigned
sumAbsValL
=
0
,
sumAbsValR
=
0
;
unsigned
maxAbsValL
=
0
,
maxAbsValR
=
0
;
int32_t
maxHfrLevL
=
8
,
maxHfrLevR
=
8
;
int32_t
maxHfrLevL
=
0
,
maxHfrLevR
=
0
;
int16_t
maxAbsIdxL
=
0
,
maxAbsIdxR
=
0
;
int
splitPtL
=
0
;
int
splitPtC
=
halfFrameOffset
;
...
...
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