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:SQR
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_hsvkey.c
52
#define
SQR
(x) ((x)*(x))
macro
74
diff = sqrtf(fmaxf(
SQR
(sat) *
SQR
(val) +
in do_hsvkey_pixel()
75
SQR
(sat_key) *
SQR
(val_key) -
in do_hsvkey_pixel()
77
SQR
(val - val_key), 0.f));
in do_hsvkey_pixel()
H
A
D
vsrc_mandelbrot.c
39
#define
SQR
(a) ((a)*(a))
macro
352
if(
SQR
(s->zyklus[j][0]-zr) +
SQR
(s->zyklus[j][1]-zi) < epsilon*epsilon*10)
in draw_mandelbrot()
365
if(
SQR
(s->zyklus[j][0]) +
SQR
(s->zyklus[j][1]) < closest){
in draw_mandelbrot()
366
closest=
SQR
(s->zyklus[j][0]) +
SQR
(s->zyklus[j][1]);
in draw_mandelbrot()
H
A
D
af_virtualbass.c
87
#define
SQR
(x) ((x) * (x))
macro
91
double y = 2.5 * atan(0.9 * x) + 2.5 * sqrt(1. -
SQR
(0.9 * x)) - 2.5;
in vb_fun()
H
A
D
af_drmeter.c
129
#define
SQR
(a) ((a)*(a))
macro
161
rmssum +=
SQR
(i / (double)BINS);
in print_stats()
H
A
D
window_func.h
138
#define
SQR
(x) ((x)*(x))
in generate_window_func()
macro
140
lut[n] = exp(-0.5 *
SQR
((n-(N-1)/2)/(0.4*(N-1)/2.f)));
in generate_window_func()
H
A
D
asrc_sinc.c
206
#define
SQR
(a) ((a) * (a))
macro
260
work[i] = safe_log(sqrtf(
SQR
(work[i]) +
SQR
(work[i + 1])));
in fir_to_phase()
H
A
D
vf_bm3d.c
769
#define
SQR
(x) ((x) * (x))
macro
827
sc->search_positions = av_calloc(
SQR
(2 * s->bm_range / s->bm_step + 1), sizeof(*sc->search_positions));
in config_input()
H
A
D
vf_convolve.c
205
#define
SQR
(x) ((x) * (x))
macro
230
sum +=
SQR
(src[x] - mean);
in get_zeropadded_input()
269
sum +=
SQR
(src[x] - mean);
in get_zeropadded_input()
H
A
D
vf_datascope.c
563
#define
SQR
(x) ((x)*(x))
macro
680
std[i] +=
SQR
(s->values[i][x][y] - average[i]);
in pixscope_filter_frame()
/third_party/ffmpeg/libavcodec/
H
A
D
rpzaenc.c
65
#define
SQR
(x) ((x) * (x))
macro
161
tot =
SQR
(colorA[0] - colorB[0]);
in diff_colors()
162
tot +=
SQR
(colorA[1] - colorB[1]);
in diff_colors()
163
tot +=
SQR
(colorA[2] - colorB[2]);
in diff_colors()
/third_party/pulseaudio/speex/libspeexdsp/
H
A
D
preprocess.c
87
#define
SQR
(x) ((x)*(x))
macro
Completed in 13 milliseconds