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:hdata_in
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_convolve.c
181
AVComplexFloat *
hdata_in
, *vdata_in;
member
190
AVComplexFloat *
hdata_in
= td->
hdata_in
;
in fft_horizontal()
local
199
s->tx_fn[plane](s->fft[plane][jobnr], hdata_out + y * n,
hdata_in
+ y * n, sizeof(float));
in fft_horizontal()
427
AVComplexFloat *
hdata_in
= td->
hdata_in
;
in ifft_horizontal()
local
435
s->itx_fn[plane](s->ifft[plane][jobnr], hdata_out + y * n,
hdata_in
+ y * n, sizeof(float));
in ifft_horizontal()
519
AVComplexFloat *input = td->
hdata_in
;
in complex_multiply()
549
AVComplexFloat *input = td->
hdata_in
;
in complex_xcorrelate()
579
AVComplexFloat *input = td->
hdata_in
;
in complex_divide()
[all...]
H
A
D
vf_fftfilt.c
140
float *
hdata_in
= s->rdft_hdata_in[plane] + i * s->rdft_hstride[plane];
in rdft_horizontal8()
local
143
hdata_in
[j] = src[j];
in rdft_horizontal8()
171
float *
hdata_in
= s->rdft_hdata_in[plane] + i * s->rdft_hstride[plane];
in rdft_horizontal16()
local
174
hdata_in
[j] = src[j];
in rdft_horizontal16()
Completed in 4 milliseconds