Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
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
...
@@ -147,7 +147,7 @@ unsigned TempAnalyzer::temporalAnalysis (const int32_t* const timeSignals[USAC_M
// --- get L1 norm and pitch lag of both sides
// --- get L1 norm and pitch lag of both sides
unsigned
sumAbsValL
=
0
,
sumAbsValR
=
0
;
unsigned
sumAbsValL
=
0
,
sumAbsValR
=
0
;
unsigned
maxAbsValL
=
0
,
maxAbsValR
=
0
;
unsigned
maxAbsValL
=
0
,
maxAbsValR
=
0
;
int32_t
maxHfrLevL
=
8
,
maxHfrLevR
=
8
;
int32_t
maxHfrLevL
=
0
,
maxHfrLevR
=
0
;
int16_t
maxAbsIdxL
=
0
,
maxAbsIdxR
=
0
;
int16_t
maxAbsIdxL
=
0
,
maxAbsIdxR
=
0
;
int
splitPtL
=
0
;
int
splitPtL
=
0
;
int
splitPtC
=
halfFrameOffset
;
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