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:reverb_estimate
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/
H
A
D
preprocess.c
208
spx_word32_t *
reverb_estimate
; /**< Estimate of reverb energy */
member
452
st->
reverb_estimate
= (spx_word32_t*)speex_alloc((N+M)*sizeof(spx_word32_t));
in speex_preprocess_state_init()
484
st->
reverb_estimate
[i]=0;
in speex_preprocess_state_init()
538
speex_free(st->
reverb_estimate
);
in speex_preprocess_state_destroy()
793
spx_word32_t tot_noise = ADD32(ADD32(ADD32(EXTEND32(1), PSHR32(st->noise[i],NOISE_SHIFT)) , st->echo_noise[i]) , st->
reverb_estimate
[i]);
in speex_preprocess_run()
910
/*st->
reverb_estimate
[i] = st->reverb_decay*st->
reverb_estimate
[i] + st->reverb_decay*st->reverb_level*st->gain[i]*st->gain[i]*st->ps[i];*/
in speex_preprocess_run()
1040
st->
reverb_estimate
[i] = MULT16_32_Q15(st->reverb_decay, st->
reverb_estimate
[i]);
in speex_preprocess_estimate_update()
1106
st->
reverb_estimate
[
in speex_preprocess_ctl()
[all...]
/third_party/pulseaudio/speex/tmv/
H
A
D
preprocess_tm.h
661
register spx_word32_t * restrict reverb = st->
reverb_estimate
;
in preprocess_compute_SNR()
Completed in 4 milliseconds