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:Stmp
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/speex/tmv/
H
A
D
preprocess_tm.h
172
register int * restrict
Stmp
= (int*)st->
Stmp
;
in update_noise_prob()
local
243
Smin[i] =
Stmp
[i] = 0;
in update_noise_prob()
263
stmpi =
Stmp
[i];
in update_noise_prob()
266
Stmp
[i] = si;
in update_noise_prob()
283
stmpi =
Stmp
[i];
in update_noise_prob()
287
Stmp
[i] = imin(stmpi,si);
in update_noise_prob()
410
register float * restrict
Stmp
= st->
Stmp
;
in update_noise_prob()
local
442
Smin[i] = st->
Stmp
[
in update_noise_prob()
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H
A
D
preprocess.c
216
spx_word32_t *
Stmp
; /**< See Cohen paper */
member
463
st->
Stmp
= (spx_word32_t*)speex_alloc(N*sizeof(spx_word32_t));
in speex_preprocess_state_init()
551
speex_free(st->
Stmp
);
in speex_preprocess_state_destroy()
675
st->Smin[i] = st->
Stmp
[i] = 0;
in update_noise_prob()
691
st->Smin[i] = MIN32(st->
Stmp
[i], st->S[i]);
in update_noise_prob()
692
st->
Stmp
[i] = st->S[i];
in update_noise_prob()
698
st->
Stmp
[i] = MIN32(st->
Stmp
[i], st->S[i]);
in update_noise_prob()
Completed in 6 milliseconds