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:peak_decay_nrg
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aacps.c
404
INTFLOAT *
peak_decay_nrg
= ps->
peak_decay_nrg
;
in decorrelation()
local
421
memset(ps->
peak_decay_nrg
, 0, sizeof(ps->
peak_decay_nrg
));
in decorrelation()
439
peak_decay_nrg
[i] + 0x40000000) >> 31);
in decorrelation()
440
peak_decay_nrg
[i] = FFMAX(decayed_peak, power[i][n]);
in decorrelation()
442
peak_decay_diff_smooth[i] += (
peak_decay_nrg
[i] + 2LL - power[i][n] - \
in decorrelation()
454
float decayed_peak = peak_decay_factor *
peak_decay_nrg
[i];
in decorrelation()
456
peak_decay_nrg
[i] = FFMAX(decayed_peak, power[i][n]);
in decorrelation()
458
peak_decay_diff_smooth[i] += a_smooth * (
peak_decay_nrg
[
in decorrelation()
[all...]
H
A
D
aacps.h
78
DECLARE_ALIGNED(16, INTFLOAT,
peak_decay_nrg
)[34];
Completed in 2 milliseconds