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:avg_data
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
avf_showfreqs.c
62
float **
avg_data
;
member
174
av_freep(&s->
avg_data
[i]);
in config_output()
179
av_freep(&s->
avg_data
);
in config_output()
191
s->
avg_data
= av_calloc(s->nb_channels, sizeof(*s->
avg_data
));
in config_output()
192
if (!s->
avg_data
)
in config_output()
197
s->
avg_data
[i] = av_calloc(s->nb_freq, sizeof(**s->
avg_data
));
in config_output()
198
if (!s->fft_data[i] || !s->
avg_data
[i] || !s->fft_input[i])
in config_output()
300
const float avg = s->
avg_data
[c
in plot_freq()
[all...]
/third_party/backends/backend/
H
A
D
avision.c
5424
uint8_t *sort_data, *
avg_data
;
in sort_and_average()
local
5435
avg_data
= malloc (elements_per_line * 2);
in sort_and_average()
5436
if (!
avg_data
) {
in sort_and_average()
5461
set_double ((
avg_data
+ i*2), temp); /* store big-endian */
in sort_and_average()
5465
return
avg_data
;
in sort_and_average()
Completed in 11 milliseconds