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:NLMS_LEN
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/src/modules/echo-cancel/
H
A
D
adrian-aec.c
43
for (j = 0; j <
NLMS_LEN
; j += 2) {
in dotp()
59
for (j=0;j<
NLMS_LEN
;j+=8)
in dotp_sse()
204
a->dotp_xf_xf += (a->xf[a->j] * a->xf[a->j] - a->xf[a->j +
NLMS_LEN
- 1] * a->xf[a->j +
NLMS_LEN
- 1]);
in AEC_nlms_pw()
213
for (i = 0; i <
NLMS_LEN
; i += 2) {
in AEC_nlms_pw()
219
update_tap_weights(a->w, &a->xf[a->j], mikro_ef,
NLMS_LEN
);
in AEC_nlms_pw()
226
memmove(a->x + a->j + 1, a->x, (
NLMS_LEN
- 1) * sizeof(REAL));
in AEC_nlms_pw()
227
memmove(a->xf + a->j + 1, a->xf, (
NLMS_LEN
- 1) * sizeof(REAL));
in AEC_nlms_pw()
H
A
D
adrian-aec.h
68
#define
NLMS_LEN
(100*WIDEB*8)
macro
309
REAL x[
NLMS_LEN
+ NLMS_EXT]; // tap delayed loudspeaker signal
310
REAL xf[
NLMS_LEN
+ NLMS_EXT]; // pre-whitening tap delayed signal
311
REAL w_arr[
NLMS_LEN
+ (16 / sizeof(REAL))]; // tap weights
369
a->delta = (
NLMS_LEN
-1) * Min_xf * Min_xf;
in AEC_setambient()
Completed in 3 milliseconds