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:FFT_NAME
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
fft.h
38
#define
FFT_NAME
(x) x
macro
45
#define
FFT_NAME
(x) x ## _fixed_32
macro
107
#define ff_init_ff_cos_tabs
FFT_NAME
(ff_init_ff_cos_tabs)
117
COSTABLE_CONST DECLARE_ALIGNED(32, FFTSample,
FFT_NAME
(ff_cos_##size))[size/2]
133
extern COSTABLE_CONST FFTSample* const
FFT_NAME
(ff_cos_tabs)[18];
135
#define ff_fft_init
FFT_NAME
(ff_fft_init)
136
#define ff_fft_end
FFT_NAME
(ff_fft_end)
153
#define ff_mdct_init
FFT_NAME
(ff_mdct_init)
154
#define ff_mdct_end
FFT_NAME
(ff_mdct_end)
H
A
D
fft_template.c
62
FFTSample *tab =
FFT_NAME
(ff_cos_tabs)[index];
in init_ff_cos_tabs()
121
COSTABLE_CONST FFTSample * const
FFT_NAME
(ff_cos_tabs)[] = {
123
FFT_NAME
(ff_cos_16),
124
FFT_NAME
(ff_cos_32),
125
FFT_NAME
(ff_cos_64),
126
FFT_NAME
(ff_cos_128),
127
FFT_NAME
(ff_cos_256),
128
FFT_NAME
(ff_cos_512),
129
FFT_NAME
(ff_cos_1024),
130
FFT_NAME
(ff_cos_204
[all...]
H
A
D
fft-internal.h
54
#define ff_imdct_calc_c
FFT_NAME
(ff_imdct_calc_c)
55
#define ff_imdct_half_c
FFT_NAME
(ff_imdct_half_c)
56
#define ff_mdct_calc_c
FFT_NAME
(ff_mdct_calc_c)
Completed in 2 milliseconds