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:nb_adapt
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/speex/tmv/
H
A
D
preprocess_tm.h
169
register int min_range,
nb_adapt
;
in update_noise_prob()
local
239
nb_adapt
= st->
nb_adapt
;
in update_noise_prob()
241
if (
nb_adapt
==1 )
in update_noise_prob()
247
min_range = mux(
nb_adapt
< 100, 15,
in update_noise_prob()
248
mux(
nb_adapt
< 1000, 50,
in update_noise_prob()
249
mux(
nb_adapt
< 10000, 150, 300)));
in update_noise_prob()
408
register int
nb_adapt
;
in update_noise_prob()
local
437
nb_adapt
= st->
nb_adapt
;
in update_noise_prob()
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H
A
D
preprocess.c
241
int
nb_adapt
; /**< Number of frames used for adaptation so far */
member
524
st->
nb_adapt
=0;
in speex_preprocess_state_init()
586
if (st->init_max < st->max_gain && st->
nb_adapt
> 20)
in speex_compute_agc()
593
if ((Pframe>.5 && st->
nb_adapt
> 20) || target_gain < st->agc_gain)
in speex_compute_agc()
672
if (st->
nb_adapt
==1)
in update_noise_prob()
678
if (st->
nb_adapt
< 100)
in update_noise_prob()
680
else if (st->
nb_adapt
< 1000)
in update_noise_prob()
682
else if (st->
nb_adapt
< 10000)
in update_noise_prob()
735
st->
nb_adapt
++;
in speex_preprocess_run()
736
if (st->
nb_adapt
>2000
in speex_preprocess_run()
[all...]
Completed in 5 milliseconds