Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:gain_boost
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aacsbr.c
229
float
gain_boost
, gain_max;
in sbr_gain_calc()
local
264
gain_boost
= sqrtf((FLT_EPSILON + sum[0]) / (FLT_EPSILON + sum[1]));
in sbr_gain_calc()
265
gain_boost
= FFMIN(1.584893192f,
gain_boost
);
in sbr_gain_calc()
267
sbr->gain[e][m] *=
gain_boost
;
in sbr_gain_calc()
268
sbr->q_m[e][m] *=
gain_boost
;
in sbr_gain_calc()
269
sbr->s_m[e][m] *=
gain_boost
;
in sbr_gain_calc()
H
A
D
aacsbr_fixed.c
410
SoftFloat
gain_boost
, gain_max;
in sbr_gain_calc()
local
471
gain_boost
= av_sqrt_sf(
in sbr_gain_calc()
475
if (av_gt_sf(
gain_boost
, FLOAT_1584893192))
in sbr_gain_calc()
476
gain_boost
= FLOAT_1584893192;
in sbr_gain_calc()
479
sbr->gain[e][m] = av_mul_sf(sbr->gain[e][m],
gain_boost
);
in sbr_gain_calc()
480
sbr->q_m[e][m] = av_mul_sf(sbr->q_m[e][m],
gain_boost
);
in sbr_gain_calc()
481
sbr->s_m[e][m] = av_mul_sf(sbr->s_m[e][m],
gain_boost
);
in sbr_gain_calc()
Completed in 2 milliseconds