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:FFSIGN
(Results
1 - 25
of
31
) sorted by relevance
1
2
/third_party/ffmpeg/libavfilter/
H
A
D
vf_vibrance.c
69
const float sgintensity = alternate *
FFSIGN
(gintensity);
in vibrance_slice8()
70
const float sbintensity = alternate *
FFSIGN
(bintensity);
in vibrance_slice8()
71
const float srintensity = alternate *
FFSIGN
(rintensity);
in vibrance_slice8()
128
const float sgintensity = alternate *
FFSIGN
(gintensity);
in vibrance_slice16()
129
const float sbintensity = alternate *
FFSIGN
(bintensity);
in vibrance_slice16()
130
const float srintensity = alternate *
FFSIGN
(rintensity);
in vibrance_slice16()
189
const float sgintensity = alternate *
FFSIGN
(gintensity);
in vibrance_slice8p()
190
const float sbintensity = alternate *
FFSIGN
(bintensity);
in vibrance_slice8p()
191
const float srintensity = alternate *
FFSIGN
(rintensity);
in vibrance_slice8p()
246
const float sgintensity = alternate *
FFSIGN
(gintensit
in vibrance_slice16p()
[all...]
H
A
D
avf_avectorscope.c
343
src[0] =
FFSIGN
(src[0]) * sqrtf(FFABS(src[0]));
in filter_frame()
344
src[1] =
FFSIGN
(src[1]) * sqrtf(FFABS(src[1]));
in filter_frame()
347
src[0] =
FFSIGN
(src[0]) * cbrtf(FFABS(src[0]));
in filter_frame()
348
src[1] =
FFSIGN
(src[1]) * cbrtf(FFABS(src[1]));
in filter_frame()
351
src[0] =
FFSIGN
(src[0]) * logf(1 + FFABS(src[0])) / logf(2);
in filter_frame()
352
src[1] =
FFSIGN
(src[1]) * logf(1 + FFABS(src[1])) / logf(2);
in filter_frame()
378
x = hw + hw *
FFSIGN
(cx + cy) * (cx - cy) * .7;
in filter_frame()
H
A
D
af_asoftclip.c
190
dst[n] =
FFSIGN
(sample);
in filter_flt()
215
dst[n] =
FFSIGN
(sample);
in filter_flt()
226
dst[n] =
FFSIGN
(sample);
in filter_flt()
315
dst[n] =
FFSIGN
(sample);
in filter_dbl()
340
dst[n] =
FFSIGN
(sample);
in filter_dbl()
351
dst[n] =
FFSIGN
(sample);
in filter_dbl()
H
A
D
vf_pad.c
301
if (
FFSIGN
(start - end1) !=
FFSIGN
(start - end1 - req_start) ||
in buffer_needs_copy()
302
FFSIGN
(end - start1) !=
FFSIGN
(end - start1 + req_end))
in buffer_needs_copy()
H
A
D
avf_showwaves.c
197
return height/2 -
FFSIGN
(sample) * (log10(1 + FFABS(sample)) * (height/2) / log10(1 + INT16_MAX));
in get_log_h()
207
return height/2 -
FFSIGN
(sample) * (sqrt(FFABS(sample)) * (height/2) / sqrt(INT16_MAX));
in get_sqrt_h()
217
return height/2 -
FFSIGN
(sample) * (cbrt(FFABS(sample)) * (height/2) / cbrt(INT16_MAX));
in get_cbrt_h()
H
A
D
af_acrusher.c
177
k =
FFSIGN
(in) * (x + (exp((k + 1) / sqr - sqr) - x) *
in bitreduction()
H
A
D
vf_hsvkey.c
219
s->hue =
FFSIGN
(s->hue_opt) *M_PI * fmodf(526.f - fabsf(s->hue_opt), 360.f) / 180.f;
in filter_frame()
H
A
D
af_astats.c
299
p->zero_runs +=
FFSIGN
(d) !=
FFSIGN
(p->last_non_zero);
in update_stat()
H
A
D
af_amix.c
237
s->input_scale[i] = 1.0f / s->scale_norm[i] *
FFSIGN
(s->weights[i]);
in calculate_scales()
H
A
D
avf_ahistogram.c
159
return (w / 2) +
FFSIGN
(in) * lrintf(av_clipf(1.f + log10f(fabsf(in)) / 6.f, 0.f, 1.f) * (w / 2));
in get_log_bin_sign()
H
A
D
vf_deshake_opencl.c
760
ret.rotation =
FFSIGN
(b) * acos(a / r);
in decompose_transform()
768
ret.rotation = M_PI / 2 -
FFSIGN
(d) * acos(-c / s);
in decompose_transform()
H
A
D
af_biquads.c
857
double alpha1 = A == 1. ? 0. : n -
FFSIGN
(n) * sqrt(n * n - 1);
in config_filter()
883
double alpha1 = A == 1. ? 0. : n -
FFSIGN
(n) * sqrt(n * n - 1);
in config_filter()
H
A
D
vf_v360.c
3951
vec[0] = (1.f - ay) *
FFSIGN
(x);
in octahedron_to_xyz()
3952
vec[1] = (1.f - ax) *
FFSIGN
(y);
in octahedron_to_xyz()
3987
vf = (1.f - fabsf(uf)) *
FFSIGN
(zf);
in xyz_to_octahedron()
3988
uf = (1.f - fabsf(zf)) *
FFSIGN
(uf);
in xyz_to_octahedron()
/third_party/ffmpeg/tests/checkasm/
H
A
D
audiodsp.c
97
val1 =
FFSIGN
(val1) * (val1 & ((1 << 24) - 1));
in checkasm_check_audiodsp()
99
val2 =
FFSIGN
(val2) * (val2 & ((1 << 24) - 1));
in checkasm_check_audiodsp()
/third_party/pulseaudio/src/pulsecore/ffmpeg/
H
A
D
avcodec.h
62
#define
FFSIGN
(a) ((a) > 0 ? 1 : -1)
macro
/third_party/ffmpeg/libavcodec/
H
A
D
twinvq.h
194
return clip *
FFSIGN
(y) * (exp(log(1 + mu) * fabs(y)) - 1) / mu;
in twinvq_mulawinv()
H
A
D
opus_rc.c
333
*value =
FFSIGN
(*value)*(distance + i);
in ff_opus_rc_enc_laplace()
H
A
D
cfhdenc.c
384
input[j] = av_clip_intp2(((input[j] * factor + 16384 *
FFSIGN
(input[j])) / 32768), 10);
in quantize_band()
745
int16_t index = j >= width ? 0 :
FFSIGN
(data[j]) * lut[FFABS(data[j])];
in cfhd_encode_frame()
H
A
D
opus_pvq.c
386
int max_idx = 0, phase =
FFSIGN
(K);
in ppp_pvq_search_c()
408
phase *=
FFSIGN
(X[max_idx]);
in ppp_pvq_search_c()
H
A
D
alacenc.c
306
int sign = (val ?
FFSIGN
(val) : 0);
in alac_linear_predictor()
H
A
D
alac.c
171
return v ?
FFSIGN
(v) : 0;
in sign_only()
H
A
D
exr.c
981
return
FFSIGN
(x) * powf(ax, 2.2f * scale);
in to_linear()
985
return
FFSIGN
(x) * powf(log_base, ax - 1.f);
in to_linear()
/third_party/ffmpeg/libavutil/
H
A
D
common.h
65
#define
FFSIGN
(a) ((a) > 0 ? 1 : -1)
macro
/third_party/ffmpeg/libpostproc/
H
A
D
postprocess.c
263
d*=
FFSIGN
(-middleEnergy);
in doHorizDefFilter_C()
368
int v = d *
FFSIGN
(-b);
in horizX1Filter()
471
d*=
FFSIGN
(-middleEnergy);
in do_a_deblock_C()
H
A
D
postprocess_template.c
520
int v = d *
FFSIGN
(-b);
in vertX1Filter()
779
d*=
FFSIGN
(-middleEnergy);
in doVertDefFilter()
1074
d*=
FFSIGN
(-middleEnergy);
in doVertDefFilter()
Completed in 39 milliseconds
1
2