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:corr1
(Results
1 - 3
of
3
) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/
H
A
D
echo_diagnostic.m
40
corr1
= real(ifft(fft(rec(1:N2)).*conj(fft(play(1:N2)))));
43
[a,b1] = max(
corr1
);
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H
A
D
jquanti-neon.c
115
uint16x8_t
corr1
= vld1q_u16(corr_ptr + (i + 1) * DCTSIZE);
in jsimd_quantize_neon()
local
135
abs_row1 = vaddq_u16(abs_row1,
corr1
);
in jsimd_quantize_neon()
/third_party/ffmpeg/libavcodec/
H
A
D
speexdec.c
744
float corr0,
corr1
, gain0, gain1;
in multicomb()
local
760
corr1
= inner_prod(iexc + nsf, exc, nsf);
in multicomb()
765
if (
corr1
> iexc1_mag * exc_mag)
in multicomb()
768
pgain2 = (
corr1
/ exc_mag) / iexc1_mag;
in multicomb()
Completed in 4 milliseconds