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
d0f34c96
Commit
d0f34c96
authored
Jan 23, 2012
by
Mans Rullgard
Committed by
Michael Niedermayer
Jun 02, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aacsbr: remove unused variables
parent
0e3cec9f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
aacsbr.c
libavcodec/aacsbr.c
+0
-5
No files found.
libavcodec/aacsbr.c
View file @
d0f34c96
...
...
@@ -1578,10 +1578,6 @@ static void sbr_hf_assemble(float Y1[38][64][2],
0
.
11516383427084
,
0
.
031
83050093751
,
};
static
const
int8_t
phi
[
2
][
4
]
=
{
{
1
,
0
,
-
1
,
0
},
// real
{
0
,
1
,
0
,
-
1
},
// imaginary
};
float
(
*
g_temp
)[
48
]
=
ch_data
->
g_temp
,
(
*
q_temp
)[
48
]
=
ch_data
->
q_temp
;
int
indexnoise
=
ch_data
->
f_indexnoise
;
int
indexsine
=
ch_data
->
f_indexsine
;
...
...
@@ -1605,7 +1601,6 @@ static void sbr_hf_assemble(float Y1[38][64][2],
for
(
e
=
0
;
e
<
ch_data
->
bs_num_env
;
e
++
)
{
for
(
i
=
2
*
ch_data
->
t_env
[
e
];
i
<
2
*
ch_data
->
t_env
[
e
+
1
];
i
++
)
{
int
phi_sign
=
(
1
-
2
*
(
kx
&
1
));
LOCAL_ALIGNED_16
(
float
,
g_filt_tab
,
[
48
]);
LOCAL_ALIGNED_16
(
float
,
q_filt_tab
,
[
48
]);
float
*
g_filt
,
*
q_filt
;
...
...
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