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:ff_exp10
(Results
1 - 22
of
22
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
acelp_pitch_delay.c
80
mr_energy = gain_corr_factor *
ff_exp10
((double)mr_energy / (20 << 23)) /
in ff_acelp_decode_gain_code()
94
ff_exp10
(0.05 *
in ff_amr_set_fixed_gain()
H
A
D
wmaenc.c
151
v =
ff_exp10
(*exp_param++ *(1.0 / 16.0));
in init_exp()
247
mult =
ff_exp10
(total_gain * 0.05) / s->max_exponent[ch];
in encode_block()
H
A
D
aacpsy.c
355
coeff->spread_low[0] =
ff_exp10
(-bark_width * PSY_3GPP_THR_SPREAD_LOW);
in psy_3gpp_init()
356
coeff->spread_hi [0] =
ff_exp10
(-bark_width * PSY_3GPP_THR_SPREAD_HI);
in psy_3gpp_init()
357
coeff->spread_low[1] =
ff_exp10
(-bark_width * en_spread_low);
in psy_3gpp_init()
358
coeff->spread_hi [1] =
ff_exp10
(-bark_width * en_spread_hi);
in psy_3gpp_init()
H
A
D
cngdec.c
117
p->target_energy = 1081109975 *
ff_exp10
(dbov / 10.0) * 0.75;
in cng_decode_frame()
H
A
D
libopusdec.c
123
double gain_lin =
ff_exp10
(gain_db / (20.0 * 256));
in libopus_decode_init()
H
A
D
imc.c
142
q->weights1[i - 1] =
ff_exp10
(-1.0 * tb);
in iac_generate_tabs()
143
q->weights2[i - 1] =
ff_exp10
(-2.7 * tb);
in iac_generate_tabs()
H
A
D
wmadec.c
646
mult =
ff_exp10
(total_gain * 0.05) / s->max_exponent[ch];
in wma_decode_block()
694
mult1 = mult1 *
ff_exp10
(s->high_band_values[ch][j] * 0.05);
in wma_decode_block()
H
A
D
dcaenc.c
267
c->cb_to_level[i] = (int32_t)(0x7fffffff *
ff_exp10
(-0.005 * i));
in encode_init()
292
double add = 1 +
ff_exp10
(-0.01 * i);
in encode_init()
H
A
D
on2avc.c
937
c->scale_tab[i] = ceil(
ff_exp10
(i * 0.1) * 16 - 0.01) / 32;
in on2avc_decode_init()
939
c->scale_tab[i] = ceil(
ff_exp10
(i * 0.1) * 0.5 - 0.01);
in on2avc_decode_init()
H
A
D
opus.c
343
s->gain =
ff_exp10
(s->gain_i / (20.0 * 256));
in ff_opus_parse_extradata()
H
A
D
wmaprodec.c
1406
const float quant =
ff_exp10
(exp / 20.0);
in decode_subframe()
/third_party/ffmpeg/libavfilter/
H
A
D
af_anequalizer.c
315
G =
ff_exp10
(G/20);
in butterworth_bp_filter()
316
Gb =
ff_exp10
(Gb/20);
in butterworth_bp_filter()
317
G0 =
ff_exp10
(G0/20);
in butterworth_bp_filter()
384
G =
ff_exp10
(G/20);
in chebyshev1_bp_filter()
385
Gb =
ff_exp10
(Gb/20);
in chebyshev1_bp_filter()
386
G0 =
ff_exp10
(G0/20);
in chebyshev1_bp_filter()
457
G =
ff_exp10
(G/20);
in chebyshev2_bp_filter()
458
Gb =
ff_exp10
(Gb/20);
in chebyshev2_bp_filter()
459
G0 =
ff_exp10
(G0/20);
in chebyshev2_bp_filter()
H
A
D
af_adecorrelate.c
65
const double g_hf =
ff_exp10
(gain_hf / 20.0);
in ap_init()
66
const double gd =
ff_exp10
((gain_lf-gain_hf) / 20.0);
in ap_init()
H
A
D
af_biquads.c
635
double A =
ff_exp10
(gain / 40.);
in convert_width2qfactor()
680
A =
ff_exp10
(s->gain / 40.);
in convert_dir2zdf()
692
A =
ff_exp10
(s->gain / 40.);
in convert_dir2zdf()
703
A =
ff_exp10
(s->gain / 20.);
in convert_dir2zdf()
715
A =
ff_exp10
(s->gain / 40.);
in convert_dir2zdf()
793
double A =
ff_exp10
(gain / 40);
in config_filter()
854
double A =
ff_exp10
(gain / 20);
in config_filter()
880
double A =
ff_exp10
(gain / 20);
in config_filter()
H
A
D
vaf_spectrumsynth.c
243
magnitude =
ff_exp10
(((m[x] / (double)UINT16_MAX) - 1.) * 6.);
in read16_fft_bin()
268
magnitude =
ff_exp10
(((m[x] / (double)UINT8_MAX) - 1.) * 6.);
in read8_fft_bin()
H
A
D
af_crossfeed.c
70
double A =
ff_exp10
(s->strength * -30 / 40);
in config_input()
H
A
D
af_volume.c
365
vol->volume =
ff_exp10
((g + vol->replaygain_preamp) / 20);
in filter_frame()
H
A
D
af_compand.c
489
cp->volume =
ff_exp10
(s->initial_volume / 20);
in config_output()
H
A
D
f_ebur128.c
513
#define ENERGY(loudness) (
ff_exp10
(((loudness) + 0.691) / 10.))
H
A
D
vsrc_testsrc.c
641
ff_exp10
(test->nb_decimals);
in test_fill_picture()
/third_party/ffmpeg/libavutil/
H
A
D
ffmath.h
42
static av_always_inline double
ff_exp10
(double x)
in ff_exp10()
function
H
A
D
eval.c
118
d =
ff_exp10
(d / 20);
in av_strtod()
Completed in 30 milliseconds