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
9bbb0fbd
Commit
9bbb0fbd
authored
Jun 02, 2017
by
Clément Bœsch
Committed by
Clément Bœsch
Jun 28, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/aacpsdsp: fix a few spaces (cosmetics)
parent
edd041e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
aacpsdsp_template.c
libavcodec/aacpsdsp_template.c
+5
-4
No files found.
libavcodec/aacpsdsp_template.c
View file @
9bbb0fbd
...
...
@@ -72,6 +72,7 @@ static void ps_hybrid_analysis_c(INTFLOAT (*out)[2], INTFLOAT (*in)[2],
#endif
/* USE_FIXED */
}
}
static
void
ps_hybrid_analysis_ileave_c
(
INTFLOAT
(
*
out
)[
32
][
2
],
INTFLOAT
L
[
2
][
38
][
64
],
int
i
,
int
len
)
{
...
...
@@ -165,10 +166,10 @@ static void ps_stereo_interpolate_c(INTFLOAT (*l)[2], INTFLOAT (*r)[2],
h1
+=
hs1
;
h2
+=
hs2
;
h3
+=
hs3
;
l
[
n
][
0
]
=
AAC_MADD30
(
h0
,
l_re
,
h2
,
r_re
);
l
[
n
][
1
]
=
AAC_MADD30
(
h0
,
l_im
,
h2
,
r_im
);
r
[
n
][
0
]
=
AAC_MADD30
(
h1
,
l_re
,
h3
,
r_re
);
r
[
n
][
1
]
=
AAC_MADD30
(
h1
,
l_im
,
h3
,
r_im
);
l
[
n
][
0
]
=
AAC_MADD30
(
h0
,
l_re
,
h2
,
r_re
);
l
[
n
][
1
]
=
AAC_MADD30
(
h0
,
l_im
,
h2
,
r_im
);
r
[
n
][
0
]
=
AAC_MADD30
(
h1
,
l_re
,
h3
,
r_re
);
r
[
n
][
1
]
=
AAC_MADD30
(
h1
,
l_im
,
h3
,
r_im
);
}
}
...
...
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