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:MAX_FFT_SIZE
(Results
1 - 5
of
5
) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/
H
A
D
fftwrap.c
42
#define
MAX_FFT_SIZE
2048
macro
379
spx_word16_t _in[
MAX_FFT_SIZE
];
in spx_fft_float()
380
spx_word16_t _out[
MAX_FFT_SIZE
];
in spx_fft_float()
415
spx_word16_t _in[
MAX_FFT_SIZE
];
in spx_ifft_float()
416
spx_word16_t _out[
MAX_FFT_SIZE
];
in spx_ifft_float()
/third_party/ffmpeg/libavcodec/
H
A
D
fft_table.h
60
#define
MAX_FFT_SIZE
(1 << MAX_LOG2_NFFT)
macro
H
A
D
fft_init_table.c
58
const int32_t ff_w_tab_sr[
MAX_FFT_SIZE
/(4*16)] = {
H
A
D
fft_template.c
421
const FFTSample *w_im_ptr = ff_w_tab_sr +
MAX_FFT_SIZE
/(4*16) - step;
in fft_calc_c()
/third_party/ffmpeg/libavcodec/mips/
H
A
D
fft_mips.c
256
w_im_ptr = (float*)(ff_cos_131072 +
MAX_FFT_SIZE
/4 - step);
in ff_fft_calc_mips()
Completed in 4 milliseconds