Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
3ccec334
Commit
3ccec334
authored
Jul 30, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sbrdsp: Move a misplaced #endif directive to the right spot
parent
e723dce6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sbrdsp.c
libavcodec/sbrdsp.c
+1
-1
No files found.
libavcodec/sbrdsp.c
View file @
3ccec334
...
...
@@ -168,8 +168,8 @@ static void sbr_autocorrelate_c(const float x[40][2], float phi[3][2][2])
phi
[
2
-
1
][
1
][
1
]
=
imag_sum1
+
x
[
0
][
0
]
*
x
[
1
][
1
]
-
x
[
0
][
1
]
*
x
[
1
][
0
];
phi
[
0
][
0
][
0
]
=
real_sum1
+
x
[
38
][
0
]
*
x
[
39
][
0
]
+
x
[
38
][
1
]
*
x
[
39
][
1
];
phi
[
0
][
0
][
1
]
=
imag_sum1
+
x
[
38
][
0
]
*
x
[
39
][
1
]
-
x
[
38
][
1
]
*
x
[
39
][
0
];
#endif
}
#endif
static
void
sbr_hf_gen_c
(
float
(
*
X_high
)[
2
],
const
float
(
*
X_low
)[
2
],
const
float
alpha0
[
2
],
const
float
alpha1
[
2
],
...
...
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