Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
e2749ef6
Commit
e2749ef6
authored
Oct 12, 2015
by
Rostislav Pehlivanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aacenc_utils: fit find_form_factor() below 80 chars per line
parent
0f4334df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
aacenc_utils.h
libavcodec/aacenc_utils.h
+2
-1
No files found.
libavcodec/aacenc_utils.h
View file @
e2749ef6
...
...
@@ -96,7 +96,8 @@ static inline int find_min_book(float maxval, int sf)
return
cb
;
}
static
inline
float
find_form_factor
(
int
group_len
,
int
swb_size
,
float
thresh
,
const
float
*
scaled
,
float
nzslope
)
{
static
inline
float
find_form_factor
(
int
group_len
,
int
swb_size
,
float
thresh
,
const
float
*
scaled
,
float
nzslope
)
{
const
float
iswb_size
=
1
.
0
f
/
swb_size
;
const
float
iswb_sizem1
=
1
.
0
f
/
(
swb_size
-
1
);
const
float
ethresh
=
thresh
;
...
...
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