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:abs_sample
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
af_sidechaincompress.c
175
double
abs_sample
, gain = 1.0;
in compressor()
local
179
abs_sample
= fabs(scsrc[0] * level_sc);
in compressor()
183
abs_sample
= FFMAX(fabs(scsrc[c] * level_sc),
abs_sample
);
in compressor()
186
abs_sample
+= fabs(scsrc[c] * level_sc);
in compressor()
188
abs_sample
/= sclink->ch_layout.nb_channels;
in compressor()
192
abs_sample
*=
abs_sample
;
in compressor()
194
s->lin_slope += (
abs_sample
- s->lin_slope) * (
abs_sample
>
in compressor()
[all...]
H
A
D
af_agate.c
156
double
abs_sample
= fabs(scsrc[0] * level_sc), gain = 1.0;
in gate()
local
162
abs_sample
= FFMAX(fabs(scsrc[c] * level_sc),
abs_sample
);
in gate()
165
abs_sample
+= fabs(scsrc[c] * level_sc);
in gate()
167
abs_sample
/= sclink->ch_layout.nb_channels;
in gate()
171
abs_sample
*=
abs_sample
;
in gate()
173
s->lin_slope += (
abs_sample
- s->lin_slope) * (
abs_sample
> s->lin_slope ? attack_coeff : release_coeff);
in gate()
/third_party/ffmpeg/libavcodec/
H
A
D
mlpenc.c
1183
uint32_t
abs_sample
;
in input_data_internal()
local
1189
abs_sample
= FFABS(sample);
in input_data_internal()
1190
greatest = FFMAX(greatest,
abs_sample
);
in input_data_internal()
Completed in 5 milliseconds