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:sfb_energy
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aaccoder.c
587
float
sfb_energy
= 0.0f, threshold = 0.0f, spread = 2.0f;
in search_for_pns()
local
599
sfb_energy
+= band->energy;
in search_for_pns()
621
((sce->zeroes[w*16+g] || !sce->band_alt[w*16+g]) &&
sfb_energy
< threshold*sqrtf(1.0f/freq_boost)) || spread < spread_threshold ||
in search_for_pns()
622
(!sce->zeroes[w*16+g] && sce->band_alt[w*16+g] &&
sfb_energy
> threshold*thr_mult*freq_boost) ||
in search_for_pns()
624
sce->pns_ener[w*16+g] =
sfb_energy
;
in search_for_pns()
630
pns_tgt_energy =
sfb_energy
*FFMIN(1.0f, spread*spread);
in search_for_pns()
718
float
sfb_energy
= 0.0f, threshold = 0.0f, spread = 2.0f;
in mark_pns()
local
729
sfb_energy
+= band->energy;
in mark_pns()
745
sce->pns_ener[w*16+g] =
sfb_energy
;
in mark_pns()
746
if (
sfb_energy
< threshol
in mark_pns()
[all...]
Completed in 2 milliseconds