mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
aacenc_utils: fit find_form_factor() below 80 chars per line
This commit is contained in:
parent
0f4334df45
commit
e2749ef60a
@ -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.0f / swb_size;
|
||||
const float iswb_sizem1 = 1.0f / (swb_size - 1);
|
||||
const float ethresh = thresh;
|
||||
|
Loading…
Reference in New Issue
Block a user